From owner-freebsd-stable Sat Jul 1 13:43:51 2000 Delivered-To: freebsd-stable@freebsd.org Received: from cc158233-a.catv1.md.home.com (cc158233-a.catv1.md.home.com [24.3.25.17]) by hub.freebsd.org (Postfix) with ESMTP id 65E8837B9FC for ; Sat, 1 Jul 2000 13:43:44 -0700 (PDT) (envelope-from sjr@home.net) Received: from istari.home.net (localhost [127.0.0.1]) by cc158233-a.catv1.md.home.com (8.9.3/8.9.3) with ESMTP id QAA37135 for ; Sat, 1 Jul 2000 16:43:40 -0400 (EDT) (envelope-from sjr@cc158233-a.catv1.md.home.com) Message-Id: <200007012043.QAA37135@cc158233-a.catv1.md.home.com> Date: Sat, 1 Jul 2000 16:43:37 -0400 (EDT) From: "Stephen J. Roznowski" Subject: Perl problem in make world To: freebsd-stable@FreeBSD.ORG MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to do a make world (from 4.0-20000624-STABLE to a cvsup from about a day ago) and am getting the attached error. I've looked for the -current perl discussion, but can't seem to find it to see if it is the same problem.... Any ideas? Thanks, -SR awk -f /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/MKnames.awk /usr/src/lib/libncurses/../../contrib/ncurses/include/Caps cat namehdr boolnames boolfnames numnames numfnames strnames strfnames nameftr > names.c cc -o make_keys -O -pipe -I. -I/usr/src/lib/libncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/ncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/include -Wall -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/make_keys.c cd /usr/src/share/syscons/scrnmaps; make build-tools cc -static -O -pipe -I/usr/src/share/syscons/scrnmaps -DFIL=\"koi8-r2cp866\" -o koi8-r2cp866.mk /usr/src/share/syscons/scrnmaps/mkscrfil.c cc -static -O -pipe -I/usr/src/share/syscons/scrnmaps -DFIL=\"iso-8859-1_to_cp437\" -o iso-8859-1_to_cp437.mk /usr/src/share/syscons/scrnmaps/mkscrfil.c cc -static -O -pipe -I/usr/src/share/syscons/scrnmaps -DFIL=\"iso-8859-4_to_cp437\" -o iso-8859-4_to_cp437.mk /usr/src/share/syscons/scrnmaps/mkscrfil.c cd /usr/src/gnu/usr.bin/perl; make build-tools cd /usr/src/gnu/usr.bin/perl/libperl && make build-tools Extracting config.h (with variable substitutions) Extracting cflags (with variable substitutions) Extracting writemain (with variable substitutions) Extracting myconfig (with variable substitutions) Invalid conversion in sprintf: "%v" at /usr/src/gnu/usr.bin/perl/libperl/../../../../contrib/perl5/configpm line 20. Use of uninitialized value at /usr/src/gnu/usr.bin/perl/libperl/../../../../contrib/perl5/configpm line 432. /usr/src/gnu/usr.bin/perl/libperl/../../../../contrib/perl5/configpm: Config.pm not valid at /usr/src/gnu/usr.bin/perl/libperl/../../../../contrib/perl5/configpm line 432. *** Error code 255 Stop in /usr/src/gnu/usr.bin/perl/libperl. *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message