All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [autobuild.buildroot.net] Your build results for 2018-01-07
       [not found] <20180108070010.4B8A220731@mail.free-electrons.com>
@ 2018-01-08 21:02 ` Sergio Prado
  2018-01-08 21:16   ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Sergio Prado @ 2018-01-08 21:02 UTC (permalink / raw)
  To: buildroot

Hello,

> Hello,
>
> This is the list of Buildroot build failures that occured on
> 2018-01-07, and for which you are a registered architecture developer
> or package developer. Please help us improving the quality of
> Buildroot by investigating those build failures and sending patches to
> fix them. Thanks!
>
> Results for the 'master' branch
> ===============================
>
> Build failures related to your packages:
>
>         i586 |                      daq-2.0.6 |
http://autobuild.buildroot.net/results/054f6581f67338b28af4dc2203b285ae1055581c

That is the second time I receive this build failure report in the last
days, but I couldn't reproduce it in my machine using the defconfig from
autobuild. It doesn't look like a build server error. Any idea?

Best regards,

Sergio Prado
Embedded Labworks
https://e-labworks.com/en

2018-01-08 5:00 GMT-02:00 Thomas Petazzoni <
thomas.petazzoni@free-electrons.com>:
>
>
> --
> http://autobuild.buildroot.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20180108/939b6fb5/attachment.html>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] [autobuild.buildroot.net] Your build results for 2018-01-07
  2018-01-08 21:02 ` [Buildroot] [autobuild.buildroot.net] Your build results for 2018-01-07 Sergio Prado
@ 2018-01-08 21:16   ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2018-01-08 21:16 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon, 8 Jan 2018 19:02:45 -0200, Sergio Prado wrote:

> > Build failures related to your packages:
> >
> >         i586 |                      daq-2.0.6 |  
> http://autobuild.buildroot.net/results/054f6581f67338b28af4dc2203b285ae1055581c
> 
> That is the second time I receive this build failure report in the last
> days, but I couldn't reproduce it in my machine using the defconfig from
> autobuild. It doesn't look like a build server error. Any idea?

The following defconfig produces the problem:

BR2_x86_pentium_mmx=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.net/toolchains/tarballs/br-i386-pentium-mmx-musl-2017.11-rc1.tar.bz2"
BR2_TOOLCHAIN_EXTERNAL_GCC_6=y
BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_12=y
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_MUSL=y
# BR2_TOOLCHAIN_EXTERNAL_HAS_SSP is not set
BR2_TOOLCHAIN_EXTERNAL_CXX=y
BR2_INIT_NONE=y
BR2_SYSTEM_BIN_SH_NONE=y
# BR2_PACKAGE_BUSYBOX is not set
BR2_PACKAGE_DAQ=y
BR2_PACKAGE_LIBDNET=y
BR2_PACKAGE_LIBNETFILTER_QUEUE=y
# BR2_TARGET_ROOTFS_TAR is not set

Basically, musl doesn't have any <sys/unistd.h>. The package should
include just <unistd.h>. Even on glibc, <sys/unistd.h> is just doing
#include <unistd.h>.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-08 21:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20180108070010.4B8A220731@mail.free-electrons.com>
2018-01-08 21:02 ` [Buildroot] [autobuild.buildroot.net] Your build results for 2018-01-07 Sergio Prado
2018-01-08 21:16   ` Thomas Petazzoni

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.