octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

octave seg fault and uninstall


From: Michael D Godfrey
Subject: octave seg fault and uninstall
Date: Thu, 10 Dec 2009 08:40:28 -0800
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20091014 Fedora/3.0-2.8.b4.fc11 Thunderbird/3.0b4

John,

I am now able to do a bit more diagnosis on the problem of
recent Octave's seg faulting when using openGL.  It turns out
that the real problem was due to "leftover" libraries from earlier
installs.  This became pretty clear when I noticed that I got different results
building the current system on different machines.  But, when I
tried make uninstall on the machine that was failing, it did not fix
the problem.  So, I found that after make uninstall the following
libraries were still present (and leftover from an install on 4 October).

address@hidden lib]# ls -l octave-3.3.50+/
total 246040
-rwxr-xr-x. 1 root root    603555 2009-10-04 22:44 libcruft.so.3.3.50+
-rwxr-xr-x. 1 root root  93683423 2009-10-04 22:44 liboctave.so.3.3.50+
-rwxr-xr-x. 1 root root 157644153 2009-10-04 22:45 liboctinterp.so.3.3.50+
address@hidden lib]# pwd
/usr/local/lib
address@hidden lib]#
So, I did rm -rf /usr/local/lib/octave-3.3.50+
and then make install.  This fixed the problem.  It appears that there was
something unintended in the naming of libraries on about 4 October.
You may reasonably consider this to be too esoteric to worry about, but
a somewhat more forceful version of uninstall might make sense.

Michael


reply via email to

[Prev in Thread] Current Thread [Next in Thread]