From owner-freebsd-questions@freebsd.org Mon Dec 17 14:12:36 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8DED51340CFF for ; Mon, 17 Dec 2018 14:12:36 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [IPv6:2001:8b0:151:1:c4ea:bd49:619b:6cb3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.infracaninophile.co.uk", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B7B16F53C for ; Mon, 17 Dec 2018 14:12:35 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from leaf.local (unknown [IPv6:2001:8b0:151:1:e565:c864:d2d7:f268]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: m.seaman@infracaninophile.co.uk) by smtp.infracaninophile.co.uk (Postfix) with ESMTPSA id 2BD71F39 for ; Mon, 17 Dec 2018 14:12:34 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=fail (p=none dis=none) header.from=infracaninophile.co.uk DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201601-infracaninophile; t=1545055954; bh=PoatoE97NumqCNfmtJno0Xq4CVTQNyIuVR4FHO3z/pI=; h=Subject:To:References:From:Date:In-Reply-To; z=Subject:=20Re:=20Problem=20with=20poudriere=20after=20updating=20 to=20FreeBSD=2012|To:=20freebsd-questions@freebsd.org|References:= 20|From:=20Matthew=20Seaman=20|Date:=20Mon,=2017=20Dec=202018=2014:12:31=20+0000|In-R eply-To:=20; b=TADxKJckGNP0KSD1uimvZP8bBNyJ5OONchRLFZIk7wt5echXGUhAvdd5BrEq0a9nD BdTHoGaEsORtQkq93i4cOZf7cDy5Ik/FGw9VRm0uGwfhpPSxyb3tLy3kgUQd3kwuij 7iyf0l3Dwh46jY4tmSKazndJTDopePkb0YnFUcSQ= Subject: Re: Problem with poudriere after updating to FreeBSD 12 To: freebsd-questions@freebsd.org References: From: Matthew Seaman Message-ID: <45ca0b0f-59f9-d169-1af7-fa09d99012ec@infracaninophile.co.uk> Date: Mon, 17 Dec 2018 14:12:31 +0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.3.3 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2018 14:12:36 -0000 On 17/12/2018 13:57, Carmel NY wrote: > So, I guess what I want to know is why is this error happening and how do I > correct it? I wanted to completely empty the repository but I don't know how > to do that safely. Other than that, how do I force poudriere to do a complete > rebuild of all the installed ports on this system using the correct > information? Update the poudriere jail to match your new OS version -- otherwise you'll end up building 11.x packages to install onto a 12.x system. It often turns out easiest/quickest to just delete the jail and re-install the new one. Poudriere will realise that the jail version has changed and will rebuild everything for you. However, to be super safe, use the '-c' option to your 'poudriere bulk' command, which cleans out the package repository before rebuilding it. This will rebuild _everything_ in your repo, so allow plenty of time. Cheers, Matthew