From owner-freebsd-stable@freebsd.org Thu Mar 7 07:29:17 2019 Return-Path: Delivered-To: freebsd-stable@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 F13FF1520721 for ; Thu, 7 Mar 2019 07:29:16 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: from smtp.fagskolen.gjovik.no (smtp.fagskolen.gjovik.no [IPv6:2001:700:1100:1:200:ff:fe00:b]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 149566DCEF; Thu, 7 Mar 2019 07:29:15 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: from mail.fig.ol.no (localhost [127.0.0.1]) by mail.fig.ol.no (8.15.2/8.15.2) with ESMTP id x277T4uF098207; Thu, 7 Mar 2019 08:29:04 +0100 (CET) (envelope-from trond@fagskolen.gjovik.no) Received: from localhost (trond@localhost) by mail.fig.ol.no (8.15.2/8.15.2/Submit) with ESMTP id x277T4HP098204; Thu, 7 Mar 2019 08:29:04 +0100 (CET) (envelope-from trond@fagskolen.gjovik.no) X-Authentication-Warning: mail.fig.ol.no: trond owned process doing -bs Date: Thu, 7 Mar 2019 08:29:04 +0100 (CET) From: =?ISO-8859-1?Q?Trond_Endrest=F8l?= Sender: Trond.Endrestol@fagskolen.gjovik.no To: FreeBSD stable cc: mckusick@freebsd.org Subject: Re: 12-stable buildworld appears to be broken In-Reply-To: <20190307051342.GB34798@rpi3.zyxst.net> Message-ID: References: <20190307051342.GB34798@rpi3.zyxst.net> User-Agent: Alpine 2.21.9999 (BSF 287 2018-06-16) Organization: Fagskolen Innlandet OpenPGP: url=http://fig.ol.no/~trond/trond.key MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-2.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.fig.ol.no X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Mar 2019 07:29:17 -0000 On Thu, 7 Mar 2019 05:13-0000, tech-lists wrote: > Hi, > > My context is poudriere creating jails on freebsd12-stable. This procedure > worked fine for some other jails I created a couple days ago (the 5th) but > now, today I get buildworld failures with creating either amd64 or armv7 jails > (the server is amd64) > > To try to see the failure, I set jobs to J1 like so: > > poudriere jail -x -J1 -c -j 12armv7 -a arm.armv7 -m svn+https -v > stable/12 > > It bails when it's making rescue with this error: > > /data/poudriere/basefs/jails/12armv7/usr/src/sbin/fsck_ffs/pass1.c:454:13: > error: too many arguments to function call, expected 0, have 1 > inodirty(dp); > ~~~~~~~~ ^~ > /data/poudriere/basefs/jails/12armv7/usr/src/sbin/fsck_ffs/fsck.h:453:1: > note: 'inodirty' declared here > void inodirty(void); ^ > 1 error generated. > *** [pass1.o] Error code 1 > > I know that's probably not enough, so have pasted much more output at > https://rpi3.zyxst.net/errors/poudriere-build-failure.txt > > not tried make buildworld yet on the host. The OS is at r344763 and > /usr/src is at 344863 > > Just tried it on another 12-stable desktop, straightforward make > buildworld, same sort of error: > > --- all_subdir_sbin/fsdb --- > /usr/src/sbin/fsdb/fsdb.c:1042:14: error: too many arguments to function > call, expected 0, have 1 > inodirty(curinode); > ~~~~~~~~ ^~~~~~~~ /usr/src/sbin/fsck_ffs/fsck.h:453:1: note: > 'inodirty' declared > here > void inodirty(void); > > the sources are at 344869 It's good to see I'm not the only one experiencing this issue. It looks like r339941 was never merged to stable/12. -- Trond.