Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jun 1996 12:59:44 +0200 (MET DST)
From:      Andreas Klemm <andreas@klemm.gtn.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/1339: make world fails, because libtcl needs gmake
Message-ID:  <199606211059.MAA00454@klemm.gtn.com>
Resent-Message-ID: <199606211120.EAA09555@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606211059.MAA00454>