Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 1996 18:33:41 +0200 (MET DST)
From:      Slaven Rezic <eserte@cabulja.herceg.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/1702: make world: installing of tcl manpages fails
Message-ID:  <199610011633.SAA03349@cabulja.herceg.de>
Resent-Message-ID: <199610011640.JAA29612@freefall.freebsd.org>

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

>Number:         1702
>Category:       bin
>Synopsis:       installing of tcl manpages fails from make world
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct  1 09:40:02 PDT 1996
>Last-Modified:
>Originator:     Slaven Rezic
>Organization:
Private FreeBSD site, Berlin, Germany
>Release:        FreeBSD 2.2-960801-SNAP i386
>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?
>Audit-Trail:
>Unformatted:



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