Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126589 - app-misc/devtodo-0.1.19-r1 fails with gcc 4.1
Summary: app-misc/devtodo-0.1.19-r1 fails with gcc 4.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Aaron Walker (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 117482
  Show dependency tree
 
Reported: 2006-03-17 13:44 UTC by Patrick Lauer
Modified: 2006-04-13 22:45 UTC (History)
1 user (show)

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


Attachments
gcc-4.1 patch (devtodo-0.1.19-gcc41.patch,486 bytes, patch)
2006-03-17 13:53 UTC, Mark Loeser (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.