From owner-freebsd-stable@freebsd.org Sat Mar 27 12:24:48 2021 Return-Path: Delivered-To: freebsd-stable@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 8E3565C36B7 for ; Sat, 27 Mar 2021 12:24:48 +0000 (UTC) (envelope-from SRS0=YB8K=IZ=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F6yhc29GXz3Qwm; Sat, 27 Mar 2021 12:24:48 +0000 (UTC) (envelope-from SRS0=YB8K=IZ=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id F046428416; Sat, 27 Mar 2021 13:24:45 +0100 (CET) Received: from illbsd.quip.test (ip-94-113-69-69.net.upcbroadband.cz [94.113.69.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 2D5372840C; Sat, 27 Mar 2021 13:24:44 +0100 (CET) Subject: Re: build failed for 12.2-p5 To: Dimitry Andric Cc: freebsd-stable stable References: <4dd371b4-7135-fc0d-ce62-ae68467cb289@quip.cz> <392639F2-04C0-4953-B706-B9F27CD3826B@FreeBSD.org> From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: Date: Sat, 27 Mar 2021 13:24:43 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <392639F2-04C0-4953-B706-B9F27CD3826B@FreeBSD.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4F6yhc29GXz3Qwm X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Mar 2021 12:24:48 -0000 On 27/03/2021 12:57, Dimitry Andric wrote: > On 27 Mar 2021, at 12:39, Miroslav Lachman <000.fbsd@quip.cz> wrote: [...] >> # make -DNO_CLEAN buildkernel >> >> cc -O2 -pipe -fno-common -I/usr/src/crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/kerberos5/include -g -MD -MF.depend.copyhostent.o -MTcopyhostent.o -std=gnu99 -Qunused-arguments -I/usr/obj/usr/src/amd64.amd64/tmp/legacy/usr/include -c /usr/src/crypto/heimdal/lib/roken/copyhostent.c -o copyhostent.o >> /usr/src/crypto/heimdal/lib/roken/copyhostent.c:42:1: error: unknown type name >> 'ROKEN_LIB_FUNCTION' >> ROKEN_LIB_FUNCTION struct hostent * ROKEN_LIB_CALL >> ^ >> /usr/src/crypto/heimdal/lib/roken/copyhostent.c:42:51: error: expected ';' after top level >> declarator >> ROKEN_LIB_FUNCTION struct hostent * ROKEN_LIB_CALL >> ^ >> ; > > Since the roken.h file is bad, it won't compile. Delete the bad roken.h, > or maybe your entire /usr/obj, and after your hardware turns out to be > okay, try again. I repeatedly deleted /usr/src and /usr/obj and it always failed on roklen. This is from the last attempt from clean src and obj on the first run with "make buildworld" sh /usr/src/tools/install.sh -o root -g wheel -m 444 make-roken.debug /usr/obj/usr/src/amd64.amd64/tmp/legacy/usr/lib/debug/usr/bin/make-roken.debug ===> kerberos5/lib/libroken (obj,all,install) [Creating objdir /usr/obj/usr/src/amd64.amd64/tmp/obj-tools/kerberos5/lib/libroken...] make-roken > roken.h *** Signal 11 Stop. make[3]: stopped in /usr/src/kerberos5/lib/libroken *** Error code 1 *** Error code 1 *** Error code 1 Usr: 399.369s Krnl: 9.440s Totl: 6:48.81s CPU: 99.9% swppd: 0 I/O: 2907+51057 This machine built 12.2-p4 two days ago and the failure is always on the same point so I do not suspect random HW failure but of course it can be new HW problem. Kind regards Miroslav Lachman