[Bug 250388] unable to make buildworld releng/12.1. clang always crashes

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Oct 16 06:53:54 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250388

            Bug ID: 250388
           Summary: unable to make buildworld releng/12.1. clang always
                    crashes
           Product: Base System
           Version: 12.1-STABLE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs at FreeBSD.org
          Reporter: igor.polovykh at gmail.com

I can't update system for 3 months yet. Clang always crashes in different
stages.

I've already tried to remove /usr/src + /usr/obj completely and get clean
sources from remote repository. Nothing helps.


[ root@ ] # uname -a
FreeBSD 12.1-RELEASE-p6 FreeBSD 12.1-RELEASE-p6 55f3b6123c2(releng/12.1) amd64


[ root@ ] # cat /etc/make.conf

SVN_UPDATE=yes
SVN=/usr/local/bin/svn
WITH_PKGNG=yes

WITHOUT_X11=yes:wq
OPTIONS_UNSET="X11 GTK2"

DEFAULT_VERSIONS= ruby=2.7 python=3.8 python2=2.7 python3=3.8 perl5=5.30
ssl=libressl pgsql=11 mysql=10.2 node=10 php=7.4
OPTIONS_UNSET=X11

security_p5-GSSAPI_SET     = GSSAPI_MIT
OPTIONS_UNSET+= GSSAPI_BASE
OPTIONS_SET+=   GSSAPI_MIT

MAKE_SHELL?=sh

CC=clang
CXX=clang++
CPP=clang-cpp

KERNCONFDIR=/root
KERNCONF=BVGM



[ root@ ] # cat /etc/src.conf
#HOSTAPD_CFLAGS+=-DEAP_SERVER -DEAP_GTC -DEAP_AKA -DEAP_SIM -DEAP_GPSK
#
# EAP_SERVER option is not available on FREEBSD_9_RELEASE (error in kernel
compilation)
#
HOSTAPD_CFLAGS+=-DEAP_GTC -DEAP_AKA -DEAP_SIM -DEAP_GPSK
HOSTAPD_CFLAGS+=-DEAP_PAX -DEAP_SAKE
WITHOUT_SENDMAIL=yes
LOADER_ZFS_SUPPORT=yes

# Apr 14 15:20:35 bvgm kernel: pid 2224 (named), uid 53, was killed: out of
swap space
MALLOC_PRODUCTION=yes


WITHOUT_IPX=yes
WITHOUT_IPFILTER=yes
WITHOUT_I4B=yes
WITHOUT_BLUETOOTH=yes

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list