Package: strace
Severity: serious
Version: 4.5.18-1
User: [email protected]
Usertags: eabi
The upstream Changelog mentions:
* linux/syscall.h (SYS_socket_subcall et al, SYS_ipc_subcall et al):
Don't define these if [__ARM_EABI__].
Reported by Johannes Stezenbach <[email protected]>.
This causes:
/usr/bin/make all-am
make[2]: Entering directory `/build/buildd/strace-4.5.18/build'
gcc -DHAVE_CONFIG_H -I. -I.. -Ilinux/arm -I../linux/arm -Ilinux -I../linux
-Wall -g -O2 -MT strace.o -MD -MP -MF .deps/strace.Tpo -c -o strace.o
../strace.c
mv -f .deps/strace.Tpo .deps/strace.Po
gcc -DHAVE_CONFIG_H -I. -I.. -Ilinux/arm -I../linux/arm -Ilinux -I../linux
-Wall -g -O2 -MT syscall.o -MD -MP -MF .deps/syscall.Tpo -c -o syscall.o
../syscall.c
In file included from ../syscall.c:129:
../linux/arm/syscallent.h:435:3: error: #error fix me
../linux/arm/syscallent.h:457:3: error: #error fix me
../syscall.c: In function 'get_scno':
../syscall.c:1001: warning: passing argument 4 of 'ptrace' makes integer from
pointer without a cast
../syscall.c:1029: warning: passing argument 4 of 'ptrace' makes integer from
pointer without a cast
../syscall.c: In function 'syscall_fixup':
../syscall.c:1337: warning: unused variable 'pid'
../syscall.c: In function 'syscall_enter':
../syscall.c:1933: warning: unused variable 'pid'
make[2]: *** [syscall.o] Error 1
make[2]: Leaving directory `/build/buildd/strace-4.5.18/build'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/buildd/strace-4.5.18/build'
make: *** [stamp-build] Error 2
--
"rm -rf" only sounds scary if you don't have backups
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]