All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Seiderer <ps.report@gmx.net>
To: buildroot@busybox.net
Subject: [Buildroot] [autobuild.buildroot.net] Build results for 2015-10-08
Date: Sat, 10 Oct 2015 01:28:11 +0200	[thread overview]
Message-ID: <20151010012811.7fb06ec4@gmx.net> (raw)
In-Reply-To: <20151010000212.22f6b063@gmx.net>

Hello,

On Sat, 10 Oct 2015 00:02:12 +0200, Peter Seiderer <ps.report@gmx.net> wrote:

> Hello,
> 
> On Fri,  9 Oct 2015 08:30:17 +0200 (CEST), Thomas Petazzoni <thomas.petazzoni@free-electrons.com> wrote:
> 
> >       x86_64 |                   libv4l-1.6.3 | NOK | http://autobuild.buildroot.net/results/ba2f067734ce5da4f9198ceeb8647af4312e17fc/
> 
> Could not reproduce this one, but the failing build-end.log states:
> 
>   GEN      moc_qv4l2.cpp
> /bin/bash: /ssd1/thomas/autobuild/instance-3/output/host/usr/x86_64-buildroot-linux-gnu/sysroot/ssd1/thomas/autobuild/instance-3/output/host/usr/bin/moc: No such file or directory
> 
> 
> Would have expected something like
> 
> 	/ssd1/thomas/autobuild/instance-3/output/host/usr/bin/moc
> 
> as moc path, MOC is calculated as (see configure.ac)
> 
> 	MOC=`$PKG_CONFIG --variable=moc_location QtCore`
> 
> Any hints?

Problem reproducible with the following defconfig:

BR2_x86_64=y
BR2_x86_corei7=y
BR2_COMPILER_PARANOID_UNSAFE_PATH=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/x86_64-ctng_locales-linux-gnu.tar.xz"
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="x86_64-ctng_locales-linux-gnu"
BR2_TOOLCHAIN_EXTERNAL_GCC_4_8=y
BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_9=y
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC=y
BR2_TOOLCHAIN_EXTERNAL_CXX=y
BR2_PACKAGE_QT=y
BR2_PACKAGE_QT_LICENSE_APPROVED=y
# BR2_PACKAGE_QT_XML is not set
# BR2_PACKAGE_QT_SCRIPT is not set
BR2_PACKAGE_LIBV4L=y
BR2_PACKAGE_LIBV4L_UTILS=y

with buildroot up to commit 912538634a778452196c49726bb0770885280adc, but only
if libv4l is build after qt (something like
    ifeq ($(BR2_PACKAGE_QT),y)
    LIBV4L_DEPENDENCIES += qt
    endif
is missing from libv4l.mk).

Reverting commit d7f6d320b64ae582d17362dae971288c993736dc 'pkgconf: bump to version 0.9.12' fixes the problem...

Regards,
Peter

      reply	other threads:[~2015-10-09 23:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-09  6:30 [Buildroot] [autobuild.buildroot.net] Build results for 2015-10-08 Thomas Petazzoni
2015-10-09 22:02 ` Peter Seiderer
2015-10-09 23:28   ` Peter Seiderer [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=20151010012811.7fb06ec4@gmx.net \
    --to=ps.report@gmx.net \
    --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.