From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10892 Path: news.gmane.org!.POSTED!not-for-mail From: Julien Ramseier Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] drop lchmod Date: Thu, 5 Jan 2017 12:23:40 +0100 Message-ID: <58DF4F22-1F60-4AAE-874C-53D5A7B17BFE@gmail.com> References: <20170104213552.GR1555@brightrain.aerifal.cx> <586D95AF.7090207@adelielinux.org> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1483615445 8363 195.159.176.226 (5 Jan 2017 11:24:05 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 5 Jan 2017 11:24:05 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-10905-gllmg-musl=m.gmane.org@lists.openwall.com Thu Jan 05 12:24:01 2017 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 1cP69B-0000pH-80 for gllmg-musl@m.gmane.org; Thu, 05 Jan 2017 12:23:53 +0100 Original-Received: (qmail 16317 invoked by uid 550); 5 Jan 2017 11:23:54 -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 16290 invoked from network); 5 Jan 2017 11:23:53 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=mB/SYEHOo4KedaQpRIpMh6wPuKLspw5+m7+xxpG/D8g=; b=TzNLowd2X4jSuxe+B5MVvBxwzKZy4UuTJ7jvvk7nHz0SP4PfbxBIp+0zAf7ULpVL9y Hyg1c3Ju1rDXAVIE/Sfs4MCEm3aWfn6Zbm0pm5yW5+oGMt1E1ezRWELfaj4N/RCGgVxm Xx33vti41aD8I0QshL3vR/iodhP0vCCK38rjR5DEzBPAKvqxwmZNSGda+VPWrbROq1LC D2l5PkaZS/lOQV5M00/GoMO2eplq3weDynHH1xytD3ayONcjCnr46tFu9Wsrl/zA/wNP 6Asr+zzX+bV8HkrBeOd3MOwquMiutwypj3yUNT9U3dR0nZl3ipHwF6dTIek7t7hLtFeU nBqA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=mB/SYEHOo4KedaQpRIpMh6wPuKLspw5+m7+xxpG/D8g=; b=T0lakAKEXO/RMjutA7U46ae9EhuzV6aHuc5W5gKeFKimuZicDn/69EF5mgdoy5622b zbayStF6xhlcHXZiX5AGqWNolEIT8sPJUAR36cQajpkG+qFkVl3lTutRC9wK/L8+VS6p BA0zke7UCtjFesCXJTVycB0AQ2YAV7p0tBv4Ua+g6/WiYwzJ2ngDssxEIvAlOI58toMV ln8v8yZio+ATZPQ1mDZuJHhXE6/49r1Cr9fwxE6QANHGffk8OjB3pLg1ILOmFUOc5Txx FTjtp9XZ1+bX08hnhoamxLh/uCIn8UNzy/rL21ROHikWRFAR43ZullM/JhRdfv3IbfI9 ePsQ== X-Gm-Message-State: AIkVDXJ6MbGqnuvM8674f8f8t7acVgnuL7tjVhBAxykBT5mGw7XW2F2FaW5mq8gP2/IGFQ== X-Received: by 10.195.9.102 with SMTP id dr6mr51351145wjd.209.1483615421774; Thu, 05 Jan 2017 03:23:41 -0800 (PST) In-Reply-To: <586D95AF.7090207@adelielinux.org> X-Mailer: Apple Mail (2.3124) Xref: news.gmane.org gmane.linux.lib.musl.general:10892 Archived-At: > Le 5 janv. 2017 =E0 01:39, A. Wilcox a =E9crit= : >=20 > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 >=20 > On 04/01/17 15:35, Rich Felker wrote: >=20 >> libarchive needs to be fixed to respect the errno value. >=20 > https://github.com/libarchive/libarchive/commit/65fe103 >=20 > We had to ship this patch in Ad=E9lie for the v3.1.x branch, but 3.2+ > integrates it, and it works fine on musl without patching here. >=20 > Julien, can you reproduce any sort of failure with libarchive-3.2 or > newer? Or is this in another package? Perhaps more information would > be useful. At any rate, there is no reason to drop this function. >=20 Indeed I was using an older version and had not noticed this was fixed. I keep forgetting about ABI breakages (since I don't care about them in my use case) and send stupid patches... - J