From owner-freebsd-questions@FreeBSD.ORG Sat Oct 30 10:52:57 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EA47106566C for ; Sat, 30 Oct 2010 10:52:57 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 1A0938FC0A for ; Sat, 30 Oct 2010 10:52:56 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) for freebsd-questions@freebsd.org with esmtp (envelope-from ) id <1PC93Q-00080Z-1N>; Sat, 30 Oct 2010 12:52:56 +0200 Received: from e178018039.adsl.alicedsl.de ([85.178.18.39] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) for freebsd-questions@freebsd.org with esmtpsa (envelope-from ) id <1PC93P-0006r0-Q4>; Sat, 30 Oct 2010 12:52:55 +0200 Message-ID: <4CCBF907.7080300@mail.zedat.fu-berlin.de> Date: Sat, 30 Oct 2010 12:52:55 +0200 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101029 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.18.39 Subject: lang/gcc44: Error: Invalid character in name at (1),Fatal Error: Error count reached limit of 25., gmake[3]: *** [_abs_c4.lo] Error 1, gmake[3]: *** Waiting for unfinished jobs.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2010 10:52:57 -0000 Since three days now I get on several FreeBSD 8.1/amd64-STABLE machines this error, on two of them this error vanished after two days and I do not know why (I thought it might could be a bug in the updated port that gets updated/corrected immediately). Can anybody explain what's going wrong? I did 'make distclean and tried to install again, but I get still this error. Thanks in advance, Oliver --- \xD4\x8A\x01\x08\x04\x1E\xD7\xD9\x8A\x01\x08\x05\xA7\xEE\x7F\xF2 1 Error: Invalid character in name at (1) ../.././../gcc-4.4-20101026/libgfortran/generated/_abs_c4.F90:1.1: \xD4\x8A\x01\x08\x04\x1E\xD7\xD9\x8A\x01\x08\x05\xA7\xEE\x7F\xF2 1 Error: Invalid character in name at (1) ../.././../gcc-4.4-20101026/libgfortran/generated/_abs_c4.F90:1.1: \xD4\x8A\x01\x08\x04\x1E\xD7\xD9\x8A\x01\x08\x05\xA7\xEE\x7F\xF2 1 Error: Invalid character in name at (1) Fatal Error: Error count reached limit of 25. gmake[3]: *** [_abs_c4.lo] Error 1 gmake[3]: *** Waiting for unfinished jobs.... libtool: compile: /usr/ports/lang/gcc44/work/build/./gcc/xgcc -B/usr/ports/lang/gcc44/work/build/./gcc/ -B/usr/local/x86_64-portbld-freebsd8.1/bin/ -B/usr/local/x86_64-portbld-freebsd8.1/lib/ -isystem /usr/local/x86_64-portbld-freebsd8.1/include -isystem /usr/local/x86_64-portbld-freebsd8.1/sys-include -DHAVE_CONFIG_H -I. -I../.././../gcc-4.4-20101026/libgfortran -I. -iquote../.././../gcc-4.4-20101026/libgfortran/io -I../.././../gcc-4.4-20101026/libgfortran/../gcc -I../.././../gcc-4.4-20101026/libgfortran/../gcc/config -I../.././gcc -D_GNU_SOURCE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -fcx-fortran-rules -g -O2 -pipe -march=native -I/usr/local/include -fno-strict-aliasing -MT in_unpack_generic.lo -MD -MP -MF .deps/in_unpack_generic.Tpo -c ../.././../gcc-4.4-20101026/libgfortran/runtime/in_unpack_generic.c -o in_unpack_generic.o >/dev/null 2>&1 gmake[3]: Leaving directory `/usr/ports/lang/gcc44/work/build/x86_64-portbld-freebsd8.1/libgfortran' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/lang/gcc44/work/build/x86_64-portbld-freebsd8.1/libgfortran' gmake[1]: *** [all-target-libgfortran] Error 2 gmake[1]: Leaving directory `/usr/ports/lang/gcc44/work/build' gmake: *** [bootstrap-lean] Error 2 *** Error code 1 Stop in /usr/ports/lang/gcc44. --