Opened 9 years ago

Last modified 9 years ago

#48935 assigned defect

subversion-javahlbindings does not build, looks for /bin/javac

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

Description

Hi,

I had to temporary link java tools into /bin to be able to build.

This is a workaround: cd /bin; for i in /usr/bin/java* /usr/bin/jar*; do ln -s $i; done


    

Attachments (1)

subversion-javahlbinding.txt (9.1 KB) - added by girgen@… 9 years ago.

Download all attachments as: .zip

Change History (3)

Changed 9 years ago by girgen@…

comment:1 Changed 9 years ago by danielluke (Daniel J. Luke)

can you attach a clean full build log? We need to figure out why it's trying to use /bin/javac. I don't have it on my system, and it builds fine here using /usr/bin/javac - you shouldn't have to create those links to get it to build.

comment:2 Changed 9 years ago by danielluke (Daniel J. Luke)

Owner: changed from macports-tickets@… to dluke@…
Status: newassigned
Note: See TracTickets for help on using tickets.