Opened 5 years ago
Last modified 15 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)
Change History (7)
Changed 5 years ago by bryancn
comment:1 follow-ups: 4 6 Changed 5 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 5 years ago by kencu (Ken)
Keywords: | leopard powerpc added; mysql57 mysql ppc 10.5.8 removed |
---|
comment:3 Changed 5 years ago by jmroot (Joshua Root)
Description: | modified (diff) |
---|
comment:4 Changed 3 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)
comment:5 Changed 3 years ago by chrstphrchvz (Christopher Chavez)
Cc: | chrstphrchvz added |
---|
comment:6 Changed 15 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
.
log