On Sun, Oct 26, 2008 at 04:18:55PM -0400, Daniel Macks wrote: > On Sun, Oct 26, 2008 at 02:11:59PM -0400, Alexander Hansen wrote: > > > > On Oct 26, 2008, at 2:04 PM, [EMAIL PROTECTED] wrote: > > > > >I just half-solved my problem. > > > > > >Based on the observation that the reason why it was not compiling > > >was /bin/bash complaining about a parsing error, I checked what > > >version of bash I had installed: > > > > > >GNU bash, version 2.05b.0(1)-release (powerpc-apple-darwin8.0) > > >Copyright (C) 2002 Free Software Foundation, Inc. > > > > > >This is the version installed by default in /bin/ on my Intel Mac OS > > >10.4 ? I am surprised to see that it says "powerpc", by the way. I > > >looked up the fink package list, and noticed there was a newer > > >version of bash available. I went ahead and installed it in /sw/bin > > >using fink: > > > > > > > That's indeed very strange. > > > > >GNU bash, version 3.2.9(1)-release (i386-apple-darwin8.11.1) > > >Copyright (C) 2005 Free Software Foundation, Inc. > > > > > >Then I temporarily renamed /bin/bash, and replaced it with a symlink > > >to /sw/bin/bash. Problem solved! Gtkhtml3.14-dev-3.24.0-1 compiled. > > >Should I file a bug report somewhere?... > > Dolt is a hugely brain-dead non-portable non-solution to...well, > everything it would purport to do in the name of being an intelligent > portable solution. It's likely more prone to fail on intel Mac > (because it may think it's a linux box) than on ppc (where it just > gives up). The best solution is to hack ./configure or whatever to > make dolt think it's not a dolt-supported platform, and then it will > fall through to the normal, actually-portable libtool or similar > approach. Our webkit package has one such hack for this.
Possible solution would be to pass DOLT_BASH=no as part of ConfigureParams or as a prefix to the ./configure command in CompileScript. By turning off dolt for everyone, we would get consistent build controls for "all platforms" instead of having to debug dolt separately for the machines that use it. dan -- Daniel Macks [EMAIL PROTECTED] http://www.netspace.org/~dmacks ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
