Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95530 - gnunet-0.6.6b fails to build with IPv6
Summary: gnunet-0.6.6b fails to build with IPv6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-09 00:58 UTC by Martin von Gagern
Modified: 2005-08-20 12:42 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
gnunet-ipv6-gentoo.patch (gnunet-ipv6-gentoo.patch,1.85 KB, patch)
2005-08-03 05:55 UTC, Marcin Kryczek (RETIRED)
Details | Diff
gnunet-0.6.6b.ebuild.diff (gnunet-0.6.6b.ebuild.diff,725 bytes, text/plain)
2005-08-03 05:56 UTC, Marcin Kryczek (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin von Gagern 2005-06-09 00:58:15 UTC
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 Marcin Kryczek (RETIRED) gentoo-dev 2005-08-03 05:55:17 UTC
Created attachment 64986 [details, diff]
gnunet-ipv6-gentoo.patch

it's patch, which fix this and other issues with ipv6
Comment 2 Marcin Kryczek (RETIRED) gentoo-dev 2005-08-03 05:56:15 UTC
Created attachment 64987 [details]
gnunet-0.6.6b.ebuild.diff

diffs between patched and original ebuild
Comment 3 Francisco José Cañizares Santofimia 2005-08-03 12:07:39 UTC
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 Marcin Kryczek (RETIRED) gentoo-dev 2005-08-03 14:32:33 UTC
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 Francisco José Cañizares Santofimia 2005-08-03 15:49:33 UTC
Oh, oh. Didn't remember to check the profiles thing. Is there the ipv6, thanks :)
Comment 6 Karol Wojtaszek (RETIRED) gentoo-dev 2005-08-20 12:42:47 UTC
Fixed in portage, thanks for help.