From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6814 Path: news.gmane.org!not-for-mail From: Waldemar Brodkorb Newsgroups: gmane.linux.lib.musl.general Subject: Re: an alternative implementaton of the glibc-specific argp* interface? Date: Wed, 7 Jan 2015 17:02:17 +0100 Message-ID: <20150107160217.GL5040@waldemar-brodkorb.de> References: <20150107145955.GT14316@example.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Trace: ger.gmane.org 1420646617 20381 80.91.229.3 (7 Jan 2015 16:03:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 7 Jan 2015 16:03:37 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6827-gllmg-musl=m.gmane.org@lists.openwall.com Wed Jan 07 17:03:34 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Y8t46-0006vk-Ln for gllmg-musl@m.gmane.org; Wed, 07 Jan 2015 17:02:35 +0100 Original-Received: (qmail 15728 invoked by uid 550); 7 Jan 2015 16:02:29 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 15690 invoked from network); 7 Jan 2015 16:02:29 -0000 Content-Disposition: inline In-Reply-To: <20150107145955.GT14316@example.net> X-Operating-System: Linux 3.2.0-4-amd64 x86_64 User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:6814 Archived-At: Hi, u-wsnj@aetey.se wrote, > Hello, > > The background: a purely musl-based environment. > > I am trying to compile elfutils > https://fedorahosted.org/elfutils/ > They are said to be necessary for building certain xorg drivers. > > Unfortunately the package uses the argp* interface, includes > in many places. > > There are some musl-compatibility patches for elfutils > (https://github.com/openwrt/packages/tree/master/libs/elfutils/patches) > but they do not seem to address this issue - they possibly suffice > on systems which also have glibc and hence the expected includes in the > "system" directories. > > Is anybody aware of sufficent stubs for this gnu-specific interface? > > There is "gnulib" but it is a very heavyweight tool for such a purpose, > it enforces the use of and coordination with the whole auto* suite > and is meant to be used by the upstream developers rather than at > deployment builds. > > Any suggestions? May be this one: http://lists.uclibc.org/pipermail/uclibc/2010-November/044521.html It is not highly integrated into uClibc. best regards Waldemar