Opened 4 years ago

Last modified 8 months ago

#60380 new defect

mysql57 fails to configure on 10.5.8 PPC

Reported by: bryancn Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.6.2
Keywords: leopard powerpc Cc: chrstphrchvz (Christopher Chavez)
Port: mysql57

Description (last modified by jmroot (Joshua Root))

--->  Fetching distfiles for mysql57
--->  Verifying checksums for mysql57
--->  Extracting mysql57
--->  Applying patches to mysql57
--->  Configuring mysql57
Error: Failed to configure mysql57: configure failure: command execution failed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_databases_mysql57/mysql57/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets to report a bug.
Error: Processing of port mysql57 failed

Attachments (1)

main.log (113.2 KB) - added by bryancn 4 years ago.
log

Download all attachments as: .zip

Change History (7)

Changed 4 years ago by bryancn

Attachment: main.log added

log

comment:1 Changed 4 years ago by kencu (Ken)

this one is less easy, perhaps:

:info:configure CMake Error at cmake/os/Darwin.cmake:40 (MESSAGE):
:info:configure   Unsupported compiler!

that will take some surgery in to that file to remove that blocker, and then who knows what else after that.

comment:2 Changed 4 years ago by kencu (Ken)

Keywords: leopard powerpc added; mysql57 mysql ppc 10.5.8 removed

comment:3 Changed 4 years ago by jmroot (Joshua Root)

Description: modified (diff)

comment:4 in reply to:  1 Changed 2 years ago by chrstphrchvz (Christopher Chavez)

Replying to kencu:

this one is less easy, perhaps:

:info:configure CMake Error at cmake/os/Darwin.cmake:40 (MESSAGE):
:info:configure   Unsupported compiler!

that will take some surgery in to that file to remove that blocker, and then who knows what else after that.

Unsupported compiler! is merely due to using GCC when Clang is the only supported choice on Mac: https://github.com/mysql/mysql-server/blob/mysql-5.7.29/cmake/os/Darwin.cmake#L40. Maybe tell the port to avoid GCC? (edit: not an option on PowerPC)

Last edited 8 months ago by chrstphrchvz (Christopher Chavez) (previous) (diff)

comment:5 Changed 2 years ago by chrstphrchvz (Christopher Chavez)

Cc: chrstphrchvz added

comment:6 in reply to:  1 Changed 8 months ago by chrstphrchvz (Christopher Chavez)

Replying to kencu:

this one is less easy, perhaps:

:info:configure CMake Error at cmake/os/Darwin.cmake:40 (MESSAGE):
:info:configure   Unsupported compiler!

that will take some surgery in to that file to remove that blocker, and then who knows what else after that.

This check is defeated by adding -DFORCE_UNSUPPORTED_COMPILER=ON to configure.args.

Note: See TracTickets for help on using tickets.