Changes between Initial Version and Version 1 of Ticket #62323


Ignore:
Timestamp:
Feb 20, 2021, 8:50:21 AM (4 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The relevant error is actually:

osdep/macos/swift_compat.swift:29:38: error: cannot convert value of type 'CALayerContentsFormat' to specified type 'String'
    static let RGBA16Float: String = kCAContentsFormatRGBA16Float
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                                 .rawValue
osdep/macos/swift_compat.swift:30:36: error: cannot convert value of type 'CALayerContentsFormat' to specified type 'String'
    static let RGBA8Uint: String = kCAContentsFormatRGBA8Uint
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
                                                             .rawValue
osdep/macos/swift_compat.swift:31:36: error: cannot convert value of type 'CALayerContentsFormat' to specified type 'String'
    static let gray8Uint: String = kCAContentsFormatGray8Uint
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
                                                             .rawValue

So this is a duplicate of #62177.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62323

    • Property Status changed from new to assigned
    • Property Cc ionic@… removed
    • Property Summary changed from Failed to build mpv @0.33.0_2 Error code: CHILDSTATUS 53341 1 to mpv @0.33.0_2: error: cannot convert value of type 'CALayerContentsFormat' to specified type 'String'
    • Property Keywords highsierra added; High Sierra removed
    • Property Owner set to Ionic
  • Ticket #62323 – Description

    initial v1  
    11'''On macOS 10.13, ​mpv fails to build:'''
    22
     3{{{
    34Failed to build mpv: command execution failed
    4 
    55:debug:build Error code: CHILDSTATUS 53341 1
    6 
    76:debug:build Backtrace: command execution failed
    8 
    97:debug:build     while executing
    10 
    118:debug:build "system {*}$notty {*}$nice $fullcmdstring"
    12 
    139:debug:build     invoked from within
    14 
    1510:debug:build "command_exec build"
    16 
    1711:debug:build     (procedure "portbuild::build_main" line 8)
    18 
    1912:debug:build     invoked from within
    20 
    2113:debug:build "$procedure $targetname"
    22 
     14}}}
    2315
    2416'''See attached main.log.zip for details.'''