Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Nov 2002 15:11:07 +0200
From:      Kiki <kiki@abc.ro>
To:        bmah@FreeBSD.ORG
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: contrib/perl5 make fails on STABLE
Message-ID:  <3DD0FDEB.3050301@abc.ro>
In-Reply-To: <3DCFD15A.5090807@abc.ro>
References:  <3DCFD15A.5090807@abc.ro> <200211111626.gABGQarB001556@intruder.bmah.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DD0FDEB.3050301>