This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:
Subject: README: instruct about the need of glibc devel libraries for 32 bits Author: Mauro Carvalho Chehab <[email protected]> Date: Wed Mar 23 09:38:26 2016 -0300 As the sync target requires to find gnu/stubs-32.h to work. Signed-off-by: Mauro Carvalho Chehab <[email protected]> README | 5 +++++ 1 file changed, 5 insertions(+) --- http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=05e53e2fdbde4646fc220b9c61ae44ead3ed27ba diff --git a/README b/README index 2d179aa944ce..b7a892cb8b8c 100644 --- a/README +++ b/README @@ -208,6 +208,11 @@ There are a number of files on this package that depends on the Linux Kernel. In order to make easier to keep it in sync, there's a target on this package to do the synchronism. +For the sync to work, you need to run it on with 64 bits userspace and +be sure that glibc has the development package for 32 bits. + +For Fedora, this is provided via this package: glibc-devel.i686 + There are some steps required: step 1) at the Kernel git tree: _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
