From owner-freebsd-current@FreeBSD.ORG Fri Jun 6 20:19:52 2003 Return-Path: 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 BC5B937B404 for ; Fri, 6 Jun 2003 20:19:52 -0700 (PDT) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4608443FCB for ; Fri, 6 Jun 2003 20:19:50 -0700 (PDT) (envelope-from wa1ter@myrealbox.com) Received: from myrealbox.com wa1ter@smtp-send.myrealbox.com [67.119.38.150] $ on Novell NetWare via secured & encrypted transport (TLS); Fri, 06 Jun 2003 20:19:53 -0700 Message-ID: <3EE16800.2030603@myrealbox.com> Date: Fri, 06 Jun 2003 21:20:16 -0700 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4b) Gecko/20030517 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Buildworld broken at lib/msun X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 07 Jun 2003 03:19:53 -0000 cc -O -pipe -mcpu=pentiumpro -D_IEEE_LIBM -D_ARCH_INDIRECT=i387_ -std=gnu99 -c i387_e_acos.S -o i387_e_acos.o {standard input}: Assembler messages: {standard input}:19: Error: junk `(__ieee754_acos)' after expression {standard input}:19: Error: junk `(__ieee754_acos)' after expression *** Error code 1 Now, i387_e_acos.S hasn't changed, so something else is wrong. When I 'cd /usr/src/lib/msun' and do a make from there it compiles and assembles just fine. This maybe smells like one of the usual suspects like awk, sed, sh, and their surly gang ;-) sed was just repaired yesterday, for example. Maybe it still needs another tweak?