From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: libsigsegv does not compile in core-updates Date: Mon, 8 Apr 2013 22:30:54 +0200 Message-ID: <201304082230.54961.andreas@enge.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPIiZ-00015v-Q9 for bug-guix@gnu.org; Mon, 08 Apr 2013 16:31:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPIiT-0007Ky-GW for bug-guix@gnu.org; Mon, 08 Apr 2013 16:31:07 -0400 Received: from moutng.kundenserver.de ([212.227.126.171]:53211) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPIiT-0007Kf-70 for bug-guix@gnu.org; Mon, 08 Apr 2013 16:31:01 -0400 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: bug-guix@gnu.org Here is what is output: checking for gcc... gcc checking whether the C compiler works... no configure: error: in `/tmp/nix-build- libsigsegv-2.10.drv-0/libsigsegv-2.10': configure: error: C compiler cannot create executables See `config.log' for more details phase `configure' failed after 1 seconds config.log contains the following lines: gcc version 4.7.2 (GCC) configure:3126: $? = 0 configure:3115: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3126: $? = 1 configure:3115: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:3126: $? = 1 configure:3146: checking whether the C compiler works configure:3168: gcc conftest.c >&5 ld: cannot find crt1.o: No such file or directory ld: cannot find crti.o: No such file or directory collect2: error: ld returned 1 exit status configure:3172: $? = 1 configure:3210: result: no Does anyone else have the same problem? What could be happening? Andreas