Opened 15 years ago

Closed 4 years ago

#19998 closed defect (fixed)

jamvm 1.5.0 and gnu-classpath 0.93: /opt/local/include/jni.h conflict

Reported by: gonhidi@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: jni.h Cc: nerdling (Jeremy Lavergne), cooljeanius (Eric Gallager)
Port: jamvm gnu-classpath

Description

The jamvm 1.5.0 package wants to install /opt/local/include/jni.h which is already provided by gnu-classpath [0.93], a runtime dependency of jamvm.

Change History (6)

comment:1 Changed 15 years ago by mf2k (Frank Schima)

Keywords: jamvm 1.5.0 gnu-classpath 0.93 removed
Port: gnu-classpath added

comment:2 Changed 15 years ago by nerdling (Jeremy Lavergne)

I couldn't get gnu-classpath to configure …

configure: error: cannot find javac, try --with-gcj, --with-jikes, --with-kjc, --with-ecj, or --with-gcjx

Manually installing javacc did not help.

comment:3 Changed 14 years ago by nerdling (Jeremy Lavergne)

Cc: snc@… added

Cc Me!

comment:4 in reply to:  2 Changed 13 years ago by chicagotripp (Altoine Barker)

Replying to snc@…:

I couldn't get gnu-classpath to configure …

configure: error: cannot find javac, try --with-gcj, --with-jikes, --with-kjc, --with-ecj, or --with-gcjx

Manually installing javacc did not help.

To fix this problem I had to modify the port file to include dependence on jikes, since the Portfile has in it's configure arguments "--with-jikes" and not "--with-gcj", "--with-gcjx", "--with-ecj", etc. Now, gnu-classpath installed for me with out any errors or problems. Here is the snippet of an addition I did to the gnu-classpath Portfile:

depends_lib     port:libiconv \
                port:jikes

This solved my problem and the program installed beautifully. I don't think this particular problem you have is the same as the "jamvm 1.5.0 and gnu-classpath 0.93: /opt/local/include/jni.h conflict".

comment:5 Changed 11 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

comment:6 Changed 4 years ago by chrstphrchvz (Christopher Chavez)

Resolution: fixed
Status: newclosed

In b99a709b0b790f3e6d4557f8a578c602c9f7afad/macports-ports (master):

jamvm: delete port

Port not updated since 2008;
upstream project dormant since 2014.
No dependents.

Closes: #19998
Closes: #60216

Note: See TracTickets for help on using tickets.