From owner-freebsd-ports@FreeBSD.ORG Wed Dec 31 09:05:22 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D2FF1065729 for ; Wed, 31 Dec 2008 09:05:22 +0000 (UTC) (envelope-from nicki@astcape.co.za) Received: from ns0.astcape.co.za (ns0.astcape.co.za [196.41.11.91]) by mx1.freebsd.org (Postfix) with ESMTP id 3545E8FC16 for ; Wed, 31 Dec 2008 09:05:22 +0000 (UTC) (envelope-from nicki@astcape.co.za) Received: from localhost (localhost.local [127.0.0.1]) by ns0.astcape.co.za (Postfix) with ESMTP id B4D1BD4CD5 for ; Wed, 31 Dec 2008 10:46:32 +0200 (SAST) X-Virus-Scanned: amavisd-new at astcape.co.za Received: from ns0.astcape.co.za ([10.4.1.21]) by localhost (ns0.astcape.co.za [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Gu9-65ywR9Vn for ; Wed, 31 Dec 2008 10:46:28 +0200 (SAST) Received: from CC10673 (unknown [196.211.10.10]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by ns0.astcape.co.za (Postfix) with ESMTPSA id 15753D4C4C for ; Wed, 31 Dec 2008 10:46:28 +0200 (SAST) Message-ID: <005d01c96b24$696fa950$e501a8c0@CC10673> From: "Nicki de Wet" To: Date: Wed, 31 Dec 2008 10:47:27 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 Cc: Subject: mysql41 upgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2008 09:05:22 -0000 I'm trying to upgrade mysql from 4.1.22 to 4.1.25, but get the following error when upgrading: ===> Extracting for mysql-server-4.1.25 => MD5 Checksum OK for mysql-4.1.25.tar.gz. => SHA256 Checksum OK for mysql-4.1.25.tar.gz. ===> Patching for mysql-server-4.1.25 ===> Applying FreeBSD patches for mysql-server-4.1.25 ===> mysql-server-4.1.25 depends on file: /usr/local/bin/libtool - found ===> mysql-server-4.1.25 depends on shared library: mysqlclient.14 - found ===> Configuring for mysql-server-4.1.25 cp: /usr/ports/databases/mysql41-server/work/mysql-4.1.25/config.guess: No such file or directory *** Error code 1 Stop in /usr/ports/databases/mysql41-server. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.74688.0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=mysql-server-4.1.22_1 UPGRADE_PORT_VER=4.1.22_1 make ** Fix the problem and try again. Upon further investigation I saw that there are symlinks in the mysql work directory pointing to a different version of autmake: ns0# ll|grep automake lrwxr-xr-x 1 root wheel 43 Dec 30 15:38 config.guess -> /usr/local/share/automake-1.10/config.guess lrwxr-xr-x 1 root wheel 41 Dec 30 15:38 config.sub -> /usr/local/share/automake-1.10/config.sub lrwxr-xr-x 1 root wheel 38 Dec 30 15:38 depcomp -> /usr/local/share/automake-1.10/depcomp lrwxr-xr-x 1 root wheel 41 Dec 30 15:37 install-sh -> /usr/local/share/automake-1.10/install-sh lrwxr-xr-x 1 root wheel 38 Dec 30 15:37 missing -> /usr/local/share/automake-1.10/missing lrwxr-xr-x 1 root wheel 37 Dec 30 15:38 ylwrap -> /usr/local/share/automake-1.10/ylwrap ns0# ll /usr/local/share/ | grep autom drwxr-xr-x 2 root wheel 1536 Sep 29 13:31 automake-1.4 ns0# All the ports on the system is up to date, as well as the ports tree. Does this point to a port patch needed for mysql41? Thanks in advance, Nicki