Opened 12 years ago

Last modified 12 years ago

#35659 new defect

jikesrvm: /usr/bin/jikes: Command not found

Reported by: herbal.zh@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc: mww@…
Port: jikesrvm

Description (last modified by ryandesign (Ryan Carsten Schmidt))

$ 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.

Attachments (1)

main.log (25.1 KB) - added by herbal.zh@… 12 years ago.
log from "sudo port install jikesrvm", after installing jikes.

Download all attachments as: .zip

Change History (3)

Changed 12 years ago by herbal.zh@…

Attachment: main.log added

log from "sudo port install jikesrvm", after installing jikes.

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: jikesrvm added
Summary: jikesrvm fails to install, depends on jikesjikesrvm: /usr/bin/jikes: Command not found

comment:2 Changed 12 years ago by jmroot (Joshua Root)

Cc: mww@… added

JIKES=/usr/bin/jikes is set in files/powerpc-unknown-osx-gnu. This also sets RVM_FOR_POWERPC=1 and RVM_FOR_32_ADDR=1, so I doubt the port would work on anything but ppc32 even if a dependency on the jikes port were added and the /usr/bin/jikes changed to ${prefix}/bin/jikes.

Note: See TracTickets for help on using tickets.