Changes between Initial Version and Version 1 of Ticket #66612, comment 3


Ignore:
Timestamp:
Jan 3, 2023, 4:36:39 PM (17 months ago)
Author:
RobK88
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66612, comment 3

    initial v1  
    1 Until the port is fixed, the workaround is to use a newer compiler such as `clang-9.0`.  See below:
    2 
    3 
    4 {{{
    5 bash-3.2$ sudo port clean flac
    6 Password:
    7 --->  Cleaning flac
    8 bash-3.2$
    9 bash-3.2$ sudo port upgrade flac configure.compiler=macports-clang-9.0
    10 --->  Computing dependencies for flac
    11 --->  Fetching distfiles for flac
    12 --->  Verifying checksums for flac
    13 --->  Extracting flac
    14 --->  Configuring flac
    15 --->  Building flac                                     
    16 --->  Staging flac into destroot                         
    17 --->  Installing flac @1.4.2_0                           
    18 --->  Cleaning flac
    19 --->  Computing dependencies for flac
    20 --->  Deactivating flac @1.3.4_0
    21 --->  Cleaning flac
    22 --->  Activating flac @1.4.2_0
    23 --->  Cleaning flac
    24 --->  Updating database of binaries
    25 --->  Scanning binaries for linking errors
    26 --->  No broken files found.                             
    27 --->  No broken ports found.
    28 bash-3.2$
    29 bash-3.2$ flac --version
    30 flac 1.4.2
    31 bash-3.2$
    32 }}}
     1OOPs.  Posted to the wrong ticket.  Please ignore this comment.