I'm puzzled. I tried all of this:
- remove /usr/local/man: FAILS
- create /usr/local/man: FAILS
- building on a cleanly installed debian/lenny x86 machine: FAILS
- building on a production debian/etch x86 machine: WORKS!

After looking at the /autoconf/install.sh script, I think it has something to do with this line which gives an empty value: doit="${DOITPROG-}"

I haven't been able to figure out how I can build it WITHOUT the documentation stuff. Could you provide a hint on how to accomplish this?

Thanks.

Arno

Vernon Schryver wrote:
From: Arno van Amersfoort <[EMAIL PROTECTED]>

I tried to do a "make install" (after compiling it) of the latest DCC on a machine running Debian/Lenny (x86). But it fails with:

+(627 /..cc-1.3.92)# make install ([EMAIL PROTECTED])
for DIR in  dccm .; do\
            if test "$DIR" != .; then\
                (cd $DIR; make deinstall); fi; done
make[1]: Entering directory `/mnt/archive/software/linux/source/dcc-1.3.92/dccm'
rm -f /var/dcc/libexec/dccm
make[1]: Leaving directory `/mnt/archive/software/linux/source/dcc-1.3.92/dccm'
./autoconf/install-sh -c -d -o root -g bin -m 755 /usr/local/man/man8
mkdir: cannot create directory `/usr/local/man': File exists
mkdir: cannot create directory `/usr/local/man/man8': No such file or directory
make: *** [/usr/local/man/man8] Error 1

Does anyone know how to fix this or what's causing it?

My guess is that there is a file named /usr/local/man instead of nothing
or a directory.  If my guess is right, solutions include removing the
strange file or using ./configure options to not install the DCC man
pages or to install them somewhere other than in the default /usr/local/man
directory.


Vernon Schryver    [EMAIL PROTECTED]
_______________________________________________
DCC mailing list      [email protected]
http://www.rhyolite.com/mailman/listinfo/dcc

Reply via email to