Skip to content

R --gnome segfaults on RH 6.0 with R-0.65.0

4 messages · Brian Ripley, Alexander Volovics, Peter Dalgaard

#
On Mon, 30 Aug 1999, Alexander Volovics wrote:

            
(it is in the source for libgdk).
Have you upgraded all the rpms mentioned in the INSTALL? It is possible
I suppose that you have too recent versions, as well as possible that
you have too old ones.  That does work on both my RH6.0 systems, and it
was critical that I upgraded the gtk+ packages; before I did I got similar
problems.

I have moved this to R-devel, as a more appropriate place IMHO.
#
On 30-Aug-99 Prof Brian D Ripley wrote:

            
Thanks for your quick reply.

Libgdk? 
The only packages I know of with gdk/libgdk files
are `gtk+' and `gtk+10' and neither contain `gdkfont.c'.
This is what I have:

gnome-libs-1.0.12-1 & gnome-libs-devel-1.0.12-1
gtk+-1.2.3-1 & gtk+-devel-1.2.3-1
gtk+10-1.0.6-5
glib-1.2.3-1 & glib-devel-1.2.3-1
libglade-0.3-1 & libglade-devel-0.3-1
libxml-1.4.0-1 & libxml-devel-1.4.0-1
On 30-Aug-99 Peter Dalgaard wrote:

            
I had already downloaded that one. If nothing else is wrong I will
try that.
 

*************************************
Alexander Volovics
Dept of Methodology & Statistics
Maastricht University, Maastricht, NL
*************************************
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
On Mon, 30 Aug 1999, Alexander Volovics wrote:

            
No, binary rpms will not contain source files, will they?
That's a later gnome-libs than I have.
libglade is not actually used in 0.65.0, I believe. I was using the
libglade-0.3 straight from the source.
#
Alexander Volovics <awol@xs4all.nl> writes:
Try 'nm /usr/lib/libgdk.a | grep font' and I think you will see the light...
Builds and runs (i.e. doesn't crash at startup and runs
demo(graphics)) for me with

gnome-libs-1.0.11-1
gnome-libs-devel-1.0.11-1
gtk+-1.2.3-1
gtk+-1.2.3-1
gtk+10-1.0.6-5
glib-1.2.3-1
glib-devel-1.2.3-1
libglade-0.4-SNAP
libglade-devel-0.4-SNAP
libxml-1.4.0-1
libxml-devel-1.4.0-1
libxml10-1.0.0-1

I'd say libglade is the culprit...