Received: (at 67157) by debbugs.gnu.org; 19 Jan 2024 08:39:54 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Fri Jan 19 03:39:53 2024 Received: from localhost ([127.0.0.1]:57450 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1rQkPp-0003pN-5E for submit <at> debbugs.gnu.org; Fri, 19 Jan 2024 03:39:53 -0500 Received: from smtprelay05.ispgateway.de ([80.67.18.28]:1981) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <outgoing@HIDDEN>) id 1rQYbh-0000CP-1T for 67157 <at> debbugs.gnu.org; Thu, 18 Jan 2024 15:03:22 -0500 Received: from [93.210.55.122] (helo=euler.schwinge.homeip.net) by smtprelay05.ispgateway.de with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.97.1) (envelope-from <outgoing@HIDDEN>) id 1rQYbd-0000000008a-1LWh; Thu, 18 Jan 2024 21:03:17 +0100 Received: (nullmailer pid 692092 invoked by uid 1000); Thu, 18 Jan 2024 20:03:16 -0000 From: Thomas Schwinge <thomas@HIDDEN> To: Simon Tournier <zimon.toutoune@HIDDEN>, =?utf-8?B?RnLDqWTDqXJpYyBN?= =?utf-8?B?YWjDqQ==?= <frederic.mahe@HIDDEN>, 67157 <at> debbugs.gnu.org Subject: Re: bug#67157: gcc-toolchain@HIDDEN not available on the official substitute servers In-Reply-To: <87bk9icty3.fsf@HIDDEN> References: <c2110f92-4338-4562-9c61-414a54547fb8@HIDDEN> <868r6yvvu9.fsf@HIDDEN> <87bk9icty3.fsf@HIDDEN> User-Agent: Notmuch/0.29.3+94~g74c3f1b (https://notmuchmail.org) Emacs/28.2 (x86_64-pc-linux-gnu) Date: Thu, 18 Jan 2024 21:03:10 +0100 Message-ID: <87v87qbe9t.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Df-Sender: b3V0Z29pbmdAc2Nod2luZ2UubmFtZQ== X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 67157 X-Mailman-Approved-At: Fri, 19 Jan 2024 03:39:50 -0500 Cc: Ricardo Wurmus <rekado@HIDDEN>, Christopher Howard <christopher@HIDDEN>, Thiago Jung Bauermann <bauermann@HIDDEN>, Janneke Nieuwenhuizen <janneke@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) On 2024-01-18T20:39:16+0100, I wrote: > In file included from ../../gcc-4.8.5/gcc/cp/except.c:1008: > cfns.gperf: At global scope: > cfns.gperf:101:1: error: =E2=80=98const char* libc_name_p(const char*= , unsigned int)=E2=80=99 redeclared inline with =E2=80=98gnu_inline=E2=80= =99 attribute > cfns.gperf:26:14: note: =E2=80=98const char* libc_name_p(const char*,= unsigned int)=E2=80=99 previously declared here > > If I'm understanding things right, Ricardo actually has addressed this > issue in commit e6994d7e3f3f4a69f984c9e67df27abe1bc07c1c > "gnu: gcc-arm-none-eabi-4.9: Fix incompatible redeclaration" > ('gnu/packages/patches/gcc-4.9-inline.patch'), and similarly a number of > years earlier in commit db90eb8c2bd447ab53bed80e5b0ea5105a928cdf > "gnu: Add propeller-gcc-4" -- both not applied to the GCC 4.8 sources > we're trying to build here. Anyway, putting Ricardo in CC, in case > you've got any input to this one here, too? :-) Actually, also years-old commit 625492ee1a5a8e515b97d4b76734584c1b420243 "gnu: gcc-4.7: Resurrect building with gcc-5.4.0" (Janneke CCed), and also discussed in <https://issues.guix.gnu.org/49935> "gcc-4.8 fails to build with recent GCC versions" (Thiago CCed), and <https://issues.guix.gnu.org/40758> "build failure: gcc-4.8.5 (gcc-toolchain-4.8.5)" (Christopher CCed), for example. In <https://gcc.gnu.org/PR80734> "GCC 6.3.1 errors compiling GCC 4.8.5 - error: =E2=80=98const char* libc_na= me_p(const char*, unsigned int)=E2=80=99 redeclared inline with =E2=80=98gn= u_inline=E2=80=99 attribute", or <https://gcc.gnu.org/PR69959> "gcc-6 doesn't build gcc-5 anymore", for example, Jakub suggested building with '-std=3Dgnu++98' as another option. (Maybe that can be achieved by using a build GCC where this is implicit?) I suppose more instances of this issue can be found if searching more thoroughly. ;-) > The latter commit's 'gnu/packages/patches/gcc-4.6-gnu-inline.patch' > indicates that "the 3.0.3 release of gperf" may be when this started, so > I'll try to invoke the time-machine for older than that, as a first > (hopefully simple) try.
bug-guix@HIDDEN
:bug#67157
; Package guix
.
Full text available.Received: (at 67157) by debbugs.gnu.org; 19 Jan 2024 08:39:53 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Fri Jan 19 03:39:53 2024 Received: from localhost ([127.0.0.1]:57448 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1rQkPo-0003pK-3E for submit <at> debbugs.gnu.org; Fri, 19 Jan 2024 03:39:53 -0500 Received: from smtprelay07.ispgateway.de ([134.119.228.100]:59623) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <outgoing@HIDDEN>) id 1rQYEX-0002XF-NQ for 67157 <at> debbugs.gnu.org; Thu, 18 Jan 2024 14:39:27 -0500 Received: from [93.210.55.122] (helo=euler.schwinge.homeip.net) by smtprelay07.ispgateway.de with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.97.1) (envelope-from <outgoing@HIDDEN>) id 1rQYES-000000000rv-45PL; Thu, 18 Jan 2024 20:39:21 +0100 Received: (nullmailer pid 688690 invoked by uid 1000); Thu, 18 Jan 2024 19:39:20 -0000 From: Thomas Schwinge <thomas@HIDDEN> To: Simon Tournier <zimon.toutoune@HIDDEN>, =?utf-8?B?RnLDqWTDqXJpYyBN?= =?utf-8?B?YWjDqQ==?= <frederic.mahe@HIDDEN>, 67157 <at> debbugs.gnu.org Subject: Re: bug#67157: gcc-toolchain@HIDDEN not available on the official substitute servers In-Reply-To: <868r6yvvu9.fsf@HIDDEN> References: <c2110f92-4338-4562-9c61-414a54547fb8@HIDDEN> <868r6yvvu9.fsf@HIDDEN> User-Agent: Notmuch/0.29.3+94~g74c3f1b (https://notmuchmail.org) Emacs/28.2 (x86_64-pc-linux-gnu) Date: Thu, 18 Jan 2024 20:39:16 +0100 Message-ID: <87bk9icty3.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Df-Sender: b3V0Z29pbmdAc2Nod2luZ2UubmFtZQ== X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 67157 X-Mailman-Approved-At: Fri, 19 Jan 2024 03:39:50 -0500 Cc: Ricardo Wurmus <rekado@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) I ran into the same issue. On 2023-11-16T11:25:18+0100, Simon Tournier <zimon.toutoune@HIDDEN> wrot= e: > On Mon, 13 Nov 2023 at 20:19, Fr=C3=A9d=C3=A9ric Mah=C3=A9 <frederic.mahe= @cirad.fr> wrote: >> Is the absence of a x86-64 GNU Linux GCC 4.8.5 build deliberate? > No, it is not deliberate, sadly. Well, I have tried to find a past > revision when gcc-toolchain@HIDDEN builds but I fail. > > The Guix Data Service shows that gcc-toolchain@HIDDEN is not available > for the build farm named Bordeaux. And the substitutes are also missing > on the other build farm named Berlin. > > Well, my guess is the issue is related to an update of GCC. Therefore, > I am trying this commit: > > 27322ac30be6816eca33ee946a04d3b0ab32896f > CommitDate: Thu Sep 8 21:40:00 2022 +0200 > > which is right before the update to GCC 11 as default. > > guix time-machine --commit=3D27322ac30be6816eca33ee946a04d3b0ab32896f \ > -- build gcc-toolchain@HIDDEN --no-grafts > > Wait and see=E2=80=A6 I tried this, but after quite a long time, it failed, too. :-| In file included from ../../gcc-4.8.5/gcc/cp/except.c:1008: cfns.gperf: At global scope: cfns.gperf:101:1: error: =E2=80=98const char* libc_name_p(const char*, = unsigned int)=E2=80=99 redeclared inline with =E2=80=98gnu_inline=E2=80=99 = attribute cfns.gperf:26:14: note: =E2=80=98const char* libc_name_p(const char*, u= nsigned int)=E2=80=99 previously declared here If I'm understanding things right, Ricardo actually has addressed this issue in commit e6994d7e3f3f4a69f984c9e67df27abe1bc07c1c "gnu: gcc-arm-none-eabi-4.9: Fix incompatible redeclaration" ('gnu/packages/patches/gcc-4.9-inline.patch'), and similarly a number of years earlier in commit db90eb8c2bd447ab53bed80e5b0ea5105a928cdf "gnu: Add propeller-gcc-4" -- both not applied to the GCC 4.8 sources we're trying to build here. Anyway, putting Ricardo in CC, in case you've got any input to this one here, too? :-) The latter commit's 'gnu/packages/patches/gcc-4.6-gnu-inline.patch' indicates that "the 3.0.3 release of gperf" may be when this started, so I'll try to invoke the time-machine for older than that, as a first (hopefully simple) try.
bug-guix@HIDDEN
:bug#67157
; Package guix
.
Full text available.Received: (at 67157) by debbugs.gnu.org; 16 Nov 2023 10:25:30 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Nov 16 05:25:30 2023 Received: from localhost ([127.0.0.1]:54535 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1r3ZYw-0003lV-3G for submit <at> debbugs.gnu.org; Thu, 16 Nov 2023 05:25:30 -0500 Received: from mail-wr1-x42e.google.com ([2a00:1450:4864:20::42e]:38241) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <zimon.toutoune@HIDDEN>) id 1r3ZYs-0003lE-R2 for 67157 <at> debbugs.gnu.org; Thu, 16 Nov 2023 05:25:28 -0500 Received: by mail-wr1-x42e.google.com with SMTP id ffacd0b85a97d-32da4180ca2so167706f8f.1 for <67157 <at> debbugs.gnu.org>; Thu, 16 Nov 2023 02:25:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1700130321; x=1700735121; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=CHvyhUksj+zMsqUy20pihIaP9W3alOUO1QO1JY/Luxs=; b=emeTuBrDFg9KVULIra3f0+o5AaExmG/4KMv8j93Qd86ZnlxNVdCRfs2V2bcsV87PnV Bkozag+aSa3wXJw9sI6w8z7jhVhgV8J5ypm1OVs9bx5n2s0x1aVdYd6je7awwUyhDF32 190KHninYum9M0sbqQo/BHEEuE3H2hl/CfTzq2IxdrisfOpGSyJ22kgFrT1s5dXD/TEg cgv7wjEZws0tdlweicJxzy/YtqmtuPUpWW0MLDlu3CnGv2imrHnZQNf2ooJd7hmzf88P O+RiQV6VFrgYtoIc78XrCgTS3uhyhP05f/rvLAMqDuXofK0q712FBwinldJHYMtIHRf0 HG/A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1700130321; x=1700735121; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:to:from:x-gm-message-state:from:to:cc:subject :date:message-id:reply-to; bh=CHvyhUksj+zMsqUy20pihIaP9W3alOUO1QO1JY/Luxs=; b=jg7BKBlDVkk36sVcPsMWzTkj/XhXyT2ywxqhecvXCpBPwOjdlXt04TPnD3QUBWSQeV kZ2OHYB2WXtGtiJaSDRWQ4SdPrM6gVG6JcBVAjqocvkW6bc3eWSUtLOkqhJQ2Jjde3j4 VGgGG4+HKU/vEt7uYKMlWBnm0lBSfNAn5DBQ0XsJGWJ+/hjHJZpEU7J3SVk+vkD5vkHg gqAcaWIqAauy6glji4qlvda2Jt5ut3loMqp6PTR7mJ8nnMFY+HynA5+Yj3TLKURqYmYM sHLkWxq4EbeJB899NOXmZXOwPVEVehQrk0UuJCBYhdXVSTOz/YVfjpzGtCYpbNmHkSkZ KLNg== X-Gm-Message-State: AOJu0YwWsKA94X8JpZFAcY2tAkGjT6JcJ8V49lO3rz6gw6Sgy1E5sjHb eCMaFU8b+nwBLLIyKufmrmTZVSv+oRk= X-Google-Smtp-Source: AGHT+IGKtc4Nv+OM+TJRDpNH/qFm/hYDuCUnUDm5/vrw3GWI/kQTvjJT4kFfHwYJT2hXhGlLKM4bfw== X-Received: by 2002:a05:600c:3caa:b0:40a:5268:bd8 with SMTP id bg42-20020a05600c3caa00b0040a52680bd8mr5856196wmb.0.1700130321087; Thu, 16 Nov 2023 02:25:21 -0800 (PST) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id n18-20020a05600c3b9200b00407efbc4361sm3040316wms.9.2023.11.16.02.25.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Nov 2023 02:25:20 -0800 (PST) From: Simon Tournier <zimon.toutoune@HIDDEN> To: =?utf-8?B?RnLDqWTDqXJpYyBNYWjDqQ==?= <frederic.mahe@HIDDEN>, 67157 <at> debbugs.gnu.org Subject: Re: bug#67157: gcc-toolchain@HIDDEN not available on the official substitute servers In-Reply-To: <c2110f92-4338-4562-9c61-414a54547fb8@HIDDEN> References: <c2110f92-4338-4562-9c61-414a54547fb8@HIDDEN> Date: Thu, 16 Nov 2023 11:25:18 +0100 Message-ID: <868r6yvvu9.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 67157 X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) Hi, Thanks for the report. On Mon, 13 Nov 2023 at 20:19, Fr=C3=A9d=C3=A9ric Mah=C3=A9 <frederic.mahe@c= irad.fr> wrote: > Is the absence of a x86-64 GNU Linux GCC 4.8.5 build deliberate? I can=20 > imagine that this old version is not a priority anymore. Nonetheless, it= =20 > is still very frequent in the wild, at least until the end-of-support of= =20 > CentOS 7 next year. No, it is not deliberate, sadly. Well, I have tried to find a past revision when gcc-toolchain@HIDDEN builds but I fail. The Guix Data Service shows that gcc-toolchain@HIDDEN is not available for the build farm named Bordeaux. And the substitutes are also missing on the other build farm named Berlin. Well, my guess is the issue is related to an update of GCC. Therefore, I am trying this commit: 27322ac30be6816eca33ee946a04d3b0ab32896f CommitDate: Thu Sep 8 21:40:00 2022 +0200 which is right before the update to GCC 11 as default. guix time-machine --commit=3D27322ac30be6816eca33ee946a04d3b0ab32896f \ -- build gcc-toolchain@HIDDEN --no-grafts Wait and see=E2=80=A6 Cheers, simon
bug-guix@HIDDEN
:bug#67157
; Package guix
.
Full text available.Received: (at submit) by debbugs.gnu.org; 14 Nov 2023 07:40:14 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue Nov 14 02:40:14 2023 Received: from localhost ([127.0.0.1]:59955 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1r2o1r-0003ju-Rc for submit <at> debbugs.gnu.org; Tue, 14 Nov 2023 02:40:13 -0500 Received: from lists.gnu.org ([2001:470:142::17]:34402) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <frederic.mahe@HIDDEN>) id 1r2cUW-0000Px-V7 for submit <at> debbugs.gnu.org; Mon, 13 Nov 2023 14:21:02 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <frederic.mahe@HIDDEN>) id 1r2cTl-0003pK-HF for bug-guix@HIDDEN; Mon, 13 Nov 2023 14:20:13 -0500 Received: from montalbanais.cirad.fr ([194.199.235.221]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <frederic.mahe@HIDDEN>) id 1r2cTX-0002uo-3r for bug-guix@HIDDEN; Mon, 13 Nov 2023 14:20:02 -0500 Received: from montalbanais.cirad.fr (localhost.localdomain [127.0.0.1]) by montalbanais.cirad.fr (Postfix) with ESMTPS id 300E740387E5 for <bug-guix@HIDDEN>; Mon, 13 Nov 2023 20:19:55 +0100 (CET) Received: from localhost (localhost.localdomain [127.0.0.1]) by montalbanais.cirad.fr (Postfix) with ESMTP id 22BE7406781B for <bug-guix@HIDDEN>; Mon, 13 Nov 2023 20:19:55 +0100 (CET) X-Virus-Scanned: amavis at cirad.fr Received: from montalbanais.cirad.fr ([127.0.0.1]) by localhost (montalbanais.cirad.fr [127.0.0.1]) (amavis, port 10026) with ESMTP id oDF_8aJQDl2q for <bug-guix@HIDDEN>; Mon, 13 Nov 2023 20:19:55 +0100 (CET) Received: from [192.168.1.195] (unknown [78.196.243.100]) by montalbanais.cirad.fr (Postfix) with ESMTPSA id E0C2640387E5 for <bug-guix@HIDDEN>; Mon, 13 Nov 2023 20:19:54 +0100 (CET) Message-ID: <c2110f92-4338-4562-9c61-414a54547fb8@HIDDEN> Date: Mon, 13 Nov 2023 20:19:54 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: bug-guix@HIDDEN Content-Language: en-US, fr-FR From: =?UTF-8?B?RnLDqWTDqXJpYyBNYWjDqQ==?= <frederic.mahe@HIDDEN> Subject: gcc-toolchain@HIDDEN not available on the official substitute servers Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=194.199.235.221; envelope-from=frederic.mahe@HIDDEN; helo=montalbanais.cirad.fr X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Tue, 14 Nov 2023 02:40:10 -0500 X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.0 (/) Hi, I am new Guix user. So far, I've been using Guix to create one-of environments with=20 different versions of GCC and clang. My first goal is to compile a C++=20 project with different compiler versions and to check that everything is=20 ok. For instance: guix shell gcc-toolchain@13 It works great, except for GCC 4.8.5 (the oldest version I aim to=20 support for my C++ project). That version seems to be the only=20 gcc-toolchain version not available on the official substitute servers=20 (need to compile/build), and compilation fails on my machine. Is the absence of a x86-64 GNU Linux GCC 4.8.5 build deliberate? I can=20 imagine that this old version is not a priority anymore. Nonetheless, it=20 is still very frequent in the wild, at least until the end-of-support of=20 CentOS 7 next year. Thanks for your help, Here are the command used and the complete log: guix shell gcc-toolchain@HIDDEN hint: Consider passing the `--check' option once to make sure your shell=20 does not clobber environment variables. The following derivations will be built: /gnu/store/3rh345dldg1r19mx6rwdx5nzskz5ixv4-gcc-toolchain-4.8.5.drv /gnu/store/4y2s5l1hhdvxzws1s0gshb5jdf7rl1gr-gcc-4.8.5.drv building /gnu/store/4y2s5l1hhdvxzws1s0gshb5jdf7rl1gr-gcc-4.8.5.drv... | 'build' phase?@ build-log 346394 4096 ? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_ISLESSEQUAL? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_ISLESSGREATER? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_ISUNORDERED? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_LABS? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_LLABS? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_LONGJMP? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_MALLOC? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_NEXT_ARG? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_PARITY? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_PARITYIMAX? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_PARITYL? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_PARITYLL? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_POPCOUNT? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_POPCOUNTIMAX? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_POPCOUNTL? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_POPCOUNTLL? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_PREFETCH? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_REALLOC? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_RETURN? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_RETURN_ADDRESS? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SAVEREGS? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SETJMP? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_STRFMON? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_STRFTIME? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_TRAP? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_UNREACHABLE? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_UNWIND_INIT? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_UPDATE_SETJMP_BUF? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_VA_COPY? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_VA_END? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_VA_START? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_VA_ARG_PACK? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_VA_ARG_PACK_LEN? not handle@ build-log 346394 4096 d in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN__EXIT? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN__EXIT2? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_INIT_TRAMPOLINE? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_INIT_HEAP_TRAMPOLINE? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_ADJUST_TRAMPOLINE? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_NONLOCAL_GOTO? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SETJMP_SETUP? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SETJMP_DISPATCHER? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SETJMP_RECEIVER? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_STACK_SAVE? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_STACK_RESTORE? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_ALLOCA_WITH_ALIGN? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_OBJECT_SIZE? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_MEMCPY_CHK? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_MEMMOVE_CHK? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_MEMPCPY_CHK? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_MEMSET_CHK? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_STPCPY_CHK? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_STPNCPY_CHK? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_STRCAT_CHK? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_STRCPY_CHK? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_STRNCAT_CHK? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_STRNCPY_CHK? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SNPRINTF_CHK? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SPRINTF_CHK? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_VSNPRINTF_CHK? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_VSPRINTF_CHK? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_FPRINTF_CHK? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_PRINTF_CHK? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_VFPRINTF_CHK? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_VPRINTF_CHK? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_PROFILE_FUNC_ENTER? not handled in switch [-Wswitch] ../../g@ build-log 346394 4096 cc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_PROFILE_FUNC_EXIT? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_THREAD_POINTER? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SET_THREAD_POINTER? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_EMUTLS_GET_ADDRESS? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_EMUTLS_REGISTER_COMMON? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_UNWIND_RESUME? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_CXA_END_CLEANUP? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_EH_POINTER? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_EH_FILTER? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_EH_COPY_VALUES? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_FILE? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_FUNCTION? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_LINE? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_ADD_N? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_ADD_1? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_ADD_2? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_ADD_4? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_ADD_8? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_ADD_16? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_SUB_N? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_SUB_1? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_SUB_2? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_SUB_4? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_SUB_8? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_SUB_16? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_OR_N? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_OR_1? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_OR_2? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_OR_4? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_OR_8? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_OR_16? not handled in switch [-Wswitch] ../../gcc-4.8.5@ build-log 346394 4096 /gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_AND_N? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_AND_1? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_AND_2? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_AND_4? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_AND_8? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_AND_16? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_XOR_N? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_XOR_1? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_XOR_2? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_XOR_4? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_XOR_8? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_XOR_16? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_NAND_N? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_NAND_1? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_NAND_2? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_NAND_4? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_NAND_8? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_FETCH_AND_NAND_16? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_ADD_AND_FETCH_N? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_ADD_AND_FETCH_1? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_ADD_AND_FETCH_2? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_ADD_AND_FETCH_4? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_ADD_AND_FETCH_8? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_ADD_AND_FETCH_16? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_SUB_AND_FETCH_N? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_SUB_AND_FETCH_1? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_SUB_AND_FETCH_2? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_SUB_AND_FETCH_4? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_SUB_AND_FETCH_8? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_SUB_AND_FETCH_16? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: en@ build-log 346394 4096 umeration value ?BUILT_IN_SYNC_OR_AND_FETCH_N? not handled in switch=20 [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_OR_AND_FETCH_1? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_OR_AND_FETCH_2? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_OR_AND_FETCH_4? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_OR_AND_FETCH_8? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_OR_AND_FETCH_16? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_AND_AND_FETCH_N? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_AND_AND_FETCH_1? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_AND_AND_FETCH_2? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_AND_AND_FETCH_4? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_AND_AND_FETCH_8? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_AND_AND_FETCH_16? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_XOR_AND_FETCH_N? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_XOR_AND_FETCH_1? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_XOR_AND_FETCH_2? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_XOR_AND_FETCH_4? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_XOR_AND_FETCH_8? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_XOR_AND_FETCH_16? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_NAND_AND_FETCH_N? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_NAND_AND_FETCH_1? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_NAND_AND_FETCH_2? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_NAND_AND_FETCH_4? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_NAND_AND_FETCH_8? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_NAND_AND_FETCH_16? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_VAL_COMPARE_AND_SWAP_N? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_VAL_COMPARE_AND_SWAP_1? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_VAL_COMPARE_AND_SWAP_2? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_VAL_COMPARE_AND_SWAP_4? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_VAL_COMPARE_AND_SWAP_8? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_VAL_COMPARE_AND_SWAP_16? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: e@ build-log 346394 3928 numeration value ?BUILT_IN_SYNC_LOCK_TEST_AND_SET_N? not handled in=20 switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_LOCK_TEST_AND_SET_1? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_LOCK_TEST_AND_SET_2? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_LOCK_TEST_AND_SET_4? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_LOCK_TEST_AND_SET_8? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_LOCK_TEST_AND_SET_16? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_LOCK_RELEASE_N? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_LOCK_RELEASE_1? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_LOCK_RELEASE_2? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_LOCK_RELEASE_4? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_LOCK_RELEASE_8? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_LOCK_RELEASE_16? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_SYNC_SYNCHRONIZE? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_ATOMIC_TEST_AND_SET? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_ATOMIC_CLEAR? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_ATOMIC_EXCHANGE? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_ATOMIC_EXCHANGE_N? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_ATOMIC_EXCHANGE_1? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_ATOMIC_EXCHANGE_2? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_ATOMIC_EXCHANGE_4? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_ATOMIC_EXCHANGE_8? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_ATOMIC_EXCHANGE_16? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_ATOMIC_LOAD? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_ATOMIC_LOAD_N? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_ATOMIC_LOAD_1? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_ATOMIC_LOAD_2? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_ATOMIC_LOAD_4? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_ATOMIC_LOAD_8? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_ATOMIC_LOAD_16? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_ATOMIC_STORE? not handled in switch [-Wswitch] \ 'build' phase??@ build-log 346394 2892 ??BUILT_IN_GOMP_CRITICAL_NAME_END? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_GOMP_LOOP_STATIC_START? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_GOMP_LOOP_DYNAMIC_START? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_GOMP_LOOP_GUIDED_START? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_GOMP_LOOP_RUNTIME_START? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_GOMP_LOOP_ORDERED_STATIC_START? not handled in switch [-Wswitch= ] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_GOMP_LOOP_ORDERED_DYNAMIC_START? not handled in switch [-Wswitc= h] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_GOMP_LOOP_ORDERED_GUIDED_START? not handled in switch [-Wswitch= ] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_GOMP_LOOP_ORDERED_RUNTIME_START? not handled in switch [-Wswitc= h] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_GOMP_LOOP_STATIC_NEXT? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_GOMP_LOOP_DYNAMIC_NEXT? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_GOMP_LOOP_GUIDED_NEXT? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_GOMP_LOOP_RUNTIME_NEXT? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_GOMP_LOOP_ORDERED_STATIC_NEXT? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_GOMP_LOOP_ORDERED_DYNAMIC_NEXT? not handled in switch [-Wswitch= ] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_GOMP_LOOP_ORDERED_GUIDED_NEXT? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_GOMP_LOOP_ORDERED_RUNTIME_NEXT? not handled in switch [-Wswitch= ] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_GOMP_LOOP_ULL_STATIC_START? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_GOMP_LOOP_ULL_DYNAMIC_START? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_GOMP_LOOP_ULL_GUIDED_START? not handled in switch [-Wswitch] ../../gcc-4.8.5/gcc/predict.c:1788:20: warning: enumeration value=20 ?BUILT_IN_GOMP_LOOP_ULL_RUNTIME_START? not handled in switch [-Wswitch] - 'build' phasebuilder for=20 `/gnu/store/4y2s5l1hhdvxzws1s0gshb5jdf7rl1gr-gcc-4.8.5.drv' failed with=20 exit code 1 build of /gnu/store/4y2s5l1hhdvxzws1s0gshb5jdf7rl1gr-gcc-4.8.5.drv failed View build log at=20 '/var/log/guix/drvs/4y/2s5l1hhdvxzws1s0gshb5jdf7rl1gr-gcc-4.8.5.drv.gz'. cannot build derivation=20 `/gnu/store/3rh345dldg1r19mx6rwdx5nzskz5ixv4-gcc-toolchain-4.8.5.drv': 1=20 dependencies couldn't be built guix shell: error: build of=20 `/gnu/store/3rh345dldg1r19mx6rwdx5nzskz5ixv4-gcc-toolchain-4.8.5.drv' fai= led --=20 Fr=C3=A9d=C3=A9ric Mah=C3=A9 b=C3=A2timent K, bureau 122 =C3=A9quipe MicroQuar UMR PHIM CIRAD - TA A-120/K Campus International de Baillarguet 34398 MONTPELLIER CEDEX 5 France T=C3=A9l : +33 4 99 62 48 27 Fax : +33 4 99 62 48 48 https://umr-phim.cirad.fr/
Frédéric Mahé <frederic.mahe@HIDDEN>
:bug-guix@HIDDEN
.
Full text available.bug-guix@HIDDEN
:bug#67157
; Package guix
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.