Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Nov 2002 17:48:42 +0200
From:      Kiki <kiki@abc.ro>
To:        freebsd-stable@FreeBSD.ORG
Subject:   contrib/perl5 make fails on STABLE
Message-ID:  <3DCFD15A.5090807@abc.ro>

next in thread | raw e-mail | index | archive | help
Can anybody give me a hint why this happens when I do a make in 
/usr/src/contrib/perl5 (source tree was cvsuped today):

eris# make
`sh  cflags libperl.a miniperlmain.o`  miniperlmain.c
          CCCMD =  cc -DPERL_CORE -c -I/usr/local/include -O  
`sh  cflags libperl.a perl.o`  perl.c
          CCCMD =  cc -DPERL_CORE -c -I/usr/local/include -O  
perl.c: In function `perl_parse':
perl.c:690: warning: passing arg 1 of `time' from incompatible pointer type
`sh  cflags libperl.a gv.o`  gv.c
          CCCMD =  cc -DPERL_CORE -c -I/usr/local/include -O  
`sh  cflags libperl.a toke.o`  toke.c
          CCCMD =  cc -DPERL_CORE -c -I/usr/local/include -O  
`sh  cflags libperl.a perly.o`  perly.c
          CCCMD =  cc -DPERL_CORE -c -I/usr/local/include -O  
`sh  cflags libperl.a op.o`  op.c
          CCCMD =  cc -DPERL_CORE -c -I/usr/local/include -O  
`sh  cflags libperl.a regcomp.o`  regcomp.c
          CCCMD =  cc -DPERL_CORE -c -I/usr/local/include -O  
`sh  cflags libperl.a dump.o`  dump.c
          CCCMD =  cc -DPERL_CORE -c -I/usr/local/include -O  
`sh  cflags libperl.a util.o`  util.c
          CCCMD =  cc -DPERL_CORE -c -I/usr/local/include -O  
util.c: In function `vsprintf':
util.c:1634: structure has no member named `_ptr'
util.c:1635: structure has no member named `_cnt'
util.c:1639: structure has no member named `_flag'
util.c:1639: `_IOWRT' undeclared (first use in this function)
util.c:1639: (Each undeclared identifier is reported only once
util.c:1639: for each function it appears in.)
*** Error code 1

Stop in /usr/src/contrib/perl5.
eris# uname -a
FreeBSD eris.abc.ro 4.7-STABLE FreeBSD 4.7-STABLE #0: Wed Oct 30 
16:04:47 EET 2002     root@eris.abc.ro:/usr/obj/usr/src/sys/ERIS  i386

 From what I found searching on Google, the problem is somehow linked to 
"stdio.h" but I have no idea how to correct it.
Thanks,
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?3DCFD15A.5090807>