From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.2 Received: from mother.openwall.net (mother.openwall.net [195.42.179.200]) by inbox.vuxu.org (OpenSMTPD) with SMTP id 70a0e6d7 for ; Wed, 22 Jan 2020 13:58:17 +0000 (UTC) Received: (qmail 9745 invoked by uid 550); 22 Jan 2020 13:58:15 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 9727 invoked from network); 22 Jan 2020 13:58:14 -0000 Date: Wed, 22 Jan 2020 08:58:01 -0500 From: Rich Felker To: musl@lists.openwall.com Cc: =?utf-8?B?0JDQvdC00YDQtdC5INCQ0LvQsNC00YzQtdCy?= Message-ID: <20200122135801.GY30412@brightrain.aerifal.cx> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: Rich Felker Subject: Re: [musl] musl libc failed to preserve ownership On Wed, Jan 22, 2020 at 01:42:40PM +0300, Андрей Аладьев wrote: > My experience in using mailing list is very low. I may duplicate this > email. Sorry. > > I saw previous https://www.openwall.com/lists/musl/2015/04/03/3 discussion > about coreutils: > > cp: failed to preserve ownership for > /var/tmp/portage/sys-apps/portage-2.3.84-r1/image/./usr/bin/quickpkg: Not > supported > > I've reproduced this bug inside x86_64 musl container without qemu. I want > just to clarify - this is 100% cross compilation issue of coreutils. It is > connected with autoconf wrong guessing about musl. > > This issue will be fixed in next coreutils releases with the following > commit > https://git.savannah.gnu.org/cgit/gnulib.git/patch/?id=453ff940449bbbde9ec00f0bbf82a359c5598fc7 > > More info here https://bugs.gentoo.org/687236. Thank you. I'm not sure how that change in gnulib made it go away, but there's an actual bug in coreutils that's the root of this problem. I commented on the tracker for the bug you linked: https://bugs.gentoo.org/687236#c17 Rich