Opened 6 years ago

Last modified 6 years ago

#56910 accepted defect

subversion-javahlbindings fails to build

Reported by: squiggledid Owned by: danielluke (Daniel J. Luke)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: blair (Blair Zajac)
Port: subversion-javahlbindings

Description (last modified by jmroot (Joshua Root))

I've just done "sudo port -d selfupdate;sudo port upgrade outdated" as I do every weeked. Port subversion-javahlbindings fails to build (immediately after subversion has been upgraded). I have two Macs (an old Mac Mini and a recent MacBook Pro). It failed in the same way on both, as shown below. I tried uninstalling all versions, cleaning, and reinstalling. It failed in the same way.

--->  Computing dependencies for subversion-javahlbindings
--->  Fetching archive for subversion-javahlbindings
--->  Attempting to fetch subversion-javahlbindings-1.10.2_0+no_bdb+universal.darwin_17.i386-x86_64.tbz2 from http://nou.nc.packages.macports.org/pub/macports/packages.macports.org/subversion-javahlbindings
--->  Attempting to fetch subversion-javahlbindings-1.10.2_0+no_bdb+universal.darwin_17.i386-x86_64.tbz2 from https://packages.macports.org/subversion-javahlbindings
--->  Attempting to fetch subversion-javahlbindings-1.10.2_0+no_bdb+universal.darwin_17.i386-x86_64.tbz2 from http://jog.id.packages.macports.org/macports/packages/subversion-javahlbindings
--->  Fetching distfiles for subversion-javahlbindings
--->  Verifying checksums for subversion-javahlbindings
--->  Extracting subversion-javahlbindings
--->  Applying patches to subversion-javahlbindings
--->  Configuring subversion-javahlbindings
Warning: reinplace s|@@DESTROOT@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_subversion-javahlbindings/subversion-javahlbindings/work/destroot|g didn't change anything in /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_subversion-javahlbindings/subversion-javahlbindings/work/subversion-1.10.2/configure
--->  Building subversion-javahlbindings
Error: Failed to build subversion-javahlbindings: command execution failed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_subversion-javahlbindings/subversion-javahlbindings/main.log for details.

Attachments (1)

main.log (59.9 KB) - added by squiggledid 6 years ago.
subversion-javahlbindings/main.log

Download all attachments as: .zip

Change History (5)

Changed 6 years ago by squiggledid

Attachment: main.log added

subversion-javahlbindings/main.log

comment:1 Changed 6 years ago by squiggledid

Port: subversion-javahlbindings added

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

Cc: blair added
Description: modified (diff)
Owner: set to danielluke
Status: newassigned

comment:3 Changed 6 years ago by danielluke (Daniel J. Luke)

Unfortunately, the javahl bindings won't built against newer java sdks (requires javah in the build). Upstream hasn't fixed this yet. I've set up the port to now build with --with-jdk=/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/ (since jdk 1.8.0_181 is the latest java sdk release that you can download from oracle that includes javah). If you install that, it will build.

It's probably worth adding a note to the port about it (patches or pull requests welcome if you get to it before I get a chance to do so).

comment:4 Changed 6 years ago by danielluke (Daniel J. Luke)

Status: assignedaccepted
Note: See TracTickets for help on using tickets.