[Fink-devel] Unpacking failure during package build

2010-03-27 Thread Ather Qadri
Hello, I am facing an issue where the --build-as-nobody is unable to unpack the maxwell (sample package). Pasting the output of the fink commander after executing *fink -m --build-as-nobody rebuild maxwell*

Re: [Fink-devel] Unpacking failure during package build

2010-03-27 Thread Martin Costabel
Ather Qadri wrote: [] sh-3.2# fink -m --build-as-nobody rebuild maxwell [] sudo -u fink-bld [ENV] sh -c/var/tmp/tmp.1.6CT8nu Can't locate Fink/Services.pm in @INC (@INC contains: /Library/Perl/Updates/5.8.8 /System/Library/Perl/5.8.8/darwin-thread-multi-2level /System/Library/Perl/5.8.8

Re: [Fink-devel] libao - need 10.5 tester

2010-03-27 Thread Max Horn
Am 27.03.2010 um 02:28 schrieb Ben Hines: I would rather hand off maintaining these packages to someone else, if you'd like to take them feel free! Unfortunately distracted with many things these days so not much time/motivation to work on fink stuff. Hi Ben, sad to hear that, but

Re: [Fink-devel] Request for Package review

2010-03-27 Thread Koen van der Drift
It builds fine, but when I run the program, I get this: Unable to find a $JAVA_HOME at /usr, continuing with system-provided Java... Exception in thread main java.lang.UnsupportedClassVersionError: Bad version number in .class file at java.lang.ClassLoader.defineClass1(Native Method)

Re: [Fink-devel] Request for Package review

2010-03-27 Thread Hariharan B
Hello koen, This error message will come if your Java version is 1.5. Please find out your version using this command java -version One more thing, your jdk 1.6 need not necessarily be installed in /usr/bin/java. Please do a *whereis java* and inform me. I'll add it in DescUsage field so that

Re: [Fink-devel] Request for Package review

2010-03-27 Thread Koen van der Drift
This error message will come if your Java version is 1.5. Please find out your version using this command java -version $ java -version Unable to find a $JAVA_HOME at /usr, continuing with system-provided Java... java version 1.5.0_22 Java(TM) 2 Runtime Environment, Standard Edition

Re: [Fink-devel] libao - need 10.5 tester

2010-03-27 Thread Max Horn
Am 27.03.2010 um 02:20 schrieb Koen van der Drift: On Mar 26, 2010, at 7:30 PM, Max Horn wrote: So, it would good if somebody with a 10.5 machine could test the attached *experimental* libao4 package (yes, they changed the compat version); if 10.5 support is really broken, a report

Re: [Fink-devel] libao - need 10.5 tester

2010-03-27 Thread Koen van der Drift
On Mar 27, 2010, at 9:32 AM, Max Horn wrote: Thanks for the test, Koen! I tried to patch around the issue, could you please try the attached revised .info file? That builds fine on my system. Hope this helps, - Koen.

Re: [Fink-devel] Request for Package review

2010-03-27 Thread Benjamin Reed
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/27/10 9:31 AM, Koen van der Drift wrote: This error message will come if your Java version is 1.5. Please find out your version using this command java -version $ java -version Unable to find a $JAVA_HOME at /usr, continuing with

Re: [Fink-devel] Request for Package review

2010-03-27 Thread Koen van der Drift
On Mar 27, 2010, at 12:04 PM, Benjamin Reed wrote: It looks like you have $JAVA_HOME set to /usr for some reason, which is not a valid $JAVA_HOME value. It has to be one of: That's because of the instructions in the extex package: Usage Notes: On terminal type the commands

Re: [Fink-devel] Request for Package review

2010-03-27 Thread Hariharan B
Ah, you're mistaken. See, the extex startup script's first line is if $JAVA_HOME = empty, echo please set your JAVA_HOME That is why I gave the instruction to set JAVA_HOME before running extex. The fact that it had /usr is purely a coincidence. Anyways, I've to correct the errors pointed out