All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [autobuild.buildroot.net] Your build results for 2018-01-07
Date: Mon, 8 Jan 2018 22:16:48 +0100	[thread overview]
Message-ID: <20180108221648.490a7ed1@windsurf> (raw)
In-Reply-To: <CANu7NGsmMRSaQm_TpLp_HXhxBCgfyTSFrVJJU_G9Wkpe6WxFNg@mail.gmail.com>

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

      reply	other threads:[~2018-01-08 21:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [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 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=20180108221648.490a7ed1@windsurf \
    --to=thomas.petazzoni@free-electrons.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.