From owner-freebsd-ports@FreeBSD.ORG Wed Jan 29 20:04:23 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DDD54330 for ; Wed, 29 Jan 2014 20:04:23 +0000 (UTC) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6C00D10B1 for ; Wed, 29 Jan 2014 20:04:23 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id b13so4460783wgh.31 for ; Wed, 29 Jan 2014 12:04:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=SZuZSJ0lCuUQ72B/EbSxUyMfPc6rIQWz1XzlCMiFGrY=; b=oFVu7DKEMmJ/4CUyaL+qLat2lgc4FmRk1MAe5nMPMckGHPFoMk1axl1hkNpJD/xUbt ZUk6QzJjX3OpI2dI7DC1H8e5xwcmZ7ob+W0JU4ZBtsjQpPNcihLY+kaa0rutoTmRqV+I tvZVw8swieURPhrPuUkAkrPbdF9zzSpIleTcc2cPIMWUF6YeSpwQZAnBDu2T+YxZIG3Y 1OI1brGwS+yBG/oxqXKJWcBAvuU07OtoQw5RV2BR8T6g+6g7zwjMd11oFvC7Fgp2DeJY TIaoIjqEfpwb77Mn8FPSvWQWWHecRRsBzatWJmf4W7tvxm0KDjiq4Itk7gfNu5ucbjx4 BKlQ== X-Received: by 10.180.97.71 with SMTP id dy7mr20199541wib.35.1391025861875; Wed, 29 Jan 2014 12:04:21 -0800 (PST) MIME-Version: 1.0 Received: by 10.194.203.103 with HTTP; Wed, 29 Jan 2014 12:03:50 -0800 (PST) In-Reply-To: <1390965771166-5880956.post@n5.nabble.com> References: <52E09F68.8020804@UToledo.edu> <1390965771166-5880956.post@n5.nabble.com> From: arrowdodger <6yearold@gmail.com> Date: Thu, 30 Jan 2014 00:03:50 +0400 Message-ID: Subject: Re: Lessons learned from source upgrade from FreeBSD i386 9.2 Stable to FreeBSD i386 10.0 Release. To: Robert_Burmeister Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: FreeBSD ports list X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2014 20:04:23 -0000 On Wed, Jan 29, 2014 at 7:22 AM, Robert_Burmeister < robert.burmeister@utoledo.edu> wrote: > 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. > It's because gnome stuff uses libtool machinery and all *.la files from corresponding gnome libs had "libiconv.so.3" line inside. I've just grepped through all .la files in /usr/local/lib, fed them to "pkg which" and rebuilt needed ports. > 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-tp5878893p5880956.html > Sent from the freebsd-ports mailing list archive at Nabble.com. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >