Date: Sun, 2 Aug 2020 10:44:17 -0400 From: Paul Mather <paul@gromit.dlib.vt.edu> To: freebsd-questions@freebsd.org Cc: Jacques Foucry <jacques+freebsd@foucry.net> Subject: poudriere check-sanity failed Message-ID: <FB5B479E-431E-4978-8BF2-E92A442F67AD@gromit.dlib.vt.edu> In-Reply-To: <mailman.91.1596369602.48963.freebsd-questions@freebsd.org> References: <mailman.91.1596369602.48963.freebsd-questions@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 2 Aug 2020 11:03:42 +0200, Jacques Foucry <jacques+freebsd@foucry.net> wrote: > Message: 6 > Date: Sun, 2 Aug 2020 11:03:42 +0200 > From: Jacques Foucry <jacques+freebsd@foucry.net> > 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: ===== =======================<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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?FB5B479E-431E-4978-8BF2-E92A442F67AD>
