All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernd Kuhls <bernd.kuhls@t-online.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH next v8 0/6] Top-level parallel build support
Date: Wed, 06 Nov 2019 20:37:02 +0100	[thread overview]
Message-ID: <uvjb9gxeno.ln2@ID-313208.user.individual.net> (raw)
In-Reply-To: 20191105164646.23820-1-thomas.petazzoni@bootlin.com

Am Tue, 05 Nov 2019 17:46:39 +0100 schrieb Thomas Petazzoni:

> This is really only the core changes. It is sufficient for a number of
> configuration, but we know some specific packages are broken with
> per-package directories (for example: Qt5).

Hi,

are you, at this stage, interested in per-package bug reports?

If yes, this defconfig does not build:

BR2_x86_64=y
BR2_x86_core2=y
BR2_PER_PACKAGE_DIRECTORIES=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/
tarballs/br-x86-64-core2-full-2019.05.1.tar.bz2"
BR2_TOOLCHAIN_EXTERNAL_GCC_7=y
BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_1=y
BR2_TOOLCHAIN_EXTERNAL_LOCALE=y
# BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_DEBUG is not set
BR2_TOOLCHAIN_EXTERNAL_CXX=y
BR2_PACKAGE_APR_UTIL=y

>>> apr-util 1.6.1 Building
PATH="/home/buildroot/br/output/per-package/apr-util/host/bin:/home/
buildroot/br/output/per-package/apr-util/host/sbin:/usr/lib/android-ndk:/
usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"  /usr/bin/make   
-C /home/buildroot/br/output/build/apr-util-1.6.1/
make[1]: Entering directory '/home/buildroot/br/output/build/apr-
util-1.6.1'
make[2]: Entering directory '/home/buildroot/br/output/build/apr-
util-1.6.1'
/bin/bash /home/buildroot/br/output/per-package/apr/host/x86_64-buildroot-
linux-uclibc/sysroot/usr/build-1/libtool --silent --mode=compile /home/
buildroot/br/output/per-package/apr/host/bin/x86_64-linux-gcc   -
D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -
DLINUX -D_GNU_SOURCE -D_REENTRANT -DHAVE_CONFIG_H    -D_LARGEFILE_SOURCE -
D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/br/output/
build/apr-util-1.6.1/include -I/home/buildroot/br/output/build/apr-
util-1.6.1/include/private  -I/home/buildroot/br/output/per-package/apr-
util/host/x86_64-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/
apr-1    -o xml/apr_xml.lo -c xml/apr_xml.c && touch xml/apr_xml.lo
xml/apr_xml.c:35:10: fatal error: expat.h: No such file or directory
 #include <expat.h>
          ^~~~~~~~~
compilation terminated.

Regards, Bernd

      parent reply	other threads:[~2019-11-06 19:37 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-05 16:46 [Buildroot] [PATCH next v8 0/6] Top-level parallel build support Thomas Petazzoni
2019-11-05 16:46 ` [Buildroot] [PATCH next v8 1/6] core: implement per-package SDK and target Thomas Petazzoni
2019-11-29 14:20   ` Peter Korsgaard
2023-11-10 14:12   ` [Buildroot] [BUG?] per-package not fully working with dependencies and rebuild John Ernberg
2019-11-05 16:46 ` [Buildroot] [PATCH next v8 2/6] Makefile: allow top-level parallel build with BR2_PER_PACKAGE_DIRECTORIES=y Thomas Petazzoni
2019-11-29 14:20   ` Peter Korsgaard
2019-11-05 16:46 ` [Buildroot] [PATCH next v8 3/6] package/pkg-generic: make libtool .la files compatible with per-package directories Thomas Petazzoni
2019-11-20 20:22   ` Matthew Weber
2019-11-29 14:24   ` Peter Korsgaard
2019-11-05 16:46 ` [Buildroot] [PATCH next v8 4/6] package/pkg-kconfig: handle KCONFIG_DEPENDENCIES " Thomas Petazzoni
2019-11-29 14:39   ` Peter Korsgaard
2019-11-05 16:46 ` [Buildroot] [PATCH next v8 5/6] docs/manual: add details about top-level parallel build support Thomas Petazzoni
2019-11-29 14:43   ` Peter Korsgaard
2019-11-05 16:46 ` [Buildroot] [PATCH next v8 6/6] docs/manual: document the effect of per-package directory on variables Thomas Petazzoni
2019-11-29 14:43   ` Peter Korsgaard
2019-11-06 19:37 ` Bernd Kuhls [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=uvjb9gxeno.ln2@ID-313208.user.individual.net \
    --to=bernd.kuhls@t-online.de \
    --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.