Bug 126589 - app-misc/devtodo-0.1.19-r1 fails with gcc 4.1
Bug#: 126589 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: ka0ttic@gentoo.org Reported By: patrick@gentoo.org
Component: GCC Porting
URL: 
Summary: app-misc/devtodo-0.1.19-r1 fails with gcc 4.1
Keywords:  
Status Whiteboard: 
Opened: 2006-03-17 13:44 0000
Description:   Opened: 2006-03-17 13:44 0000
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 From Mark Loeser 2006-03-17 13:53:24 0000 -------
Created an attachment (id=82406) [details]
gcc-4.1 patch

Very little patch.  We should append it to the other gcc4 patch.

------- Comment #2 From Mark Loeser 2006-04-13 22:45:48 0000 -------
Fixed, thanks.