From owner-cvs-ports@FreeBSD.ORG Sun May 29 02:25:45 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0F48106566B for ; Sun, 29 May 2011 02:25:45 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from relay03.pair.com (relay03.pair.com [209.68.5.17]) by mx1.freebsd.org (Postfix) with SMTP id 78BA28FC12 for ; Sun, 29 May 2011 02:25:45 +0000 (UTC) Received: (qmail 59885 invoked from network); 29 May 2011 02:25:43 -0000 Received: from 195.135.221.2 (HELO g159.suse.de) (195.135.221.2) by relay03.pair.com with SMTP; 29 May 2011 02:25:43 -0000 X-pair-Authenticated: 195.135.221.2 Date: Sun, 29 May 2011 04:25:44 +0200 (CEST) From: Gerald Pfeifer To: Ion-Mihai Tetcu In-Reply-To: <20110526010839.09f7857d@it.buh.tecnik93.com> Message-ID: References: <201105211210.p4LCAZbk077623@repoman.freebsd.org> <20110526010839.09f7857d@it.buh.tecnik93.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-ports@FreeBSD.org, Gerald Pfeifer , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/lang/gcc45 Makefile distinfo X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2011 02:25:45 -0000 On Thu, 26 May 2011, Ion-Mihai Tetcu wrote: >> Update to the 20110519 snapshot of GCC 4.5.4. > Fails for me with: > > /bin/sh ./libtool --tag=GCJ --mode=compile /usr/home/itetcu/wrk/usr/ports/lang/gcc45/work/build/./gcc/gcj -B/usr/home/itetcu/wrk/usr/ports/lang/gcc45/work/build/x86_64-portbld-freebsd8.2/libjava/ -B/usr/home/itetcu/wrk/usr/ports/lang/gcc45/work/build/./gcc/ -B/usr/local/x86_64-portbld-freebsd8.2/bin/ -B/usr/local/x86_64-portbld-freebsd8.2/lib/ -isystem /usr/local/x86_64-portbld-freebsd8.2/include -isystem /usr/local/x86_64-portbld-freebsd8.2/sys-include -fomit-frame-pointer -fclasspath= -fbootclasspath=../.././../gcc-4.5-20110519/libjava/classpath/lib --encoding=UTF-8 -Wno-deprecated -fbootstrap-classes -g -O2 -c -o gnu/javax/security/auth/callback.lo -fsource-filename=/usr/home/itetcu/wrk/usr/ports/lang/gcc45/work/build/x86_64-portbld-freebsd8.2/libjava/classpath/lib/classes -MT gnu/javax/security/auth/callback.lo -MD -MP -MF gnu/javax/security/auth/callback.deps @gnu/javax/security/auth/callback.list > libtool: compile: /usr/home/itetcu/wrk/usr/ports/lang/gcc45/work/build/./gcc/gcj -B/usr/home/itetcu/wrk/usr/ports/lang/gcc45/work/build/x86_64-portbld-freebsd8.2/libjava/ -B/usr/home/itetcu/wrk/usr/ports/lang/gcc45/work/build/./gcc/ -B/usr/local/x86_64-portbld-freebsd8.2/bin/ -B/usr/local/x86_64-portbld-freebsd8.2/lib/ -isystem /usr/local/x86_64-portbld-freebsd8.2/include -isystem /usr/local/x86_64-portbld-freebsd8.2/sys-include -fomit-frame-pointer -fclasspath= -fbootclasspath=../.././../gcc-4.5-20110519/libjava/classpath/lib --encoding=UTF-8 -Wno-deprecated -fbootstrap-classes -g -O2 -c -fsource-filename=/usr/home/itetcu/wrk/usr/ports/lang/gcc45/work/build/x86_64-portbld-freebsd8.2/libjava/classpath/lib/classes -MT gnu/javax/security/auth/callback.lo -MD -MP -MF gnu/javax/security/auth/callback.deps @gnu/javax/security/auth/callback.list -fPIC -o gnu/javax/security/auth/.libs/callback.o > Assembler messages: > Fatal error: can't create gnu/javax/security/auth/.libs/callback.o: No > such file or directory I cannot reproduce this failure, but just updated the port after a full build and installation/packaging/deinstallation set of tests on ref8-amd64 running 8.2-STABLE which should be basically your environment. Might this have been a transient error on your side, or can you still reproduce? Gerald