Bruce Dubbs wrote:
I just ran into a problem installing NAS:

from: make install

make[2]: Entering directory `/tmp/nas/nas-1.7/server/dda/voxware'
rm -f auvoxware.1x.html auvoxware.1x-html
rman -f HTML < auvoxware._man \
  > auvoxware.1x-html && mv -f auvoxware.1x-html auvoxware.1x.html
/bin/sh: rman: command not found

On my older system I found rman in /usr/X11R6/bin.  It has the same
timestamp as most of the X programs: twm xclock, etc.

I did find the package on sourceforge.  The gz file is only 78K and the
install is

make
cp rman /usr/bin
cp cp rman.1 /usr/man/man1

There are no dependencies.

Two questions:

1.  Is rman included in Xorg6.9?
2.  Should there be a separate page for this app?

Well, there is another alternative:  we could hack the Makefile.

Opinions?

  -- Bruce


Actually, rman was forgotten in the support archives. Polygotoman IIRC contains the current version of rman. It needs to be added to the book and it is a runtime dep (along with ed) of xmkmf and friends. It is included in xorg-6.9's build. Again, for any other packages that use the legacy X built tools (xmkmf, makedepend, or gccmakedep), we'll need to search the build logs for ed and rman. The other one that I know about is ttf2ptl included in xorg-6.9, but it doesn't build standalone AFAICT. Don't have an xorg6 build log to search for it...can somebody who's recently built xorg6 or xfree86 grep the log to see if "ttf2pt1" has been used? It's not installed in my 6.9 install.

-- DJ Lucas

Thanks.

-- DJ Lucas
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to