Changes between Initial Version and Version 1 of Ticket #35659
- Timestamp:
- Aug 13, 2012, 8:38:59 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35659
-
Property
Summary
changed from
jikesrvm fails to install, depends on jikes
tojikesrvm: /usr/bin/jikes: Command not found
- Property Port jikesrvm added
-
Property
Summary
changed from
-
Ticket #35659 – Description
initial v1 1 {{{ 1 2 $ sudo port install jikesrvm 2 3 ---> Building jikesrvm … … 4 5 Please see the log file for port jikesrvm for details: 5 6 /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_jikesrvm/jikesrvm/main.log 7 }}} 6 8 7 9 In the log: 8 10 11 {{{ 9 12 :info:build make[1]: /usr/bin/jikes: Command not found 10 11 13 :info:build make[1]: *** [compile-classes] Error 127 12 13 14 :info:build make: *** [all-recursive] Error 1 15 }}} 14 16 15 17 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.