Opened 10 years ago
Last modified 4 years ago
#47102 new defect
sleuthkit: disable java bindings
Reported by: | jul_bsd@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | chrstphrchvz (Christopher Chavez) |
Port: | sleuthkit |
Description
on yosemite, build fails because of absence of java. not sure when it started to be a problem
checking for uudecode... yes checking if uudecode can decode base 64 file... yes checking if java works... configure: error: The Java VM java failed (see config.log, check the CLASSPATH?) Command failed: cd "/opt/local/var/macports/build/_Users_julien_tmp_myports_sysutils_sleuthkit/sleuthkit/work/sleuthkit-4.1.3" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man Exit code: 1 Error: Failed to configure sleuthkit, consult /opt/local/var/macports/build/_Users_julien_tmp_myports_sysutils_sleuthkit/sleuthkit/work/sleuthkit-4.1.3/config.log
fix with java variant and disable by default
Attachments (3)
Change History (7)
Changed 10 years ago by jul_bsd@…
Attachment: | patch-sleuthkit-Portfile.diff added |
---|
comment:1 Changed 9 years ago by mf2k (Frank Schima)
Cc: | jessekornblum@… removed |
---|
comment:2 Changed 6 years ago by mf2k (Frank Schima)
Changed 6 years ago by mf2k (Frank Schima)
Attachment: | Portfile-sleuthkit.diff added |
---|
Changed 6 years ago by mf2k (Frank Schima)
Attachment: | patch-current-libewf.diff added |
---|
comment:3 Changed 4 years ago by chrstphrchvz (Christopher Chavez)
Java bindings appear to have been disabled for some time: [20cc04958b/macports-ports]. This can probably be closed, although it is also likely possible to use the java 1.0
portgroup and allow the Java bindings to be enabled.
comment:4 Changed 4 years ago by chrstphrchvz (Christopher Chavez)
Cc: | chrstphrchvz added |
---|
Note: See
TracTickets for help on using
tickets.
Attached is my current attempt to add a java variant.