GIMP-1.2.5 Compile Fails
This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.
This is a read-only list on gimpusers.com so this discussion thread is read-only, too.
GIMP-1.2.5 Compile Fails | Jeff Trefftzs | 15 Jun 07:24 |
GIMP-1.2.5 Compile Fails | Carol Spears | 15 Jun 17:35 |
GIMP-1.2.5 Compile Fails | Jonathan E. Paton | 15 Jun 18:41 |
GIMP-1.2.5 Compile Fails | Sven Neumann | 16 Jun 12:20 |
GIMP-1.2.5 Compile Fails | Jeff Trefftzs | 15 Jun 19:49 |
GIMP-1.2.5 Compile Fails | Mukund | 16 Jun 15:11 |
GIMP-1.2.5 Compile Fails | Tom Williams | 15 Jun 10:12 |
GIMP-1.2.5 Compile Fails | A Guy Called Tyketto | 15 Jun 12:12 |
GIMP-1.2.5 Compile Fails | BandiPat | 15 Jun 13:47 |
GIMP-1.2.5 Compile Fails
Hi All -
I just downloaded and began compiling the latest stable gimp, 1.2.5. Configure worked properly, but the compile failed with the following output:
gcc -DHAVE_CONFIG_H -I. -I. -I..
-I.. -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/local/include
-DLIBDIR=\""/usr/local/lib/gimp/1.2"\" -DLOCALEDIR=\""/usr/local/share/locale"\" -DREGEX_MALLOC -DG_LOG_DOMAIN=\"Gimp\" -DGTK_DISABLE_COMPAT_H -g -O2 -Wall -c parasitelist.c
In file included from
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/limits.h:132,
from
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/syslimits.h:7,
from
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/limits.h:11,
from /usr/lib/glib/include/glibconfig.h:9,
from /usr/include/glib-1.2/glib.h:66,
from /usr/include/gtk-1.2/gdk/gdktypes.h:33,
from /usr/include/gtk-1.2/gdk/gdk.h:31,
from /usr/include/gtk-1.2/gtk/gtk.h:31,
from parasitelist.c:22:
/usr/include/limits.h:-6358: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
Any ideas what might cause this? I'm on RH9, with a previously installed Gimp-1.2.3. Is it my system (not impossible) or is this a real bug?
GIMP-1.2.5 Compile Fails
Jeff Trefftzs wrote:
Hi All -
I just downloaded and began compiling the latest stable gimp, 1.2.5. Configure worked properly, but the compile failed with the following output:
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/local/include -DLIBDIR=\""/usr/local/lib/gimp/1.2"\" -DLOCALEDIR=\""/usr/local/share/locale"\" -DREGEX_MALLOC -DG_LOG_DOMAIN=\"Gimp\" -DGTK_DISABLE_COMPAT_H -g -O2 -Wall -c parasitelist.c In file included from
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/limits.h:132, from
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/syslimits.h:7, from
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/limits.h:11, from /usr/lib/glib/include/glibconfig.h:9, from /usr/include/glib-1.2/glib.h:66, from /usr/include/gtk-1.2/gdk/gdktypes.h:33, from /usr/include/gtk-1.2/gdk/gdk.h:31, from /usr/include/gtk-1.2/gtk/gtk.h:31, from parasitelist.c:22: /usr/include/limits.h:-6358: internal error: Segmentation fault Please submit a full bug report,
with preprocessed source if appropriate.Any ideas what might cause this? I'm on RH9, with a previously installed Gimp-1.2.3. Is it my system (not impossible) or is this a real bug?
This looks like a compiler bug as I was able to build gimp-1.2.5 on Slackware 8 with a custom 2.4.20 kernel, gcc-3.3, glibc-2.3.2, and glib/gtk+-1.2.10.
Can you possibly upgrade to gcc-3.3 (sources at ftp.gnu.org/gnu/gcc) and see what happens?
Peace...
Tom
GIMP-1.2.5 Compile Fails
On Sun, Jun 15, 2003 at 01:12:51AM -0700, Tom Williams wrote:
Jeff Trefftzs wrote:
/usr/include/limits.h:-6358: internal error: Segmentation fault Please submit a full bug report,
with preprocessed source if appropriate.Any ideas what might cause this? I'm on RH9, with a previously installed Gimp-1.2.3. Is it my system (not impossible) or is this a real bug?
This looks like a compiler bug as I was able to build gimp-1.2.5 on Slackware 8 with a custom 2.4.20 kernel, gcc-3.3, glibc-2.3.2, and glib/gtk+-1.2.10.
Can you possibly upgrade to gcc-3.3 (sources at ftp.gnu.org/gnu/gcc) and see what happens?
Peace...
Hate to throw a 'me too' in here, but gimp-1.2.5 compiles cleanly (both patched and full source) on my Slackware 9.0 box, gcc-3.2.2, glibc-2.3.1, gtk+-1.2.10. From the error that you posted, it sounds like it's a glibc error that you're getting. Check which version of glibc you're using, and let us know.
BL.
GIMP-1.2.5 Compile Fails
On Sunday 15 June 2003 06:12, A Guy Called Tyketto wrote:
On Sun, Jun 15, 2003 at 01:12:51AM -0700, Tom Williams wrote:
Jeff Trefftzs wrote:
/usr/include/limits.h:-6358: internal error: Segmentation fault Please submit a full bug report,
with preprocessed source if appropriate.Any ideas what might cause this? I'm on RH9, with a previously installed Gimp-1.2.3. Is it my system (not impossible) or is this a real bug?
This looks like a compiler bug as I was able to build gimp-1.2.5 on Slackware 8 with a custom 2.4.20 kernel, gcc-3.3, glibc-2.3.2, and glib/gtk+-1.2.10.
Can you possibly upgrade to gcc-3.3 (sources at ftp.gnu.org/gnu/gcc) and see what happens?
Peace...
Hate to throw a 'me too' in here, but gimp-1.2.5 compiles cleanly (both patched and full source) on my Slackware 9.0 box, gcc-3.2.2, glibc-2.3.1, gtk+-1.2.10. From the error that you posted, it sounds like it's a glibc error that you're getting. Check which version of glibc you're using, and let us know.
BL.
===================
Jeff,
Also check to see if you have all the development files installed too.
Usually that is the problem with most compiles and if you are running
the downloaded version of RH, they don't always include all the devel
files you need. They have what now 3 or 5 ISO images for download? If
you only got the first 3, you probably need the other 2 as well.
Patrick
GIMP-1.2.5 Compile Fails
Jeff! Hello!
this has to be a problem with TheGIMP!
would you like for me to file the bugreport?
carol
On 2003-06-14 at 2224.01 -0700, Jeff Trefftzs typed this:
Hi All -
I just downloaded and began compiling the latest stable gimp, 1.2.5. Configure worked properly, but the compile failed with the following output:
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/local/include -DLIBDIR=\""/usr/local/lib/gimp/1.2"\" -DLOCALEDIR=\""/usr/local/share/locale"\" -DREGEX_MALLOC -DG_LOG_DOMAIN=\"Gimp\" -DGTK_DISABLE_COMPAT_H -g -O2 -Wall -c parasitelist.c In file included from
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/limits.h:132, from
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/syslimits.h:7, from
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/limits.h:11, from /usr/lib/glib/include/glibconfig.h:9, from /usr/include/glib-1.2/glib.h:66, from /usr/include/gtk-1.2/gdk/gdktypes.h:33, from /usr/include/gtk-1.2/gdk/gdk.h:31, from /usr/include/gtk-1.2/gtk/gtk.h:31, from parasitelist.c:22: /usr/include/limits.h:-6358: internal error: Segmentation fault Please submit a full bug report,
with preprocessed source if appropriate.Any ideas what might cause this? I'm on RH9, with a previously installed Gimp-1.2.3. Is it my system (not impossible) or is this a real bug?
GIMP-1.2.5 Compile Fails
--- Carol Spears wrote:
Jeff! Hello!
this has to be a problem with TheGIMP!
would you like for me to file the bugreport?
carol
Hi all,
This is not a problem with the GIMP, more likely GTK, glibc AND/OR gcc itself. Try compiling the following test code (the contents of line 22 of parasitelist.c, the file that failed):
#include
int main (void) {
/* Do Nothing */
}
saved as 'segfault.c', with the following gcc command:
gcc -Wall -g segfault.c -o segfault `gtk-config --cflags` \ `gtk-config --libs`
I suggest that updating gcc and gtk to the latest STABLE versions should be enough. I have had problems with gcc on Redhat before, which couldn't compile a later version of gcc!
In the past, Redhat has used the latest unstable version of gcc for their build. The fact that gcc is segfaulting does suggest that it is a good candiate to update. If you 'make clean' and retry, does the same error appear?
Jonathan Paton
---ORIGINAL MESSAGE---
On 2003-06-14 at 2224.01 -0700, Jeff Trefftzs typed this:
Hi All -
I just downloaded and began compiling the latest stable gimp, 1.2.5. Configure worked properly, but the compile failed with the following output:
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/local/include -DLIBDIR=\""/usr/local/lib/gimp/1.2"\" -DLOCALEDIR=\""/usr/local/share/locale"\" -DREGEX_MALLOC -DG_LOG_DOMAIN=\"Gimp\" -DGTK_DISABLE_COMPAT_H -g -O2 -Wall -c parasitelist.c
In file included from
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/limits.h:132, from
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/syslimits.h:7, from
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/limits.h:11, from /usr/lib/glib/include/glibconfig.h:9, from /usr/include/glib-1.2/glib.h:66, from /usr/include/gtk-1.2/gdk/gdktypes.h:33, from /usr/include/gtk-1.2/gdk/gdk.h:31, from /usr/include/gtk-1.2/gtk/gtk.h:31, from parasitelist.c:22: /usr/include/limits.h:-6358: internal error: Segmentation fault Please submit a full bug report,
with preprocessed source if appropriate.Any ideas what might cause this? I'm on RH9, with a previously installed Gimp-1.2.3. Is it my system (not impossible) or is this a real bug?
--Jeff
=====
#!perl
$J=' 'x25 ;for (qq< 1+10 9+14 5-10 50-9 7+13 2-18 6+13
17+6 02+1 2-10 00+4 00+8 3-13 3+12 01-5 2-10 01+1 03+4
00+4 00+8 1-21 01+1 00+5 01-7 >=~/ \S\S \S\S /gx) {m/(
\d+) (.+) /x,, vec$ J,$p +=$2 ,8,= $c+= +$1} warn $J,,
_________________________
GIMP-1.2.5 Compile Fails
Hi Gimpers -
Following up on my own post (sorry 'bout that) - there's no bug. It was my system configuration. I tweaked it last night and today the compile ran fine. Sorry to have bothered y'all.
Regards,
GIMP-1.2.5 Compile Fails
Hi,
Carol Spears writes:
this has to be a problem with TheGIMP!
Huh?? If a compiler crashes with a Segmentation Fault, it certainly is _not_ a problem with the code it is compiling.
Carol, please be careful with such statements. Your gimp.org email address gives your mails some additional weight, so you should not give such comments unless you know what you are talking about.
Sven
GIMP-1.2.5 Compile Fails
On Sat, Jun 14, 2003 at 10:24:01PM -0700, Jeff Trefftzs wrote:
[...]
| /usr/include/limits.h:-6358: internal error: Segmentation fault
| Please submit a full bug report,
| with preprocessed source if appropriate.
|
| Any ideas what might cause this? I'm on RH9, with a previously
| installed Gimp-1.2.3. Is it my system (not impossible) or is this a
| real bug?
GIMP 1.2.5 built fine on my installation of RH9. I suggest checking your system with a memory and I/O subsystem test script such as the one at this URL: http://people.redhat.com/dledford/memtest.html
Mukund