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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a589e934282bf3d5 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!r27g2000yqb.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: ANN: Simple components for Ada v3.9 Date: Tue, 13 Jul 2010 05:45:11 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <177tljo9yd2wc$.iq67ky4xvjrg$.dlg@40tude.net> NNTP-Posting-Host: 153.98.68.197 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1279025112 19149 127.0.0.1 (13 Jul 2010 12:45:12 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 13 Jul 2010 12:45:12 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r27g2000yqb.googlegroups.com; posting-host=153.98.68.197; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.4) Gecko/20100611 Firefox/3.6.4,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:12374 Date: 2010-07-13T05:45:11-07:00 List-Id: Dmitry A. Kazakov wrote: > On Mon, 12 Jul 2010 22:36:09 +0200, Dirk Heinrichs wrote: >> Dmitry A. Kazakov wrote: > >>> The version 3.9 has experimental packages for Debian and Fedora linux. >>> Note that due to gcc 4.4 bugs not all features are available. See release >>> notes: > >>>http://www.dmitry-kazakov.de/distributions/components_debian.htm > >> For which debian version are those packages? I assume "testing", because of >> gcc 4.4. > > Yes it is the "squeeze". > >> OTOH you state that "APQ persistence layer is not supported because >> APQ is not yet packaged.", but APQ packages are available for "testing". So >> I'm a bit confused. > > It wasn't there last time I looked for it. Do you have the package names > (bin and dev)? I will take a look. libapq1-dev (database-independent part) libapq-postgresql1-dev (PostgreSQL-specific part) Thanks to Adrian-Ken Rueegsegger for these packages. Unfortunately no other database-specific bindings are in Debian yet. > P.S. In any case in order to use the persistent layer of Simple Components, > the gcc 4.4 must be fixed first. The current version has controlled types > broken and some other severe issues. Wow, that's a pretty grave problem; if what you say is true, a fix in the stable GCC 4.4 branch is justified. What is the bugzilla number for this bug? -- Ludovic Brenta.