Opened 2 years ago

Closed 2 years ago

#63954 closed defect (fixed)

Installing php73-openssl fails

Reported by: xgretsch Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.7.1
Keywords: openssl php Cc: cjones051073 (Chris Jones)
Port: php73-openssl

Description

I am trying to install php73-openssl on an Apple Macbook Pro under macOs Monterey 12.0.1. It's failing with the messages shown below. Going through the recommended steps of "clean" and "rev-upgrade" doesn't appear to have any effect.

--->  Computing dependencies for php73-openssl
--->  Cleaning php73-openssl
--->  Scanning binaries for linking errors
--->  Found 2 broken files, matching files to ports
--->  Found 1 broken port, determining rebuild order
--->  Rebuilding in order
     php73-openssl @7.3.32_0
--->  Computing dependencies for php73-openssl
--->  Fetching distfiles for php73-openssl
--->  Verifying checksums for php73-openssl
--->  Extracting php73-openssl
--->  Configuring php73-openssl
--->  Building php73-openssl                             
Error: Failed to build php73-openssl: command execution failed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_php/php73-openssl/main.log for details.
Error: rev-upgrade failed: Error rebuilding php73-openssl
Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.

Attachments (1)

main.log (147.0 KB) - added by xgretsch 2 years ago.
Build error log

Download all attachments as: .zip

Change History (5)

Changed 2 years ago by xgretsch

Attachment: main.log added

Build error log

comment:1 Changed 2 years ago by cjones051073 (Chris Jones)

your ports are out of date. The latest version of php73-openssl, which should fix the above is 7.3.32_1.

sudo port sync
sudo port upgrade outdated

and then try again.

Last edited 2 years ago by cjones051073 (Chris Jones) (previous) (diff)

comment:2 Changed 2 years ago by cjones051073 (Chris Jones)

Cc: cjones051073 added

comment:3 Changed 2 years ago by xgretsch

Hi Chris - thanks for that. Yes, upgrading the outdated ports has worked. I'm surprised, because this was a clean installation from just a few days ago - but I guess something changed in the mean time!

Thanks, anyway, problem solved.

comment:4 Changed 2 years ago by cjones051073 (Chris Jones)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.