Package: gnat Version: 3.15p-12 Severity: important Gnat compiler crashes when I try to compile J. Kienzle Auction System for his Optima implementation of the OMT stuff (http://www.cs.mcgill.ca/~joerg/sel/research/optima.html). I can provide the source files for it if needed (or you can get them from his site).
What triggers the crash && the messages : [EMAIL PROTECTED]:~/optima/Auction_System$ make gnatdist -g -gnata -gnatf -I./. -I./Server -I./Server/Interfaces -I./Server/Objects -I./Server/Tasks -I./Server/Debug -I./Client -I./Client/Auctions -I./Client/User -I./Client/Login -I../Storage -I../Streams -I../Persistence -I../Lock -I../Transactions -I../Memory -I../Operations -I../Recovery -I../Utilities auction_system.cfg `gtkada-config` -largs -t; mv auction_client auction_server ./Execution +===========================GNAT BUG DETECTED==============================+ | 3.15p (20020523) (i486-pc-linux-gnu) Gigi abort, Code=999 | | Error detected at ./Server/Objects/auction_lists.adb:86:39 | | Please submit bug report by email to [EMAIL PROTECTED] | | Use a subject line meaningful to you and us to track the bug. | | (include your customer number #nnn in the subject line). | | Include the entire contents of this bug box in the report. | | Include the exact gnatgcc or gnatmake command that you entered. | | Also include sources listed below in gnatchop format | | (concatenated together with no headers between files). | | (use plain ASCII or MIME attachment, or FTP to your customer directory). | | See README.GNATPRO for full info on procedure for submitting bugs. | +==========================================================================+ Please include these source files with error report ./Server/Objects/auction_lists.adb ./Server/Objects/auction_lists.ads ./Server/Objects/transactional_auctions.ads ../Recovery/atomic_calls.ads ../Memory/memory_objects.ads ../Memory/memory_objects-concrete.ads ../Streams/streams.ads ../Storage/storages.ads ../Streams/buffers.ads ../Storage/storages-non_volatile.ads ../Lock/lock_managers.ads ../Lock/locks.ads ../Operations/operations.ads ../Operations/operations-normal.ads ../Transactions/transactions.ads ../Utilities/linked_lists.ads ../Memory/cache_managers.ads ../Storage/storage_params.ads ../Storage/universal_storage_params.ads ../Storage/storage_params-non_volatile.ads ../Operations/operations-creation.ads ../Operations/operations-loading.ads ../Operations/operations-saving.ads ../Operations/operations-deletion.ads ../Utilities/refkeyed_lists.ads ./Server/Objects/auctions.ads ./Server/Objects/my_strings.ads ./Server/Interfaces/remote_string_arrays.ads ./Server/Interfaces/auction_interface.ads ./Server/Interfaces/user_interface.ads ./Server/Debug/debug_auction.ads compilation abandoned gnatgcc: auction_lists.ads: No such file or directory gnatgcc: No input files bid_window_pkg.adb:138:07: no candidate interpretations match the actuals: bid_window_pkg.adb:138:07: too many arguments in call bid_window_pkg.adb:138:36: expected type "Gdouble" defined at glib.ads:65 bid_window_pkg.adb:138:36: found type "Gfloat" defined at glib.ads:64 bid_window_pkg.adb:138:36: ==> in call to "Gtk_New" at gtk-adjustment.ads:61 gnatgcc: bid_window_pkg.ads: No such file or directory gnatgcc: No input files gnatdist: auction_lists.adb compilation error mv: ne peut �valuer `auction_client': Aucun fichier ou r�pertoire de ce type mv: ne peut �valuer `auction_server': Aucun fichier ou r�pertoire de ce type make: *** [glade] Erreur 1 Some information about the system : Linux eve 2.4.27-2-686 #1 Thu Jan 20 11:10:41 JST 2005 i686 GNU/Linux lrwxrwxrwx 1 root root 13 2005-03-09 17:59 /lib/libc.so.6 -> libc-2.3.2.so It's an up-to-date (as of today ...) sarge system. I'm confident that the fault lies not in the hardware (checked the problem on another very different machine). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

