From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10761 Path: news.gmane.org!.POSTED!not-for-mail From: Rashad Kanavath Newsgroups: gmane.linux.lib.musl.general Subject: Re: compiling musl on openbsd Date: Fri, 2 Dec 2016 15:29:45 +0100 Message-ID: References: <20161201141754.GB5749@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a114aca3a6ac85b0542adc78b X-Trace: blaine.gmane.org 1480689046 31812 195.159.176.226 (2 Dec 2016 14:30:46 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 2 Dec 2016 14:30:46 +0000 (UTC) To: musl@lists.openwall.com, Rashad Kanavath Original-X-From: musl-return-10774-gllmg-musl=m.gmane.org@lists.openwall.com Fri Dec 02 15:30:41 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1cCorG-00074q-RK for gllmg-musl@m.gmane.org; Fri, 02 Dec 2016 15:30:38 +0100 Original-Received: (qmail 9561 invoked by uid 550); 2 Dec 2016 14:30:40 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 9543 invoked from network); 2 Dec 2016 14:30:39 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=oH0tjoQLXoUE3hxZnkMqfMddPH5Co5UZSAaqXdR4cMc=; b=HdllqQeTA5rZw03L3vu5GTA29ghltIWC2J8ob2f5jMT6elM6kk8LIzaiqTIMxHS8YG +h+/6dUyhXKCB5Qo8OU8EJtFsRi7Ctv4ERVu70KJDOPSxjJSWkepZYGAvljm+cx0IcHC NuEW3K764WDlJPP71i++s/DE7KoM0ThfWlJRVv5CTwY67mcG6MJSrbfF3gMcLl2Az2QW qfB4oYHnzTeGxK6H6rARtrVyHw/I/EApcod8ios3nG4C+eI4cEtqG3x5u64TDH2mqoIk ZPixoTJ+faFI/lA/Q6D4peUFQ6LxRGASOZqLvP1z24VlzCib1RJ5sZXm69CcqPPSyr7u SBEQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=oH0tjoQLXoUE3hxZnkMqfMddPH5Co5UZSAaqXdR4cMc=; b=JIHOewkk36SeuCSWJ6ZrxcMSQcLuQ4anFVnFpWIHSxkte8l194eie/KjaR1yHgkXwN ntgJGNBlXC51+X/oQdsLb/+Wn+HkI8hXbPwtVU5zpGpov5aTeCcUId++cUXHxbP1lF6a cnDgw6531SJdl0SDLX4YVDWKekB19ZrJdWP4c3+jS1b8nMHoqI0z/268wC0YmVPZPP/C ej0cmfVoUBRHX0aFW//iORn324uR34rowHdmHPQKVYywKIUaTMWWW7dTk6+cKXOyQ+P7 10bdeGiU/uCu3rUEVx6S92FBYJEpnM/BzVKoPcOuu6yr+5Tnw+HFut4J60Aht4IOvkEZ KD3w== X-Gm-Message-State: AKaTC01EdhElvz2oD9BJScpgBgXWGdTAeOotvI4FHu+EU15xJU3h6YvO2tVeK0pSTCKtTn6Sl+VIXiUQoucnjg== X-Received: by 10.107.57.131 with SMTP id g125mr6987506ioa.108.1480689025991; Fri, 02 Dec 2016 06:30:25 -0800 (PST) In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:10761 Archived-At: --001a114aca3a6ac85b0542adc78b Content-Type: text/plain; charset=UTF-8 Hi Szabolcs, follow question: is to possible to use something already in bsd rather than going through syscall emulation ? On Thu, Dec 1, 2016 at 3:35 PM, Rashad Kanavath wrote: > > > On Thu, Dec 1, 2016 at 3:17 PM, Szabolcs Nagy wrote: > >> * Rashad Kanavath [2016-12-01 14:13:28 >> +0100]: >> > >> > There was some thread on building musl on bsd. But I couldn't find them. >> > >> > I tried to compile musl git(master) on openbsd 6.0 and failed . >> > >> >> there is no compilation failure in the log you linked. >> >> but musl only works on bsd with correct linux syscall emulation. >> > > I don't think I have a syscall emulation in my bsd installation. > > >> >> > configure and build log is attached. >> > >> > uname -a >> > OpenBSD my.domain 6.0 GENERIC.MP#2319 amd64 >> > >> > >> > configure log: >> > https://gist.github.com/rkanavath/54b46c95e56d91eeacec9fa5cf7859c2 >> > build log: >> > https://gist.github.com/rkanavath/1f9af3fd381a2df6d8e9a1081118bfd4 >> > > > > -- > Regards, > Rashad > -- Regards, Rashad --001a114aca3a6ac85b0542adc78b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi Szabolcs,

follow question: is to pos= sible to use something already in bsd rather than going through syscall emu= lation ?



On Thu, Dec 1, 2016 at 3:35 PM, Rashad Kanavath = <mohamme= drashadkm@gmail.com> wrote:


On Thu, Dec 1, 2016 at 3:17 PM, Szabolcs Nagy <nsz@port= 70.net> wrote:
* Rashad Kan= avath <m= ohammedrashadkm@gmail.com> [2016-12-01 14:13:28 +0100]:
>
> There was some thread on building musl on bsd. But I couldn't find= them.
>
> I tried to compile musl git(master) on openbsd 6.0 and failed .
>

there is no compilation failure in the log you linked.

but musl only works on bsd with correct linux syscall emulation.

I don't think I have a syscall emulati= on in my bsd installation.
=C2=A0

> configure and build log is attached.
>
> uname -a
> OpenBSD my.domain 6.0 GENERIC.MP#2319 amd64
>
>



--
Regards,
=C2=A0 =C2=A0Rashad
<= /div>



--
Regards,
=C2=A0 =C2=A0Rashad
--001a114aca3a6ac85b0542adc78b--