poudriere check-sanity failed
Paul Mather
paul at gromit.dlib.vt.edu
Sun Aug 2 14:44:26 UTC 2020
On Sun, 2 Aug 2020 11:03:42 +0200, Jacques Foucry <jacques+freebsd at foucry.net> wrote:
> Message: 6
> Date: Sun, 2 Aug 2020 11:03:42 +0200
> From: Jacques Foucry <jacques+freebsd at foucry.net>
> To: freebsd-questions at freebsd.org
> Subject: poudriere check-sanity failed
> Message-ID: <20200802090342.GA24415 at 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:
=====
=======================<phase: check-sanity >============================
====> 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.
Cheers,
Paul.
More information about the freebsd-questions
mailing list