From owner-freebsd-bugs Fri Jun 21 04:20:03 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA09569 for bugs-outgoing; Fri, 21 Jun 1996 04:20:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA09555; Fri, 21 Jun 1996 04:20:02 -0700 (PDT) Resent-Date: Fri, 21 Jun 1996 04:20:02 -0700 (PDT) Resent-Message-Id: <199606211120.EAA09555@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, andreas@klemm.gtn.com 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 ; 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 Reply-To: andreas@klemm.gtn.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/1339: make world fails, because libtcl needs gmake Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1339 >Category: bin >Synopsis: make world fails, because libtcl needs gmake >Confidential: yes >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 21 04:20:01 PDT 1996 >Last-Modified: >Originator: Andreas Klemm >Organization: >Release: FreeBSD 2.2-CURRENT i386 >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 /// >Audit-Trail: >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