From: Szabolcs Nagy <nsz@port70.net>
To: Khem Raj <raj.khem@gmail.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>,
musl@lists.openwall.com,
openembeded-devel <Openembedded-devel@lists.openembedded.org>,
Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [musl] Re: [OE-core] Announcing meta-musl OE/Yocto layer supporting musl C library
Date: Mon, 18 Aug 2014 22:17:17 +0200 [thread overview]
Message-ID: <20140818201716.GS22308@port70.net> (raw)
In-Reply-To: <CAMKF1spkQkfbZMkL2Gg41hF9bm=+HS8sU8LME3pV6yMzDLLs-Q@mail.gmail.com>
* Khem Raj <raj.khem@gmail.com> [2014-08-18 12:04:54 -0700]:
> On Mon, Aug 18, 2014 at 11:50 AM, Paul Barker <paul@paulbarker.me.uk> wrote:
> >> >
> > I've put the failing "log.do_compile" files into one directory which is 1.3MB
> > uncompressed or just 41kB compressed. I've posted them to:
> > http://www.paulbarker.me.uk/musl-error-logs_2014-08-18/
> > http://www.paulbarker.me.uk/musl-error-logs_2014-08-18/musl-error-logs_2014-08-18.tar.xz
> >
i looked at the logs
i think most of the issues already have fixes in alpinelinux or
sabotage, they should be pushed upstream if they are not there yet
common errors and recommended fixes:
findutils
gzip
old gnulib with broken freadahead, newer gnulib works with musl
libtirpc
pax
sys/cdefs.h, application should be fixed not to use it
logrotate
sys/queue.h, missing from musl, ship queue.h with app source
e2fsprogs
ethtool:
use of __uint64_t, __uint32_t (non-conforming, use standard types)
libnfsidmap
use of u_int32_t (without including sys/types.h)
procps
psmisc
undefined PATH_MAX (missing limits.h include)
mc:
undefined CTRL(x) (missing sys/ttydefaults.h include)
glibc includes sys/ttydefaults.h into termios.h, musl doesnt
cronie
undefined MAXNAMLEN, musl has it in sys/param.h
at
undefied __isleap
glibc time.h has # define __isleap(year) \
((year) % 4 == 0 && ((year) % 100 != 0 || (year) % 400 == 0))
elfutils
error.h, musl does not have this
sysklogd
iptables
include incompatible linux headers (+ various other issues)
probably harder to fix
sudo:
the build command helpfully redirected the compiler output to /dev/null
prev parent reply other threads:[~2014-08-18 20:27 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-17 0:50 Announcing meta-musl OE/Yocto layer supporting musl C library Khem Raj
2014-08-17 11:50 ` Diego Sueiro
2014-08-17 11:50 ` [OE-core] " Diego Sueiro
2014-08-17 11:50 ` Diego Sueiro
2014-08-17 12:36 ` atulkumar singh
2014-08-17 12:36 ` [OE-core] " atulkumar singh
2014-08-18 18:14 ` Paul Barker
2014-08-18 18:14 ` [OE-core] " Paul Barker
2014-08-18 18:26 ` Khem Raj
2014-08-18 18:26 ` [OE-core] " Khem Raj
2014-08-18 18:50 ` Paul Barker
2014-08-18 18:50 ` [OE-core] " Paul Barker
2014-08-18 19:04 ` Khem Raj
2014-08-18 19:04 ` [OE-core] " Khem Raj
2014-08-18 19:08 ` Paul Barker
2014-08-18 19:08 ` [OE-core] " Paul Barker
2014-08-18 19:14 ` Khem Raj
2014-08-18 19:14 ` [OE-core] " Khem Raj
2014-08-18 19:31 ` Paul Barker
2014-08-18 19:31 ` [OE-core] " Paul Barker
2014-08-18 19:54 ` Paul Barker
2014-08-18 19:54 ` [OE-core] " Paul Barker
2014-08-18 20:17 ` Szabolcs Nagy [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=20140818201716.GS22308@port70.net \
--to=nsz@port70.net \
--cc=Openembedded-devel@lists.openembedded.org \
--cc=musl@lists.openwall.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=raj.khem@gmail.com \
--cc=yocto@yoctoproject.org \
/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.