From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 02:34:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 948F216A445 for ; Thu, 23 Feb 2006 02:34:53 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFC8D43D5F for ; Thu, 23 Feb 2006 02:34:48 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id k1N2Ydvt079774 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 23 Feb 2006 09:34:40 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id k1N2YcqV089241; Thu, 23 Feb 2006 09:34:38 +0700 (ICT) Date: Thu, 23 Feb 2006 09:34:38 +0700 (ICT) Message-Id: <200602230234.k1N2YcqV089241@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions-local@be-well.ilk.org In-reply-to: <44y803bls2.fsf@be-well.ilk.org> (message from Lowell Gilbert on 22 Feb 2006 07:50:05 -0500) References: <200602210822.k1L8MfgA073773@banyan.cs.ait.ac.th> <200602220919.k1M9JQVV060955@banyan.cs.ait.ac.th> <44y803bls2.fsf@be-well.ilk.org> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: Problem building perl-5.8.8 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: Thu, 23 Feb 2006 02:34:53 -0000 > > I updated the ports, now it is perl 5.8.8 and still the same > > > > `sh cflags "optimize='-O -pipe'" toke.o` -fpic toke.c > > CCCMD = gcc -DPERL_CORE -c -DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.8/BSDPAN" -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -O -pipe -Wall > > toke.c: In function `S_scan_formline': > > toke.c:10596: error: invalid operands to binary + > > toke.c:10596: error: invalid lvalue in unary `&' > > toke.c:10596: error: invalid lvalue in unary `&' > > *** Error code 1 > > > > Stop in /usr/ports/lang/perl5.8/work/perl-5.8.8. > > *** Error code 1 > > > > Stop in /usr/ports/lang/perl5.8. > > ufo: uname -a > > FreeBSD ufo.cs.ait.ac.th 5.4-RELEASE-p11 FreeBSD 5.4-RELEASE-p11 #3: Tue Feb 21 13:35:24 ICT 2006 root@ufo.cs.ait.ac.th:/usr/obj/usr/src/sys/SMALL i386 > > ufo: > > > > Any idea what that can be? > > Can you try with an empty make.conf file? It is already empty. For information it gives the same error with 5.3 system. Olivier