From owner-freebsd-questions@FreeBSD.ORG Thu Nov 14 04:05:29 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9C4777A8 for ; Thu, 14 Nov 2013 04:05:29 +0000 (UTC) Received: from mail.leadmon.net (mail.leadmon.net [IPv6:2001:550:102:301::13]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3E9DC2993 for ; Thu, 14 Nov 2013 04:05:29 +0000 (UTC) Received: from HDLDESKTOP (hdl-desktop.leadmon.net [10.0.0.3]) (authenticated bits=0) by mail.leadmon.net (8.14.7/8.14.7/Blacklist) with ESMTP id rAE45RNX041431 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Wed, 13 Nov 2013 23:05:27 -0500 (EST) (envelope-from howard@leadmon.net) DKIM-Filter: OpenDKIM Filter v2.8.3 mail.leadmon.net rAE45RNX041431 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=leadmon.net; s=default; t=1384401927; bh=A568z6c/YKfHBLVuDNs09Wx4bO35K4febtf3yHHlDdE=; h=From:To:Subject:Date; b=Ut/DmkO7n+dI6cDg0NFrCb6CrDqdM8bk9DsguNanR0ptkfaljQ5vdDa0SntSoOV7F ndPtFKR+YMUREZtKfucHK8uddLa5tcQ+q0muYlXH1h5w8Y+/pY+93VgjZQ+cyq4L+V eYcBghZ29DJGeXVZlzhffsYZTGflbCRtafpwT45g= From: "Howard Leadmon" To: Subject: Updating from 9.2 to 10.0-BETA3 Issues.. Date: Wed, 13 Nov 2013 23:05:24 -0500 Message-ID: <044201cee0ee$c0bc0970$42341c50$@leadmon.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Thread-Index: Ac7g7SeRv6agIb+ZRAmJNuo6dArOWg== Content-Language: en-us X-Virus-Scanned: clamav-milter 0.98 at vorlon.leadmon.net X-Virus-Status: Clean X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Nov 2013 04:05:29 -0000 I figured I would setup a test system and get my feet wet with trying to move from 9.2 to the current 10 that I know will be an official version soon. So I took my 9.2 system, and as I use svn to update my sources, I then replaced the /usr/src tree with the stable/10 branch, and went on to build world, kernels, and through the recommended way to update to the new branch. This all for the most part went very well, I got 10 built, I did the install, went to single user, updated all files, and rebooted and happy day here I am running 10.0. The problem stated when I went back per the documents, and ran the delete-old-libs, though the OS boots, now all kinda stuff is broken! I thought no problem, let's rebuild the ports tree again, as I didn't realize some of the stuff ended up in the newer package formats, so had stuff that was missed. Now trying to rebuild stuff like for example, mysql, I get errors like the following: ===> mysql56-client-5.6.14 depends on file: /usr/local/bin/cmake - found ===> Configuring for mysql56-client-5.6.14 ===> Performing in-source build /bin/mkdir -p /usr/ports/databases/mysql56-client/work/mysql-5.6.14 Shared object "libmd.so.5" not found, required by "cmake" *** Error code 1 Stop. make: stopped in /usr/ports/databases/mysql56-client [root@drazi /usr/ports/databases/mysql56-client]# So I went back again, make sure I fully did a buildworld, and installed it, thinking maybe some libs got wacked, but alas that didn't fix anything. So the question is, if I am updating from 9.2 to 10.0 on a machine, how the heck can I get all of the extra software to build, as I can't get really much of anything to build at this point, be it mysql, or subversion, or any of the add-on packages to make the server useful. Glad I tried this on a test machine.. Any ideas/suggestions on how to get this straight? --- Howard Leadmon