From eserte@cabulja.herceg.de  Tue Oct  1 09:36:06 1996
Received: from cabulja.herceg.de (cottrell.dialup.fu-berlin.de [160.45.222.107])
          by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA29147
          for <FreeBSD-gnats-submit@freebsd.org>; Tue, 1 Oct 1996 09:36:02 -0700 (PDT)
Received: (from eserte@localhost) by cabulja.herceg.de (8.7.5/8.7.3) id SAA03349; Tue, 1 Oct 1996 18:33:41 +0200 (MET DST)
Message-Id: <199610011633.SAA03349@cabulja.herceg.de>
Date: Tue, 1 Oct 1996 18:33:41 +0200 (MET DST)
From: Slaven Rezic <eserte@cabulja.herceg.de>
Reply-To: eserte@cs.tu-berlin.de
To: FreeBSD-gnats-submit@freebsd.org
Subject: make world: installing of tcl manpages fails
X-Send-Pr-Version: 3.2

>Number:         1702
>Category:       bin
>Synopsis:       installing of tcl manpages fails from make world
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    phk
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct  1 09:40:02 PDT 1996
>Closed-Date:    Mon Dec 14 03:06:56 PST 1998
>Last-Modified:  Mon Dec 14 03:07:07 PST 1998
>Originator:     Slaven Rezic
>Release:        FreeBSD 2.2-960801-SNAP i386
>Organization:
Private FreeBSD site, Berlin, Germany
>Environment:

	NOMANCOMPRESS in /etc/make.conf is *not* defined.

>Description:

	Installing of tcl manpages fails from make world. "make maninstall"
	expects gzipped sources for installation, but there are only
	uncompressed sources in /usr/obj/usr/src/lib/libtcl.

>How-To-Repeat:

	cd /usr/src/lib/libtcl
	make maninstall

>Fix:
	Change each line

	Tcl.n: ${TCLDIST}/doc/Tcl.n
		sed "/.so *man.macros/s;.*;.so /usr/share/tmac/tcl.macros;" < $> > $@

	to

	Tcl.n${ZEXT}: ${TCLDIST}/doc/Tcl.n
		sed "/.so *man.macros/s;.*;.so /usr/share/tmac/tcl.macros;" < $> | ${MCOMPRESS} > $@

	Maybe the setting of NOMANCOMPRESS should be checked, too?
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->phk 
Responsible-Changed-By: wosch 
Responsible-Changed-When: Sun Sep 14 05:54:00 PDT 1997 
Responsible-Changed-Why:  
tcl is Poul-Henning Kamp's area. 


From: Studded <Studded@dal.net>
To: freebsd-gnats-submit@freebsd.org, eserte@cs.tu-berlin.de
Cc:  Subject: Re: bin/1702: installing of tcl manpages fails from make world
Date: Sun, 22 Mar 1998 14:40:19 -0800

 Candidate for closure. The tcl/tk stuff is no longer installed during
 make world.
 
 Doug
State-Changed-From-To: open->closed 
State-Changed-By: phk 
State-Changed-When: Mon Dec 14 03:06:56 PST 1998 
State-Changed-Why:  
tcl is gone. 
>Unformatted:
