Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 218301 - app-misc/devtodo-0.1.20 fails w/ gcc-4.3.0
Summary: app-misc/devtodo-0.1.20 fails w/ gcc-4.3.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: Markus Ullmann (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-04-18 18:18 UTC by Peter Alfredsen (RETIRED)
Modified: 2008-04-21 19:22 UTC (History)
2 users (show)

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


Attachments
devtodo-0.1.20-gcc43.patch (devtodo-0.1.20-gcc43.patch,217 bytes, patch)
2008-04-18 18:18 UTC, Peter Alfredsen (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Alfredsen (RETIRED) gentoo-dev 2008-04-18 18:18:17 UTC
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../util -DNDEBUG   -O1 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -MT todoterm.o -MD -MP -MF .deps/todoterm.Tpo -c -o todoterm.o todoterm.cc
todoterm.cc: In function ‘int getWidth()’:
todoterm.cc:18: error: ‘getenv’ was not declared in this scope
todoterm.cc:22: error: ‘setenv’ was not declared in this scope
make[2]: *** [todoterm.o] Error 1
make[2]: *** Waiting for unfinished jobs....
mv -f .deps/support.Tpo .deps/support.Po
make[2]: Leaving directory `/var/tmp/portage/app-misc/devtodo-0.1.20/work/devtodo-0.1.20/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-misc/devtodo-0.1.20/work/devtodo-0.1.20'
make: *** [all] Error 2


Reproducible: Always

Steps to Reproduce:
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-04-18 18:18:55 UTC
Created attachment 150209 [details, diff]
devtodo-0.1.20-gcc43.patch

Fixes the problem.
Comment 2 Markus Ullmann (RETIRED) gentoo-dev 2008-04-21 19:22:43 UTC
Added to CVS, thanks for providing the patch ;)