From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 25 14:45:30 2016 Received: (at submit) by debbugs.gnu.org; 25 Mar 2016 18:45:30 +0000 Received: from localhost ([127.0.0.1]:38121 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ajWjh-0006dM-QZ for submit@debbugs.gnu.org; Fri, 25 Mar 2016 14:45:29 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55983) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ajWjg-0006dA-Bk for submit@debbugs.gnu.org; Fri, 25 Mar 2016 14:45:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ajWja-0004yO-84 for submit@debbugs.gnu.org; Fri, 25 Mar 2016 14:45:23 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:40824) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ajWja-0004yK-4e for submit@debbugs.gnu.org; Fri, 25 Mar 2016 14:45:22 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ajWjZ-0001eZ-4x for bug-guix@gnu.org; Fri, 25 Mar 2016 14:45:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ajWjV-0004xu-S7 for bug-guix@gnu.org; Fri, 25 Mar 2016 14:45:21 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:38865) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ajWjV-0004xp-Lv for bug-guix@gnu.org; Fri, 25 Mar 2016 14:45:17 -0400 Received: from localhost (91.141.2.109.wireless.dyn.drei.com [91.141.2.109]) by dd1012.kasserver.com (Postfix) with ESMTPSA id E378C1CA1A78 for ; Fri, 25 Mar 2016 19:45:14 +0100 (CET) Date: Fri, 25 Mar 2016 19:45:11 +0100 From: Danny Milosavljevic To: Subject: avr-libc fails to compile (on x86_64) Message-ID: <20160325194511.2152dfa7@scratchpost.org> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) guix package -i avr-libc ... In file included from /gnu/store/8k32s1nv8qg2i8600gfzp6alz4a7s5vb-glibc-2.22/include/features.h:389:0, from /gnu/store/8k32s1nv8qg2i8600gfzp6alz4a7s5vb-glibc-2.22/include/limits.h:25, from ../../../../avr-libc-1.8.1/libc/stdlib/strtol.c:33: /gnu/store/8k32s1nv8qg2i8600gfzp6alz4a7s5vb-glibc-2.22/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: No such file or directory # include ^ compilation terminated. Makefile:1871: recipe for target 'strtol.o' failed make[5]: *** [strtol.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from /gnu/store/8k32s1nv8qg2i8600gfzp6alz4a7s5vb-glibc-2.22/include/features.h:389:0, from /gnu/store/8k32s1nv8qg2i8600gfzp6alz4a7s5vb-glibc-2.22/include/limits.h:25, from ../../../../avr-libc-1.8.1/libc/stdlib/strtod.c:40: /gnu/store/8k32s1nv8qg2i8600gfzp6alz4a7s5vb-glibc-2.22/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: No such file or directory # include ^ compilation terminated. Makefile:1871: recipe for target 'strtod.o' failed make[5]: *** [strtod.o] Error 1 Makefile:1891: recipe for target 'all-recursive' failed make[4]: *** [all-recursive] Error 1 Makefile:361: recipe for target 'all-recursive' failed make[3]: *** [all-recursive] Error 1 Makefile:361: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 Makefile:423: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 Makefile:361: recipe for target 'all' failed make: *** [all] Error 2 phase `build' failed after 3.7 seconds builder for `/gnu/store/rwj2b28w5vfwn87zrc3fs81gdbbq2h2j-avr-libc-1.8.1.drv' failed with exit code 1 guix package: error: build failed: build of `/gnu/store/rwj2b28w5vfwn87zrc3fs81gdbbq2h2j-avr-libc-1.8.1.drv' failed From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 22 17:35:14 2017 Received: (at control) by debbugs.gnu.org; 22 Dec 2017 22:35:14 +0000 Received: from localhost ([127.0.0.1]:48430 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eSVuL-0002Dv-SX for submit@debbugs.gnu.org; Fri, 22 Dec 2017 17:35:14 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:41990) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eSVuK-0002Dn-3a for control@debbugs.gnu.org; Fri, 22 Dec 2017 17:35:12 -0500 Received: from localhost (77.118.158.146.wireless.dyn.drei.com [77.118.158.146]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 31FFB336141A for ; Fri, 22 Dec 2017 23:35:08 +0100 (CET) Date: Fri, 22 Dec 2017 23:35:04 +0100 From: Danny Milosavljevic To: Message-ID: <20171222233504.7b7e2899@scratchpost.org> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.31; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 23115 [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [85.13.145.193 listed in list.dnswl.org] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 23115 [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [85.13.145.193 listed in list.dnswl.org] 0.0 TVD_SPACE_RATIO No description available. 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject close 23115 From unknown Fri Jun 20 07:22:47 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 20 Jan 2018 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator