This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNAT-3.2 bug compiling GTKAda-2.0 on PowerPC


Here's the error:
---8<---
make -C src
make[1]: Entering directory `/home/etanol/bajadas/src/GtkAda-2.0.0/src'
mkdir -p lib-obj
chmod +x gate gtkada-config
make -C gtkextra
make[2]: Entering directory `/home/etanol/bajadas/src/GtkAda-2.0.0/src/gtkextra'
make[2]: No se hace nada para `all'.
make[2]: Leaving directory `/home/etanol/bajadas/src/GtkAda-2.0.0/src/gtkextra'
gcc-3.2 -c -I../ -O2 -gnatn -gnatws -fPIC -I- ../gdk-bitmap.adb
+===========================GNAT BUG DETECTED==============================+
| 3.2.3 20030309 (prerelease) (powerpc-unknown-linux-gnu) GCC error:       |
| Error interno del compilador distribute_notes, en combine.c:12624        |
| Error detected at ../gdk-bitmap.adb:51:14                                |
| Please submit a bug report, see http://gcc.gnu.org/bugs.html.            |
| Include the entire contents of this bug box in the report.               |
| Include the exact gcc-3.2 or gnatmake command that you entered.          |
| Also include sources listed below in gnatchop format                     |
| (concatenated together with no headers between files).                   |
+==========================================================================+

Please include these source files with error report

../gdk-bitmap.adb
../gdk-bitmap.ads
../gdk.ads
../glib.ads
../gdk-window.ads
../glib-object.ads
../gtkada.ads
../gtkada-types.ads
../glib-glist.ads
../gdk-color.ads
../gdk-visual.ads
../gdk-cursor.ads
../gdk-event.ads
../glib-generic_properties.ads
../glib-values.ads
../gdk-rectangle.ads
../gdk-types.ads
../glib-glist.adb
../glib-generic_properties.adb

compilation abandoned
gnatmake: "../gdk-bitmap.adb" compilation error
make[1]: *** [lib-obj/make_gtk.o] Error 4
make[1]: Leaving directory `/home/etanol/bajadas/src/GtkAda-2.0.0/src'
make: *** [all] Error 2
--->8---

That was trying to compile GTKAda-2.0 on a Debian Sid ppc. I'm not sure if
I should include the sources as you can download them from:

http://libre.act-europe.fr/GtkAda/GtkAda-2.0.0.tgz

Just type ./configure and make. Now here's some more information about my
environment:

---8<---
etanol[0]butterfly:~$ uname -a
Linux butterfly 2.4.20-ben6 #1 mié feb 26 21:32:19 CET 2003 ppc unknown unknown GNU/Linux

etanol[0]butterfly:~$ cat /proc/cpuinfo
cpu		: 750FX
clock		: 600MHz
revision	: 1.2 (pvr 7000 0102)
bogomips	: 1189.47
machine 	: PowerBook4,3
motherboard	: PowerBook4,3 MacRISC2 MacRISC Power Macintosh
detected as	: 257 (iBook 2 rev. 2)
pmac flags	: 0000000b
L2 cache	: 512K unified
memory		: 256MB
pmac-generation : NewWorld

etanol[0]butterfly:~$ dpkg -l | egrep -i 'gnat|gcc'
ii  gcc 	   3.2.2-0	  The GNU C compiler.
ii  gcc-3.2	   3.2.3-0pre5	  The GNU C compiler
ii  gcc-3.2-base   3.2.3-0pre5	  The GNU Compiler Collection (base package)
ii  gnat-3.2	   3.2.3-0pre5	  The GNU Ada compiler
ii  libgcc1	   3.2.3-0pre5	  GCC support library
ii  libgnat3.15a   3.2.3-0pre3	  Runtime library for GNU Ada applications
ii  libstlport4.5g 4.5.3-5cjh2	  STLport C++ class library compiled with gcc3

etanol[0]butterfly:~$ gcc -v
Leyendo especificaciones de /usr/lib/gcc-lib/powerpc-linux/3.2.3/specs
Configurado con: ../src/configure -v --enable-languages=c,c++,java,f77,proto,objc,ada --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.2 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-java-gc=boehm --enable-objc-gc powerpc-linux
Modelo de hilos: posix
gcc versión 3.2.3 20030309 (Debian prerelease)

etanol[0]butterfly:~$ dpkg -l | grep libgtk
ii  libgtk1.2	   1.2.10-14	  The GIMP Toolkit set of widgets for X
ii  libgtk1.2-comm 1.2.10-14	  Common files for the GTK+ library
ii  libgtk2.0-0    2.2.1-3	  The GTK+ graphical user interface library
ii  libgtk2.0-0png 2.2.1-3	  Dummy package for libgtk2.0-0
ii  libgtk2.0-comm 2.2.1-3	  Common files for the GTK+ graphical user int
ii  libgtk2.0-dev  2.2.1-3	  Development files for the GTK+ library
ii  libgtkhtml2-0  2.2.0-2	  HTML rendering/editing library - runtime fil
--->8---

If you need more information please make me know it.

Thanks for your attention.

-- 
In the grilled a churrasco (Unix powered).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]