From owner-freebsd-sparc64@FreeBSD.ORG Tue May 23 19:40:17 2006 Return-Path: X-Original-To: freebsd-sparc64@hub.freebsd.org Delivered-To: freebsd-sparc64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 521AA16A4D4 for ; Tue, 23 May 2006 19:40:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C95FC43D48 for ; Tue, 23 May 2006 19:40:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k4NJeGZu072530 for ; Tue, 23 May 2006 19:40:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4NJeGbu072525; Tue, 23 May 2006 19:40:16 GMT (envelope-from gnats) Resent-Date: Tue, 23 May 2006 19:40:16 GMT Resent-Message-Id: <200605231940.k4NJeGbu072525@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-sparc64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Paul Schiro Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DDD016AB17 for ; Tue, 23 May 2006 19:32:45 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD57D43D6D for ; Tue, 23 May 2006 19:32:40 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k4NJWeuv058176 for ; Tue, 23 May 2006 19:32:40 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k4NJWeto058171; Tue, 23 May 2006 19:32:40 GMT (envelope-from nobody) Message-Id: <200605231932.k4NJWeto058171@www.freebsd.org> Date: Tue, 23 May 2006 19:32:40 GMT From: Paul Schiro To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: sparc64/97707: mkskel.sh has bogus timestamp, causing buildworld on sparc64 to fail X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 May 2006 19:40:25 -0000 >Number: 97707 >Category: sparc64 >Synopsis: mkskel.sh has bogus timestamp, causing buildworld on sparc64 to fail >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-sparc64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 23 19:40:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Paul Schiro >Release: 6.1-RELEASE >Organization: American Select >Environment: FreeBSD xxx.xxx.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Tue May 23 03:12:01 MDT 2006 root@xxx.xxx.com:/usr/src/sys/sparc64/compile/PRECIOUS sparc64 >Description: If /usr/src is installed from the installation media (i.e. cdrom), the file /usr/src/usr.bin/lex/mkskel.sh will have a timestamp of "Dec 31 1969". This causes a "make buildworld" in /usr/src to fail as shown below: > ===> usr.bin/lex (depend) > lex -t -is /usr/src/usr.bin/lex/scan.l > scan.c > yacc -d -o parse.c /usr/src/usr.bin/lex/parse.y > make: don't know how to make mkskel.sh. Stop > *** Error code 2 >How-To-Repeat: Install FreeBSD 6.1/sparc64 (or i believe, any 6.x or 5.x for sparc64) from installation media, including src distribution. Attempt to run "make buildworld" in /usr/src . After a while, it will get to usr.bin/lex and make will fail on mkskel.sh . >Fix: touch the file /usr/src/usr.bin/lex/mkskel.sh ... Or don't install /usr/src from the installation media. >Release-Note: >Audit-Trail: >Unformatted: