Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 207301
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo net-p2p team <net-p2p@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: rpansky <rpansky@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 207301 depends on: Show dependency tree
Bug 207301 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-01-24 17:41 0000
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 From Raúl Porcel 2008-02-04 15:24:35 0000 -------
Fixed, thanks

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug