From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3918 Path: news.gmane.org!not-for-mail From: Rob Landley Newsgroups: gmane.linux.lib.musl.general Subject: Re: Progress on roadmap to 0.9.13 Date: Fri, 16 Aug 2013 01:21:10 -0500 Message-ID: <1376634070.2737.41@driftwood> References: <20130815075912.GA705@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1376634082 32196 80.91.229.3 (16 Aug 2013 06:21:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 Aug 2013 06:21:22 +0000 (UTC) Cc: musl@lists.openwall.com To: musl@lists.openwall.com Original-X-From: musl-return-3922-gllmg-musl=m.gmane.org@lists.openwall.com Fri Aug 16 08:21:25 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 1VADPZ-0007Zz-2R for gllmg-musl@plane.gmane.org; Fri, 16 Aug 2013 08:21:25 +0200 Original-Received: (qmail 14111 invoked by uid 550); 16 Aug 2013 06:21:24 -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 14103 invoked from network); 16 Aug 2013 06:21:23 -0000 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:date:from:subject:to:cc:references:in-reply-to :message-id:mime-version:content-type:content-disposition :content-transfer-encoding; bh=GrjZWy7dJn1W52f0FUzheSPQASot1FXYdmgroFWoAXM=; b=SCn6+SVrGHNFwDhjH2oUt3HHODeibXCcHzLv1+aH+JN5fgmEyPKtR4LHhVv6zszXFL cyiptctcjWXZFNW6lbRToGJzX2sHzd8lugn+v/Oqc0zeqjsWP8cMOXiuNQJaTUkoty/9 SVtL0dI4QzCWSSHTKmgxfxNanlBbTezoLqci7Jff1s6hv0hxwncYqnWaGg1hiboziL1m QYdt00TNw/jme0mQkchSxOQ4NvRPn2J6E02nZIuofRyVkt7KZJ6cMfVLRnHwyhfWop1l S4PJSROKAuPXfcNB6AjK2/JBciLKr2crsyT1T3rE3KSfFklbjWbBO2Tg7he9Un0QpRgy u0wA== X-Gm-Message-State: ALoCoQlcWCEkzpw9gbElS5dQlw4QrXH1vWkSn2xJQZbT7EF7M2JPRe/ia0PJ66ezBsuH9Pw0p9OC X-Received: by 10.182.38.228 with SMTP id j4mr19719obk.94.1376634071829; Thu, 15 Aug 2013 23:21:11 -0700 (PDT) In-Reply-To: <20130815075912.GA705@brightrain.aerifal.cx> (from dalias@aerifal.cx on Thu Aug 15 02:59:12 2013) X-Mailer: Balsa 2.4.11 Content-Disposition: inline Xref: news.gmane.org gmane.linux.lib.musl.general:3918 Archived-At: On 08/15/2013 02:59:12 AM, Rich Felker wrote: > One key target for 0.9.13 which I didn't cover above is improving > "make install" and possibly tweaking the symlink strategy for libc.so > and ld-musl.so. At several times in the past, I was fairly convinced > that it makes more sense to reverse the symlink direction and have > libc.so point to ld-musl.so rather than the other way around. However, > I keep going back to doubting that there's any good reason for it to > change. So if there are people who still care about this issue, I'd > really like to hear you speak up _now_ rather than 2 days before the > next release, or after the next release. Which makes it easier to install uClibc and musl and bionic next to =20 each other? (You can have /lib/musl and /lib/uClibc and /lib/bionic for =20 most of the .so and .a files, but the dynamic linker is a hardwired =20 abspath in each binary and then the linker would be what searches the =20 more specific path...) > One thing that's not in the current roadmap is additional ports. The > possibility of additional ports in any of the upcoming releases (even > 1.0 as long as the new ports are labeled experimental) is something > I've had in mind for a long time, but as I'm probably not going to > have time to spend on ports in addition to meeting the rest of the > goals I have, the bulk of the work on additional ports would need to > come from other contributors. Real life continues to intrude into my schedule, but I'm slowly working =20 towards this. Until musl supports all the targets aboriginal does now, =20 I can't drop uClibc support, and klibc has some code I can start with =20 to get to "hello world" level... Rob=