Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 219673 - sys-process/incron-0.5.7 fails w/ gcc-4.3.0
Summary: sys-process/incron-0.5.7 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: Benedikt Böhm (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-04-28 21:35 UTC by Peter Alfredsen (RETIRED)
Modified: 2008-06-01 10:21 UTC (History)
0 users

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


Attachments
incron-0.5.7-gcc43.patch (incron-0.5.7-gcc43.patch,836 bytes, patch)
2008-04-28 21:35 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-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