From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6502 Path: news.gmane.org!not-for-mail From: "Matias A. Fonzo" Newsgroups: gmane.linux.lib.musl.general Subject: Re: issues with headers? Date: Fri, 14 Nov 2014 20:28:57 -0300 Message-ID: <20141114202857.0822623a@dragora.org> References: <20141114232125.GZ10829@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1416007631 29055 80.91.229.3 (14 Nov 2014 23:27:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Nov 2014 23:27:11 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6515-gllmg-musl=m.gmane.org@lists.openwall.com Sat Nov 15 00:27:06 2014 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 1XpQGg-0008Is-5p for gllmg-musl@m.gmane.org; Sat, 15 Nov 2014 00:27:06 +0100 Original-Received: (qmail 7596 invoked by uid 550); 14 Nov 2014 23:27:05 -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 7585 invoked from network); 14 Nov 2014 23:27:04 -0000 In-Reply-To: <20141114232125.GZ10829@port70.net> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.10; x86_64-dragora-linux-gnu) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - titan.astranetwork.net X-AntiAbuse: Original Domain - lists.openwall.com X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - dragora.org X-Get-Message-Sender-Via: titan.astranetwork.net: authenticated_id: selk@dragora.org X-Source: X-Source-Args: X-Source-Dir: Xref: news.gmane.org gmane.linux.lib.musl.general:6502 Archived-At: El Sat, 15 Nov 2014 00:21:25 +0100 Szabolcs Nagy escribi=F3: > * stephen Turner [2014-11-14 16:34:57 > -0500]: > > Guess that patch is unstable or not what i expected. so there are no > > patches for M4, GMP, MPFR, or MPC? > ... > > >>> GMP errors out with "invalid configuration 'non-pc-linux-musl' > > >>> not recognized. Im using the --target and --host flags > > >>> i686-linux-musl and --build i686-linux-gnu. I also tried > > >>> switching to a chroot musl env and running a plain configure on > > >>> gmp only and it complains the compiler cant create executables > > >>> which i know to be false. >=20 > fwiw i tried these configure flags on an i386 alpine vm and > unmodified gmp 6.0.0a source and it got built without any issues >=20 > so it's definitely possible to do what you want on a musl host If it's a build of gmp, mpfr, and mpc included on GCC as built-in (using musl-cross's patch), there's no problem. Otherwise, it needs the updated config.sub[1] in order to match with linux-musl*. [1] http://git.savannah.gnu.org/gitweb/?p=3Dconfig.git;a=3Dblob_plain;f=3Dconfi= g.sub;hb=3DHEAD