From owner-freebsd-bugs Wed Apr 12 13:52:34 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from erouter0.it-datacntr.louisville.edu (erouter0.it-datacntr.louisville.edu [136.165.1.36]) by hub.freebsd.org (Postfix) with ESMTP id 0EB6337B7B0 for ; Wed, 12 Apr 2000 13:52:24 -0700 (PDT) (envelope-from k.stevenson@louisville.edu) Received: from osaka.louisville.edu (osaka.louisville.edu [136.165.1.114]) by erouter0.it-datacntr.louisville.edu (Postfix) with ESMTP id C76A52545A for ; Wed, 12 Apr 2000 16:25:01 -0400 (EDT) Received: by osaka.louisville.edu (Postfix, from userid 15) id 99F8318616; Wed, 12 Apr 2000 16:24:55 -0400 (EDT) Date: Wed, 12 Apr 2000 16:24:55 -0400 From: Keith Stevenson To: freebsd-bugs@freebsd.org Subject: Re: gnu/17935: Perl on the RELENG_3 branch uses bogus configuration. Message-ID: <20000412162455.A75639@osaka.louisville.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I somehow messed up sending this the first time. Regards, --Keith Stevenson-- ----- Forwarded message from Keith Stevenson ----- The following patch against /usr/src/gnu/usr.bin/perl/libperl/config.SH-elf.i386 is probably a step in the right direction. I really don't think that the bogus information hurts anything though. I just makes debugging a bit more confusing. Regards, --Keith Stevenson-- -- Keith Stevenson System Programmer - Data Center Services - University of Louisville k.stevenson@louisville.edu PGP key fingerprint = 4B 29 A8 95 A8 82 EA A2 29 CE 68 DE FC EE B6 A0 --- /usr/src/gnu/usr.bin/perl/libperl/config.SH-elf.i386 Sun Aug 29 10:34:12 1999 +++ config.sh Wed Apr 12 10:18:18 2000 @@ -1,22 +1,22 @@ #!/bin/sh # -# $FreeBSD: src/gnu/usr.bin/perl/libperl/config.SH-elf.i386,v 1.10.2.3 1999/08/29 14:34:12 peter Exp $ +# $FreeBSD$ # # Package name : perl5 # Source directory : . -# Configuration time: $Date: 1999/05/05 19:42:40 $ +# Configuration time: $Date$ # Configured by : markm -# Target system : freebsd 3.0-current #0: +# Target system : freebsd 3.4-stable #0: Author='' -Date='$Date: 1999/05/05 19:42:40 $' +Date='$Date$' Header='' -Id='$FreeBSD: src/gnu/usr.bin/perl/libperl/config.SH-elf.i386,v 1.10.2.3 1999/08/29 14:34:12 peter Exp $' +Id='$Id$' Locker='' Mcc='Mcc' -RCSfile='$RCSfile: config.SH-elf.i386,v $' -Revision='$Revision: 1.10.2.2 $' +RCSfile='$RCSfile$' +Revision='$Revision$' Source='' State='' _a='.a' @@ -47,10 +47,10 @@ cccdlflags='-DPIC -fpic' ccdlflags=' ' ccflags='' -ccsymbols='__ELF__=1 __FreeBSD__=4 __FreeBSD_cc_version=400002 __GNUC_MINOR__=91 __GNUC__=2 cpu=i386 machine=i386 system=FreeBSD system=unix' +ccsymbols='__ELF__=1 __FreeBSD__=3 __FreeBSD_cc_version=340000 __GNUC_MINOR__=7 __GNUC__=2 cpu=i386 machine=i386 system=FreeBSD system=unix' cf_by='markm' cf_email='markm@freebsd.org' -cf_time='$Date: 1999/05/05 19:42:40 $' +cf_time='$Date$ chgrp='' chmod='' chown='' @@ -323,7 +323,7 @@ full_ar='/usr/bin/ar' full_csh='/bin/csh' full_sed='/usr/bin/sed' -gccversion='egcs-2.91.66 19990314 (egcs-1.1.2 release)' +gccversion='2.7.2.3' gidtype='gid_t' glibpth='/usr/lib' grep='grep' @@ -473,7 +473,7 @@ optimize=${CFLAGS:-''} orderlib='false' osname='freebsd' -osvers='4.0-current' +osvers='3.4-stable' package='perl5' pager='/usr/bin/more' passcat='cat /etc/passwd' @@ -595,6 +595,7 @@ config_arg9='-Ulocincpth=' config_arg10='-Uloclibpth=' config_arg11='-Dpager=more' +config_argc=11 PATCHLEVEL=5 SUBVERSION=3 CONFIG=true ----- End forwarded message ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message