From owner-freebsd-current@FreeBSD.ORG Thu Dec 11 03:25:44 2003 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 D1FB716A4CE for ; Thu, 11 Dec 2003 03:25:44 -0800 (PST) Received: from h1.liquidneon.com (h1.liquidneon.com [216.38.206.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8329843D13 for ; Thu, 11 Dec 2003 03:25:43 -0800 (PST) (envelope-from bdavis@house.so14k.com) Received: (qmail 30359 invoked from network); 11 Dec 2003 11:25:42 -0000 Received: from c-24-8-51-173.client.comcast.net (HELO mccaffrey.house.so14k.com) (24.8.51.173) by h1.liquidneon.com with SMTP; 11 Dec 2003 11:25:42 -0000 Received: by mccaffrey.house.so14k.com (Postfix, from userid 1001) id 59DA576C; Thu, 11 Dec 2003 04:25:42 -0700 (MST) Date: Thu, 11 Dec 2003 04:25:42 -0700 From: Brad Davis To: freebsd-current@freebsd.org Message-ID: <20031211112542.GA79922@mccaffrey.house.so14k.com> Mail-Followup-To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: 4.9-STABLE -> 5.x 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: Thu, 11 Dec 2003 11:25:45 -0000 Hi, I'm trying to upgrade from 4.9-STABLE to -CURRENT and I thought it would be best to go from 4.9 to 5.1-RELEASE and then 5.1-R to -CURRENT. I'm getting the following errors during make buildworld: cc -fpic -DPIC -O -pipe -mcpu=pentiumpro -DPTHREAD_KERNEL -I/usr/src/lib/libpthread/../libc/include -I/usr/src/lib/libpthread/thread -I/usr/src/lib/libpthread/../../include -I/usr/src/lib/libpthread/arch/i386/include -I/usr/src/lib/libpthread/sys -I/usr/src/lib/libpthread/../../libexec/rtld-elf -fno-builtin -D_LOCK_DEBUG -D_PTHREADS_INVARIANTS -Wall -I/usr/src/lib/libpthread/../libc/i386 -I/usr/src/lib/libpthread/thread -c /usr/src/lib/libpthread/arch/i386/i386/thr_switch.S -o thr_switch.So cc -fpic -DPIC -O -pipe -mcpu=pentiumpro -DPTHREAD_KERNEL -I/usr/src/lib/libpthread/../libc/include -I/usr/src/lib/libpthread/thread -I/usr/src/lib/libpthread/../../include -I/usr/src/lib/libpthread/arch/i386/include -I/usr/src/lib/libpthread/sys -I/usr/src/lib/libpthread/../../libexec/rtld-elf -fno-builtin -D_LOCK_DEBUG -D_PTHREADS_INVARIANTS -Wall -c /usr/src/lib/libpthread/sys/lock.c -o lock.So building shared library libkse.so.1 thr_libc.So: In function `sigaction': thr_libc.So(.text+0x54): multiple definition of `_sigaction' thr_sigaction.So(.text+0x0): first defined here thr_libc.So: In function `sigprocmask': thr_libc.So(.text+0x34): multiple definition of `_sigprocmask' thr_sigprocmask.So(.text+0x0): first defined here *** Error code 1 Stop in /usr/src/lib/libpthread. *** Error code 1 Stop in /usr/src/lib. *** Error code 1 Stop in /usr/src. *** Error code 1 Thanks, Brad