From owner-freebsd-ports@FreeBSD.ORG Wed Mar 6 22:10:55 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8C82CCD0; Wed, 6 Mar 2013 22:10:55 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id 52892B40; Wed, 6 Mar 2013 22:10:55 +0000 (UTC) Received: from irix.bris.ac.uk ([137.222.10.39] helo=ncs.bris.ac.uk) by dirg.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1UDMXp-0007bB-ES; Wed, 06 Mar 2013 22:10:47 +0000 Received: from cpc1-aztw9-0-0-cust540.18-1.cable.virginmedia.com ([82.33.90.29] helo=zzz.men.bris.ac.uk) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1UDMXp-0006Nz-6k; Wed, 06 Mar 2013 22:10:41 +0000 Received: from zzz.men.bris.ac.uk (localhost [127.0.0.1]) by zzz.men.bris.ac.uk (8.14.6/8.14.6) with ESMTP id r26MAegS014838; Wed, 6 Mar 2013 22:10:40 GMT (envelope-from mexas@zzz.men.bris.ac.uk) Received: (from mexas@localhost) by zzz.men.bris.ac.uk (8.14.6/8.14.6/Submit) id r26MAeN0014837; Wed, 6 Mar 2013 22:10:40 GMT (envelope-from mexas) Date: Wed, 6 Mar 2013 22:10:40 GMT From: Anton Shterenlikht Message-Id: <201303062210.r26MAeN0014837@zzz.men.bris.ac.uk> To: gerald@freebsd.org Subject: regression: lang/gcc47, gcc48 on amd64: configure: error: cannot compute suffix of object files: cannot compile X-Spam-Score: -1.9 X-Spam-Level: - Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Mar 2013 22:10:55 -0000 Hi Gerald amd64 r246552 with clang root@zzz:~ # pkg version -vX gcc-4.\*2013 gcc-4.7.3.20130216 < needs updating (port has 4.7.3.20130302) gcc-4.8.0.20130210 < needs updating (port has 4.8.0.20130303) root@zzz:~ # Identical error for both ports: checking for x86_64-portbld-freebsd10.0-gcc... /usr/ports/lang/gcc48/work/build/./gcc/xgcc -B/usr/ports/lang/gcc48/work/build/./gcc/ -B/usr/local/x86_64-portbld-freebsd10.0/bin/ -B/usr/local/x86_64-portbld-freebsd10.0/lib/ -isystem /usr/local/x86_64-portbld-freebsd10.0/include -isystem /usr/local/x86_64-portbld-freebsd10.0/sys-include checking for suffix of object files... configure: error: in `/usr/ports/lang/gcc48/work/build/x86_64-portbld-freebsd10.0/libgcc': configure: error: cannot compute suffix of object files: cannot compile See `config.log' for more details. gmake[2]: *** [configure-stage1-target-libgcc] Error 1 checking for x86_64-portbld-freebsd10.0-gcc... /usr/ports/lang/gcc47/work/build/./gcc/xgcc -B/usr/ports/lang/gcc47/work/build/./gcc/ -B/usr/local/x86_64-portbld-freebsd10.0/bin/ -B/usr/local/x86_64-portbld-freebsd10.0/lib/ -isystem /usr/local/x86_64-portbld-freebsd10.0/include -isystem /usr/local/x86_64-portbld-freebsd10.0/sys-include checking for suffix of object files... configure: error: in `/usr/ports/lang/gcc47/work/build/x86_64-portbld-freebsd10.0/libgcc': configure: error: cannot compute suffix of object files: cannot compile See `config.log' for more details. gmake[2]: *** [configure-stage1-target-libgcc] Error 1 Shall I open a GCC PR? Anton