#35659: jikesrvm: /usr/bin/jikes: Command not found ---------------------------------+------------------------------------------ Reporter: herbal.zh@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: jikesrvm ---------------------------------+------------------------------------------ Changes (by ryandesign@…): * port: => jikesrvm Old description:
$ sudo port install jikesrvm ---> Building jikesrvm Error: org.macports.build for port jikesrvm returned: command execution failed Please see the log file for port jikesrvm for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_jikesrvm/jikesrvm/main.log
In the log:
:info:build make[1]: /usr/bin/jikes: Command not found
:info:build make[1]: *** [compile-classes] Error 127
:info:build make: *** [all-recursive] Error 1
Explicitly installing jikes doesn't work either, because it ends up in /usr/local/bin instead of /usr/bin which the jikesrvm build script apparently mandates.
New description: {{{ $ sudo port install jikesrvm ---> Building jikesrvm Error: org.macports.build for port jikesrvm returned: command execution failed Please see the log file for port jikesrvm for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_jikesrvm/jikesrvm/main.log }}} In the log: {{{ :info:build make[1]: /usr/bin/jikes: Command not found :info:build make[1]: *** [compile-classes] Error 127 :info:build make: *** [all-recursive] Error 1 }}} Explicitly installing jikes doesn't work either, because it ends up in /usr/local/bin instead of /usr/bin which the jikesrvm build script apparently mandates. -- -- Ticket URL: <https://trac.macports.org/ticket/35659#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS