Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 779691

Summary: dev-cpp/glibmm-2.68.0 should depend on dev-libs/libsigc++:3
Product: Gentoo Linux Reporter: Drunkard Zhang <gongfan193>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal CC: ionen
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Drunkard Zhang 2021-04-01 11:59:54 UTC
Without dev-libs/libsigc++:3, dev-cpp/glibmm-2.68.0 fails to build.

Reproducible: Always

Actual Results:  
Error message:

Run-time dependency sigc++-3.0 found: NO (tried pkgconfig and cmake)

../glibmm-2.68.0/meson.build:106:0: ERROR: Dependency "sigc++-3.0" not found, tried pkgconfig and cmake
Comment 1 Ionen Wolkens gentoo-dev 2021-04-01 17:02:55 UTC
The dependency seems already there, and if I try to emerge glibmm-2.68 it pulls libsigc++:3

    RDEPEND="
        >=dev-libs/glib-2.63.0:2[${MULTILIB_USEDEP}]
        dev-libs/libsigc++:3[doc?,${MULTILIB_USEDEP}]
    "
    DEPEND="${RDEPEND}"

Could you attach full build.log, and "emerge --info libsigc++", then re-open bug as unconfirmed.
Comment 2 Drunkard Zhang 2021-04-02 07:42:50 UTC
(In reply to Ionen Wolkens from comment #1)
> The dependency seems already there, and if I try to emerge glibmm-2.68 it
> pulls libsigc++:3
> 

Sorry, my mistake. It failed to fetch glibmm:2.68 in previous emerge, then I manually fetched and emerged it with ``-O`` option to save time. Sorry again :)