From owner-freebsd-stable@FreeBSD.ORG Thu Jun 17 04:58:47 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6773106566C for ; Thu, 17 Jun 2010 04:58:47 +0000 (UTC) (envelope-from schlake@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9548C8FC14 for ; Thu, 17 Jun 2010 04:58:47 +0000 (UTC) Received: by gyh20 with SMTP id 20so6030747gyh.13 for ; Wed, 16 Jun 2010 21:58:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=JtVew5JjnnJw2EVS3ob4ZPkb3C18uUkYPOvqkAf0/Ks=; b=Qg5pnm6EfmrBndd5JJLm7sQo9yCQHgNbj4c1Qe2vG+2QhNXzWydGay+U2mOtJUUEc2 SRh6taLFWqA0FIyotlvyAmSrooI6oAqn7wu+dz0GKmgAPCCiUqr11zWgSB0mvjXmi/42 3V61M06y5Idt56n5d4Ivlf/xGaro143RpSXPw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=owZYEeb3Mg/t5vmkYqLeZhsG6f0B23oSun5J22TUzGt7OJBEUoESMydfQha54xRzRW e2oKRIKbbU6XROqN9JaHoclPFW0Am5r+UnQKd03Alz/5rCW9XC1qtdI7fvrfI8r6AEwO a9IJKWwB00neWQCjjkluZf9uvThHvg6ag4DUY= MIME-Version: 1.0 Received: by 10.231.59.80 with SMTP id k16mr9923939ibh.114.1276749113955; Wed, 16 Jun 2010 21:31:53 -0700 (PDT) Received: by 10.231.36.137 with HTTP; Wed, 16 Jun 2010 21:31:53 -0700 (PDT) Date: Wed, 16 Jun 2010 22:31:53 -0600 Message-ID: From: "William D. Colburn (Schlake)" To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: /usr/src fails to compile in 8.0 after cvsup to RELENG_8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jun 2010 04:58:47 -0000 My server's boot disk finally died after four years of disk errors. I'm not sure what version I ran; whatever was stable in 2004. So I grabbed an old hard disk from work, and a copy of 8.0 release for AMD off the website. I eventually got it installed (it was a nightmare because the install CD could not write to /dev/ad0 to initialize partitions) and ran cvsup on /usr/share/examples/stable-supfile (RELENG_8). I can make the kernel just fine, but if I try to make the world I get this: cc -O2 -pipe -I/usr/src/cddl/usr.bin/zinject/../../../sys/cddl/compat/opensolaris -I/usr/src/cddl/usr.bin/zinject/../../compat/opensolaris/include -I/usr/src/cddl/usr.bin/zinject/../../compat/opensolaris/lib/libumem -I/usr/src/cddl/usr.bin/zinject/../../contrib/opensolaris/lib/libzfs/common -I/usr/src/cddl/usr.bin/zinject/../../contrib/opensolaris/lib/libzpool/common -I/usr/src/cddl/usr.bin/zinject/../../contrib/opensolaris/lib/libnvpair -I/usr/src/cddl/usr.bin/zinject/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/usr/src/cddl/usr.bin/zinject/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/usr/src/cddl/usr.bin/zinject/../../../sys/cddl/contrib/opensolaris/uts/common -I/usr/src/cddl/usr.bin/zinject/../../contrib/opensolaris/head -I/usr/src/cddl/usr.bin/zinject/../../lib/libumem -DNEED_SOLARIS_BOOLEAN -std=gnu89 -fstack-protector -Wno-unknown-pragmas -o zinject zinject.o translate.o -lavl -lgeom -lm -lnvpair -lumem -luutil -lzfs -lzpool /lib/libthr.so.3: undefined reference to `__pselect@FBSDprivate_1.0' *** Error code 1 I searched, but I couldn't find anything on this problem. I tried compiling bits and pieces (starting with libthr, then libc) and installing them one at a time, but I just made things worse, so I refreshed from the base packages on the CD, removed all of /usr/src, and refetched it, so I'm at least stable again without the ability to make world. FreeBSD eeep.domain.actdsltmp 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #0: Wed Jun 16 17:42:41 MDT 2010 schlake@eeep.domain.actdsltmp:/usr/obj/usr/src/sys/GENERIC amd64 Many thanks in advance. -- -- Schlake