From owner-freebsd-stable Tue Nov 12 9:32:16 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CAA137B401; Tue, 12 Nov 2002 09:32:14 -0800 (PST) Received: from thor.abc.ro (thor.abc.ro [193.231.240.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 243A943E77; Tue, 12 Nov 2002 09:32:12 -0800 (PST) (envelope-from kiki@abc.ro) Received: from kheops.abc.ro (kheops.abc.ro [193.231.240.1]) by thor.abc.ro (8.12.3/8.11.6) with ESMTP id gACDBAV2003464 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified OK); Tue, 12 Nov 2002 15:11:11 +0200 Received: from abc.ro (eris.abc.ro [193.231.240.76]) by kheops.abc.ro (8.12.3/8.12.3) with ESMTP id gACDB7bA020479; Tue, 12 Nov 2002 15:11:08 +0200 Message-ID: <3DD0FDEB.3050301@abc.ro> Date: Tue, 12 Nov 2002 15:11:07 +0200 From: Kiki User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.2b) Gecko/20021016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: bmah@FreeBSD.ORG Cc: freebsd-stable@FreeBSD.ORG Subject: Re: contrib/perl5 make fails on STABLE References: <3DCFD15A.5090807@abc.ro> <200211111626.gABGQarB001556@intruder.bmah.org> In-Reply-To: <3DCFD15A.5090807@abc.ro> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bruce A. Mah wrote: >You're not supposed to build perl from that directory. If you want to >rebuild perl (or part of it), try building from: > >/usr/src/gnu/usr.bin/perl > >Bruce. > > > > In fact I tried that too and the same error occurs: #cd /usr/src/gnu/usr.bin/perl #make cleandir [snip] #make cleandir [snip] #make obj [snip] #make all namely: cc -O -pipe -I/usr/obj/usr/src/gnu/usr.bin/perl/libperl -I/usr/src/gnu/usr.bin/perl/libperl/../../../../contrib/perl5 -c /usr/src/gnu/usr.bin/perl/libperl/../../../../contrib/perl5/util.c -o util.o /usr/src/gnu/usr.bin/perl/libperl/../../../../contrib/perl5/util.c: In function `vsprintf': /usr/src/gnu/usr.bin/perl/libperl/../../../../contrib/perl5/util.c:1634: structure has no member named `_ptr' /usr/src/gnu/usr.bin/perl/libperl/../../../../contrib/perl5/util.c:1635: structure has no member named `_cnt' /usr/src/gnu/usr.bin/perl/libperl/../../../../contrib/perl5/util.c:1639: structure has no member named `_flag' /usr/src/gnu/usr.bin/perl/libperl/../../../../contrib/perl5/util.c:1639: `_IOWRT' undeclared (first use in this function) /usr/src/gnu/usr.bin/perl/libperl/../../../../contrib/perl5/util.c:1639: (Each undeclared identifier is reported only once /usr/src/gnu/usr.bin/perl/libperl/../../../../contrib/perl5/util.c:1639: for each function it appears in.) *** Error code 1 Stop in /usr/src/gnu/usr.bin/perl/libperl. *** Error code 1 Stop in /usr/src/gnu/usr.bin/perl. I mentioned contrib/perl5 because that's where the error occured. Could this be linked to the fact that I recently installed the perl port? OTOH, the same error occured on another machine using this source tree, which didn't have the perl port installed. Kiki To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message