Date: Sun, 03 Jun 2007 10:51:33 -0700 From: Garrett Cooper <youshi10@u.washington.edu> To: FreeBSD Tinderbox <tinderbox@freebsd.org> Cc: amd64@freebsd.org, current@freebsd.org Subject: Re: [head tinderbox] failure on amd64/amd64 Message-ID: <4662FFA5.4000602@u.washington.edu> In-Reply-To: <20070603170828.E45BB73068@freebsd-current.sentex.ca> References: <20070603170828.E45BB73068@freebsd-current.sentex.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
FreeBSD Tinderbox wrote: > TB --- 2007-06-03 16:30:01 - tinderbox 2.3 running on freebsd-current.s= entex.ca > TB --- 2007-06-03 16:30:01 - starting HEAD tinderbox run for amd64/amd6= 4 > TB --- 2007-06-03 16:30:01 - cleaning the object tree > TB --- 2007-06-03 16:30:18 - checking out the source tree > TB --- 2007-06-03 16:30:18 - cd /tinderbox/HEAD/amd64/amd64 > TB --- 2007-06-03 16:30:18 - /usr/bin/cvs -f -R -q -d/home/ncvs update = -Pd -A src > TB --- 2007-06-03 16:40:32 - building world (CFLAGS=3D-O2 -pipe) > TB --- 2007-06-03 16:40:32 - cd /src > TB --- 2007-06-03 16:40:32 - /usr/bin/make -B buildworld > =20 >>>> World build started on Sun Jun 3 16:40:33 UTC 2007 >>>> Rebuilding the temporary build tree >>>> stage 1.1: legacy release compatibility shims >>>> stage 1.2: bootstrap tools >>>> stage 2.1: cleaning up the object tree >>>> stage 2.2: rebuilding the object tree >>>> stage 2.3: build tools >>>> stage 3: cross tools >>>> stage 4.1: building includes >>>> stage 4.2: building libraries >>>> =20 > [...] > =3D=3D=3D> lib/bind/bind9 (depend) > rm -f .depend > mkdep -f .depend -a -DVERSION=3D'"9.4.1"' -DHAVE_CONFIG_H -DLIBINTER= FACE=3D30 -DLIBREVISION=3D3 -DLIBAGE=3D0 -DWANT_IPV6 -DOPENSSL -DUSE_MD5 = -DNS_LOCALSTATEDIR=3D'"/var"' -DNS_SYSCONFDIR=3D'"/etc/namedb"' -DNAMED_C= ONFFILE=3D'"/etc/namedb/named.conf"' -DRNDC_CONFFILE=3D'"/etc/namedb/rndc= =2Econf"' -DRNDC_KEYFILE=3D'"/etc/namedb/rndc.key"' -I/src/lib/bind/bind9= /.. -I/src/lib/bind/bind9/../../../contrib/bind9/lib/bind9/include -I/src= /lib/bind/bind9/../../../contrib/bind9/lib/dns/include/dst -I/src/lib/bin= d/bind9/../../../contrib/bind9/lib/dns/include -I/src/lib/bind/bind9/../d= ns -I/src/lib/bind/bind9/../../../contrib/bind9/lib/isccc/include -I/src/= lib/bind/bind9/../../../contrib/bind9/lib/isccfg/include -I/src/lib/bind/= bind9/../../../contrib/bind9/lib/isc/unix/include -I/src/lib/bind/bind9/.= =2E/../../contrib/bind9/lib/isc/pthreads/include -I/src/lib/bind/bind9/..= /../../contrib/bind9/lib/isc/include -I/src/lib/bind/bind9/../isc -I/src/= lib/bind/bind9/../../../contrib/bind9/lib/lwres/unix/include -I/s > rc/lib/bind/bind9/../../../contrib/bind9/lib/lwres/include -I/src/lib/= bind/bind9/../lwres -I/src/lib/bind/bind9/../../../contrib/bind9/lib/bind= 9/include -I/src/lib/bind/bind9/../../../contrib/bind9/lib/isc/x86_64/inc= lude /src/lib/bind/bind9/../../../contrib/bind9/lib/bind9/check.c /src/li= b/bind/bind9/../../../contrib/bind9/lib/bind9/getaddresses.c /src/lib/bin= d/bind9/../../../contrib/bind9/lib/bind9/version.c > In file included from /src/lib/bind/bind9/../../../contrib/bind9/lib/is= c/include/isc/refcount.h:23, > from /src/lib/bind/bind9/../../../contrib/bind9/lib/dn= s/include/dns/acl.h:39, > from /src/lib/bind/bind9/../../../contrib/bind9/lib/bi= nd9/check.c:38: > /src/lib/bind/bind9/../../../contrib/bind9/lib/isc/x86_64/include/isc/a= tomic.h:28:2: error: #error "impossible case. check build configuration"= > mkdep: compile failed > *** Error code 1 > > Stop in /src/lib/bind/bind9. > *** Error code 1 > > Stop in /src/lib/bind. > *** Error code 1 > > Stop in /src/lib. > *** Error code 1 > > Stop in /src. > *** Error code 1 > > Stop in /src. > *** Error code 1 > > Stop in /src. > *** Error code 1 > > Stop in /src. > TB --- 2007-06-03 17:08:28 - WARNING: /usr/bin/make returned exit code = 1=20 > TB --- 2007-06-03 17:08:28 - ERROR: failed to build world > TB --- 2007-06-03 17:08:28 - tinderbox aborted > TB --- 0.28 user 0.78 system 2307.42 real > > > http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full Is there a reason why this line of code is invalid for amd64 (from=20 /usr/src/contrib/bind9/lib/isc/x86_64/include/isc/atomic.h:25-28)? #ifdef ISC_PLATFORM_USEGCCASM /* We share the gcc-version with x86_32 */ #error "impossible case. check build configuration" After doing some searching, all that that macro does is use says the = OS can use gcc asm instructions. -Garrett
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4662FFA5.4000602>