Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 1998 15:58:40 +0200 (CEST)
From:      Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
To:        wosch@FreeBSD.ORG (Wolfram Schneider)
Cc:        freebsd-bugs@FreeBSD.ORG
Subject:   Re: bin/6138
Message-ID:  <199805101358.PAA18441@internal>
In-Reply-To: <199805092216.PAA20432@freefall.freebsd.org> from Wolfram Schneider at "May 9, 98 03:16:55 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> Synopsis: error while building 2.2.6
> 
> State-Changed-From-To: open-closed
> State-Changed-By: wosch
> State-Changed-When: Sat May 9 15:15:25 PDT 1998
> State-Changed-Why: 
> A workaround was submitted in revision: 1.6 src/share/info/Makefile
> 

Unfortunately, it doesn't help when doing a "make world". If I create
the directory by hand, it will be erased by "make world" when cleaning
the temporary build directory. IMHO, the only way to solve this is
either by

1. creating the directory

or

2. ignoring INFODIR at least during the temporary build process.


===> doc
/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
Warning: the directory /usr/obj/src/src-2.2/tmp/server/info does not exist!
Perhaps the variable INFODIR is set incorrectly
or your mtree database files are broken.

As a workaround you can create the directory by hand, e.g.:
install -d -o bin -g bin -m 0755 /usr/obj/src/src-2.2/tmp/server/info
*** Error code 3

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

	-Andre

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



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