Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 774687 - media-gfx/inkscape-1.0.1-r1 fails to build with multiple undefined references in libgtkmm-3.0.so
Summary: media-gfx/inkscape-1.0.1-r1 fails to build with multiple undefined references...
Status: RESOLVED DUPLICATE of bug 619296
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Mikle Kolyada (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-07 16:04 UTC by sklv_gentoo
Modified: 2021-03-08 03:25 UTC (History)
2 users (show)

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


Attachments
last 500 lines of build.log (b2.log,553.51 KB, text/x-log)
2021-03-07 16:11 UTC, sklv_gentoo
Details
emerge --info (emerge.info,5.54 KB, application/x-info)
2021-03-07 16:13 UTC, sklv_gentoo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sklv_gentoo 2021-03-07 16:04:05 UTC
Trying to build media-gfx/inkscape-1.0.1-r1 repeatably fails with linker errors.

Reproducible: Always

Steps to Reproduce:
1.emerge -1v -j1 inkscape
Actual Results:  
ERROR: media-gfx/inkscape-1.0.1-r1::gentoo failed (compile phase):
 *   ninja -v -j7 -l0 failed

Expected Results:  
The package to build successfully.
Comment 1 Ionen Wolkens gentoo-dev 2021-03-07 16:08:39 UTC
build.log would be nice but I'm pretty sure it's bug #619296

Ensure that x11-libs/gtk+ and dev-cpp/gtkmm have matching USE=X (either both enabled or both disabled, you likely want it enabled).

This would affect any package using gtkmm and not specific to inkscape.
Comment 2 sklv_gentoo 2021-03-07 16:11:32 UTC
Created attachment 689826 [details]
last 500 lines of build.log

Truncated build log.
Comment 3 sklv_gentoo 2021-03-07 16:13:20 UTC
Created attachment 689829 [details]
emerge --info
Comment 4 sklv_gentoo 2021-03-07 16:27:48 UTC
(In reply to Ionen Wolkens from comment #1)
> Ensure that x11-libs/gtk+ and dev-cpp/gtkmm have matching USE=X

Can confirm when I set dev-cpp/gtkmm +X to match x11-libs/gtk+ media-gfx/inkscape-1.0.1-r1 built successfully.
Comment 5 Ionen Wolkens gentoo-dev 2021-03-08 03:25:29 UTC
(In reply to sklv_gentoo from comment #4)
> Can confirm when I set dev-cpp/gtkmm +X to match x11-libs/gtk+
> media-gfx/inkscape-1.0.1-r1 built successfully.
I think it's safe to mark this as a duplicate of the bug I mentioned then. Inkscape itself can't do much if the ABI is straight up broken.

*** This bug has been marked as a duplicate of bug 619296 ***