Changes between Initial Version and Version 1 of Ticket #63570, comment 4


Ignore:
Timestamp:
Oct 19, 2021, 9:42:58 PM (3 years ago)
Author:
mpp-xiaobc
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63570, comment 4

    initial v1  
    11As a workaround I am using gdbm@1.20, commit 4756df1a8691db45b55cbe47124fd34945dd4914 (https://github.com/macports/macports-ports/tree/4756df1a8691db45b55cbe47124fd34945dd4914/databases/gdbm).
     2
     3Edit: Strangely, when I installed clang-12 it autoupdated to gdbm@1.21 without a problem:
     4
     5{{{
     6$ sudo port install clang-12
     7Password:
     8--->  Computing dependencies for gdbm
     9--->  Staging gdbm into destroot
     10--->  Installing gdbm @1.21_0
     11--->  Cleaning gdbm
     12--->  Computing dependencies for gdbm
     13--->  Deactivating gdbm @1.20_0
     14--->  Cleaning gdbm
     15--->  Activating gdbm @1.21_0
     16--->  Cleaning gdbm
     17--->  Computing dependencies for clang-12
     18--->  Building clang-12
     19}}}