Re: [Fink-devel] bash-4.3-1

2014-05-22 Thread Jack Howarth
Alexander and David, I accidentally sent the current bash.info and bash.patch. Attached are the correct ones that I had been testing in my local subdir. Sorry about the confusion. Jack On Thu, May 22, 2014 at 10:52 PM, Jack Howarth wrote: > Dave and Alexander, >

[Fink-devel] bash-4.3-1

2014-05-22 Thread Jack Howarth
Dave and Alexander, Great news! I found that if we bump the current bash packaging up to the 4.3 release and add the current bash 4.3 patches 001 through 018, the resulting bash eliminates the test suite hang in the llvm34 packaging on 10.9 when fink bash is installed. The bash-4.3-1 packag

Re: [Fink-devel] fix broken bash package for 10.9

2014-05-22 Thread Alexander Hansen
On 5/22/14, 4:56 PM, Jack Howarth wrote: > Alexander, > We may want to add the proposed patch from… > > http://lists.gnu.org/archive/html/bug-bash/2013-07/msg00011.html > > which was reviewed here… > > http://lists.gnu.org/archive/html/bug-bash/2013-07/msg00014.html > > and accepted for a fut

Re: [Fink-devel] Building packages to use Java-1.7+ (or handling Java in general)

2014-05-22 Thread Alexander Hansen
> Hmm...here's what I get from the default OS X build: > > $ otool -L /sw/lib/octave/3.8.1/liboctinterp.2.dylib > /sw/lib/octave/3.8.1/liboctinterp.2.dylib: > /sw/lib/octave/3.8.1/liboctinterp.2.dylib (compatibility version > 3.0.0, current version 3.0.0) > /System/Library/Frameworks/Java

Re: [Fink-devel] Building packages to use Java-1.7+ (or handling Java in general)

2014-05-22 Thread Alexander Hansen
On 5/21/14, 4:36 PM, Benjamin Reed wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 5/21/14, 6:30 PM, Alexander Hansen wrote: >> Maybe upstream oughtn't be linking it then? > > I suppose if you're actually embedding the JVM *into* your program, > maybe? That's the only reason I can

Re: [Fink-devel] fix broken bash package for 10.9

2014-05-22 Thread Jack Howarth
Alexander, We may want to add the proposed patch from… http://lists.gnu.org/archive/html/bug-bash/2013-07/msg00011.html which was reviewed here… http://lists.gnu.org/archive/html/bug-bash/2013-07/msg00014.html and accepted for a future bash release (4.3?). This is a crashing bug on 10.9 wh

[Fink-devel] fix broken bash package for 10.9

2014-05-22 Thread Jack Howarth
Alexander, While debugging the stage4 issue with David's llvm34 packaging, I discovered that the test suite in llvm34 hung when fink bash was installed on 10.9. Adding the missing InfoTest reveals that the bash is currently broken on 10.9 and will hang at… run-errors The attached bash.info

Re: [Fink-devel] llvm34 testsuite

2014-05-22 Thread David Fang
Hi Jack, The TestDepends on fink-bash is only exposed to 10.4-EOL, where it is needed for the pipefail shell feature. I intentionally didn't expose that dependency to newer dists. In the TestScript, I actually test for the pipefail feature before patching their Lit (test infrastructure) file

Re: [Fink-devel] llvm34 testsuite

2014-05-22 Thread Jack Howarth
David, It appears that the problem is that the python test harness requires fink bash to be installed. % bin/llvm-lit -vvv test/Analysis/BasicAA/2003-09-19-LocalArgument.ll -- Testing: 1 tests, 1 threads -- UNRESOLVED: LLVM :: Analysis/BasicAA/2003-09-19-LocalArgument.ll (1 of 1)

[Fink-devel] llvm34 testsuite

2014-05-22 Thread Jack Howarth
David, I won't have time to look at the failing test suite of llvm34 on 10.9 until tonight. However I took a quick look through the sources in the build and they are filled with python scripts using… #!/usr/bin/env python So the python used will vary depending on whether the fink python packa