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

Bug 81642

Summary: Strace-4.5.9 fails to compile
Product: Gentoo Linux Reporter: Pasi Sakala <lemonade>
Component: New packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***