Re: [Fink-users] Missing system-java-dev

2013-11-30 Thread Alexander Hansen
On 11/29/13 7:02 PM, ABE Hiroshi wrote: > Dear Dr. Hansen and Finkers, > > On 2013/11/30, at 4:48, Alexander Hansen wrote: > [snip] >> If you change the line with >> >> my ($ver,$javadir) = m|(\d.*),.*\s(/.*)$|; #extract version and >> directory info >> >> to >> >> my ($ver,$javadir) = m|(\d.*):.*\

Re: [Fink-users] Missing system-java-dev

2013-11-29 Thread ABE Hiroshi
Dear Dr. Hansen and Finkers, On 2013/11/30, at 4:48, Alexander Hansen wrote: [snip] > If you change the line with > > my ($ver,$javadir) = m|(\d.*),.*\s(/.*)$|; #extract version and > directory info > > to > > my ($ver,$javadir) = m|(\d.*):.*\s(/.*)$|; #extract version and > directory info > >

Re: [Fink-users] Missing system-java-dev

2013-11-29 Thread Alexander Hansen
On 11/29/13 11:34 AM, Alexander Hansen wrote: > On 11/28/13 10:29 PM, ABE Hiroshi wrote: >> Dear Dr. Hansen and All, >> >> The error occurs at line 396, the delimiter is set to ',', but in my >> case should be ':'. >> There is no comma in the output of java_home of my env. so the $ver >> and $javad

Re: [Fink-users] Missing system-java-dev

2013-11-29 Thread Alexander Hansen
On 11/28/13 10:29 PM, ABE Hiroshi wrote: > Dear Dr. Hansen and All, > > The error occurs at line 396, the delimiter is set to ',', but in my > case should be ':'. > There is no comma in the output of java_home of my env. so the $ver > and $javadir is set to NULL and the error message comes out. > D

Re: [Fink-users] Missing system-java-dev

2013-11-28 Thread ABE Hiroshi
Dear Dr. Hansen and All, The error occurs at line 396, the delimiter is set to ',', but in my case should be ':'. There is no comma in the output of java_home of my env. so the $ver and $javadir is set to NULL and the error message comes out. Dr. Hansen, if you want to write codes to support 1

Re: [Fink-users] Missing system-java-dev

2013-11-28 Thread ABE Hiroshi
As for line 391, it is the exactly the same statement. After adding a line as you mentioned in your mail, I got: - checking Java versions: Matching Java Virtual Machines (2): 1.5.0_19 (ppc): /System/ Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home 1.4.2_21 (ppc): /System/Libra

Re: [Fink-users] Missing system-java-dev

2013-11-28 Thread Alexander Hansen
On 11/28/13 6:19 PM, ABE Hiroshi wrote: > Thank you Dr. Hansen, > > I got errors with /sw/bin/fink-virtual-pkgs --debug as, > > ... > - checking Java versions: > Use of uninitialized value in pattern match (m//) at /sw/lib/perl5/ > Fink/VirtPackage.pm line 398. > Use of uninitialized value in opend

Re: [Fink-users] Missing system-java-dev

2013-11-28 Thread ABE Hiroshi
Thank you Dr. Hansen, I got errors with /sw/bin/fink-virtual-pkgs --debug as, ... - checking Java versions: Use of uninitialized value in pattern match (m//) at /sw/lib/perl5/ Fink/VirtPackage.pm line 398. Use of uninitialized value in opendir at /sw/lib/perl5/Fink/ VirtPackage.pm line 399. Use

Re: [Fink-users] Missing system-java-dev

2013-11-28 Thread Alexander Hansen
On 11/28/13 5:00 PM, ABE Hiroshi wrote: > Dear All, > > I have been using fink so long time and I would say thank you for the > project's efforts. > > I use fink on my PowerPC OS X 10.5.8 and was fine. Since sometime, > weeks ago, I guess, fink showed error message regarding system-java- > dev. I r