From owner-freebsd-questions@freebsd.org Sun Aug 2 18:25:31 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 81D423A4890 for ; Sun, 2 Aug 2020 18:25:31 +0000 (UTC) (envelope-from jacques+freebsd@foucry.net) Received: from mail.foucry.net (fournil.foucry.net [95.217.83.231]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BKTwB2rntz3XFX for ; Sun, 2 Aug 2020 18:25:30 +0000 (UTC) (envelope-from jacques+freebsd@foucry.net) Received: from mithril.localdomain (2a01cb0400bb09004aa472fffe9e65a1.ipv6.abo.wanadoo.fr [IPv6:2a01:cb04:bb:900:4aa4:72ff:fe9e:65a1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.foucry.net (Postfix) with ESMTPSA id 2B0D11C1CC for ; Sun, 2 Aug 2020 18:25:28 +0000 (UTC) Received: from mithril (localhost [IPv6:::1]) by mithril.localdomain (Postfix) with ESMTP id 46C791314E for ; Sun, 2 Aug 2020 20:25:27 +0200 (CEST) Date: Sun, 2 Aug 2020 20:25:27 +0200 From: Jacques Foucry To: freebsd-questions@freebsd.org Subject: Re: poudriere check-sanity failed Message-ID: <20200802182527.GC17267@mithril> Mail-Followup-To: freebsd-questions@freebsd.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Rspamd-Queue-Id: 4BKTwB2rntz3XFX X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=pass (policy=none) header.from=foucry.net; spf=pass (mx1.freebsd.org: domain of jacques@foucry.net designates 95.217.83.231 as permitted sender) smtp.mailfrom=jacques@foucry.net X-Spamd-Result: default: False [-2.84 / 15.00]; RCVD_TLS_LAST(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.99)[-0.986]; RCVD_COUNT_THREE(0.00)[3]; MID_RHS_NOT_FQDN(0.50)[]; NEURAL_HAM_SHORT(-0.56)[-0.560]; DMARC_POLICY_ALLOW(-0.50)[foucry.net,none]; NEURAL_HAM_MEDIUM(-1.00)[-0.996]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:95.217.0.0/16, country:DE]; TAGGED_FROM(0.00)[freebsd] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Aug 2020 18:25:31 -0000 Le dimanche 02 août 2020 à 10:44:17 (-0400), Paul Mather à écrit: > On Sun, 2 Aug 2020 11:03:42 +0200, Jacques Foucry wrote: > > > Message: 6 > > Date: Sun, 2 Aug 2020 11:03:42 +0200 > > From: Jacques Foucry > > To: freebsd-questions@freebsd.org > > Subject: poudriere check-sanity failed > > Message-ID: <20200802090342.GA24415@mithril> > > Content-Type: text/plain; charset=utf-8 > > > > Hello friends, > > > > This morning I launch the update of my poudriere's packages > > > > ` poudriere bulk -j 12-1 -p 12-1 -f /usr/local/etc/poudriere.d/12-1.lst > > ` > > > > And it faile on sqlite3 > > > > `[00:00:56] Failed ports: databases/sqlite3:check-sanity` > > > > and all packages depending of sqlite3 faile? too. > > > > > > I did not find any comprehensive explainantion or solution. > > > > As experiented admins, you should already have this issue and may a solution. > > > > What's your advices? > > > This, indeed, also happened to me yesterday. To fix it, I looked in the Poudriere build log for the databases/sqlite3 port (which you can access, e.g., by the Web interface for the build). There, I saw this at the end of the log file: > > ===== > =================================================== > ====> You cannot select multiple options from the RL radio > =====> Only one of these must be defined: READLINES LIBEDIT > *** Error code 1 > > Stop. > make: stopped in /usr/ports/databases/sqlite3 > =>> Cleaning up wrkdir > ===> Cleaning for sqlite3-3.32.3_1,1 > build of databases/sqlite3 | sqlite3-3.32.3_1,1 ended at Sat Aug 1 18:13:30 EDT 2020 > build time: 00:00:01 > !!! build failure encountered !!! > ===== > > I assumed from this that a new option/default had been introduced. You can fix this by invoking "poudriere options ..." to change the options, or else update your option selections in the "...-make.conf" for the jail. > > With the options fixed, the port built for me. It works \o/ Thank you Paul. I must have the reflex to look at the log. Bloddy mind. Take care. -- Jacques Foucry