Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 779691 - dev-cpp/glibmm-2.68.0 should depend on dev-libs/libsigc++:3
Summary: dev-cpp/glibmm-2.68.0 should depend on dev-libs/libsigc++:3
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-01 11:59 UTC by Drunkard Zhang
Modified: 2021-04-02 17:17 UTC (History)
1 user (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 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 :)