From mboxrd@z Thu Jan 1 00:00:00 1970 From: julien lepiller Subject: bug#30756: gcc7 doesn't find stdlib.h Date: Fri, 09 Mar 2018 13:10:58 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59097) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1euGsY-0003I5-KZ for bug-guix@gnu.org; Fri, 09 Mar 2018 07:12:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1euGsV-0004Mh-Dn for bug-guix@gnu.org; Fri, 09 Mar 2018 07:12:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:43895) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1euGsV-0004MW-A4 for bug-guix@gnu.org; Fri, 09 Mar 2018 07:12:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1euGsV-0000NZ-1l for bug-guix@gnu.org; Fri, 09 Mar 2018 07:12:03 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58879) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1euGrd-0002h8-Lc for bug-guix@gnu.org; Fri, 09 Mar 2018 07:11:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1euGra-00043h-FL for bug-guix@gnu.org; Fri, 09 Mar 2018 07:11:09 -0500 Received: from lepiller.eu ([89.234.186.109]:43404) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1euGra-00042P-4v for bug-guix@gnu.org; Fri, 09 Mar 2018 07:11:06 -0500 Received: from webmail.lepiller.eu (static-176-182-42-79.ncc.abo.bbox.fr [176.182.42.79]) by lepiller.eu (OpenSMTPD) with ESMTPSA id a5791694 (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Fri, 9 Mar 2018 12:12:58 +0000 (UTC) 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.org@gnu.org Sender: "bug-Guix" To: 30756@debbugs.gnu.org Hi, I'm trying to build a software that requires gcc>=7.2. Unfortunately, the process crashes and ends with: /gnu/store/a4vwdk8r6p6l2mnffz4yaqlr1z6z6w3r-gcc-7.3.0/include/c++/cstdlib:75:15: fatal error: stdlib.h: No such file or directory. What I'm trying to build is called emojicode, and the current version of my package definition can be found here: https://framagit.org/tyreunom/guix-more/commit/ca9a77ed4b0a3ae50590f8e8abb9175f42094560