From owner-freebsd-current@FreeBSD.ORG Sat Jun 7 19:31:24 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 160AE37B401 for ; Sat, 7 Jun 2003 19:31:24 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D2EA43FBD for ; Sat, 7 Jun 2003 19:31:22 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h582VEkA049467; Sat, 7 Jun 2003 20:31:14 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 07 Jun 2003 20:31:10 -0600 (MDT) Message-Id: <20030607.203110.97296337.imp@bsdimp.com> To: evms@bu.edu From: "M. Warner Losh" In-Reply-To: <200306071958.20698.evms@bu.edu> References: <20030607235728.0AA9F16CC26@livejournal.com> <200306071958.20698.evms@bu.edu> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: 4.8 -> 5.0-CURRENT build error 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: Sun, 08 Jun 2003 02:31:24 -0000 In message: <200306071958.20698.evms@bu.edu> "Evan S." writes: : # make : 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 : : Does anyone know something about this? Yes. It's broken. :-) I'm looking into it... Warner