Arno van Amersfoort
arnova@eld.physics.leidenuniv.nl
Fri, 01 Aug 2008 11:01:27 +0200
This is a multi-part message in MIME format.
--------------070408030406040708080305
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit
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 <arnova@eld.physics.leidenuniv.nl>
>>
>
>
>> 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
>> (root@rocky)
>> 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 vjs@rhyolite.com
> _______________________________________________
> DCC mailing list DCC@rhyolite.com
> http://www.rhyolite.com/mailman/listinfo/dcc
>
>
--------------070408030406040708080305
Content-Type: text/html; charset=ISO-8859-15
Content-Transfer-Encoding: 7bit
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-15"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I'm puzzled. I tried all of this:<br>
- remove /usr/local/man: FAILS<br>
- create /usr/local/man: FAILS<br>
- building on a cleanly installed debian/lenny x86 machine: FAILS<br>
- building on a production debian/etch x86 machine: WORKS!<br>
<br>
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-}"<br>
<br>
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?<br>
<br>
Thanks.<br>
<br>
Arno<br>
<br>
Vernon Schryver wrote:
<blockquote cite="mid:200807311339.m6VDdv0Y098927@calcite.rhyolite.com"
type="cite">
<blockquote type="cite">
<pre wrap="">From: Arno van Amersfoort <a class="moz-txt-link-rfc2396E" href="mailto:arnova@eld.physics.leidenuniv.nl"><arnova@eld.physics.leidenuniv.nl></a>
</pre>
</blockquote>
<pre wrap=""><!---->
</pre>
<blockquote type="cite">
<pre wrap="">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
(root@rocky)
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?
</pre>
</blockquote>
<pre wrap=""><!---->
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 <a class="moz-txt-link-abbreviated" href="mailto:vjs@rhyolite.com">vjs@rhyolite.com</a>
_______________________________________________
DCC mailing list <a class="moz-txt-link-abbreviated" href="mailto:DCC@rhyolite.com">DCC@rhyolite.com</a>
<a class="moz-txt-link-freetext" href="http://www.rhyolite.com/mailman/listinfo/dcc">http://www.rhyolite.com/mailman/listinfo/dcc</a>
</pre>
</blockquote>
</body>
</html>
--------------070408030406040708080305--