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

Bug 218301

Summary: app-misc/devtodo-0.1.20 fails w/ gcc-4.3.0
Product: Gentoo Linux Reporter: Peter Alfredsen (RETIRED) <loki_val>
Component: [OLD] GCC PortingAssignee: Markus Ullmann (RETIRED) <jokey>
Status: RESOLVED FIXED    
Severity: normal CC: esigra, shell-tools
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 198121    
Attachments: devtodo-0.1.20-gcc43.patch

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 ;)