Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 800857 - net-misc/nextcloud-client-3.2.3 requires inkscape to build
Summary: net-misc/nextcloud-client-3.2.3 requires inkscape to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
: 800902 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-07-06 14:24 UTC by Michael Hampicke
Modified: 2021-07-06 22:45 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Hampicke 2021-07-06 14:24:35 UTC
net-misc/nextcloud-client-3.2.3 seems to require inkscape to build properly. I don't know if it's optional.

* https://github.com/nextcloud/desktop/releases
desktop#3466 [stable-3.2] Generate png icons with inkscape


Reproducible: Always

Steps to Reproduce:
1. emerge net-misc/nextcloud-client-3.2.3
Actual Results:  
CMake Error at src/gui/CMakeLists.txt:245 (find_program):
  Could not find INKSCAPE using the following names: inkscape, inkscape.exe
Comment 1 Bernard Cafarelli gentoo-dev 2021-07-06 17:15:00 UTC
Yuck, thanks for the report! I missed that last line (and had inkscape installed on the machine I tested compilation)

Luckily, it seems to be an oversight, as png icons are included in the tarball and I have a passing install phase after dropping the relevant code. I will add a patch to current ebuild and open issue upstream
Comment 2 Larry the Git Cow gentoo-dev 2021-07-06 17:28:02 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2b4865213779444685fd3888e478454e09b6add

commit e2b4865213779444685fd3888e478454e09b6add
Author:     Bernard Cafarelli <voyageur@gentoo.org>
AuthorDate: 2021-07-06 17:27:34 +0000
Commit:     Bernard Cafarelli <voyageur@gentoo.org>
CommitDate: 2021-07-06 17:27:45 +0000

    net-misc/nextcloud-client: remove inkscape build requirement
    
    Closes: https://bugs.gentoo.org/800857
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>

 .../files/nextcloud-client-3.2.3-inkscape.patch    | 79 ++++++++++++++++++++++
 .../nextcloud-client/nextcloud-client-3.2.3.ebuild |  2 +
 2 files changed, 81 insertions(+)
Comment 3 Bernard Cafarelli gentoo-dev 2021-07-06 22:45:48 UTC
*** Bug 800902 has been marked as a duplicate of this bug. ***