From owner-freebsd-current@FreeBSD.ORG Thu Oct 2 14:08:56 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 79A7616A4C0 for ; Thu, 2 Oct 2003 14:08:56 -0700 (PDT) Received: from smtp7.hy.skanova.net (smtp7.hy.skanova.net [195.67.199.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 303D243F75 for ; Thu, 2 Oct 2003 14:08:55 -0700 (PDT) (envelope-from john@veidit.net) Received: from veidit.net (h230n1fls35o1000.telia.com [217.210.234.230]) by smtp7.hy.skanova.net (8.12.10/8.12.10) with ESMTP id h92L8sWh022766 for ; Thu, 2 Oct 2003 23:08:54 +0200 (CEST) Message-ID: <3F7C93E5.3090608@veidit.net> Date: Thu, 02 Oct 2003 23:08:53 +0200 From: John Angelmo User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20030916 X-Accept-Language: sv, en, en-us MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Problem upgrading 4.8 to 5.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: Thu, 02 Oct 2003 21:08:56 -0000 OK I'm trying to upgrade from 4.8 (pre 4.9) to 5.1 (using the 5_1 tag with cvsup) The problem I get is this: cc -fpic -DPIC -O -pipe -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 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Is this a known problem and what can I do about it? /John