From owner-freebsd-questions@FreeBSD.ORG Thu Nov 14 09:00:54 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 5DA6148D for ; Thu, 14 Nov 2013 09:00:54 +0000 (UTC) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0464A287E for ; Thu, 14 Nov 2013 09:00:53 +0000 (UTC) Received: from ox-dell39.ox.adestra.com ([178.78.126.226]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.7/8.14.7) with ESMTP id rAE90cjp036958 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Thu, 14 Nov 2013 09:00:45 GMT (envelope-from m.seaman@infracaninophile.co.uk) DKIM-Filter: OpenDKIM Filter v2.8.3 smtp.infracaninophile.co.uk rAE90cjp036958 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1384419645; bh=xGSgRRubsAHQz2LWtc3SNVCBRC8BBpUEUga3YFqzGic=; h=Date:From:To:Subject:References:In-Reply-To; z=Date:=20Thu,=2014=20Nov=202013=2009:00:28=20+0000|From:=20Matthew =20Seaman=20|To:=20Howard=20Leadm on=20,=20freebsd-questions@freebsd.org|Subject :=20Re:=20Updating=20from=209.2=20to=2010.0-BETA3=20Issues..|Refer ences:=20<044201cee0ee$c0bc0970$42341c50$@leadmon.net>=20<528475B6 .5010604@infracaninophile.co.uk>=20<046501cee10b$3d6da9d0$b848fd70 $@leadmon.net>|In-Reply-To:=20<046501cee10b$3d6da9d0$b848fd70$@lea dmon.net>; b=XH/BrCreiq8o8dFrcRtGsK1UWvf6J23z0NJ/DIFBx938OUXGbTJ7Ugue1uLgL3j13 QdpXGwqMmGioBY3C6d4qwfJoiCHS2fj+QwFN0LspS1LXyGWP2HGdsysoiFGZOg8ORh RYeTYvmsvuCAMtoAGTIMHO79Mb7BBIIiVSAdJ0Cs= X-Authentication-Warning: lucid-nonsense.infracaninophile.co.uk: Host [178.78.126.226] claimed to be ox-dell39.ox.adestra.com Message-ID: <5284912C.4040203@infracaninophile.co.uk> Date: Thu, 14 Nov 2013 09:00:28 +0000 From: Matthew Seaman User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Howard Leadmon , freebsd-questions@freebsd.org Subject: Re: Updating from 9.2 to 10.0-BETA3 Issues.. References: <044201cee0ee$c0bc0970$42341c50$@leadmon.net> <528475B6.5010604@infracaninophile.co.uk> <046501cee10b$3d6da9d0$b848fd70$@leadmon.net> In-Reply-To: <046501cee10b$3d6da9d0$b848fd70$@leadmon.net> X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="xacgbSgOK0e4lVoqDNRBTAqV3V2S5cusQ" X-Virus-Scanned: clamav-milter 0.97.8 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,DCC_CHECK, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RDNS_NONE autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk 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 09:00:54 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --xacgbSgOK0e4lVoqDNRBTAqV3V2S5cusQ Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 11/14/13 07:29, Howard Leadmon wrote: > OK, adding in compat9x did allow it to build mysql, and hopefully the = rest, > time will tell. I guess the part that somewhat stumps me, is if I am = just > building a port fresh like mysql, why does it need the old compatibilit= y > libs to build it fresh. Does some of this stuff require gcc libs, or = I am > missing something in the process. =20 It seems you have build tools like cmake that link against 9.x libraries. Ideally you should rebuild your build tools before you rebuild the things use them to build. > On the package stuff, I did load he functions, as I found out the hard= way > that without running pkg2ng I ended up with all my ports missing. Al= so I > saw Thomas's not about running portmaster, and I have always used > portupgrade is that still ok under 10.x, or does it require portmaster = to > function? Both portmaster and portupgrade are compatible with pkg(8), and you can certainly carry on using them in pretty much the same way as you always did. There is a missing bit of functionality with portmaster in that it won't itself install from pkgs on a pkgngized system. Patches welcome! Cheers, Matthew --xacgbSgOK0e4lVoqDNRBTAqV3V2S5cusQ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQJ8BAEBCgBmBQJShJE0XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQxOUYxNTRFQ0JGMTEyRTUwNTQ0RTNGMzAw MDUxM0YxMEUwQTlFNEU3AAoJEABRPxDgqeTnwfIP/2g4pIU+yIZzUe7xunJ82L9C ujrx8heVXIAGHRrUM8vZOcNkJDtV7GWb2tvwz7h+42Qtx5CSo01guzjrQTjT4K25 tXgKR7T2/gQqC86xVgqK2KJg9faxMqAOCVE7uz60orNN1dpvtLvH1WlMBK7pvEwY 6Tb2cyPDeKJfz8RMQEIbAtX5VvEpVXRkwBJQYyf5puC5LAo6bNJ5Iag0SMI99VVf IGUb8XNTbZSPRmCSmmp8ghTGvvZZTKzkSZXzFN0ROZuBi65BVWb2QBWUiTyVl9v7 ekSQFLOvtQscl8izhZZJV0GrZWzgBA0ONsCWWHgToUfgecmisQ4eTw7H/8MX9Ukn J6wFu1KtjXKtHBAMoD9peRmq7J1CTdtSrFgWoE09VWkQGMXkQQcmPCZl3ISr4fDH bbXACiAjThCVzTUKFqPHuqXRWJgNs18G8r0dFvaFEJh+0FyXqD9smGStVMTKpNCj Dp4iqCqjFTSQlqGdehZvwHtyO+FpajPEbtayxz84axO+aU5H21sFxCGXw5V+Iouo qiIqYtuInpLgRMjfUfopqe4uM/tkQdd7aVWPpX/5+EGQ34xPwENDED38ZnfyjIIt idqp7b1sEN5ZS2zh/eDcF732hFOf8KnAZAc13mxF26JhmrRJ+EIBRIaAqpvPjqn+ xsRyncs1PwJmzIIdwE2o =Pu1s -----END PGP SIGNATURE----- --xacgbSgOK0e4lVoqDNRBTAqV3V2S5cusQ--