--with-blas/lapack being ignored
Thomas Treichl
Thomas.Treichl at gmx.net
Wed Dec 5 09:26:00 CST 2007
Ben Abbott schrieb:
<SNIP>
> Running fntests still crashes.
>
> [...]
> src/octave/scripts/time/datestr.m ...................... PASS 32/32
> src/octave/scripts/time/datevec.m ......................panic: Bus
> error -- stopping myself...
> Bus error
>
> Which may be duplicated with the simpler ....
>
> strptime ('09/13', '%m/%d')
> panic: Bus error -- stopping myself...
> attempting to save variables to `octave-core'...
> save to `octave-core' complete
> Bus error
>
> However, ....
>
> strptime(date,'%d-%b-%Y')
> ans =
> {
> usec = 0
> sec = 0
> min = 0
> hour = 0
> mday = 5
> mon = 11
> year = 107
> wday = 3
> yday = 338
> isdst = 0
> zone = EST
> }
>
> Might the problem lie in one of octave's dependencies?
>
> Ben
Only the datevec dependent problem: I expect YES Ben, this still seems to me
being a compiler or a dependency problem. I was asking you to try the simple
command 'strptime('09/13','%m/%d')' because I somehow sensed that it could be
this problem - a bug has been solved for the Apple strptime function 6 weeks ago
and it somehow seems to me now that you either are not using XCode's original C
library *or* that another dependency that uses Apple's C library isn't compiled
bug-free -> 'panic: Bus error'. Please correct me everybody if this can't be true...
So either there is a compiler problem or a dependency problem (both must be on
the Fink side of life as it seems to me) because it does work for Marius's HMUG
binary version of Octave and for Octave.app too. However, at this point I don't
know how I could help here to find out what is going wrong, I just can tell you
about my thoughts and about my experiences...
Good luck,
Thomas
More information about the Bug-octave
mailing list