From owner-freebsd-questions Fri Apr 20 12:15:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from www3.pacific-pages.com (www3.pacific-pages.com [192.41.48.219]) by hub.freebsd.org (Postfix) with ESMTP id C0F3337B423 for ; Fri, 20 Apr 2001 12:15:53 -0700 (PDT) (envelope-from david@www3.pacific-pages.com) Received: from d.tracker ([216.191.72.30]) by www3.pacific-pages.com (8.8.5) id NAA18385; Fri, 20 Apr 2001 13:15:25 -0600 (MDT) Received: (from david@localhost) by d.tracker (8.11.3/8.11.2) id f3KJB3v00698 for questions@freebsd.org; Fri, 20 Apr 2001 15:11:03 -0400 (EDT) (envelope-from david) Date: Fri, 20 Apr 2001 15:09:21 -0400 From: David Banning To: questions@freebsd.org Subject: make world error Message-ID: <20010420150921.A665@www3.pacific-pages.com> Reply-To: David Banning Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG One thing I don;t understand about cvsupping and then making world is why there would be errors; if cvsup is insuring that every bit of code is up to date, then everybody's code is the same right? So how would I get errors different than the next guy? That said here is the errors of my most recent attempt; cd /usr/src/gnu/usr.bin/perl/miniperl; make _EXTRADEPEND echo miniperl: /usr/obj/usr/src/i386/usr/lib/libc.a /usr/obj/usr/src/gnu/usr.bin/perl/miniperl/../libperl/libperl.a /usr/obj/usr/src/i386/usr/lib/libm.a /usr/obj/usr/src/i386/usr/lib/libcrypt.a /usr/obj/usr/src/i386/usr/lib/libutil.a >> .depend ===> gnu/usr.bin/perl/perl Extracting config.h (with variable substitutions) Extracting cflags (with variable substitutions) Extracting writemain (with variable substitutions) Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration: Platform: osname=freebsd, osvers=4.0-current, archname=i386-freebsd uname='FreeBSD freefall.FreeBSD.org 4.0-current FreeBSD 4.0-current #0: $Date$' hint=recommended, useposix=true, d_sigaction=define usethreads=undef useperlio=undef d_sfio=undef Compiler: cc='cc', optimize='', gccversion=2.95.2 19991024 (release) cppflags='' ccflags ='' stdchar='char', d_stdstdio=undef, usevfork=true intsize=4, longsize=4, ptrsize=4, doublesize=8 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 alignbytes=4, usemymalloc=n, prototype=define Linker and Libraries: ld='cc', ldflags ='-Wl,-E -lperl -lm ' libpth=/usr/lib libs=-lm -lc -lcrypt libc=, so=so, useshrplib=true, libperl=libperl.so.3 Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' -Wl,-R/usr/lib' cccdlflags='-DPIC -fpic', lddlflags='-Wl,-E -shared -lperl -lm ' *** Signal 11 Stop in /usr/src/gnu/usr.bin/perl/perl. *** Error code 1 Stop in /usr/src/gnu/usr.bin/perl. *** Error code 1 Stop in /usr/src/gnu/usr.bin. *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message