Date: Sun, 20 Mar 2022 14:26:09 +0100 From: Thomas Zander <riggs@freebsd.org> To: Mark Johnston <markj@freebsd.org>, Mark Millard <marklmi@yahoo.com>, FreeBSD Ports <freebsd-ports@freebsd.org>, FreeBSD-STABLE Mailing List <freebsd-stable@freebsd.org> Subject: Re: git: 43741377b143 - main - security/openssl: Security update to 1.1.1n Message-ID: <CAFU734zxDKTT5pDcdC-bZ-Z9jiNOaej0EBgvf%2B-xcn959uYwdQ@mail.gmail.com> In-Reply-To: <Yjcp%2Bjg%2BK264HHTR@elch.exwg.net> References: <2E632408-4D4E-426C-8DC7-A1024A1D328D.ref@yahoo.com> <2E632408-4D4E-426C-8DC7-A1024A1D328D@yahoo.com> <CAFU734xvJB3a=0TE=bQvjp7wN=8iKP1AbuEqrP1MF8vOp1fb7Q@mail.gmail.com> <DFE73A51-BABA-4138-93CA-60245C16EA86@yahoo.com> <YjY03OHBQlSDqh94@framework> <YjZLqYouaM80rXRa@elch.exwg.net> <Yjcjovn4jCsD1E4Z@elch.exwg.net> <Yjcp%2Bjg%2BK264HHTR@elch.exwg.net>
next in thread | previous in thread | raw e-mail | index | archive | help
The patch helps here too. I could not reproduce build failures coming from NUL byte files yet (260 ports and counting). I had another spurious build failure though, but I think this is unrelated: ===> Building for mpfr-4.1.0_1 Making all in doc restore=: && backupdir=".am$$" && am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && rm -rf $backupdir && mkdir $backupdir && if (/bin/sh /wrkdirs/usr/ports/math/mpfr/work/mpfr-4.1.0/missing makeinfo --version) >/dev/null 2>&1; then for f in ./mpfr.info ./mpfr.info-[0-9] ./mpfr.info-[0-9][0-9] ./mpfr.i[0-9] ./mpfr.i[0-9][0-9]; do if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; done; else :; fi && cd "$am__cwd"; if /bin/sh /wrkdirs/usr/ports/math/mpfr/work/mpfr-4.1.0/missing makeinfo --enable-encoding -I . -o ./mpfr.info ./mpfr.texi; then rc=0; CDPATH="${ZSH_VERSION+.}:" && cd .; else rc=$?; CDPATH="${ZSH_VERSION+.}:" && cd . && $restore $backupdir/* `echo "././mpfr.info" | sed 's|[^/]*$||'`; fi; rm -rf $backupdir; exit $rc /wrkdirs/usr/ports/math/mpfr/work/mpfr-4.1.0/missing: makeinfo: not found WARNING: 'makeinfo' is missing on your system. You should only need it if you modified a '.texi' file, or any other file indirectly affecting the aspect of the manual. You might want to install the Texinfo package: <https://www.gnu.org/software/texinfo/> The spurious makeinfo call might also be the consequence of using a buggy 'make' (AIX, DU, IRIX), in which case you might want to install GNU make: <https://www.gnu.org/software/make/> *** Error code 127 Apparently (briefly Googling) we are hitting something like this every couple of years, seems very rare, spurious and non-reproducible. I tried a couple of times, but could not reproduce as well. Thanks indeed Mark, that patch was very quick, and seems to be spot-on. Riggs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFU734zxDKTT5pDcdC-bZ-Z9jiNOaej0EBgvf%2B-xcn959uYwdQ>