From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Howard Subject: bug#40758: build failure: gcc-4.8.5 (gcc-toolchain-4.8.5) Date: Tue, 21 Apr 2020 20:20:25 -0800 Message-ID: <38bc29e22a705b6caec3b7e6c1f7c3a43ab17cf1.camel@librehacker.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:48342) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jR6sg-0003eu-QW for bug-guix@gnu.org; Wed, 22 Apr 2020 00:21:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jR6sg-0002op-CD for bug-guix@gnu.org; Wed, 22 Apr 2020 00:21:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39503) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jR6sf-0002m7-V0 for bug-guix@gnu.org; Wed, 22 Apr 2020 00:21:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jR6sf-00078e-RG for bug-guix@gnu.org; Wed, 22 Apr 2020 00:21:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:46226) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jR6rw-0003Vr-CQ for bug-guix@gnu.org; Wed, 22 Apr 2020 00:20:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jR6ro-0003rd-2u for bug-guix@gnu.org; Wed, 22 Apr 2020 00:20:16 -0400 Received: from mx.kolabnow.com ([95.128.36.41]:22142) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jR6rn-0003DG-Bm for bug-guix@gnu.org; Wed, 22 Apr 2020 00:20:07 -0400 Received: from localhost (unknown [127.0.0.1]) by ext-mx-out002.mykolab.com (Postfix) with ESMTP id F21D3655 for ; Wed, 22 Apr 2020 06:20:03 +0200 (CEST) Received: from mx.kolabnow.com ([127.0.0.1]) by localhost (ext-mx-out002.mykolab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YaD4GtFPC7QE for ; Wed, 22 Apr 2020 06:20:03 +0200 (CEST) Received: from int-mx001.mykolab.com (unknown [10.9.13.1]) by ext-mx-out002.mykolab.com (Postfix) with ESMTPS id 39A60614 for ; Wed, 22 Apr 2020 06:20:02 +0200 (CEST) Received: from ext-subm001.mykolab.com (unknown [10.9.6.1]) by int-mx001.mykolab.com (Postfix) with ESMTPS id D7F463AD for ; Wed, 22 Apr 2020 06:20:02 +0200 (CEST) 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: 40758@debbugs.gnu.org My attempt to build gcc-toolchain-4.8.5 dies, with a build failure in the gcc package. I was hoping to use this package to try to build some older software. christopher@nightshade ~/Repos/guix-working$ guix describe Generation 16 Apr 11 2020 08:47:10 (current) guix 658505d repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 658505d7a92f0518e1fc4c965bdaa389a6e83f2c Error: In file included from ../../gcc-4.8.5/gcc/cp/except.c:1008:0: cfns.gperf: In function ‘const char* libc_name_p(const char*, unsigned int)’: cfns.gperf:101:1: error: ‘const char* libc_name_p(const char*, unsigned int)’ redeclared inline with ‘gnu_inline’ attribute cfns.gperf:26:14: note: ‘const char* libc_name_p(const char*, unsigned int)’ previously declared here cfns.gperf: At global scope: cfns.gperf:26:14: warning: inline function ‘const char* libc_name_p(const char*, unsigned int)’ used but never defined make[3]: *** [Makefile:1059: cp/except.o] Error 1 make[3]: *** Waiting for unfinished jobs.... rm gcc.pod make[3]: Leaving directory '/tmp/guix-build-gcc-4.8.5.drv-0/build/gcc' make[2]: *** [Makefile:4157: all-stage1-gcc] Error 2 make[2]: Leaving directory '/tmp/guix-build-gcc-4.8.5.drv-0/build' make[1]: *** [Makefile:18767: stage1-bubble] Error 2 make[1]: Leaving directory '/tmp/guix-build-gcc-4.8.5.drv-0/build' make: *** [Makefile:886: all] Error 2 command "make" "-j" "3" "LDFLAGS_FOR_TARGET=- B/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib -Wl,- dynamic-linker -Wl,/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc- 2.29/lib/ld-linux-x86-64.so.2" "LDFLAGS=-Wl,- rpath=/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib -Wl,- dynamic-linker -Wl,/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc- 2.29/lib/ld-linux-x86-64.so.2" "BOOT_CFLAGS=-O2 -g0" failed with status 2 builder for `/gnu/store/nx6ndhvxg8b2vzhs56fnd3hydkif0rgh-gcc-4.8.5.drv' failed with exit code 1 build of /gnu/store/nx6ndhvxg8b2vzhs56fnd3hydkif0rgh-gcc-4.8.5.drv failed View build log at '/var/log/guix/drvs/nx/6ndhvxg8b2vzhs56fnd3hydkif0rgh-gcc- 4.8.5.drv.bz2'. cannot build derivation `/gnu/store/qcakvv0m8xbyaw36ykmdm878jjii73b4- gcc-toolchain-4.8.5.drv': 1 dependencies couldn't be built guix build: error: build of `/gnu/store/qcakvv0m8xbyaw36ykmdm878jjii73b4-gcc-toolchain-4.8.5.drv' failed -- Christopher Howard p: +1 (907) 374-0257 w: https://librehacker.com social: https://gnusocial.club/librehacker gpg: ADDEAADE5D607C8D (keys.gnupg.net)