Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Mar 2017 07:18:49 -0700
From:      Manfred Antar <null@pozo.com>
To:        Andriy Gapon <avg@freebsd.org>
Cc:        FreeBSD Current <freebsd-current@freebsd.org>
Subject:   Re: New /head/sys/amd64/amd64/genassym.c breaks buildkernel amd64 current
Message-ID:  <CBECF5D8-8CA0-41C3-AFF9-D8B1169694F5@pozo.com>
In-Reply-To: <74862f9a-ac5b-e39b-5178-f3db5623c172@FreeBSD.org>
References:  <B9277145-868A-4493-B121-378B29F99B4A@pozo.com> <74862f9a-ac5b-e39b-5178-f3db5623c172@FreeBSD.org>

index | next in thread | previous in thread | raw e-mail

> 
> I've got another report about this problem, but I can not reproduce it here 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 configuration?
> 
> -- 
> Andriy Gapon
> 

Here is my src.conf:

WITHOUT_DYNAMICROOT=yes 
WITHOUT_UNBOUND=yes
WITHOUT_CASPER=yes
WITHOUT_CAPSICUM=yes
WITHOUT_DMAGENT=yes
WITHOUT_PROFILE=yes
WITHOUT_TESTS=yes
WITHOUT_KERNEL_SYMBOLS=yes
WITHOUT_DEBUG_FILES=1
WITHOUT_LIB32=yes
INSTALL_NODEBUG=yes
NO_WERROR=
WERROR=
KERNCONF=pozo
WITH_CCACHE_BUILD=yes


Here is make.conf:

MODULES_OVERRIDE=
BOOT_COMCONSOLE_PORT=0x3F8
BOOT_COMCONSOLE_SPEED=57600
DOC_LANG=en_US.ISO8859-1
SENDMAIL_MC=/root/config-files/pozo-hp-8000-sff/sendmail/pozo.mc
SENDMAIL_SUBMIT_MC=/root/config-files/pozo-hp-8000-sff/sendmail/pozo-submit.mc
SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2
SENDMAIL_LDFLAGS=-L/usr/local/lib
SENDMAIL_LDADD=-lsasl2
DEFAULT_VERSIONS= mysql=5.7 apache=2.4 python2=2.7 python3=3.4 ruby=2.3 perl5=5.24 php=5.6 tcltk=8.6 samba=4.4 ssl=base ncurses=base
MALLOC_PRODUCTION=yes
WITH_BDB_VERSION=5

I have the same thing happen on another machine wth custom kernel and modules.
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
-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CBECF5D8-8CA0-41C3-AFF9-D8B1169694F5>