Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Mar 1998 11:08:23 +0100 (CET)
From:      Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   bin/6138: error while building 2.2.6
Message-ID:  <199803261008.LAA25899@intern>

index | next in thread | raw e-mail


>Number:         6138
>Category:       bin
>Synopsis:       error while building 2.2.6
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 26 02:10:01 PST 1998
>Last-Modified:
>Originator:     Andre Albsmeier
>Organization:
>Release:        FreeBSD 2.2.5-STABLE i386
>Environment:

	any FreeBSD-System that wants to build the 2.2.6 version

>Description:

	When the environment variable INFODIR is set to something,
	the buildprocess of 2.2.6 fails:

/usr/obj/src/src-2.2/gnu/usr.bin/texinfo/doc created for /src/src-2.2/gnu/usr.bin/texinfo/doc
cd /src/src-2.2/share/info && /usr/obj/src/src-2.2/tmp/usr/bin/make depend &&  /usr/obj/src/src-2.2/
tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPROFILE all &&  /usr/obj/src/src-2.2/tmp/usr/bin/make -DNOINFO
 -DNOMAN -DNOPROFILE -B install cleandir obj
install -c -o bin -g bin -m 444 dir-tmpl  /usr/obj/src/src-2.2/tmp/server/info/dir-tmpl
install: /usr/obj/src/src-2.2/tmp/server/info/dir-tmpl: No such file or directory
*** Error code 71

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

	Here it was set to /server/info (that's where I keep the info stuff off various
	applications). The reason is in /usr/src/share/info/Makefile:

beforeinstall:
        ${INSTALL} -c -o ${INFOOWN} -g ${INFOGRP} -m ${INFOMODE} dir-tmpl \
                ${DESTDIR}${INFODIR}/dir-tmpl


	The directory /usr/obj/src/src-2.2/tmp/server/info is the concatenation
        of ${DESTDIR} and ${INFODIR}; maybe we should create this before...


>How-To-Repeat:

	set INFODIR to anything and build world

>Fix:
	
	ignore INFODIR in /usr/src/share/info/Makefile ?!?
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


help

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