[PATCH] v4l2.c: a new (incomplete) decoder for Video4Linux ioctls args

Philippe De Muyter phdm at macqel.be
Mon Jun 2 15:08:55 UTC 2014


On Sat, May 31, 2014 at 04:51:24AM +0400, Dmitry V. Levin wrote:
> On Fri, May 30, 2014 at 11:44:41AM +0200, Philippe De Muyter wrote:
> > * v4l2.c: new file.
> > * ioctl.c, defs.h, Makefile.am: hook v4l2.o:v4l2_ioctl into strace.
> > * NEWS: spread the news :)
> 
> I've just pushed pending xlat changes to master branch.
> You can convert your code to the new form, e.g. using
> $ ./generate_xlat_in.sh v4l2.c

I did that, but I cannot compile anymore (see below), and `autoreconf -i'
fails too:

linux:~/strace-code # make
make  all-recursive
make[1]: Entering directory `/root/strace-code'
Making all in tests
make[2]: Entering directory `/root/strace-code/tests'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/strace-code/tests'
make[2]: Entering directory `/root/strace-code'
gcc -DHAVE_CONFIG_H -I.  -I./linux/arm -I./linux -I./linux  -Wall -Wwrite-strings -g -O2 -MT bjm.o -MD -MP -MF .deps/bjm.Tpo -c -o bjm.o bjm.c
bjm.c:72:27: fatal error: xlat/qm_which.h: No such file or directory
 #include "xlat/qm_which.h"


linux:~/strace-code # autoreconf -i
automake: error: cannot open < xlat/Makemodule.am: No such file or directory
autoreconf: automake failed with exit status: 1

Philippe




More information about the Strace-devel mailing list