fink error/java error?

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) fink error/java error?
# 1  
Old 11-03-2010
fink error/java error?

Hi,
Im trying to install a program called relax, i installed fink according to the instructions from the fink website to install to mac os 10.6. It seems to be working alright but when i try to install the program i get this error but i dont know what to do with it,

[localhost:~] User% fink install relax-py25
Password:
Information about 4309 packages read in 2 seconds.

WARNING: The package relax-py25 has a preferred BuildDepends on scipy-core-py25,
but scipy-core-py25 is an obsolete package.


WARNING: The package relax-py25 has a preferred Depends on scipy-core-py25,
but scipy-core-py25 is an obsolete package.


fink needs help picking an alternative to satisfy a virtual dependency. The
candidates:

(1) db44-aes-shlibs: Shared Libraries for db44-aes
(2) db44-shlibs: Shared Libraries for db44

Pick one: [1]
Can't resolve dependency "system-java-dev (>= 1.5-1)" for package
"libidn-1.13-1" (no matching packages/versions found)
Exiting with failure.



I have also installed numpy and scipy....i thinkt hey were the correct versions.

Any advice would be great. Thanks

---------- Post updated 11-03-10 at 09:23 AM ---------- Previous update was 11-02-10 at 08:59 PM ----------

i downloaded the java developer package and it works
# 2  
Old 11-03-2010
It seems to say you have an old JRE, so maybe pick up 1.6-22 JDK that came out this week! JAVA is not backward compatible, so it pays to stay up on the install end.
# 3  
Old 11-04-2010
Saw this today on the hints site

Resolve a Java dependency error in Fink - Mac OS X Hints

Not sure how relevant it is, did not have enough time to read
# 4  
Old 11-04-2010
They agree:
Quote:
From the Fink homepage: 'Users will also need to download an appropriate version of the Java Developer Package from The Apple Developer Connection site for all of the the system-java-dev packages to show up on 10.5 and 10.6.'
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Programming

Java compilation error

i am on red hat Linux . package hiveudf; import org.apache.hadoop.hive.ql.exec.UDF; import org.apache.hadoop.io.Text; public class lowercaseudf extends UDF { public Text evaluate(final Text s) { if (s == null) { return null;} return new... (4 Replies)
Discussion started by: boncuk
4 Replies

2. AIX

Unable to correct NMONVisualizer java error. Can someone help to decode this java error?

Hello AIX and Java gurus, I have a java error that I have no clue how to resolve. I am trying to run the popular NMONVisualizer utility against a NMON dataset and getting the error as shown below: /db2storage/NMON >java -jar NMONVisualizer_2015-02-02.jar com.ibm.nmon.ReportGenerator... (1 Reply)
Discussion started by: okonita
1 Replies

3. Shell Programming and Scripting

Java error

Dear All, while running java -version i am getting following error /usr/lib/dld.sl: Can't find path for shared library: libjli.sl /usr/lib/dld.sl: No such file or directory ARIES32: Core file for PA32 application saved to /finacle/RIPU/core.java Abort(coredump) its creating a core dump. ... (3 Replies)
Discussion started by: ripudaman.singh
3 Replies

4. Solaris

Java patch error

I don't know if this the right place to post this. My issue is this, I'm trying to add this patch to upgrade my java on my Solaris server. I'mtrying to update to java 1.5.0_34 from java 1.5.0_32. patchadd ./118666-36 I get this error: Patch 118666-36 failed to install due to failure produced... (1 Reply)
Discussion started by: bitlord
1 Replies

5. Solaris

Java error in Solaris 9

Hi folks, I had a sparc machine with Solaris9 and built in java1.4.2 I installed Java1.5 on top of it by running the file jre-1_5_0_22-solaris-sparcv9.sh Now when I run the java application, I get the following error: Error occurred during initialization of VM... (2 Replies)
Discussion started by: manojsomanath
2 Replies

6. Programming

java OC4J error..!!

Dear anyone can help me??I really not know what do my server OCj4 log means...is it OC4J normal?? 2/1/10 1:51 PM: Servlet error java.lang.IllegalStateException: Response has already been committed, be sure no t to write to the OutputStream or to trigger a commit due to any other action be... (0 Replies)
Discussion started by: netxus
0 Replies

7. UNIX for Dummies Questions & Answers

deleting all fink files

I installed fink on my mac, and I was just wondering -- I'm not sure I really want it right now, so how would I delete all the files I downloaded? I think I could use the srm option in Terminal, but what exactly would I need to enter in order to get all those fink files without accidentally... (1 Reply)
Discussion started by: Straitsfan
1 Replies

8. UNIX for Dummies Questions & Answers

Java compiling error

I need Help folks; I'm very new to Java & i was trying to compile some java files & i got a lot of errors (see below), could some one tell me what am i doing wrong? These are the files i need to compile: AddCommentActionLogging.java EditPageActionLogging.java When i run:... (4 Replies)
Discussion started by: Katkota
4 Replies

9. Programming

help me with the error of Java related to UNIX

Can you help me with my code? I wrote a Java program and ran it in gdb, the debugger said that : (gdb) run handhelditems 1 1000 Starting program: /home/wqq/crawl/handhelditems/crawl_what_i_want handhelditems 1 1000 Program received signal SIGPWR, Power fail/restart. (2 Replies)
Discussion started by: cf.george
2 Replies

10. UNIX for Dummies Questions & Answers

error in java

hi everyone i am attaching a java code below, it is running perfectly fine on windows but not on unix system. unix system is having java 1.2 environment. and this code is java 1.1 onwards compatible. WELL THE ERROR GIVEN IS UNKNOWN HOST EXCEPTION plz help me out. import java.net.*; import... (1 Reply)
Discussion started by: parmeet
1 Replies
Login or Register to Ask a Question