Changes between Initial Version and Version 1 of Ticket #56561


Ignore:
Timestamp:
May 30, 2018, 7:53:30 PM (6 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Hmm. The error message you have db.h version 5.3.21 and libdb version 5.3.28 seems unlikely to be correct. The MacPorts db53 port @5.3.28_0 is obviously going to provide version 5.3.28 of both db.h and the libdb library.

However, the version of the db53 port was 5.3.21 back in June 2017 when our binary of p5.26-berkeleydb was compiled for El Capitan. I would guess that the build system of p5-berkeleydb stored that version number at that time.

The solution is that we need to increase the revision of p5-berkeleydb to rebuild it, any time the version of db53 is increased. This seems stupid to me, but is apparently what the developers of p5-berkeleydb want us to do.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56561

    • Property Keywords perl berkeleydb removed
    • Property Owner set to ryandesign
    • Property Status changed from new to accepted
  • Ticket #56561 – Description

    initial v1  
     1{{{
    12$ sudo port install p5-berkeleydb
    23Password:
     
    4849Compilation failed in require.
    4950BEGIN failed--compilation aborted.
     51}}}