Skip Menu |

This queue is for tickets about the DB_File CPAN distribution.

Report information
The Basics
Id: 99057
Status: resolved
Priority: 0/
Queue: DB_File

People
Owner: Nobody in particular
Requestors: JHI [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: tru64 needs libs hint
Patch attached.
Subject: 0001-Tru64-Berkeley-DB-needs-ldb.patch
From 3cf8d87a1aec0e924cc02a93a545c3d62f9e82a7 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi <jhi@iki.fi> Date: Mon, 22 Sep 2014 12:44:43 -0400 Subject: [PATCH] Tru64: Berkeley DB needs -ldb. --- cpan/DB_File/hints/dec_osf.pl | 1 + 1 file changed, 1 insertion(+) create mode 100644 cpan/DB_File/hints/dec_osf.pl diff --git a/cpan/DB_File/hints/dec_osf.pl b/cpan/DB_File/hints/dec_osf.pl new file mode 100644 index 0000000..3328def --- /dev/null +++ b/cpan/DB_File/hints/dec_osf.pl @@ -0,0 +1 @@ +$self->{LIBS} = ['-ldb']; -- 2.1.0
On Mon Sep 22 13:12:57 2014, JHI wrote: Show quoted text
> Patch attached.
Thanks, patch applied.
Subject: Re: [rt.cpan.org #99057] tru64 needs libs hint
Date: Mon, 22 Sep 2014 16:40:53 -0400
To: bug-DB_File [...] rt.cpan.org
From: Jarkko Hietaniemi <jhi [...] iki.fi>
On Monday-201409-22, 14:42, Paul Marquess via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=99057 > > > On Mon Sep 22 13:12:57 2014, JHI wrote:
>> Patch attached.
> > > Thanks, patch applied. >
Actually, sorry about, please drop this patch. I thought it helped but in the end it didn't (the system has both vendor-supplied and separately installed BerkeleyDB).
On Mon Sep 22 16:41:04 2014, jhi@iki.fi wrote: Show quoted text
> On Monday-201409-22, 14:42, Paul Marquess via RT wrote:
> > <URL: https://rt.cpan.org/Ticket/Display.html?id=99057 > > > > > On Mon Sep 22 13:12:57 2014, JHI wrote:
> >> Patch attached.
> > > > > > Thanks, patch applied. > >
> > Actually, sorry about, please drop this patch. > > I thought it helped but in the end it didn't (the system has both > vendor-supplied and separately installed BerkeleyDB). >
Done. Paul
I think this ticket can be closed. For future reference: (1) Tru64 comes with DB 1.85 headers and library. With those, things will build but tests will fail. (2) But if you have the DB 3 installed to e.g. /usr/local, you should Configure -Dlocincpth=/usr/local/include/db3