From owner-freebsd-questions@FreeBSD.ORG Sat Dec 29 15:02:45 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B60E16A418 for ; Sat, 29 Dec 2007 15:02:45 +0000 (UTC) (envelope-from eoster@cs.ucla.edu) Received: from smtp-14.smtp.ucla.edu (smtp-14.smtp.ucla.edu [169.232.46.241]) by mx1.freebsd.org (Postfix) with ESMTP id 131EC13C467 for ; Sat, 29 Dec 2007 15:02:44 +0000 (UTC) (envelope-from eoster@cs.ucla.edu) Received: from mail.ucla.edu (mail.ucla.edu [169.232.46.157]) by smtp-14.smtp.ucla.edu (8.14.2/8.14.2) with ESMTP id lBTF2cmL021652 for ; Sat, 29 Dec 2007 07:02:38 -0800 Received: from [192.168.1.105] (c-71-232-97-185.hsd1.ma.comcast.net [71.232.97.185]) (authenticated bits=0) by mail.ucla.edu (8.13.8/8.13.8) with ESMTP id lBTF2aW3012760 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Sat, 29 Dec 2007 07:02:37 -0800 Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: FreeBSD Questions From: Eric Osterweil Date: Sat, 29 Dec 2007 10:02:44 -0500 X-Pgp-Agent: GPGMail 1.1.2 (Tiger) X-Mailer: Apple Mail (2.752.2) X-Probable-Spam: no X-Spam-Hits: 0.654 X-Spam-Report: SPF_SOFTFAIL X-Scanned-By: smtp.ucla.edu on 169.232.46.241 Subject: buildworld failure on VIA C3 Nehemiah X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Dec 2007 15:02:45 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hey all, I posted a question here about a week ago about some compilation problems that I'm having on my new VIA M10000G board. I've since tested my memory and even swapped the motherboard, and the problem remains. It really seems like it must be user error (i.e. my fault), but I can't figure out how. When I try to buildworld I get a consistent failure at the same point (from as). The output is below. I previously reported that this was random, but have since realized that it is actually very predictable (same place every time). I installed the i386 release of 6.2. Should I be using a different arch? Do I need a flag in the make.conf (I just have -pipe and -O2)? Any help would be greatly appreciated! Eric ... - -------------------------------------------------------------- >>> stage 1.1: legacy release compatibility shims - -------------------------------------------------------------- cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/tmp INSTALL="sh /usr/ src/tools/install.sh" PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/ obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/ sbin:/bin:/usr/sbin:/usr/bin WORLDTMP=/usr/obj/usr/src/tmp MAKEFLAGS="-m /usr/src/tools/build/mk -m /usr/src/share/mk" make -f Makefile.inc1 DESTDIR= BOOTSTRAPPING=602000 -DNO_HTML -DNO_INFO - DNO_LINT -DNO_MAN -DNO_NLS -DNO_PIC -DNO_PROFILE -DNO_SHARED - DNO_CPU_CFLAGS -DNO_WARNS legacy ===> tools/build (obj,includes,depend,all,install) /usr/obj/usr/src/tmp/usr/src/tools/build created for /usr/src/tools/ build cd /usr/src/tools/build; make buildincludes; make installincludes rm -f .depend mkdep -f .depend -a -I/usr/obj/usr/src/tmp/legacy/usr/include /usr/ src/tools/build/dummy.c cc -pipe -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/tools/ build/dummy.c cc: Internal error: Illegal instruction: 4 (program as) Please submit a full bug report. See for instructions. *** Error code 1 Stop in /usr/src/tools/build. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFHdmGYK/tq6CJjZQIRAj5zAJ9Y2zYRP293oT9SOZihqHUAnLIA7gCeMXux Ug3Zm7EBRBTO46f8sEwn7fg= =AdTe -----END PGP SIGNATURE-----