From nobody@FreeBSD.ORG  Mon Oct 30 20:13:44 2000
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id DC21537B4CF; Mon, 30 Oct 2000 20:13:44 -0800 (PST)
Message-Id: <20001031041344.DC21537B4CF@hub.freebsd.org>
Date: Mon, 30 Oct 2000 20:13:44 -0800 (PST)
From: rsowders@usgs.gov
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@FreeBSD.org
Subject: crt commit is bogus
X-Send-Pr-Version: www-1.0

>Number:         22433
>Category:       misc
>Synopsis:       crt commit is bogus
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    obrien
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 30 20:20:01 PST 2000
>Closed-Date:    Tue Oct 31 00:35:50 PST 2000
>Last-Modified:  Wed Nov  1 03:20:01 PST 2000
>Originator:     Robert Sowders
>Release:        4.1.1 stable
>Organization:
USGS
>Environment:
FreeBSD xxxxx 4.1.1-STABLE FreeBSD 4.1.1-STABLE #0: Mon Oct 30 19:18:57 PST 2000 root@xxxx.wr.usgs.gov:/usr/obj/src/sys/GENERIC i386
>Description:
make buildworld results in a Stop in /usr/src/games/fortune/strfile,
Error Code 1

--------------------------------------------------------------
>How-To-Repeat:
make buildworld
>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->obrien 
Responsible-Changed-By: asmodai 
Responsible-Changed-When: Tue Oct 31 00:10:25 PST 2000 
Responsible-Changed-Why:  
David, could you please look into this? 

I noticed some subsequent commits from you after this, but 
am unsure what the current state is. 
Thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=22433 
State-Changed-From-To: open->closed 
State-Changed-By: obrien 
State-Changed-When: Tue Oct 31 00:35:50 PST 2000 
State-Changed-Why:  
I see no crt-related problem.  If you want to better pin down what is 
going wrong add "-v" to your CFLAGS in /etc/make.conf. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=22433 

From: Mike Pritchard <mpp@mppsystems.com>
To: rsowders@usgs.gov
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: misc/22433: crt commit is bogus
Date: Wed, 1 Nov 2000 05:09:32 -0600

 On Mon, Oct 30, 2000 at 08:13:44PM -0800, rsowders@usgs.gov wrote:
 > 
 > >Number:         22433
 > >Category:       misc
 > >Synopsis:       crt commit is bogus
 > >Description:
 > make buildworld results in a Stop in /usr/src/games/fortune/strfile,
 > Error Code 1
 
 I just ran into the same problem yesterday.  Try doing a "make clean"
 before running "make buildworld".  That cleared up my problem.
 
 -Mike
 -- 
 Mike Pritchard
 mpp@FreeBSD.org or mpp@mppsystems.com
 
>Unformatted:
 >>> Rebuilding the temporary build tree
 --------------------------------------------------------------
 rm -rf /usr/obj/usr/src/i386
 mkdir -p /usr/obj/usr/src/i386/usr/bin
 mkdir -p /usr/obj/usr/src/i386/usr/lib/compat/aout
 mkdir -p /usr/obj/usr/src/i386/usr/games
 mkdir -p /usr/obj/usr/src/i386/usr/libdata/ldscripts
 mkdir -p /usr/obj/usr/src/i386/usr/libexec/elf
 mkdir -p /usr/obj/usr/src/i386/usr/sbin
 mkdir -p /usr/obj/usr/src/i386/usr/share/misc
 mkdir -p /usr/obj/usr/src/i386/usr/include/arpa
 mkdir -p /usr/obj/usr/src/i386/usr/include/g++/std
 mkdir -p /usr/obj/usr/src/i386/usr/include/objc
 mkdir -p /usr/obj/usr/src/i386/usr/include/protocols
 mkdir -p /usr/obj/usr/src/i386/usr/include/readline
 mkdir -p /usr/obj/usr/src/i386/usr/include/rpc
 mkdir -p /usr/obj/usr/src/i386/usr/include/rpcsvc
 mkdir -p /usr/obj/usr/src/i386/usr/include/openssl
 mkdir -p /usr/obj/usr/src/i386/usr/include/security
 mkdir -p /usr/obj/usr/src/i386/usr/include/ss
 ln -sf /usr/src/sys /usr/obj/usr/src/i386/sys
 
 --------------------------------------------------------------
 >>> stage 1: bootstrap tools
 --------------------------------------------------------------
 cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/i386  DESTDIR=/usr/obj/usr/src/i386  INSTALL="sh /usr/src/tools/install.sh"  MACHINE_ARCH=i386  TOOLS_PREFIX=/usr/obj/usr/src/i386  PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/ usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin make -f Makefile.inc1 -DNOMAN -DNOINFO -DNOHTML bootstrap-tools
 cd /usr/src/games/fortune/strfile;  make obj;  make depend;  make all;  make install
 /usr/obj/usr/src/i386/usr/src/games/fortune/strfile created for /usr/src/games/fortune/strfile
 rm -f .depend
 mkdep -f .depend -a    -I/usr/obj/usr/src/i386/usr/include  /usr/src/games/fortune/strfile/strfile.c
 cd /usr/src/games/fortune/strfile; make _EXTRADEPEND
 echo strfile: /usr/obj/usr/src/i386/usr/lib/libc.a  >> .depend
 cc -O -pipe -Wall   -I/usr/obj/usr/src/i386/usr/include -c /usr/src/games/fortune/strfile/strfile.c
 cc -O -pipe -Wall   -I/usr/obj/usr/src/i386/usr/include  -o strfile strfile.o  
 *** Error code 1
 
 Stop in /usr/src/games/fortune/strfile.
 *** Error code 1
 
 Stop in /usr/src.
 *** Error code 1
 
 Stop in /usr/src.
 *** Error code 1
 
 Stop in /usr/src.
 
