| Summary: | Can't build sysutils/fusefs-kmod ; problem with ruby | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Loïc Bartoletti <lbartoletti> |
| Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs Ports PR. Maintainer of sysutils/fusefs-kmod,
Please note that PR ports/151982 has just been submitted.
If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.
The full text of the PR can be found at:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/151982
--
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) State Changed From-To: feedback->closed There should be a /usr/local/bin/ruby file. Please reinstall your ruby port and try again. |
Can't build fusefs-kmod. There is a problem with fuse4bsd-498acaef33b0/doc. ===> mount_fusefs (all) Warning: Object directory not changed from original /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-498acaef33b0/mount_fusefs cc -O2 -pipe -fno-strict-aliasing -I/usr/src/sbin/mount -I../include -std=gnu99 -fstack-protector -c mount_fusefs.c mount_fusefs.c: In function 'main': mount_fusefs.c:400: warning: implicit declaration of function 'init_backgrounded' cc -O2 -pipe -fno-strict-aliasing -I/usr/src/sbin/mount -I../include -std=gnu99 -fstack-protector -c /usr/src/sbin/mount/getmntopts.c cc -O2 -pipe -fno-strict-aliasing -I/usr/src/sbin/mount -I../include -std=gnu99 -fstack-protector -o mount_fusefs mount_fusefs.o getmntopts.o mkdir -p ./plaintext_out env RUBYLIB=./lib RUBYPATH=./lib ruby -S deplate -x -D manual -f plain -d /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-498acaef33b0/doc/plaintext_out 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. *** Error code 1 Stop in /usr/ports/sysutils/fusefs-kmod. Fix: I don't know how fix automaticaly the problem, but this problem is in the doc's Makefile : work/fuse4bsd-498acaef33b0/doc/Makefile at line 9. DEPLATE=env RUBYLIB=${DEPLATEDIR}/lib RUBYPATH=${DEPLATEDIR}/lib ruby -S deplate Maybe, instead of "ruby" it's need the same name in the /usr/local/bin (ruby18 for my install). How-To-Repeat: make -C /usr/ports/sysutils/fusefs-kmod. IN /usr/local/bin/ I have ruby18 instead of ruby.