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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b7a325ed532814d0 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!i18g2000prf.googlegroups.com!not-for-mail From: David Sauvage Newsgroups: comp.lang.ada Subject: Re: Problems with libflorist2008 in Ubuntu Date: Tue, 6 Jan 2009 16:47:37 -0800 (PST) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 82.228.131.58 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1231289257 32522 127.0.0.1 (7 Jan 2009 00:47:37 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 7 Jan 2009 00:47:37 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: i18g2000prf.googlegroups.com; posting-host=82.228.131.58; posting-account=VT4k8QoAAAB0zUvVwUYyaKE5TB63pAuh User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.0.5) Gecko/2008121622 Ubuntu/8.10 (intrepid) Firefox/3.0.5,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:4196 Date: 2009-01-06T16:47:37-08:00 List-Id: On 6 jan, 21:10, Michael Bode wrote: > Jacob Sparre Andersen writes: > > > Michael Bode wrote: > > >> are there known problems with libflorist2008? > > > You should be able to check that using the command "reportbug > > libflorist2008" (on Debian-based systems). > > There are no open bugs on bugs.launchpad.net. > > > I have had problems with Florist on Ubuntu earlier. =A0I think I ended > > up compiling my own binary package. > > That's what one gets for not using Debian, I guess ;-) Hi, i created on my launchpad PPA [1] a modified version [2] of libflorist2008 called libflorist2008-1ubuntu1 that ship florist in static library mode. [1] https://launchpad.net/~pariakanet/+archive Add the following repository information to your apt sources.list entries : deb http://ppa.launchpad.net/pariakanet/ubuntu intrepid main deb-src http://ppa.launchpad.net/pariakanet/ubuntu intrepid main Then # aptitude update && aptitude upgrade && aptitude install libflorist2008 libflorist-dev Note : LP PPA are not certified. [2] changelog libflorist (2008-1ubuntu1) intrepid; urgency=3Dlow * debian/rules : disabled florist shared library production because of unreferenced symbols. * debian/florist.gpr : - add Externally_Built param to florist.gpr and set it to True. - Library_Kind set to static. -- David