From owner-freebsd-questions@FreeBSD.ORG Wed Feb 27 16:45:51 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A547106566B for ; Wed, 27 Feb 2008 16:45:51 +0000 (UTC) (envelope-from nicolas@nicoelro.net) Received: from smtp20.orange.fr (smtp20.orange.fr [193.252.22.29]) by mx1.freebsd.org (Postfix) with ESMTP id 47C918FC1D for ; Wed, 27 Feb 2008 16:45:51 +0000 (UTC) (envelope-from nicolas@nicoelro.net) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2018.orange.fr (SMTP Server) with ESMTP id BC71F1C000B1 for ; Wed, 27 Feb 2008 17:45:49 +0100 (CET) Received: from [192.168.1.2] (ALyon-253-1-7-69.w83-201.abo.wanadoo.fr [83.201.218.69]) by mwinf2018.orange.fr (SMTP Server) with ESMTP id BF29C1C00044 for ; Wed, 27 Feb 2008 17:45:48 +0100 (CET) X-ME-UUID: 20080227164548783.BF29C1C00044@mwinf2018.orange.fr Message-ID: <47C593BB.1090303@nicoelro.net> Date: Wed, 27 Feb 2008 17:45:47 +0100 From: Nicolas Letellier User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: problem with linuxthreads when installing mysql5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nicolas@nicoelro.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2008 16:45:51 -0000 Hello, When I want to install mysql5-server (with portinstall and these options: WITH_CHARSET=latin1 WITH_COLLATION=latin1_swedish_ci WITH_OPENSSL=yes BUILD_OPTIMIZED=yes WITH_LINUXTHREADS=yes), I've got this error: ===> Installing for linuxthreads-2.2.3_23 ===> Generating temporary packing list ===> Checking if devel/linuxthreads already installed ===> linuxthreads-2.2.3_23 is already installed You may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. If you really wish to overwrite the old port of devel/linuxthreads without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** Error code 1 Stop in /usr/ports/devel/linuxthreads. *** Error code 1 Stop in /usr/ports/databases/mysql50-client. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall.26307.1 env make WITH_CHARSET=latin1 WITH_COLLATION=latin1_swedish_ci WITH_OPENSSL=yes BUILD_OPTIMIZED=yes WITH_LINUXTHREADS=yes ** Fix the problem and try again. [Updating the pkgdb in /var/db/pkg ... - 49 packages found (-0 +1) . done] ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! databases/mysql50-client (unknown build error) So... I delete linuxthreads (with pkg_deinstall) and I retry... The error is the same. Installing mysql50-server with linuxthread option installes linuxthread port two times... The first time, it works, the second, I got this message. Why 'portinstall mysql5-server' installs two times linuxthreads? How solve this problem? Thanks, -Nicolas