Re: What happens when a port fails to compile (+universal) and there is no maintainer?

2022-08-22 Thread Sriranga Veeraraghavan
I tried to build jemalloc without +universal on my M1 Mac on Big Sur and did not encounter any errors. When I tried to build it with +universal, I saw the same error as in the log file attached to the trac case. The clang messages suggest that an express cast will solve the compile problem:

Re: What happens when a port fails to compile (+universal) and there is no maintainer?

2022-08-22 Thread Ken Cunningham
it builds OK universal on Monterey Intel: % port -v installed jemalloc The following ports are currently installed: jemalloc @5.3.0_2+universal (active) requested_variants='+universal' platform='darwin 21' archs='arm64 x86_64' date='2022-08-22T17:31:05-0700’ There are many combinations and pe

Re: What happens when a port fails to compile (+universal) and there is no maintainer?

2022-08-22 Thread Bill Cole
On 2022-08-22 at 10:26:14 UTC-0400 (Mon, 22 Aug 2022 15:26:14 +0100) Philip Potter is rumored to have said: Hi, What happens when a port fails to compile (+universal) and there is no maintainer? The failure remains until someone with the right combination of skill and motivation fixes it

What happens when a port fails to compile (+universal) and there is no maintainer?

2022-08-22 Thread Philip Potter
Hi, What happens when a port fails to compile (+universal) and there is no maintainer? ie jemalloc? <https://ports.macports.org/port/jemalloc/details/> The auto build build either an arm64 or an x86_64, so seems like no one would ever know if a +universal build fails. How or who re