From owner-freebsd-current@FreeBSD.ORG Wed Jan 29 03:22:47 2014 Return-Path: Delivered-To: freebsd-current@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 843A6EAE for ; Wed, 29 Jan 2014 03:22:47 +0000 (UTC) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6427916BC for ; Wed, 29 Jan 2014 03:22:46 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1W8Ljh-0000oM-PU for freebsd-current@freebsd.org; Tue, 28 Jan 2014 19:22:45 -0800 Date: Tue, 28 Jan 2014 19:22:45 -0800 (PST) From: Robert_Burmeister To: freebsd-current@freebsd.org Message-ID: <1390965765782-5880955.post@n5.nabble.com> In-Reply-To: <52E09F68.8020804@UToledo.edu> References: <52E09F68.8020804@UToledo.edu> Subject: Re: Lessons learned from source upgrade from FreeBSD i386 9.2 Stable to FreeBSD i386 10.0 Release. MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Wed, 29 Jan 2014 12:26:05 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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: Wed, 29 Jan 2014 03:22:47 -0000 Lessons learned from source upgrade from FreeBSD i386 9.2 Stable to FreeBSD i386 10.0 Release. A) Clang does not need to to be installed first. > B) > FreeBSD 10's change to pkg(8) (a.k.a. PKGNG) affects the portupgrade tools > as > well as the package tools. > Even if you are not using packages, > before upgrading to FreeBSD 10 install pkg(8) as described in: > http://www5.us.freebsd.org/doc/handbook/pkgng-intro.html > and be sure to run pkg2ng. > > C) > FreeBSD 10 moves converters/libiconv into the base system, which directly > or > indirectly affects many ports. > This migration has largely been taken care of for the official packages, > however, if you are rebuilding from the ports tree > "pkg_delete libiconv" must be run, > or converters/libiconv must be deinstalled, > before your post OS recompile of all your ports. > > Most of the iconv hardcodes have been addressed in the ports tree, but > this is > still being worked on. D) Many Gnome ports still had issues with continuing to link to "libiconv.so.3", such as avahi-app and gdm. People who deleted all ports, removed /usr/local and reinstalled have reported that they do not have the problem. Apparently, some Gnome components are finicky about how they are built. A note from https://wiki.gnome.org/Projects/Jhbuild/FreeBSD > Remove all .la files from the packages you just installed to prevent > problems during the build. > You'll have to remember to do this again each time you install more > packages. I deleted the contents of /usr/local/lib and ran portupgrade -afu which rebuilt most of the problematic ports. -- View this message in context: http://freebsd.1045724.n5.nabble.com/Lessons-learned-from-source-upgrade-from-FreeBSD-i386-9-2-Stable-to-FreeBSD-i386-10-0-Release-tp5878896p5880955.html Sent from the freebsd-current mailing list archive at Nabble.com.