On Jul 15, 2005, at 1:14 PM, Jean-François Mertens wrote:


On 15 Jul 2005, at 19:54, Martin Costabel wrote:

Stan Sanderson wrote:
[]

[silver-ghost-stans-mac:~] ssanders% where rman
/usr/X11R6/bin/rman
[silver-ghost-stans-mac:~] ssanders% rman --version
PolyglotMan v3.0.8+XFree86

but the output of fink install xfig is the same as previously reported. I have verified that rman is running by processing a manpage file, converting it to html.
I'm flummoxed.


I have no idea either. The problem is that the Makefiles for xfig are produced by xmkmf and imake, and this is a very obscure procedure. In any case, here is how the relevant part of the output looks in my case:


make install.doc
Installing man pages to /sw/share/man/man1
+ /bin/sh /usr/X11R6/bin/mkdirhier /sw/src/fink.build/root-xfig-3.2.5-3/sw/share/doc/xfig
+ set +x
ln -s Doc/xfig.man xfig.man
rm -f xfig._man
cd `dirname xfig` && \
        ln -s `basename xfig.man` `basename xfig._man`
rm -f xfig.1.html xfig.1-html
rman -f HTML < xfig._man \
  > xfig.1-html && mv -f xfig.1-html xfig.1.html
+ /bin/sh /usr/X11R6/bin/mkdirhier /sw/src/fink.build/root-xfig-3.2.5-3/sw/share/doc/xfig/html + install -c -o root -g wheel -m 0444 xfig.1.html /sw/src/fink.build/root-xfig-3.2.5-3/sw/share/doc/xfig/html/ xfig.1.html + /bin/sh /usr/X11R6/bin/mkdirhier /sw/src/fink.build/root-xfig-3.2.5-3/sw/share/man/man1 install -c -o root -g wheel -m 0444 xfig._man /sw/src/fink.build/root-xfig-3.2.5-3/sw/share/man/man1/xfig.1
install.man in . done


In your case, a couple of important lines are missing, but I have no idea why, except that perhaps you have a different version of X11 than me (I have Apple's X11).

With xorg, I have there :

Installing man pages to /sw/share/man/man1
+ /bin/sh /usr/X11R6/bin/mkdirhier /sw/bld/root-xfig-3.2.5-3/sw/share/doc/xfig
+ set +x
ln -s Doc/xfig.man xfig.man
rm -f xfig._man
if test -z "" ; then \
   cd `dirname xfig` && \
   ln -s `basename xfig.man` `basename xfig._man`; \
else \
/usr/bin/cpp -undef -D__apploaddir__=/sw/etc/app-defaults -D__appmansuffix__=1 -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr/X11R6 -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/X11R6/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__='"" ""' -D__vendorversion__="`echo 6 8 2 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" \ < xfig.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/[EMAIL PROTECTED]@$/s/[EMAIL PROTECTED]@$/\\/' >xfig._man; \
fi
rm -f xfig.1.html xfig.1-html
rman -f HTML < xfig._man \
  > xfig.1-html && mv -f xfig.1-html xfig.1.html
+ /bin/sh /usr/X11R6/bin/mkdirhier /sw/bld/root-xfig-3.2.5-3/sw/share/doc/xfig/html + /usr/bin/install -c -m 0444 xfig.1.html /sw/bld/root-xfig-3.2.5-3/sw/share/doc/xfig/html/xfig.1.html

It is slightly different, but again there is this line
ln -s Doc/xfig.man xfig.man
and the rman command itself, which were missing in Stan Sanderson's output.


JF Mertens

I am using XFree86 4.5.0-14.

Stan




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to