Re: MySQL 8 configuring errors on M1 machines

2021-09-04 Thread 조성빈
y email > provider is a spammer.) That would be annoying… My experience was the opposite though – the MacPorts mailing list frequently thinks that I’m a spammer for some reason. :-( > Sent: Thursday, September 02, 2021 at 9:57 AM > From: "조성빈" > Subject: MySQL 8 configuring err

MySQL 8 configuring errors on M1 machines

2021-09-02 Thread 조성빈
Hello, Can anyone check if requesting a MySQL 8 install errors out in configure stage on M1 machines? Running sudo port install mysql8 has been failing for some time – it did install a few months ago. Since some point it started to fail upgrading, . I’ve been reading the log files (attached a

Running MacPorts on macOS 12?

2021-06-07 Thread 조성빈
Sorry for bugging the mailing list with a day-one beta. Trying to run macports with 'sudo port’ errors out with a OS platform mismatch error. Error: Current platform "darwin 21" does not match expected platform "darwin 20" Error: If you upgraded your OS, please follow the migration

Re: Different versions per swift version in Portfile

2021-05-25 Thread 조성빈
Thanks for your help! I opened #11143 <https://github.com/macports/macports-ports/pull/11143> based on your suggestions. > 2021. 5. 25. 오후 9:34, Andrew Udvare 작성: > >> On 2021-05-25, at 08:23, 조성빈 wrote: >> >>> 2021. 5. 25. 오후 3:56, Andrew Udvare 작성: >&

Re: Different versions per swift version in Portfile

2021-05-25 Thread 조성빈
작성: > > >> On 2021-05-24, at 13:27, 조성빈 wrote: >> >> I’m trying to write my first Portfile for the swift-format tool. >> >> I’m referencing the xcodes port as an example of a Swift port. >> >> The problem here is that the version of the tool must be sync

Different versions per swift version in Portfile

2021-05-24 Thread 조성빈
I’m trying to write my first Portfile for the swift-format tool . I’m referencing the xcodes port as an example of a Swift port. The problem here is that the version of the

Re: Can anyone check if Zig 0.7.1 compiles on ARM MacPorts?

2021-04-09 Thread 조성빈
Thanks for the confirmation! Can you also attach the log files so that I can just confirm the error is same? > 2021. 4. 10. 오전 2:54, 작성: > > pmm:~ pet$ sudo port install zig > Password: > Warning: The macOS 11.2 SDK does not appear to be installed. Ports may not > build correctly. > Warning:

Newly added Zig portfile build error

2021-03-27 Thread 조성빈
As the llvm-11 and zig PRs were merged, I selfupdated the macports port tree and tried to install zig. Looks like the build fails when CMake tries to install the built binaries to destroot: :info:destroot CMake Error at

Writing a Portfile for the Zig language / lld

2021-03-24 Thread 조성빈
I’m trying to write a Portfile for the Zig language[0] where the base-provided port is outdated. (And if possible, upstream it.) This is my first try on writing a Portfile (sheepishly thinking updating the outdated port would be easy). The build process requires LLVM, clang, and lld ==11.x[1],