[torqueusers] error installing 2.0.0p1 docs on OS X
Garrick Staples
garrick at usc.edu
Fri Nov 11 12:13:52 MST 2005
On Fri, Nov 11, 2005 at 11:55:01AM -0600, Joshua Lynch alleged:
> I get the following error when I try to install Torque 2.0.0.p1 with
> the documentation:
>
> > ./configure --enable-docs
> (output looks ok)
> > sudo make
> (output looks ok)
> > sudo make install
> ...
> Making install in doc
> Installing section 1 man pages
> Installing section 3 man pages
> Installing section 7 man pages
> ln: /usr/local/man/man7/pbs_resources_darwin.7B: No such file or
> directory
> make[1]: *** [install7] Error 1
> make: *** [install] Error 2
>
> I have confirmed that there are files in directory /usr/local/man/man7
> but not pbs_resources_darwin.7B.
Hrm, I went through this several weeks ago. You just need to add the
darwin manpage to the AUXRESC list in doc/Makefile.in
diff -u -r1.6 Makefile.in
--- doc/Makefile.in 3 Nov 2005 01:44:44 -0000 1.6
+++ doc/Makefile.in 11 Nov 2005 19:11:38 -0000
@@ -97,6 +97,7 @@
AUXRESC = $(DOCSRC)/ers/pbs_resources_all.so \
$(DOCSRC)/man1/pbs_resources_aix4.7B \
+ $(DOCSRC)/man1/pbs_resources_darwin.7B \
$(DOCSRC)/man1/pbs_resources_digitalunix.7B \
$(DOCSRC)/man1/pbs_resources_freebsd.7B \
$(DOCSRC)/man1/pbs_resources_fujitsu.7B \
--
Garrick Staples, Linux/HPCC Administrator
University of Southern California
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.supercluster.org/pipermail/torqueusers/attachments/20051111/dc659624/attachment.bin
More information about the torqueusers
mailing list