From owner-freebsd-ports@FreeBSD.ORG Fri Jun 26 07:38:34 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 779E51065672; Fri, 26 Jun 2009 07:38:34 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id 398738FC08; Fri, 26 Jun 2009 07:38:34 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mobileKamikaze.norad (unknown [88.130.206.97]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id C152F8A02A0; Fri, 26 Jun 2009 09:38:32 +0200 (CEST) Message-ID: <4A447AF7.2090402@bsdforen.de> Date: Fri, 26 Jun 2009 09:38:31 +0200 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.22 (X11/20090625) MIME-Version: 1.0 To: freebsd-ports@freebsd.org, joerg@freebsd.org X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: devel/avr-gcc does not build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jun 2009 07:38:34 -0000 On my amd64 notebook (core2duo) devel/avr-gcc does not build: echo timestamp > stmp-fixproto gmake[2]: Leaving directory `/usr/obj/mobileKamikaze.norad/x86_64/usr/ports/devel/avr-gcc/work/build/gcc' Checking multilib configuration for libgcc... mkdir avr mkdir avr/libgcc Configuring in avr/libgcc configure: creating cache ./config.cache checking for --enable-version-specific-runtime-libs... no checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking for gawk... gawk checking build system type... x86_64-portbld-freebsd7.2 checking host system type... avr-unknown-none checking for avr-ar... /usr/local/avr/bin/ar checking for avr-lipo... avr-lipo checking for avr-nm... /usr/obj/mobileKamikaze.norad/x86_64/usr/ports/devel/avr-gcc/work/build/./gcc/nm checking for avr-ranlib... /usr/local/avr/bin/ranlib checking for avr-strip... /usr/local/avr/bin/strip checking whether ln -s works... yes checking for avr-gcc... /usr/obj/mobileKamikaze.norad/x86_64/usr/ports/devel/avr-gcc/work/build/./gcc/xgcc -B/usr/obj/mobileKamikaze.norad/x86_64/usr/ports/devel/avr-gcc/work/build/./gcc/ -B/usr/local/avr/bin/ -B/usr/local/avr/lib/ -isystem /usr/local/avr/include -isystem /usr/local/avr/sys-include checking for suffix of object files... configure: error: cannot compute suffix of object files: cannot compile See `config.log' for more details. gmake[1]: *** [configure-target-libgcc] Error 1 gmake[1]: Leaving directory `/usr/obj/mobileKamikaze.norad/x86_64/usr/ports/devel/avr-gcc/work/build' gmake: *** [all] Error 2 ===> Compilation failed unexpectedly. You have chosen to use multiple make jobs (parallelization) for all ports. This port was not tested for this setting. Please remove FORCE_MAKE_JOBS and retry the build before reporting the failure to the maintainer. *** Error code 1 Stop in /usr/ports/devel/avr-gcc. I already tried without FORCE_MAKE_JOBS, this is not the cause.