Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 664990 - =app-emulation/lxd-3.4: missing DEPEND on >=dev-libs/libuv-1.8.0
Summary: =app-emulation/lxd-3.4: missing DEPEND on >=dev-libs/libuv-1.8.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Erik Mackdanz
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-31 19:19 UTC by Andrey
Modified: 2018-09-16 00:32 UTC (History)
5 users (show)

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


Attachments
emerge --info (emerge.info,16.46 KB, text/plain)
2018-08-31 19:21 UTC, Andrey
Details
build.log (build.log,15.83 KB, text/x-log)
2018-08-31 19:22 UTC, Andrey
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey 2018-08-31 19:19:12 UTC
lxd-3.4 build on my machine fails with

checking for libuv >= 1.8.0... no
configure: error: Package requirements (libuv >= 1.8.0) were not met:

No package 'libuv' found


It is indeed not installed.
Comment 1 Andrey 2018-08-31 19:21:23 UTC
Created attachment 545662 [details]
emerge --info
Comment 2 Andrey 2018-08-31 19:22:03 UTC
Created attachment 545664 [details]
build.log
Comment 3 Larry the Git Cow gentoo-dev 2018-09-09 22:51:12 UTC
The bug has been closed via the following commit(s):

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

commit 466f357db24e56349ca2f09e05a4b406087d62c0
Author:     Erik Mackdanz <stasibear@gentoo.org>
AuthorDate: 2018-09-09 22:49:53 +0000
Commit:     Erik Mackdanz <stasibear@gentoo.org>
CommitDate: 2018-09-09 22:50:43 +0000

    app-emulation/lxd: Fix missing dep, fix bad linking
    
    Closes: https://bugs.gentoo.org/664394
    Closes: https://bugs.gentoo.org/664990
    Package-Manager: Portage-2.3.46, Repoman-2.3.10

 app-emulation/lxd/lxd-3.4-r1.ebuild | 233 ++++++++++++++++++++++++++++++++++++
 1 file changed, 233 insertions(+)
Comment 4 Erik Mackdanz gentoo-dev 2018-09-09 22:51:49 UTC
Thank you!
Comment 5 Andrey 2018-09-11 04:04:53 UTC
No, thank YOU!

Actually, to be pedantic, dev-libs/libuv is not just RDEPEND, but is also DEPEND (since it's needed at compile time, right?).
Comment 6 Erik Mackdanz gentoo-dev 2018-09-15 13:12:38 UTC
I've added it to DEPEND for 3.5.  Good catch.  It's very real (and not pedantic) for a build host (--buildpkgonly).
Comment 7 Andrey 2018-09-16 00:32:43 UTC
Oh yeah, that's true.
Thank you again!