Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81642 - Strace-4.5.9 fails to compile
Summary: Strace-4.5.9 fails to compile
Status: RESOLVED DUPLICATE of bug 72127
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-11 10:31 UTC by Pasi Sakala
Modified: 2005-07-17 13:06 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pasi Sakala 2005-02-11 10:31:02 UTC
When emerging I get following error:

if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -Ilinux/i386 -I./linux/i386 -Ilinux -I./linux   -Wall -O2 -march=athlon-xp -pipe -MT syscall.o -MD -MP -MF ".deps/syscall.Tpo" -c -o syscall.o syscall.c; \
then mv -f ".deps/syscall.Tpo" ".deps/syscall.Po"; else rm -f ".deps/syscall.Tpo"; exit 1; fi
syscall.c: In function `dumpio':
syscall.c:447: error: `__NR_pread64' undeclared (first use in this function)
syscall.c:447: error: (Each undeclared identifier is reported only once
syscall.c:447: error: for each function it appears in.)
syscall.c:463: error: `__NR_pwrite64' undeclared (first use in this function)
make[1]: *** [syscall.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/tmp/portage/strace-4.5.9/work/strace-4.5.9'
make: *** [all] Error 2


Reproducible: Always
Steps to Reproduce:
1. emerge sync
2. emerge strace
3.

Actual Results:  
Compile failed.

Expected Results:  
Compile finish succesfully.
Comment 1 Peter Johanson (RETIRED) gentoo-dev 2005-02-11 10:32:48 UTC
Please post the results of "emerge info". Thanks.
Comment 2 SpanKY gentoo-dev 2005-02-11 12:04:28 UTC

*** This bug has been marked as a duplicate of 72127 ***