From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4516 Path: news.gmane.org!not-for-mail From: Justin Cormack Newsgroups: gmane.linux.lib.musl.general Subject: Re: dlopen'ing glibc linked libraries Date: Fri, 24 Jan 2014 10:07:47 +0000 Message-ID: References: <52DE84BF.2090001@barfooze.de> <20140121181726.GL1685@port70.net> <20140123100755.GM1685@port70.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 1390558078 21666 80.91.229.3 (24 Jan 2014 10:07:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 24 Jan 2014 10:07:58 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4520-gllmg-musl=m.gmane.org@lists.openwall.com Fri Jan 24 11:08:04 2014 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 1W6dgA-0001IP-Um for gllmg-musl@plane.gmane.org; Fri, 24 Jan 2014 11:08:03 +0100 Original-Received: (qmail 26585 invoked by uid 550); 24 Jan 2014 10:08:00 -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 26575 invoked from network); 24 Jan 2014 10:08:00 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=specialbusservice.com; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=6JwF791dxtV7JPO9EFId1v4RCm2YcKlYtpYSW1eRJpY=; b=U8v6NLWzrB2+NPnOLwJiCVw+BwZqR/TUzNRWr9LAyB0kyhYxNdbV5MDbVYSktF+0Tc hZCEKG12yu0iRL1CYtLiavNF3Sa5vy5W12VhacJFbvZSqYh4Rxb9daRoFiurKdG4vfTm 3kEvP5sBkxqaRtoqZJ1zz7vCRK5iXGA5gCSTs= 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:date :message-id:subject:from:to:content-type; bh=6JwF791dxtV7JPO9EFId1v4RCm2YcKlYtpYSW1eRJpY=; b=LktSysVayY09F8GYDAtrwfvTdD1aBuo8+iyhmxQosPiYipblGIENlTV67DKW+qilVv E+gCWmJ9YvqRYGEN3wjjuMR/hon4SyMGA45JHkMurFtzyAn1Gi/SO4WkxLce9qnR33iB bmWXjSyWEQbcb7GYaWqEZBtA3lVp9uFtXwtTRPKQT7AlsL+3BGdZUH+ZMZVYnbBdEB4p 3S4GKosT/27PZUwksyOmB1V5WfLWTF8NoER5jTLxwFSFzu6KbB83SWyKdsrd5InIqNO6 YrXZPHc6BUQDzuSSDFDENF4SpN/Lquu/s4UZT9xkMiTBWaTKR7cKvnQkSvf8TRHs97Sl gPZQ== X-Gm-Message-State: ALoCoQkbe3XHNj/bcNl+b51WHBrp2101YYTlZPZsjQsWt4XpPO6wDJIb5W3Ks1Cdrw+J5dmzGnwQ X-Received: by 10.66.224.165 with SMTP id rd5mr13540691pac.119.1390558067735; Fri, 24 Jan 2014 02:07:47 -0800 (PST) In-Reply-To: <20140123100755.GM1685@port70.net> Xref: news.gmane.org gmane.linux.lib.musl.general:4516 Archived-At: On Thu, Jan 23, 2014 at 10:07 AM, Szabolcs Nagy wrote: > - binaries compiled without _FILE_OFFSET_BITS=64 are not > compatible with musl on i386 (on my debian stable system > there are more than 200 binaries and libraries which use > readdir, __[fl]xstat instead of readdir64, __[fl]xstat64) > (this is probably the biggest obstacle for compatibility) It might be worth filing bugs for all these and see if we can get them fixed. Will take a look. Justin