Re: BuildBot Certificate Invalid

2021-08-12 Thread Ryan Schmidt
On Aug 9, 2021, at 07:37, Herby G wrote: > Getting a DATE INVALID for the SSL certificate for build.macports.org Sorry about that, I forgot to renew the certificates before I went out of town. I did renew the certificates shortly thereafter and re-sent the GitHub change notifications so everyth

Re: fluent-bit failing to build

2021-08-12 Thread Ryan Schmidt
On Aug 1, 2021, at 08:11, Herby G wrote: > > fluent-bit is failing to build on pretty much everything except Big Sur and > Catalina: https://ports.macports.org/port/fluent-bit/details/ You should file a bug report in Trac. :) I see you're one of the maintainers of the port but that's still the

Haskell Stack Ports on Apple Silicon

2021-08-12 Thread Steven Smith
I have an M1 box on which I’d like to install some haskell ports. The good news: `sudo port install stack` works and the binary runs on an M1. But when I try to install, e.g., pandoc, I hit this architecture mismatch error: > Cannot install pandoc for the arch 'arm64' because > It’s dependency s

Re: Haskell Stack Ports on Apple Silicon

2021-08-12 Thread Ken Cunningham
> I’d like to start hacking a Portfile update that will either compile pandoc > on the M1 with stack, or install the x86_64 binary and hope it runs, like the > x86_64 stack binary does. You won't be surprised to find out I did that exact thing about a year ago: https://github.com/macports/macp