From nobody@FreeBSD.org  Wed Dec 18 13:08:05 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id D407B7A5
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 18 Dec 2013 13:08:05 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id C011C1D82
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 18 Dec 2013 13:08:05 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBID85TC061455
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 18 Dec 2013 13:08:05 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBID85Ej061454;
	Wed, 18 Dec 2013 13:08:05 GMT
	(envelope-from nobody)
Message-Id: <201312181308.rBID85Ej061454@oldred.freebsd.org>
Date: Wed, 18 Dec 2013 13:08:05 GMT
From: Alexander Panyushkin <vsityz@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: buildworld fail
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         184966
>Category:       amd64
>Synopsis:       buildworld fail
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    linimon
>State:          feedback
>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:  Sun Apr 20 01:11:27 UTC 2014
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: linimon 
State-Changed-When: Sun Apr 20 01:10:52 UTC 2014 
State-Changed-Why:  
to submitter: is this still a problem? 


Responsible-Changed-From-To: freebsd-amd64->linimon 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sun Apr 20 01:10:52 UTC 2014 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=184966 
>Unformatted:
