upcoming release: what needs to be done

Mike Frysinger vapier at gentoo.org
Thu Mar 15 04:53:23 UTC 2012


arm hits this warning:
signal.c: In function ‘sys_rt_sigaction’:
signal.c:1345:4: warning: left shift count >= width of type

ignoring that, `make check` fails because my /bin/sh is dash, and the $* code 
the tests uses doesn't work.  not sure if it's a bug in dash, but using 
${*:-../strace} instead of ${*-../strace} in tests/init.sh makes it work.  i'd 
lean towards this syntax anyways as you should default to ../strace even if 
the user gave you "" ...

getting past that, `make check` passes and strace seems to work on this old 
netwinder of mine.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20120315/a7c9e4f9/attachment.bin>


More information about the Strace-devel mailing list