From uucp@news1.gtn.com  Fri Jun 21 04:13:30 1996
Received: from news1.gtn.com (news1.gtn.com [192.109.159.3])
          by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id EAA08802
          for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Jun 1996 04:13:28 -0700 (PDT)
Received: (from uucp@localhost) by news1.gtn.com (8.7.2/8.7.2) id NAA13369 for FreeBSD-gnats-submit@freebsd.org; Fri, 21 Jun 1996 13:00:26 +0200 (MET DST)
Received: (from andreas@localhost)
          by klemm.gtn.com (8.7.5/8.7.3) id MAA00454;
          Fri, 21 Jun 1996 12:59:44 +0200 (MET DST)
Message-Id: <199606211059.MAA00454@klemm.gtn.com>
Date: Fri, 21 Jun 1996 12:59:44 +0200 (MET DST)
From: Andreas Klemm <andreas@klemm.gtn.com>
Reply-To: andreas@klemm.gtn.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: make world fails, because libtcl needs gmake
X-Send-Pr-Version: 3.2

>Number:         1339
>Category:       bin
>Synopsis:       make world fails, because libtcl needs gmake
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 21 04:20:01 PDT 1996
>Closed-Date:    Fri Jun 21 04:36:06 PDT 1996
>Last-Modified:  Tue Nov 27 19:22:15 PST 2001
>Originator:     Andreas Klemm
>Release:        FreeBSD 2.2-CURRENT i386
>Organization:
>Environment:

During make world building the new libtcl fails, because gmake
isn't installed on my system.

===> tcl
>Description:

For some strange reason the libtcl thinks, a gmake is present on
the system although none is installed.

>How-To-Repeat:

Remove your gmake binary and try to build libtcl.

>Fix:
	
Didn't dig around in the sources. Sorry.

	Andreas ///
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jkh 
State-Changed-When: Fri Jun 21 04:36:06 PDT 1996 
State-Changed-Why:  
This was actually a typo, which was fixed yesterday. 
>Unformatted:
 >> No checksum recorded for /quantum/unix/local/freebsd-current/src/lib/tcl/file
 s/tcl7.5.tar.gz.uu
 Checksums OK for files that have them.
 ===>  Installing for tcl7.5
 env: gmake: No such file or directory
 *** Error code 1
 
 Stop.
 
 
 My workaround was 
 	cat > /usr/bin/gmake
 	make $*
 	^D
 	chmod +x /usr/bin/gmake
 
