Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 604886 - =net-p2p/retroshare-0.6.1 does not compile against net-libs/libupnp:1.8
Summary: =net-p2p/retroshare-0.6.1 does not compile against net-libs/libupnp:1.8
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Sergey Popov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-07 00:50 UTC by shinydoofy
Modified: 2017-01-12 13:50 UTC (History)
0 users

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 shinydoofy 2017-01-07 00:50:55 UTC
From the build log:
>  * Running qmake ...
> Info: creating stash file /var/tmp/portage/net-p2p/retroshare-0.6.1/work/RetroShare-0.6.1/libretroshare/src/.qmake.stash
> Project ERROR: libupnp development package not found

This is determined by calling "pkg-config --exists libupnp", which returns 1 instead of 0. Changing the dependency to "net-libs/libupnp:0" in the ebuild fixes this.
Comment 1 Sergey Popov (RETIRED) gentoo-dev 2017-01-12 13:50:09 UTC
commit 56a484380c000d44d1fea4af3364f65d92acd8d1
Author: Sergey Popov <pinkbyte@gentoo.org>
Date:   Thu Jan 12 16:47:48 2017 +0300

    net-p2p/retroshare: correct dependency on net-libs/libupnp

    Reported-by: <shinydoofy@gmail.com>
    Gentoo-Bug: 604886

    Package-Manager: portage-2.3.3

Thanks!