From owner-freebsd-current@FreeBSD.ORG Fri May 14 13:33:36 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7B6316A4CE for ; Fri, 14 May 2004 13:33:36 -0700 (PDT) Received: from mail.mcneil.com (rrcs-west-24-199-45-54.biz.rr.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3674F43D45 for ; Fri, 14 May 2004 13:33:34 -0700 (PDT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 9B6A5FD01E for ; Fri, 14 May 2004 13:33:33 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00700-02 for ; Fri, 14 May 2004 13:33:33 -0700 (PDT) Received: from [24.199.45.54] (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 23F64FD00B for ; Fri, 14 May 2004 13:33:33 -0700 (PDT) From: Sean McNeil To: freebsd-current@freebsd.org Content-Type: text/plain Message-Id: <1084566812.1190.4.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 14 May 2004 13:33:33 -0700 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com Subject: bad ld-elf.so.1? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 May 2004 20:33:36 -0000 Hi all, I just did a make update; make buildworld; make buildkernel; make installkernel; make installworld. As soon as the new /libexec/ld-elf.so.1 gets installed I get sig 11s on everything. At one time I saw an assert, but I didn't write it down. As soon as I put the old ld-elf.so.1 back, all is well again. So, I copied the old one into the /usr/obj area and managed to do a complete make installworld. The system is currently running just fine, but I've done a make buildworld twice with the same result. Here is my /etc/make.conf: CPUTYPE?=athlon-xp #DEBUG_FLAGS= -g SUP_UPDATE= yes SUP= /usr/local/bin/cvsup SUPFLAGS= -g -L 2 SUPHOST= cvsup10.FreeBSD.org SUPFILE= /usr/share/examples/cvsup/standard-supfile PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile KERNCONF=AMD CUPS_OVERWRITE_BASE=yes HAVE_GTK=yes MAKE_KERBEROS5=yes NO_LPR=true NO_MAILWRAPPER=true NO_SENDMAIL=true WITH_APACHE2=yes WITH_BDB_VER=41 WITH_BERKELEYDB=db41 WITH_BSD_JDK=TRUE #WITH_DEBUG=yes WITH_DOMXML=yes WITH_DVDHACK=yes WITH_FREEBSD_AGP=yes WITH_GETTEXT=yes WITH_GPHOTO2=yes WITH_GTK2=yes WITH_GUI=yes WITH_IMAP=yes WITH_LDAP=openldap2 WITH_LIBMAP=yes WITH_OPENLDAP=yes WITH_OPENLDAP_VER=21 WITH_MCAL=yes WITH_MCRYPT=yes WITH_MENUBAR_FONTSET=yes WITH_MHASH=yes WITH_MOD_DAV_SVN=yes #WITH_MOZILLA=mozilla-devel-gtk2 WITH_MOZILLA=mozilla-gtk2 WITH_POSTGRESQL=yes WITH_SASL=yes WITH_TTF_BYTECODE_ENABLED=YES WITH_UNIXODBC=yes # -- use.perl generated deltas -- # # Created: Thu Feb 19 05:19:10 2004 # Setting to use base perl from ports: PERL_VER=5.8.2 PERL_VERSION=5.8.2 PERL_ARCH=mach NOPERL=yo NO_PERL=yo NO_PERL_WRAPPER=yo