From: Michael A. P. <mp...@ma...> - 2005-09-12 22:21:36
|
I think I have found a bug in gnuplot cvs (or a bug in xorg-x11??) The problem only seems to occur in the x11 terminal. The pslatex terminal (what I use most) works fine. The png terminal also works fine. any use of the x11 terminal fails. I have cc'd the fedora maintainer of gnuplot just in case he might know what the issue is. The failure: http://mpeters.us/gnuplot/failure.txt A script that demonstrates failure: http://mpeters.us/gnuplot/test.gnuplot (both those are attached to this message as well) config log from building gnuplot: http://mpeters.us/gnuplot/config.log Failure also happens when I specify export GNUPLOT_DRIVER_DIR=/opt/gnuplot/libexec/gnuplot/4.1 (the path to where gnuplot_x11 is installed) Platform: Fedora Core 4 (x86 32 bit, gcc 4.0.1) Build Environment: I'm building gnuplot as an rpm in mock (a build system that builds an rpm inside a clean chroot, it is the standard way for building packages for Fedora Extras - see http://fedoraproject.org/wiki/Projects/Mock ) The spec file I am using is based on the distribution provided Fedora Core 4 spec file. Differences are I changed the install location to /opt/gnuplot and the package name so that I wouldn't have conflicts etc. with my distros packaging of gnuplot 4.0, and of course other needed changes for building CVS version (such as BuildRequires gd-devel) The spec file I am using: http://mpeters.us/gnuplot/gnuplot-cvs.spec The src.rpm I am using: http://mpeters.us/gnuplot/gnuplot-cvs-4.1-0.cvs.20050912.fc4.src.rpm (that includes tarball of the cvs co used - date 20050912) Binary rpm: http://mpeters.us/gnuplot/gnuplot-cvs-4.1-0.cvs.20050912.fc4.i386.rpm If it is of use, here is the build log from the mock build: http://mpeters.us/gnuplot/build.log -=- Probably not needed, but: Hardware details of my headless build machine: [mpeters@utility ~]$ cat /proc/cpuinfo processor : 0 vendor_id : AuthenticAMD cpu family : 6 model : 8 model name : AMD Duron(tm) processor stepping : 1 cpu MHz : 1596.367 cache size : 64 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow bogomips : 3162.11 Hardware details of machine I'm running it on (Thinkpad T20): [mpeters@laptop ~]$ cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 8 model name : Pentium III (Coppermine) stepping : 3 cpu MHz : 547.679 cache size : 256 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 mtrr pge mca cmov pat pse36 mmx fxsr sse bogomips : 1081.34 |