From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a37:ac1a:: with SMTP id e26mr9344135qkm.231.1562997785096; Fri, 12 Jul 2019 23:03:05 -0700 (PDT) X-Received: by 2002:a9d:73cb:: with SMTP id m11mr8980665otk.276.1562997784870; Fri, 12 Jul 2019 23:03:04 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.uzoreto.com!feeder1.cambriumusenet.nl!feed.tweak.nl!209.85.160.216.MISMATCH!b26no4186321qtq.0!news-out.google.com!a5ni108qtd.0!nntp.google.com!b26no4186320qtq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 12 Jul 2019 23:03:04 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2001:4644:6579:0:14ad:e249:567c:b7a8; posting-account=bPTmZAoAAAC_6HP9XLKB9aAAxBa6BuOR NNTP-Posting-Host: 2001:4644:6579:0:14ad:e249:567c:b7a8 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <31ca7629-0a89-4a48-9685-514c7756bdd0@googlegroups.com> Subject: Problem using GLOBE_3D/glut under Debian 10 (buster) From: reinert Injection-Date: Sat, 13 Jul 2019 06:03:05 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:56864 Date: 2019-07-12T23:03:04-07:00 List-Id: Hello, I use GLOBE_3D as a binder for OpenGL and (free-)glut for a project based on single-cell tracking: https://korsnesbiocomputing.no/ . It has functioned very well under for example linux/Debian so far Now, when I try out using the new Debian 10 (buster) I get the following error message when trying to open a menu (using glut): Unhandled Exception raised raised STORAGE_ERROR : s-intman.adb:136 explicit raise Has anybody the possibility to reproduce the error? Any idea for what is going on? I guess the problem is not related to gnat-8 (which comes with Debian 10). When I compile/link the actual program under Debian 9 and copy over the resulting binary version of it to a machine running Debian 10, then there is no problem. reinert