Bug 95530 - gnunet-0.6.6b fails to build with IPv6
Bug#: 95530 Product:  Gentoo Linux Version: 2005.0 Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: net-p2p@gentoo.org Reported By: Martin.vGagern@gmx.net
Component: Applications
URL: 
Summary: gnunet-0.6.6b fails to build with IPv6
Keywords:  
Status Whiteboard: 
Opened: 2005-06-09 00:58 0000
Description:   Opened: 2005-06-09 00:58 0000
I tried Upgrading from 0.6.2b to 0.6.6b

Reproducible: Always
Steps to Reproduce:
1. emerge -uav world

Actual Results:  
ipcheck.c:196: error: conflicting types for 'parseRoutes6'
../../src/include/gnunet_util.h:1070: error: previous declaration of
'parseRoutes6' was here
ipcheck.c:285: error: conflicting types for 'checkIP6Listed'
../../src/include/gnunet_util.h:1057: error: previous declaration of
'checkIP6Listed' was here
make[5]: *** [ipcheck.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
make[5]: Leaving directory
`/var/tmp/portage/gnunet-0.6.6b/work/GNUnet-0.6.6b/src/util'


Expected Results:  
gnunet updated successfully

Works without ipv6 support

------- Comment #1 From Marcin Kryczek (RETIRED) 2005-08-03 05:55:17 0000 -------
Created an attachment (id=64986) [details]
gnunet-ipv6-gentoo.patch

it's patch, which fix this and other issues with ipv6

------- Comment #2 From Marcin Kryczek (RETIRED) 2005-08-03 05:56:15 0000 -------
Created an attachment (id=64987) [details]
gnunet-0.6.6b.ebuild.diff

diffs between patched and original ebuild

------- Comment #3 From Francisco José Cañizares Santofimia 2005-08-03 12:07:39 0000 -------
I'm having this issue with no ipv6 support. 
Appliyng the patch works perfect (except the diff for the ebuild, because as I
said I don't use ipv6 nor have it in /etc/make.conf).
By the way, it was a clean install (no previous version installed).

------- Comment #4 From Marcin Kryczek (RETIRED) 2005-08-03 14:32:33 0000 -------
i'm able to compile that with -ipv6 in USE without that patch. could you please 
paste your `emerge info`? "ipv6" is set by profile (hovewer i'm not sure if all 
profiles do that), so it can be turned on even if you don't have it explicity 
set in /etc/make.conf

------- Comment #5 From Francisco José Cañizares Santofimia 2005-08-03 15:49:33 0000 -------
Oh, oh. Didn't remember to check the profiles thing. Is there the ipv6, thanks
:)

------- Comment #6 From Karol Wojtaszek (RETIRED) 2005-08-20 12:42:47 0000 -------
Fixed in portage, thanks for help.