Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Aug 2005 15:59:24 -0700
From:      Pascal Hofstee <caelian@gmail.com>
To:        current@freebsd.org
Cc:        freebsd-amd64@freebsd.org
Subject:   Re: amd64 buildworld broken ...
Message-ID:  <1123282764.53733.3.camel@synergy.charterpipeline.net.lan>
In-Reply-To: <1123260641.69686.4.camel@synergy.charterpipeline.net.lan>
References:  <1123260641.69686.4.camel@synergy.charterpipeline.net.lan>

next in thread | previous in thread | raw e-mail | index | archive | help
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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1123282764.53733.3.camel>