From owner-freebsd-current@FreeBSD.ORG Fri Oct 3 01:20:57 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 CE57C16A4B3 for ; Fri, 3 Oct 2003 01:20:57 -0700 (PDT) Received: from mx5.mail.ru (mx5.mail.ru [194.67.23.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CD9C43F93 for ; Fri, 3 Oct 2003 01:20:57 -0700 (PDT) (envelope-from my-subs@mail.ru) Received: from [62.0.89.6] (port=1315 helo=old.home) by mx5.mail.ru with smtp id 1A5LBG-000Mzz-00; Fri, 03 Oct 2003 12:20:54 +0400 Date: Fri, 3 Oct 2003 10:20:50 +0200 From: Alexander Portnoy To: freebsd-current@freebsd.org Message-Id: <20031003102050.5fb22acc.my-subs@mail.ru> In-Reply-To: <3F7C93E5.3090608@veidit.net> References: <3F7C93E5.3090608@veidit.net> X-Mailer: Sylpheed (FreeBSD) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam: Not detected Subject: Re: 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: Fri, 03 Oct 2003 08:20:58 -0000 On Thu, 02 Oct 2003 23:08:53 +0200 John Angelmo wrote: > 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 > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > The problem is known. See the "Problem Report bin/53201" http://www.freebsd.org/cgi/query-pr.cgi?pr=bin%2F53201