From owner-freebsd-current@FreeBSD.ORG Fri Aug 5 22:59:28 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E5A116A420 for ; Fri, 5 Aug 2005 22:59:28 +0000 (GMT) (envelope-from caelian@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62DDF43D48 for ; Fri, 5 Aug 2005 22:59:27 +0000 (GMT) (envelope-from caelian@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so384776nzo for ; Fri, 05 Aug 2005 15:59:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=CjutYk2bLdq/GETH7TnAxNgWVhzuFVkSAbZdRjXwP5nstBcT1HYUmkJxaQrphOSxHe0BTAQkXQX7nDFknsdMIkiDUqr3kxoCeqW5mJlsFugT8vKCluqz7yI6QLwLYBT/PMopeTL+atiZSvGUvpNq6duHOQ1kpTWiuJRFc3OeueE= Received: by 10.37.15.37 with SMTP id s37mr1387936nzi; Fri, 05 Aug 2005 15:59:26 -0700 (PDT) Received: from ?192.168.15.122? ([68.190.230.198]) by mx.gmail.com with ESMTP id 36sm1898179nzk.2005.08.05.15.59.26; Fri, 05 Aug 2005 15:59:26 -0700 (PDT) From: Pascal Hofstee To: current@freebsd.org In-Reply-To: <1123260641.69686.4.camel@synergy.charterpipeline.net.lan> References: <1123260641.69686.4.camel@synergy.charterpipeline.net.lan> Content-Type: text/plain Date: Fri, 05 Aug 2005 15:59:24 -0700 Message-Id: <1123282764.53733.3.camel@synergy.charterpipeline.net.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.3.6.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-amd64@freebsd.org Subject: Re: amd64 buildworld broken ... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2005 22:59:28 -0000 On Fri, 2005-08-05 at 09:50 -0700, Pascal Hofstee wrote: > I had some strange network problems yesterday so i am not sure if my > mail actually made it out to the list (since i have seen no responses at > all yet .. i assume it did not ... so i retry). > > I have tried a buildworld for 7.0-CURRENT/amd64 for three days straight > now .. and it keeps bailing out with the following error. [snip] > I have tried make cleanworld, rm -Rf /usr/src, using different cvsup > mirrors yet the problem persists. if below's snippet of output log is > insufficient i can provide a full buildworld log if required. Well .. it looks like make cleanworld doesn't clean up /usr/obj/lib32 so after manually issuing an "rm -Rf /usr/obj/lib32" buildworld still breaks .. but in a different location now. ===> lib/csu/i386-elf (depend,all,install) rm -f .depend mkdep -f .depend -a -I/usr/src/lib/csu/i386-elf/../common -I/usr/src/lib/csu/i386-elf/../../libc/include /usr/src/lib/csu/i386-elf/crt1.c /usr/src/lib/csu/i386-elf/crti.S /usr/src/lib/csu/i386-elf/crtn.S cc -O -g -pipe -I/usr/src/lib/csu/i386-elf/../common -I/usr/src/lib/csu/i386-elf/../../libc/include -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -c /usr/src/lib/csu/i386-elf/crt1.c {standard input}: Assembler messages: {standard input}:74: Error: suffix or operands invalid for `mov' *** Error code 1 Stop in /usr/src/lib/csu/i386-elf. *** Error code 1 Can somebody on amd64 HEAD .. please confirm this breakage or give me suggestions on what else i can possibly try to resolve this buildworld problem ? -- Pascal Hofstee