failed build with current mercurial sources
Ben Abbott
bpabbott at mac.com
Sun Mar 9 16:59:15 CDT 2008
On Mar 9, 2008, at 5:36 PM, Thomas Treichl wrote:
> Ben Abbott schrieb:
>> On Mar 9, 2008, at 5:12 PM, Thomas Treichl wrote:
>>> Ben Abbott schrieb:
>>>>> Well, that's interesting. It suggests that the problem might not
>>>>> be in the
>>>>> QR updating stuff at all ...
>>>> I need to try to reproduce this error. I may have done something
>>>> silly, like forgetting to "make clean" before attempting another
>>>> build.
>>>
>>> Hi again,
>>>
>>> sorry for being so late. I have two ideas left that you can try
>>> but without being sure if anything helps:
>>>
>>> 1) do a 'make uninstall' before doing 'make check'. There may be
>>> older libs left in your /sw directory that might be used
>>> eventually. After 'make uninstall' there should nothing be left in
>>> your /sw/lib /sw/libexec /sw/bin /sw/share concerning octave -
>>> otherwise delete manually.
>>>
>>> 2) Some time ago you have used g95 instead of gfortran. Do you
>>> have that g95 program still available on your Mac?
>>>
>>> Thomas
>> For this problem, I've been building outside of FInk ... but have
>> preserved their configure options. Thus, there is no "make install"
>> that needs to be reversed. I then run in the build directory
>> using ./run-octave.
>
> Ok.
>
>> I like the idea of g95, but I was never successful getting it work
>> properly/completely before. The reason being, Fink uses gfortran to
>> build the dependencies, and using g95 to compile octave resulted in
>> some conflict (or so that was the conclusion).
>
> So I do not clearly have the discussion in mind anymore that we have
> had some time ago ;) Have you updated your gfortran in the last days
> or changed anything else on your system?
>
> Hopefully you'll find the problem soon,
>
> Thomas
I hadn't thought to check when the last time my gfortran was updated.
That's one small "evil" associated with using a package manager ;-)
In any event, it appears that my gfortran was updated on Feb 20th.
$ ls -l /sw/bin/gfortran
lrwxr-xr-x 1 root admin 27 2008-02-20 01:18 /sw/bin/gfortran -> /sw/
lib/gcc4.2/bin/gfortran
I'm presently running gfortran 4.2.3
gfortran -v
Using built-in specs.
Target: i686-apple-darwin9
Configured with: ../gcc-4.2.3/configure --prefix=/sw --prefix=/sw/lib/
gcc4.2 --mandir=/sw/share/man --infodir=/sw/share/info --enable-
languages=c,c++,fortran,objc,java --with-arch=nocona --with-
tune=generic --host=i686-apple-darwin9 --with-gmp=/sw --with-libiconv-
prefix=/sw --with-system-zlib --x-includes=/usr/X11R6/include --x-
libraries=/usr/X11R6/lib
Thread model: posix
gcc version 4.2.3
However, the problem with qr didn't start until March 7th.
Ben
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www.cae.wisc.edu/pipermail/bug-octave/attachments/20080309/9f268973/attachment.html
More information about the Bug-octave
mailing list