From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/zbar: bump to version 57d601e82089f2f31de9e1683c3834f237421f5d
Date: Tue, 5 Feb 2019 20:29:47 +0100 [thread overview]
Message-ID: <20190205202947.53a89b0f@windsurf> (raw)
In-Reply-To: <20190204190015.30321-1-fontaine.fabrice@gmail.com>
On Mon, 4 Feb 2019 20:00:15 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> When building statically zbar, build fails on:
> configure: error: unable to find libv4l.so
>
> The following errors are raised in config.log:
> configure:19371:
> /home/buildroot/buildroot-test/instance-0/output/host/bin/arm-linux-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 -static -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -static conftest.c -lv4l2 -lpthread >&5
> /home/buildroot/buildroot-test/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libv4l2.a(libv4l2_la-libv4l2.o): In function `v4l2_set_src_and_dest_format':
> /home/buildroot/buildroot-test/instance-0/output/build/libv4l-1.16.2/lib/libv4l2/libv4l2.c:952: undefined reference to `v4lconvert_supported_dst_format'
>
> To fix this error, bump to version
> 57d601e82089f2f31de9e1683c3834f237421f5d to replace AC_CHECK_LIB by
> PKG_CHECK_MODULES to find the correct library (-lv4lconvert but also
> -ljpeg, ...)
>
> Fixes:
> - http://autobuild.buildroot.org/results/acf39e4754508d7ee49e21f08ff0a1fcac4fb7cd
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/zbar/zbar.hash | 2 +-
> package/zbar/zbar.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
prev parent reply other threads:[~2019-02-05 19:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-04 19:00 [Buildroot] [PATCH 1/1] package/zbar: bump to version 57d601e82089f2f31de9e1683c3834f237421f5d Fabrice Fontaine
2019-02-05 19:29 ` Thomas Petazzoni [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190205202947.53a89b0f@windsurf \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.