Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125318 - net-libs/libfwbuilder-2.0.10: fail with gcc-4.1.0
Summary: net-libs/libfwbuilder-2.0.10: fail with gcc-4.1.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Carsten Lohrke (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 117482
  Show dependency tree
 
Reported: 2006-03-06 18:08 UTC by Tuan Van (RETIRED)
Modified: 2006-03-10 13:01 UTC (History)
1 user (show)

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


Attachments
gcc-4.1 patch (libfwbuilder-2.0.10-gcc41.patch,1.60 KB, patch)
2006-03-09 21:38 UTC, Mark Loeser (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tuan Van (RETIRED) gentoo-dev 2006-03-06 18:08:27 UTC
file this one while I emerge -e world before I forgot.
Found a FC patch [1] but it only goes pass a little bit further then failed

make[2]: Leaving directory `/home/tmp/portage/libfwbuilder-2.0.10/work/libfwbuilder-2.0.10/src/fwbuilder'
cd fwcompiler && make -f Makefile
make[2]: Entering directory `/home/tmp/portage/libfwbuilder-2.0.10/work/libfwbuilder-2.0.10/src/fwcompiler'
g++ -c -pipe -Wall -W -g -Wno-unused-parameter -fPIC   -I/usr/qt/3/mkspecs/linux-g++ -I. -I.. -I../.. -I/usr/include -I/usr/include/libxml2 -I-pthread -I.ui/ -o .obj/Compiler.o Compiler.cpp
Compiler.h:311: warning: 'class fwcompiler::Compiler::equalObj' has virtual functions but non-virtual destructor
../fwbuilder/IPAddress.h:52: warning: 'class libfwbuilder::IPAddress' has virtual functions but non-virtual destructor
../fwbuilder/IPAddress.h:103: warning: 'class libfwbuilder::Netmask' has virtual functions but non-virtual destructor
../fwbuilder/XMLTools.h:96: warning: 'class libfwbuilder::XMLTools::UpgradePredicate' has virtual functions but non-virtual destructor
../fwbuilder/FWObjectDatabase.h:133: warning: 'class libfwbuilder::FWObjectDatabase::ConflictResolutionPredicate' has virtual functions but non-virtual destructor
Compiler.cpp: In member function 'void fwcompiler::Compiler::_expandAddressRanges(libfwbuilder::Rule*, libfwbuilder::FWObject*)':
Compiler.cpp:402: error: 'convertAddressRange' is not a member of 'libfwbuilder'
make[2]: *** [.obj/Compiler.o] Error 1
make[2]: Leaving directory `/home/tmp/portage/libfwbuilder-2.0.10/work/libfwbuilder-2.0.10/src/fwcompiler'
make[1]: *** [sub-fwcompiler] Error 2
make[1]: Leaving directory `/home/tmp/portage/libfwbuilder-2.0.10/work/libfwbuilder-2.0.10/src'
make: *** [sub-src] Error 2

!!! ERROR: net-libs/libfwbuilder-2.0.10 failed.

1: https://www.redhat.com/archives/fedora-extras-commits/2006-February/msg00364.html
Comment 1 Mark Loeser (RETIRED) gentoo-dev 2006-03-09 21:38:40 UTC
Created attachment 81817 [details, diff]
gcc-4.1 patch

This should fix it, please test.
Comment 2 Mark Loeser (RETIRED) gentoo-dev 2006-03-09 21:40:36 UTC
Now lets try and figure out who takes care of this package now since I'm pretty sure aliz is being retired.

Carlo, you bumped it last, are you going to maintain it, or was that a one time deal?  If you are going to maintain it, please update the metadata.xml and add the patch or let me know if you want me to.

Thanks
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2006-03-10 09:29:48 UTC
Please go for it, Mark. I'm touching the one or the other package, which seem to be (temporarily) unmaintained, so we don't have too many outdated Qt/KDE related packages, but if I would like to maintain it, I had changed metadata.xml already.
Comment 4 Mark Loeser (RETIRED) gentoo-dev 2006-03-10 13:01:32 UTC
fixed