From owner-freebsd-stable Mon Nov 11 7:49: 0 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 CD04537B401 for ; Mon, 11 Nov 2002 07:48:58 -0800 (PST) Received: from thor.abc.ro (thor.abc.ro [193.231.240.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id D777943E3B for ; Mon, 11 Nov 2002 07:48:56 -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 gABFmlld004781 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified OK) for ; Mon, 11 Nov 2002 13:48:48 -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 gABFmklV023004 for ; Mon, 11 Nov 2002 17:48:46 +0200 Message-ID: <3DCFD15A.5090807@abc.ro> Date: Mon, 11 Nov 2002 17:48:42 +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: freebsd-stable@FreeBSD.ORG Subject: contrib/perl5 make fails on STABLE 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 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