From owner-freebsd-questions@FreeBSD.ORG Fri Feb 28 10:48:16 2014 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 8905A119 for ; Fri, 28 Feb 2014 10:48:16 +0000 (UTC) Received: from nm19-vm2.access.bullet.mail.bf1.yahoo.com (nm19-vm2.access.bullet.mail.bf1.yahoo.com [216.109.115.97]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 190741C18 for ; Fri, 28 Feb 2014 10:48:15 +0000 (UTC) Received: from [66.196.81.161] by nm19.access.bullet.mail.bf1.yahoo.com with NNFMP; 28 Feb 2014 10:44:50 -0000 Received: from [98.139.221.157] by tm7.access.bullet.mail.bf1.yahoo.com with NNFMP; 28 Feb 2014 10:44:50 -0000 Received: from [127.0.0.1] by smtp117.sbc.mail.bf1.yahoo.com with NNFMP; 28 Feb 2014 10:44:50 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bellsouth.net; s=s1024; t=1393584290; bh=ft787oRUWQhNAxf+6kjHl9lUH7MkcX8OF6KNKp5J78g=; h=X-Yahoo-Newman-Id:Message-ID:Date:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:From:To:Subject:References; b=Mo+kq2YM2uxG1PMBcBWODIw5hUiB6CFEcHUmw8+U+c55tIuL7KfjA8Evib7Si2yubQeu4sGtBdakkipdyWa/Xh3kjmfxi/d7U2nBEouiMMS57BKwc4/gxyfjawGdPA7XzR5BGC2vfHey8ohPA13ywHmBtwLjSSEJhHC7UD2UwM4= X-Yahoo-Newman-Id: 630786.59899.bm@smtp117.sbc.mail.bf1.yahoo.com Message-ID: <630786.59899.bm@smtp117.sbc.mail.bf1.yahoo.com> Date: Fri, 28 Feb 2014 10:44:50 +0000 (UTC) X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: JkHsKAIVM1nauef1sjm7j53tsTui93qxEKWXkYV55AacFac oeKQuiUh.v1jw4UZ6w7MH2SMJM9zcoLxyJpk1opalPVTjZg6Ht39XKRxtKjj 37JfPjTIIPKHYVUfRZNr4.m_bEqKWkeh9kJMI7hc9aa1X2Wd7UZCK1qLuryS 9_hBSt1zAMMsqz1we6QG.j63PdGdyB1fM4NPjxu4CD97YYm_FgkiDqkncWJj bnH6HY5jSl_P5._vPuO9hAQdvGyM3VOdTxNDn_1R0VwqWG3R17Tl1TELq3hn lIt456jfcRb3UESpboA2CcWeZzQuVe2diygg.Evc5n6tGMHQjiIlPxyWJBJg 6NukK5E5jtULuPpJWpNyAnlIG7IJr_RdgJzSYMY.PAg0RSROG46z6ukdRos3 pZ_6bJZkXpw1iJ9s8HFOQpVY4BQhsG.jEbLn9MgDhZQmLH1bNEmH3vAVzaKF bi9zZqma0.RFeWHLtgGWqVwyUr0OyYhNg.kA3uyd1xAf029LLwx2DqTgnGjv CrNz3D6IetJgu2HCtmHCvT0s7fkafRJargwturHMo_Ubmff7UxbdSB3BYb9A H8J0l7zDVo0XbQXqSAX8- X-Yahoo-SMTP: Kz_aW1.swBBYof3zAD7.RWzXz9ZAQVDMml1VADsbgPT4Kq79LC0- X-Rocket-Received: from localhost (mueller6724@96.28.178.143 with plain [98.139.221.42]) by smtp117.sbc.mail.bf1.yahoo.com with SMTP; 28 Feb 2014 10:44:50 +0000 UTC From: "Thomas Mueller" To: freebsd-questions@FreeBSD.org Subject: Re: 9.2 -> 10.0 Compile error References: <20140227162018.3314629c@kalimero.tijl.coosemans.org> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Feb 2014 10:48:16 -0000 > You may find /usr/ports/UPDATING entry 20131217: interesting. I think the > plan here is to have a period of semi-deprecation of some months then at > some point the 4.1/4.2 ports will cease to exist. > Since 10 is the point where Clang is now the default, as well as some other > changes (unbind) I decided to do a fresh install from scratch so everything > would be clean with no cruft left over from pre 10 days. I had hoped that the > db41/db42 situation would just take care of itself automagically with the > fresh 10 install, but it did not. > In /usr/src/Makefile: > [...] > # 9. `make delete-old' > # 10. `reboot' > # 11. `make delete-old-libs' (in case no 3rd party program uses them > anymore) > You should rebuild all ports *first* - prior to doing the 'make delete-old- > libs' after a source based upgrade between major versions (9.x -> so.x) > -Mike "man portmaster", near the bottom of the page, suggests making a list of all ports, updating the ports tree and fetching all new distfiles, and then deleting all ports before rebuilding when updating all ports as is advised after a major version upgrade. But 'make delete-old-libs', done too soon, could possibly pull needed libraries out from under portmaster and pkg. I'm thinking of upgrading from 9.2-STABLE to 11-current, jumping over 10. Tom