Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 133322 - net-misc/dibbler fails to compile with gcc 4.1
Summary: net-misc/dibbler fails to compile with gcc 4.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: The ipv6 Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-14 12:49 UTC by Steev Klimaszewski (RETIRED)
Modified: 2006-05-16 12:14 UTC (History)
1 user (show)

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


Attachments
patch for fixes to compile dibbler with gcc 4.1 (dibbler-0.4.1-gcc4.1_fixes.patch,2.99 KB, text/plain)
2006-05-14 12:50 UTC, Steev Klimaszewski (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steev Klimaszewski (RETIRED) gentoo-dev 2006-05-14 12:49:30 UTC
When attempting to compile dibbler with gcc 4.1 there are various errors, as well as ld failures as follows -

../include/DUID.h:41: error: extra qualification 'TDUID::' on member 'operator=='
../include/DUID.h:42: error: extra qualification 'TDUID::' on member 'operator<='
CfgMgr.h:43: error: extra qualification 'TCfgMgr::' on member 'TCfgMgr'
../include/Opt.h:44: error: extra qualification 'TOpt::' on member 'storeSubOpt'
../include/ClntCfgMgr.h:69: error: extra qualification 'TClntCfgMgr::' on member 'getIfaceByIAID'

/usr/lib/gcc/i686-pc-linux-gnu/4.1.0/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lCfgMgr-L./SrvIfaceMgr

/usr/lib/gcc/i686-pc-linux-gnu/4.1.0/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lLowLevel-L./CfgMgr

/usr/lib/gcc/i686-pc-linux-gnu/4.1.0/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lMisc-lSrvIfaceMgr

There may have been others, but the patch I am supplying fixes it for compilation.
Comment 1 Steev Klimaszewski (RETIRED) gentoo-dev 2006-05-14 12:50:34 UTC
Created attachment 86769 [details]
patch for fixes to compile dibbler with gcc 4.1
Comment 2 Guy Martin (RETIRED) gentoo-dev 2006-05-16 12:14:35 UTC
In CVS. Thanks.