On Monday, July 23, 2012 10:08:18 Jerry wrote: > System: FreeBSD 8.3-STABLE > > I am unable to build the "sysutils/fusefs-kmod" port. This is the build > log: > > Script started on Mon Jul 23 09:57:32 2012 > > <--snip--> > env RUBYLIB=./lib RUBYPATH=./lib ruby -S deplate -x -D manual -f plain -d > /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-498acaef33b0/doc/plaintext_ou > t doc.dpl env: ruby: No such file or directory > *** Error code 127 > > Stop in /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-498acaef33b0/doc. > *** Error code 1 > > Stop in /usr/ports/sysutils/fusefs-kmod. > > Script done on Mon Jul 23 09:57:39 2012 > > Has anyone else experienced this problem or have a solution?
Looks like textproc/ruby-deplate and lang/ruby18 need to be installed to build the docs. Make sure they are installed (they should have been pulled in). Either that or build the port without the docs. I.e.: # make -DNOPORTDOCS install clean Jason E. Hale _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
