Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 433639 - dev-libs/libnl-3.2.12 failed to build
Summary: dev-libs/libnl-3.2.12 failed to build
Status: RESOLVED DUPLICATE of bug 433565
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://forums.gentoo.org/viewtopic-p-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-01 11:05 UTC by Wang Jiajun
Modified: 2012-09-01 13:14 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 Wang Jiajun 2012-09-01 11:05:25 UTC
if you try to install the libnl 3.2.12, it will crash in the configure phase.

Reproducible: Always

Steps to Reproduce:
1.run `emerge --sync` to get the lasted ebuild of dev-libs/libnl-3.2.12
2.`emerge -1 libnl:3`
Actual Results:  
crash in the configure phase

Expected Results:  
successfully build libnl and install it to the filesystem

The solution is provided in the post: http://forums.gentoo.org/viewtopic-p-7129184.html

Just change the line
$(use_enable doc) to $(use_disable doc)
in the libnl-3.2.12.ebuild.
Comment 1 Ulrich Müller gentoo-dev 2012-09-01 13:14:59 UTC

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