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

Bug 219673

Summary: sys-process/incron-0.5.7 fails w/ gcc-4.3.0
Product: Gentoo Linux Reporter: Peter Alfredsen (RETIRED) <loki_val>
Component: [OLD] GCC PortingAssignee: Benedikt Böhm (RETIRED) <hollow>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 2007.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 198121    
Attachments: incron-0.5.7-gcc43.patch

Description Peter Alfredsen (RETIRED) gentoo-dev 2008-04-28 21:35:01 UTC
i686-pc-linux-gnu-g++ -c  -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -o icd-main.o icd-main.cpp
i686-pc-linux-gnu-g++ -c  -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -o incrontab.o incrontab.cpp
icd-main.cpp: In function ‘int main(int, char**)’:
icd-main.cpp:365: error: ‘strerror’ was not declared in this scope
icd-main.cpp:376: error: ‘strerror’ was not declared in this scope
icd-main.cpp:396: error: ‘strerror’ was not declared in this scope
icd-main.cpp:421: error: ‘strerror’ was not declared in this scope
icd-main.cpp:459: error: ‘strerror’ was not declared in this scope
make: *** [icd-main.o] Error 1
make: *** Waiting for unfinished jobs....
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-04-28 21:35:39 UTC
Created attachment 151286 [details, diff]
incron-0.5.7-gcc43.patch

Fixes the problem. Snatched from Debian.
Comment 2 Benedikt Böhm (RETIRED) gentoo-dev 2008-06-01 10:21:03 UTC
fixed, thanks