Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 126589

Summary: app-misc/devtodo-0.1.19-r1 fails with gcc 4.1
Product: Gentoo Linux Reporter: Patrick Lauer <patrick>
Component: [OLD] GCC PortingAssignee: Aaron Walker (RETIRED) <ka0ttic>
Status: RESOLVED FIXED    
Severity: normal CC: rockoo
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 117482    
Attachments: gcc-4.1 patch

Description Patrick Lauer gentoo-dev 2006-03-17 13:44:43 UTC
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../util    -O1 -march=athlon-xp -fomit-frame-pointer -pipe -MT Todo.o -MD -MP -MF ".deps/Todo.Tpo" -c -o Todo.o Todo.cc; \
then mv -f ".deps/Todo.Tpo" ".deps/Todo.Po"; else rm -f ".deps/Todo.Tpo"; exit 1; fi
TodoDB.h:111: error: extra qualification 'TodoDB::' on member 'markDone'
make[2]: *** [Todo.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/devtodo-0.1.19-r1/work/devtodo-0.1.19/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/devtodo-0.1.19-r1/work/devtodo-0.1.19'
make: *** [all] Error 2

!!! ERROR: app-misc/devtodo-0.1.19-r1 failed.
Comment 1 Mark Loeser (RETIRED) gentoo-dev 2006-03-17 13:53:24 UTC
Created attachment 82406 [details, diff]
gcc-4.1 patch

Very little patch.  We should append it to the other gcc4 patch.
Comment 2 Mark Loeser (RETIRED) gentoo-dev 2006-04-13 22:45:48 UTC
Fixed, thanks.