From owner-freebsd-pkg-fallout@freebsd.org Sat Aug 27 15:45:25 2016 Return-Path: Delivered-To: freebsd-pkg-fallout@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9661FB76569 for ; Sat, 27 Aug 2016 15:45:25 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 84913225 for ; Sat, 27 Aug 2016 15:45:25 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: by mailman.ysv.freebsd.org (Postfix) id 83ED8B76568; Sat, 27 Aug 2016 15:45:25 +0000 (UTC) Delivered-To: pkg-fallout@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8395CB76567 for ; Sat, 27 Aug 2016 15:45:25 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6651C224 for ; Sat, 27 Aug 2016 15:45:24 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from anthias (vie-188-118-240-138.dsl.sil.at [188.118.240.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id F140C3F4E6 for ; Sat, 27 Aug 2016 11:45:17 -0400 (EDT) Date: Sat, 27 Aug 2016 17:45:16 +0200 (CEST) From: Gerald Pfeifer To: pkg-fallout@FreeBSD.org Subject: Re: [package - 93amd64-default][lang/gcc6] Failed for gcc6-6.2.0 in build In-Reply-To: <201608270754.u7R7sc5t026166@beefy2.nyi.freebsd.org> Message-ID: References: <201608270754.u7R7sc5t026166@beefy2.nyi.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: freebsd-pkg-fallout@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Fallout logs from package building List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2016 15:45:25 -0000 Hi there, On Sat, 27 Aug 2016, pkg-fallout@FreeBSD.org wrote: > Ident: $FreeBSD: head/lang/gcc6/Makefile 420613 2016-08-22 13:20:47Z gerald $ > Log URL: http://beefy2.nyi.freebsd.org/data/93amd64-default/420955/logs/gcc6-6.2.0.log > Build URL: http://beefy2.nyi.freebsd.org/build.html?mastername=93amd64-default&build=420955 I got a ton of these errors for lang/gcc6-devel, lang/gcc6, and lang/gcc7-devel today out of a sudden. All of them appear to be for 93i386 and 93amd64 only (so FreeBSD 9.3 only) and I admit I'm at a loss on what might be triggering these: > checking for suffix of object files... configure: error: in `/wrkdirs/usr/ports/lang/gcc6/work/.build/x86_64-portbld-freebsd9.3/libgcc': > configure: error: cannot compute suffix of object files: cannot compile > See `config.log' for more details. > gmake[2]: *** [Makefile:14986: configure-stage2-target-libgcc] Error 1 > gmake[2]: Leaving directory '/wrkdirs/usr/ports/lang/gcc6/work/.build' > gmake[1]: *** [Makefile:21633: stage2-bubble] Error 2 > gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/gcc6/work/.build' > gmake: *** [Makefile:21848: bootstrap-lean] Error 2 > *** [do-build] Error code 1 Is there anything you can think of that has changed in Poudriere or elsewhere? The logs have "See `config.log' for more details", alas I don't know how to get to that. And my attempts to reproduce the failure on ref9-amd64 in the FreeBSD cluster have failed (i.e., everything works as expected). Hence the questions above... Cheers, Gerald