From owner-freebsd-current Tue Oct 1 22:37:34 2002 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 73B4337B401 for ; Tue, 1 Oct 2002 22:37:33 -0700 (PDT) Received: from ns.altadena.net (ns.altadena.net [206.126.144.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 172AB43E65 for ; Tue, 1 Oct 2002 22:37:33 -0700 (PDT) (envelope-from pete@ns.altadena.net) Received: from ns.altadena.net (localhost [127.0.0.1]) by ns.altadena.net (8.12.3/8.12.3) with ESMTP id g925bQxp092944 for ; Tue, 1 Oct 2002 22:37:26 -0700 (PDT) (envelope-from pete@ns.altadena.net) Received: (from pete@localhost) by ns.altadena.net (8.12.3/8.12.3/Submit) id g925bQB1092943 for current@freebsd.org; Tue, 1 Oct 2002 22:37:26 -0700 (PDT) (envelope-from pete) From: Pete Carah Message-Id: <200210020537.g925bQB1092943@ns.altadena.net> Subject: Tool make ordering, or something To: current@freebsd.org Date: Tue, 1 Oct 2002 22:37:26 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL68 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=iso8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG There is a 't' modifier to a format in bin/sh that just crept in; it prevents a cross buildworld under stable without NO_WERROR. Perhaps the compiler+libc needs to be built first? (and does sh need to be a build tool; I'd hope the make scripts stuck to a fairly least-common-denominator shell syntax?) I've also had breakage in parts of usr.bin that use rpc's; this isn't a warning so stops the world. I see that each of these has been caught already... I need to cross-build at the moment since my vaio R505E won't boot current still (now doesn't probe devices at all if I disable acpi, and hangs after "trying /sbin/init" if I use acpi. It also (still) can't route a few interrupts (psm0!!)) -- Pete To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message