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>

next in thread | previous in thread | raw e-mail | index | archive | help
>=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.




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