From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2694 Path: news.gmane.org!not-for-mail From: Florian Fainelli Newsgroups: gmane.linux.lib.musl.general Subject: Re: Bug in include/netinet/in.h Date: Tue, 29 Jan 2013 21:36:43 +0100 Message-ID: <201301292136.43695.florian@openwrt.org> References: <51001259.8040602@univie.ac.at> <20130129181014.GD6181@port70.net> <510815F3.5080708@univie.ac.at> 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 1359491819 2503 80.91.229.3 (29 Jan 2013 20:36:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Jan 2013 20:36:59 +0000 (UTC) Cc: Alexander Stadler To: musl@lists.openwall.com Original-X-From: musl-return-2695-gllmg-musl=m.gmane.org@lists.openwall.com Tue Jan 29 21:37:19 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1U0Hvg-0002cf-0S for gllmg-musl@plane.gmane.org; Tue, 29 Jan 2013 21:37:16 +0100 Original-Received: (qmail 1427 invoked by uid 550); 29 Jan 2013 20:36:57 -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 1419 invoked from network); 29 Jan 2013 20:36:57 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:subject:date:user-agent:cc:references :in-reply-to:mime-version:content-type:content-transfer-encoding :message-id; bh=kDycjsA/PGewZq9NheUfTPxF2kypkZkUUSPOxciAQk4=; b=gCoJbWc1wSQJcMbw+CnS3s5Hjij6QapmeE/w6gjJgFqDL9tbStqXv5nnOH8xWlDxEm oLKKCa1K7SxqJWpTtbD7zxl4ftATaie2UboeBOjRjWle8+q7+niQ9Q5XcypaCLmT6yKS ThbIz7b21gI/Eo9vBhmEaeY2uUJbfDSoIbIJLaQVY5nJhXpDUvKbJfpUS3ToVFhXi89Z mxLy+rzNR4zIVMu72tHer+GtUSSs/Kn4twc8z+qRJLOX6VAeGwIW9iSaSlJ1Um5EBlnC rWqBHoJ0kbSStyj6iLIk8Kuby51vNeh1NHY22HXPTqZqzq5yTSd7zTfQPWCq59aci0Ub rEeA== X-Received: by 10.180.93.40 with SMTP id cr8mr4947185wib.15.1359491806240; Tue, 29 Jan 2013 12:36:46 -0800 (PST) Original-Sender: Florian Fainelli User-Agent: KMail/1.13.7 (Linux/3.7-trunk-amd64; KDE/4.8.4; x86_64; ; ) In-Reply-To: <510815F3.5080708@univie.ac.at> Xref: news.gmane.org gmane.linux.lib.musl.general:2694 Archived-At: Le mardi 29 janvier 2013 19:33:23, Alexander Stadler a =E9crit : > Am 29.01.2013 19:10, schrieb Szabolcs Nagy: > > * Alexander Stadler [2013-01-29 18:37:54 +0100]: > >> https://dev.openwrt.org/changeset/34427 > >> disables sstrip when musl is used, > >> but does not select strip instead. > >> Unfortunately I don't know why sstrip got disabled. > >=20 > > i've set a mail to openwrt-devel about this > > in case they are not reading it here > >=20 > > it would be iteresting to see how well musl > > works on openwrt.. > > are you using a real device or qemu? >=20 > Nbd already added the strip change :-). > I haven't compiled through by now. > All problems currently are in: > https://dev.openwrt.org/ticket/12651 > (don't want to spam on the list here too much..) > Florian wrote it didn't work on qemu, so if I compile through at some > time.. I decide if I want to try a real device. I tested it successfully using the OpenWrt realview target under Qemu, I ha= d=20 issues with MIPS but that was due to the fact that we disable the in-kernel= =20 =46PU emulator. When I did the initial qemu testing I disabled all packages that did not=20 compile with musl for various reasons. Note that these targets do not have = any=20 of the networking packages (ppp, iptables ...) enabled by default. =2D-=20 =46lorian