Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 207301 - net-p2p/gnunet-0.7.3: USE="-ipv6" has no effect
Summary: net-p2p/gnunet-0.7.3: USE="-ipv6" has no effect
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-24 17:41 UTC by rpansky
Modified: 2008-02-04 15:24 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 rpansky 2008-01-24 17:41:48 UTC
The current ebuild includes:

if use ipv6; then
  if use amd64; then
    ewarn "ipv6 in GNUnet does not currently work with amd64 and has been disabled"
  else
    myconf="${myconf} --enable-ipv6"
  fi
fi

So ./configure will run with neither --enable-ipv6 nor --disable-ipv6 if we have !ipv6. In this case the ipv6 support will be enabled:

checking whether to enable ipv6... yes

while with --disable-ipv6 we get what we want:

checking whether to enable ipv6... no
...
configure: NOTICE: IPv6 support will NOT be compiled.
Comment 1 Raúl Porcel (RETIRED) gentoo-dev 2008-02-04 15:24:35 UTC
Fixed, thanks