amd64/184966: buildworld fail

Alexander Panyushkin vsityz at gmail.com
Wed Dec 18 13:10:01 UTC 2013


>Number:         184966
>Category:       amd64
>Synopsis:       buildworld fail
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-amd64
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 18 13:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Panyushkin
>Release:        FreeBSD 10.0-BETA4 #0 r258921
>Organization:
none
>Environment:
FreeBSD 10.0-BETA4 #0 r258921: Wed Dec  4 17:39:14 EET 2013    root:/usr/obj/usr/src/sys/Kernel  amd64
>Description:
svn info
________
Path: .
Working Copy Root Path: /usr/src
URL: svn://svn.freebsd.org/base/stable/10
Repository Root: svn://svn.freebsd.org/base
Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Revision: 259547
Node Kind: directory
Schedule: normal
Last Changed Author: glebius
Last Changed Rev: 259541
Last Changed Date: 2013-12-18 07:20:53 +0200
#####################################################
cat /etc/src.conf 
_________________
WITHOUT_AMD=YES
WITHOUT_ATM=YES
WITHOUT_AUDIT=YES
WITHOUT_AUTHPF=YES
WITHOUT_BIND=YES
WITHOUT_BLUETOOTH=YES
WITHOUT_BSNMP=YES
WITHOUT_CTM=YES
WITHOUT_FREEBSD_UPDATE=YES
WITHOUT_GAMES=YES
WITHOUT_IPFILTER=YES
WITHOUT_IPFW=YES
WITHOUT_IPX=YES
WITHOUT_KERBEROS=YES
WITHOUT_NDIS=YES
WITHOUT_NIS=YES
WITHOUT_PORTSNAP=YES
WITHOUT_PROFILE=YES
WITHOUT_QUOTAS=YES
WITHOUT_RCMDS=YES
WITHOUT_RCS=YES
WITHOUT_SVNLITE=YES
WITH_ICONV=YES
WITH_LIBICONV_COMPAT=YES
WITH_BSD_GREP=YES
MALLOC_PRODUCTION=YES
#####################################################
cat /etc/make.conf
__________________
CPUTYPE?=athlon64
KERNCONF=Kernel
NO_CPU_CFLAGS=false
NO_CPU_COPTFLAGS=false
NO_FSCHG=
NO_WERROR=
WERROR=
MAKE_JOBS_NUMBER=2
BATCH_DELETE_OLD_FILES=     yes
WITH_SYSTEM_ICU=            yes
MALLOC_PRODUCTION=          yes
WITH_MMX=                   yes
WITH_SSE=                   yes
WITH_SSE2=                  yes
WITH_SSE3=                  yes
WITH_SSE4A=                 yes
WITH_3DNOW=                 yes
WITH_THREADS=               yes
WITH_PKGNG=                 yes
WITHOUT_PROFILE=            yes
WITHOUT_DEBUG=              yes
WITHOUT_MODULES=            bktr plip

.if ${.CURDIR:M/usr/src/*} || ${.CURDIR:M/usr/obj/*}
CFLAGS+= -march=athlon64 -mtune=athlon64 -pipe
.endif
#####################################################
make buildworld
[...cut...]
===> include (includes)
set -e; cd /usr/src/include; make buildincludes; make installincludes
env ECHO="echo"  MAKE="make"  NEWVERS_SH=/usr/src/include/../sys/conf/newvers.sh  PARAM_H=/usr/src/include/../sys/sys/param.h  SYSDIR=/usr/src/include/../sys  sh /usr/src/include/mk-osreldate.sh
creating osreldate.h from newvers.sh
===> include/arpa (buildincludes)
===> include/gssapi (buildincludes)
===> include/protocols (buildincludes)
===> include/rpcsvc (buildincludes)
RPCGEN_CPP=cpp\  rpcgen -C -h -DWANT_NFS3 /usr/src/include/rpcsvc/key_prot.x -o key_prot.h
cpp: error: unable to execute command: Program could not be executed
cpp: error: clang frontend command failed due to signal (use -v to see invocation)
FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610
Target: x86_64-unknown-freebsd10.0
Thread model: posix
cpp: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script.
cpp: error: unable to execute command: Program could not be executed
cpp: note: diagnostic msg: Error generating preprocessed source(s).
*** Error code 255

Stop.
make[5]: stopped in /usr/src/include/rpcsvc
*** Error code 1

>How-To-Repeat:
svn up /usr/src
cd /usr/src && make buildworld
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-amd64 mailing list