Changes between Initial Version and Version 3 of Ticket #61707


Ignore:
Timestamp:
Nov 30, 2020, 7:18:52 PM (3 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61707

    • Property Status changed from new to assigned
    • Property Summary changed from Failed to build php74-postgresql: command execution failed to php74-postgresql @7.4.12: error: 'asm goto' constructs are not supported yet
    • Property Keywords bigsur added
    • Property Version changed from to 2.6.4
    • Property Owner set to ryandesign
    • Property Port php added
  • Ticket #61707 – Description

    initial v3  
    1 sudo port install php74-postgresql\\
    2 Warning: The macOS 11.0 SDK does not appear to be installed. Ports may not build correctly.\\
    3 Warning: You can install it as part of the Xcode Command Line Tools package by running `xcode-select --install'.\\
    4 --->  Computing dependencies for php74-postgresql\\
    5 The following dependencies will be installed:  postgresql13\\
    6 Continue? [Y/n]: Y\\
    7 --->  Fetching archive for postgresql13\\
    8 --->  Attempting to fetch postgresql13-13.1_0.darwin_20.x86_64.tbz2 from https://packages.macports.org/postgresql13\\
    9 --->  Attempting to fetch postgresql13-13.1_0.darwin_20.x86_64.tbz2.rmd160 from https://packages.macports.org/postgresql13\\
    10 --->  Installing postgresql13 @13.1_0\\
    11 --->  Activating postgresql13 @13.1_0\\
    12 --->  Cleaning postgresql13\\
    13 --->  Fetching archive for php74-postgresql\\
    14 --->  Attempting to fetch php74-postgresql-7.4.12_0+postgresql13.darwin_20.x86_64.tbz2 from https://packages.macports.org/php74-postgresql\\
    15 --->  Attempting to fetch php74-postgresql-7.4.12_0+postgresql13.darwin_20.x86_64.tbz2 from https://lil.fr.packages.macports.org/php74-postgresql\\
    16 --->  Attempting to fetch php74-postgresql-7.4.12_0+postgresql13.darwin_20.x86_64.tbz2 from https://nue.de.packages.macports.org/php74-postgresql\\
    17 --->  Fetching distfiles for php74-postgresql\\
    18 --->  Attempting to fetch php-7.4.12.tar.xz from https://distfiles.macports.org/php74\\
     1{{{
     2sudo port install php74-postgresql
     3Warning: The macOS 11.0 SDK does not appear to be installed. Ports may not build correctly.
     4Warning: You can install it as part of the Xcode Command Line Tools package by running `xcode-select --install'.
     5--->  Computing dependencies for php74-postgresql
     6The following dependencies will be installed:  postgresql13
     7Continue? [Y/n]: Y
     8--->  Fetching archive for postgresql13
     9--->  Attempting to fetch postgresql13-13.1_0.darwin_20.x86_64.tbz2 from https://packages.macports.org/postgresql13
     10--->  Attempting to fetch postgresql13-13.1_0.darwin_20.x86_64.tbz2.rmd160 from https://packages.macports.org/postgresql13
     11--->  Installing postgresql13 @13.1_0
     12--->  Activating postgresql13 @13.1_0
     13--->  Cleaning postgresql13
     14--->  Fetching archive for php74-postgresql
     15--->  Attempting to fetch php74-postgresql-7.4.12_0+postgresql13.darwin_20.x86_64.tbz2 from https://packages.macports.org/php74-postgresql
     16--->  Attempting to fetch php74-postgresql-7.4.12_0+postgresql13.darwin_20.x86_64.tbz2 from https://lil.fr.packages.macports.org/php74-postgresql
     17--->  Attempting to fetch php74-postgresql-7.4.12_0+postgresql13.darwin_20.x86_64.tbz2 from https://nue.de.packages.macports.org/php74-postgresql
     18--->  Fetching distfiles for php74-postgresql
     19--->  Attempting to fetch php-7.4.12.tar.xz from https://distfiles.macports.org/php74
    1920--->  Verifying checksums for php74-postgresql                    \\                   
    20 --->  Extracting php74-postgresql\\
    21 --->  Configuring php74-postgresql\\
    22 --->  Building php74-postgresql\\
    23 Error: Failed to build php74-postgresql: command execution failed\\
    24 Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_php/php74-postgresql/main.log for details.\\
    25 Error: Follow https://guide.macports.org/#project.tickets to report a bug.\\
    26 Error: Processing of port php74-postgresql failed\\
    27 --->  Some of the ports you installed have notes:\\
    28   postgresql13 has the following notes:\\
    29     To use the postgresql server, install the postgresql13-server port\\
     21--->  Extracting php74-postgresql
     22--->  Configuring php74-postgresql
     23--->  Building php74-postgresql
     24Error: Failed to build php74-postgresql: command execution failed
     25Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_php/php74-postgresql/main.log for details.
     26Error: Follow https://guide.macports.org/#project.tickets to report a bug.
     27Error: Processing of port php74-postgresql failed
     28--->  Some of the ports you installed have notes:
     29  postgresql13 has the following notes:
     30    To use the postgresql server, install the postgresql13-server port
     31}}}