Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 445734 - =net-analyzer/nmap-6.01 ignores global -ipv6 flag
Summary: =net-analyzer/nmap-6.01 ignores global -ipv6 flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 445500
  Show dependency tree
 
Reported: 2012-12-03 05:15 UTC by Dyweni
Modified: 2013-01-15 16:54 UTC (History)
2 users (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 Dyweni 2012-12-03 05:15:01 UTC
The newly stabalized nmap 6.01 ebuild requires ipv6 support even though my global system flags have ipv6 disabled.  The ebuild should check if the ipv6 is enabled, and then configure the package appropriately.


Reproducible: Always

Steps to Reproduce:
1. Disable ipv6 flag in /etc/make.conf
2. Re-emerge libpcap without the ipv6 flag enabled.
3. Emerge the new 6.01 ebuild for nmap.
Actual Results:  
Emerge aborts, asking for ipv6 to be enabled for libpcap.

Expected Results:  
Emerge should configure nmap to not use ipv6 and finish the emerge successfully.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-12-03 12:29:55 UTC
I guess bug #417759 was fixed a bit carelessly. I have added IUSE=ipv6 now. Thanks for the report.