|
Message-ID: <CAPG2z08b=wNidz2twz-TgduFHzo5fAfun-74u1o0W_D89M=67A@mail.gmail.com>
Date: Sun, 6 Jan 2019 17:12:27 +0800
From: He X <xw897002528@...il.com>
To: musl@...ts.openwall.com
Cc: audobra@...il.com
Subject: Re: Elfutils and libargp issue with musl
Hi.
most musl distro use argp-standalone extracted from gnulib:
https://www.lysator.liu.se/~nisse/misc/argp-standalone-1.3.tar.gz.
but gnu argp actually has a bug with musl's dgettext(intl):
http://lists.gnu.org/archive/html/bug-gnulib/2019-01/msg00046.html, which
has been fixed upstream. if you need intl, apply the patch.
also i recently extracted libuargp from uclibc:
https://github.com/xhebox/libuargp, which is modified to work with musl's
dgettext and to be the successor to the old argp-standalone.
best regards
Daniel G. <audobra@...il.com> 于2019年1月6日周日 下午3:43写道:
> Hello,
>
> As part of my customized linux operating system, based in musl (1.1.20 git
> source), I'm trying to build from source elfutils-0.174, but there is
> configuration issue with a libargp dependency:
>
> configure: WARNING: "libc does not have argp"
> checking for argp_parse in -largp... no
> configure: error: "no libargp found"
>
>
> I would appreciate any information about:
> - a reliable source for libargp (to build from source)
> - or an alternative to elfutils
> - other ideas.
>
> Thank you in advance.
> --
> ----------------
> Daniel Gutiérrez
>
--
Best regards,
xhe
Content of type "text/html" skipped
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.