From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#39941: Disk-image size increase on core-updates. Date: Wed, 25 Mar 2020 22:34:45 +0100 Message-ID: <87mu84glu2.fsf@gnu.org> References: <87sgimdjcj.fsf@gmail.com> <87eeu0h8d6.fsf@gmail.com> <87a74nhstf.fsf@gnu.org> <87zhcnympn.fsf@gmail.com> <87r1xyfx7o.fsf@gnu.org> <87a74jnr4f.fsf@gmail.com> <87y2s3ktkn.fsf@devup.no> <875zf5lv79.fsf@gmail.com> <87tv2pilrj.fsf@gnu.org> <87pndbb4py.fsf@gmail.com> <87y2rqm3ae.fsf@gnu.org> <87ftdxoffy.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:48568) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jHDgw-0003Q9-Q2 for bug-guix@gnu.org; Wed, 25 Mar 2020 17:36:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jHDgv-0000Ww-Pl for bug-guix@gnu.org; Wed, 25 Mar 2020 17:36:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51914) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jHDgv-0000Wh-M1 for bug-guix@gnu.org; Wed, 25 Mar 2020 17:36:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jHDgv-0000lW-JT for bug-guix@gnu.org; Wed, 25 Mar 2020 17:36:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87ftdxoffy.fsf@gmail.com> (Mathieu Othacehe's message of "Tue, 24 Mar 2020 18:01:05 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: Mathieu Othacehe Cc: 39941@debbugs.gnu.org Mathieu Othacehe skribis: >>> +--- a/libgcc/configure >>> ++++ b/libgcc/configure >> >> I suspect this is the only file we need to patch, no? At least, we can >> remove all the m4 and m4-related Makefile.in changes and the unrelated >> =E2=80=98configure=E2=80=99 changes. > > The configure files of the other libraries are needed too because they > end-up in the same folder: Oh, of course. > mathieu@elbruz ~/guix [env]$ ls /gnu/store/ay4agvf29mpdib4v35i557cddc8cvk= ja-gcc-cross-aarch64-linux-gnu-7.5.0-lib/aarch64-linux-gnu/lib/*so > /gnu/store/ay4agvf29mpdib4v35i557cddc8cvkja-gcc-cross-aarch64-linux-gnu-7= .5.0-lib/aarch64-linux-gnu/lib/libasan.so > /gnu/store/ay4agvf29mpdib4v35i557cddc8cvkja-gcc-cross-aarch64-linux-gnu-7= .5.0-lib/aarch64-linux-gnu/lib/libatomic.so > /gnu/store/ay4agvf29mpdib4v35i557cddc8cvkja-gcc-cross-aarch64-linux-gnu-7= .5.0-lib/aarch64-linux-gnu/lib/libgcc_s.so > /gnu/store/ay4agvf29mpdib4v35i557cddc8cvkja-gcc-cross-aarch64-linux-gnu-7= .5.0-lib/aarch64-linux-gnu/lib/libgomp.so > /gnu/store/ay4agvf29mpdib4v35i557cddc8cvkja-gcc-cross-aarch64-linux-gnu-7= .5.0-lib/aarch64-linux-gnu/lib/libitm.so > /gnu/store/ay4agvf29mpdib4v35i557cddc8cvkja-gcc-cross-aarch64-linux-gnu-7= .5.0-lib/aarch64-linux-gnu/lib/liblsan.so > /gnu/store/ay4agvf29mpdib4v35i557cddc8cvkja-gcc-cross-aarch64-linux-gnu-7= .5.0-lib/aarch64-linux-gnu/lib/libssp.so > /gnu/store/ay4agvf29mpdib4v35i557cddc8cvkja-gcc-cross-aarch64-linux-gnu-7= .5.0-lib/aarch64-linux-gnu/lib/libstdc++.so > /gnu/store/ay4agvf29mpdib4v35i557cddc8cvkja-gcc-cross-aarch64-linux-gnu-7= .5.0-lib/aarch64-linux-gnu/lib/libtsan.so > /gnu/store/ay4agvf29mpdib4v35i557cddc8cvkja-gcc-cross-aarch64-linux-gnu-7= .5.0-lib/aarch64-linux-gnu/lib/libubsan.so > > But the m4 file and m4-related changes are definitely useless. I removed > them and pushed! Excellent, thanks! Ludo=E2=80=99.