From owner-freebsd-current@freebsd.org Mon Mar 27 14:24:06 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1196CD20601 for ; Mon, 27 Mar 2017 14:24:06 +0000 (UTC) (envelope-from null@pozo.com) Received: from pozo.com (pozo.com [50.197.129.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "pozo.com", Issuer "pozo.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id EF32881B; Mon, 27 Mar 2017 14:24:05 +0000 (UTC) (envelope-from null@pozo.com) Received: from octo.pozo.com (octo.pozo.com [192.168.0.2]) (authenticated bits=128) by pozo.com (8.15.2/8.15.2) with ESMTPA id v2REIocT033605; Mon, 27 Mar 2017 07:18:50 -0700 (PDT) (envelope-from null@pozo.com) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: New /head/sys/amd64/amd64/genassym.c breaks buildkernel amd64 current From: Manfred Antar In-Reply-To: <74862f9a-ac5b-e39b-5178-f3db5623c172@FreeBSD.org> Date: Mon, 27 Mar 2017 07:18:49 -0700 Cc: FreeBSD Current Content-Transfer-Encoding: quoted-printable Message-Id: References: <74862f9a-ac5b-e39b-5178-f3db5623c172@FreeBSD.org> To: Andriy Gapon X-Mailer: Apple Mail (2.3259) X-Spam-Status: No, score=-96.0 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, RP_MATCHES_RCVD,USER_IN_WHITELIST autolearn=ham autolearn_force=no version=3.4.1, No X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on pozo.com X-pozocom-MailScanner-Information: Please contact the ISP for more information X-pozocom-MailScanner-ID: v2REIocT033605 X-pozocom-MailScanner: Found to be clean X-pozocom-MailScanner-From: null@pozo.com X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 14:24:06 -0000 >=20 > I've got another report about this problem, but I can not reproduce it he= re with > a clean kernel build of GENERIC. > I am not sure what the problem is. > Do you have anything unusual in make.conf, src.conf or your kernel config= uration? >=20 > --=20 > Andriy Gapon >=20 Here is my src.conf: WITHOUT_DYNAMICROOT=3Dyes=20 WITHOUT_UNBOUND=3Dyes WITHOUT_CASPER=3Dyes WITHOUT_CAPSICUM=3Dyes WITHOUT_DMAGENT=3Dyes WITHOUT_PROFILE=3Dyes WITHOUT_TESTS=3Dyes WITHOUT_KERNEL_SYMBOLS=3Dyes WITHOUT_DEBUG_FILES=3D1 WITHOUT_LIB32=3Dyes INSTALL_NODEBUG=3Dyes NO_WERROR=3D WERROR=3D KERNCONF=3Dpozo WITH_CCACHE_BUILD=3Dyes Here is make.conf: MODULES_OVERRIDE=3D BOOT_COMCONSOLE_PORT=3D0x3F8 BOOT_COMCONSOLE_SPEED=3D57600 DOC_LANG=3Den_US.ISO8859-1 SENDMAIL_MC=3D/root/config-files/pozo-hp-8000-sff/sendmail/pozo.mc SENDMAIL_SUBMIT_MC=3D/root/config-files/pozo-hp-8000-sff/sendmail/pozo-subm= it.mc SENDMAIL_CFLAGS=3D-I/usr/local/include -DSASL=3D2 SENDMAIL_LDFLAGS=3D-L/usr/local/lib SENDMAIL_LDADD=3D-lsasl2 DEFAULT_VERSIONS=3D mysql=3D5.7 apache=3D2.4 python2=3D2.7 python3=3D3.4 ru= by=3D2.3 perl5=3D5.24 php=3D5.6 tcltk=3D8.6 samba=3D4.4 ssl=3Dbase ncurses= =3Dbase MALLOC_PRODUCTION=3Dyes WITH_BDB_VERSION=3D5 I have the same thing happen on another machine wth custom kernel and modul= es. Could it be ccache ? for now i do: cd /sys/amd64/conf config pozo cd /sys/amd64/compile/pozo make device_if.h make bus_if.h make depend make -j8 make install and it builds fine --=20 This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.