Re: MacPorts 2.7.0-beta1 now available for testing

2021-04-27 Thread Ken Cunningham
An observation: When I first install MP, it appears I can execute “port -v” and simple non-sudo port commands without using sudo. However, after the first time I use “sudo port ..”, something changes, and I must forever use “sudo port … “ after that. Then, if I reinstall base again right over

Re: GitHub CI Jobs Slower than Usual?

2021-04-27 Thread Ryan Schmidt
On Apr 27, 2021, at 18:21, Ryan Schmidt wrote: > On Apr 27, 2021, at 18:07, Ryan Schmidt wrote: > >> On Apr 27, 2021, at 17:24, Ryan Schmidt wrote: >> >>> I know there is a bug in base where the same host is tried twice, but I >>> haven't seen it happen three times before. >>> >>> https://trac

Re: GitHub CI Jobs Slower than Usual?

2021-04-27 Thread Ryan Schmidt
On Apr 27, 2021, at 18:07, Ryan Schmidt wrote: > On Apr 27, 2021, at 17:24, Ryan Schmidt wrote: > >> I know there is a bug in base where the same host is tried twice, but I >> haven't seen it happen three times before. >> >> https://trac.macports.org/ticket/57719 > > Ok yes that is the bug. Ea

Re: openmpi-* subports, and publishing of binaries

2021-04-27 Thread Ryan Schmidt
On Apr 27, 2021, at 18:15, Christopher Nielsen wrote: > [My previous reply looks like it may be stuck in the mailman queue, and/or > rejected. So re-sending with additional info.] > > Well, the investigation is all on me, barring a definitive answer from > someone more knowledgable. > > But

Re: openmpi-* subports, and publishing of binaries

2021-04-27 Thread Christopher Nielsen
[My previous reply looks like it may be stuck in the mailman queue, and/or rejected. So re-sending with additional info.] Well, the investigation is all on me, barring a definitive answer from someone more knowledgable. But after a lot of scouring, I haven’t found anything in the OpenMPI docum

Re: GitHub CI Jobs Slower than Usual?

2021-04-27 Thread Ryan Schmidt
On Apr 27, 2021, at 17:24, Ryan Schmidt wrote: > I know there is a bug in base where the same host is tried twice, but I > haven't seen it happen three times before. > > https://trac.macports.org/ticket/57719 Ok yes that is the bug. Each of the archive_site_local entries (which in the case

Re: GitHub CI Jobs Slower than Usual?

2021-04-27 Thread Ryan Schmidt
On Apr 27, 2021, at 16:50, Christopher Nielsen wrote: >> How do I access this log for a PR build? > To get the detailed logs, you have to download the zipped log archive. Start > by navigating here: > > https://github.com/macports/macports-ports/pull/10781/checks?check_run_id=2427118047 > >

Re: openmpi-* subports, and publishing of binaries

2021-04-27 Thread Ryan Schmidt
On Apr 27, 2021, at 17:10, Christopher Nielsen wrote: > As a follow-up to this thread, I recently noticed that we’ve been publishing > binaries for port hwloc for quite some time. And openmpi is utilizing that > library, apparently without any issues. (Confirmed by the dependencies of the >

Re: openmpi-* subports, and publishing of binaries

2021-04-27 Thread Christopher Nielsen
As a follow-up to this thread, I recently noticed that we’ve been publishing binaries for port hwloc for quite some time. And openmpi is utilizing that library, apparently without any issues. (Confirmed by the dependencies of the openmpi-* binaries, via otool.) So I’m wondering if perhaps there

Re: GitHub CI Jobs Slower than Usual?

2021-04-27 Thread Christopher Nielsen
To get the detailed logs, you have to download the zipped log archive. Start by navigating here: https://github.com/macports/macports-ports/pull/10781/checks?check_run_id=2427118047 Above the console view, t

Re: GitHub CI Jobs Slower than Usual?

2021-04-27 Thread Ryan Schmidt
On Apr 27, 2021, at 11:17, Ryan Schmidt wrote: > On Apr 27, 2021, at 10:58, Christopher Nielsen wrote: > >> Is this normal/expected? > > Nope, there is a problem for me to fix on the server. I see lots of "403 > Forbidden" requests to the private archives, so I need to update the list of >

Re: Reminder: Pull request CI checks will break on May 1

2021-04-27 Thread Ryan Schmidt
On Apr 23, 2021, at 07:08, Ryan Schmidt wrote: > The Bintray service will cease to exist on May 1. Our pull request CI checks > rely on being able to download certain assets from Bintray, so unless we do > something to fix this before then, our pull request CI checks will no longer > work as of

Re: M1 CPU features

2021-04-27 Thread Jason Liu
In addition to SIMDe, projects like Blender are using sse2neon to allow them to compile Blender on arm64 while using libraries that use Intel intrinsics and haven't been ported for use with Arm Neon. https://github.com/DLTcollab/sse2neon I plan to package sse2neon after I update a couple of the o

Re: M1 CPU features

2021-04-27 Thread Jason Liu
On Mon, Apr 26, 2021 at 2:56 PM Georges Martin wrote: > Question is: would Apple adopt ARMv9 with SVE2 in a M2 for a future Mac > Pro ? ;-) > It might not happen for the M2, but I think it's virtually guaranteed that Apple will adopt ARMv9 at some point. With the success of the M1, it looks like

Re: GitHub CI Jobs Slower than Usual?

2021-04-27 Thread Ryan Schmidt
On Apr 27, 2021, at 11:36, Christopher Nielsen wrote: > Ryan, from what I can see in the logs, qt5-qttools doesn’t appear to be > building. > > It looks like the published binary is being fetched: > > ---> Fetching archive for qt5-qttools > DEBUG: Executing org.macports.archivefetch (qt5-qttoo

Re: GitHub CI Jobs Slower than Usual?

2021-04-27 Thread Christopher Nielsen
Ryan, from what I can see in the logs, qt5-qttools doesn’t appear to be building. It looks like the published binary is being fetched: ---> Fetching archive for qt5-qttools DEBUG: Executing org.macports.archivefetch (qt5-qttools) DEBUG: euid/egid changed to: 0/0 DEBUG: chowned /opt/local/var/ma

Re: GitHub CI Jobs Slower than Usual?

2021-04-27 Thread Ryan Schmidt
On Apr 27, 2021, at 10:58, Christopher Nielsen wrote: > I’ve noticed this with all of my recent PRs. > > But here’s one from a few days ago, for NoMacs: > https://github.com/macports/macports-ports/pull/10781/checks?check_run_id=2427118047 > > Looking at the raw logs, with timestamps, illustrate

Re: GitHub CI Jobs Slower than Usual?

2021-04-27 Thread Christopher Nielsen
I’ve noticed this with all of my recent PRs. But here’s one from a few days ago, for NoMacs: https://github.com/macports/macports-ports/pull/10781/checks?check_run_id=2427118047 Looking at the raw logs, with timestamps, illustrates the issue. The first dependency started installing at 3:33pm: 20

Re: MacPorts 2.7.0-beta1 now available for testing

2021-04-27 Thread Ken Cunningham
Perhaps useful, I see this exact same database attach permissions error when I installed tip-of-tree macports-base on Ubuntu Linux last night. Ken > On Apr 25, 2021, at 3:38 PM, Ken Cunningham > wrote: > > WTH — five minutes later, and now the new install is also doing the same > issue,

Re: GitHub CI Jobs Slower than Usual?

2021-04-27 Thread Ryan Schmidt
On Apr 25, 2021, at 08:46, Christopher Nielsen wrote: > Are the GitHub CI builds running much slower than usual? (At least, as > compared to a few weeks ago.) > > Installing of dependencies, in particular, is taking several hours. > > Does anyone have any thoughts/insight? Can you point me to

Re: GitHub CI Jobs Failing During MacPorts Bootstrap

2021-04-27 Thread Ryan Schmidt
On Apr 27, 2021, at 09:37, Christopher Nielsen wrote: > force-push a change to re-initiate the CI process. Or close and reopen the PR using the GitHub web interface.

Re: GitHub CI Jobs Failing During MacPorts Bootstrap

2021-04-27 Thread Christopher Nielsen
FYI, Bintray is available at the moment. So if you created a new PR over the past two days, and the CI jobs died immediately due to Bintray being unavailable, force-push a change to re-initiate the CI process. > On 2021-04-26-M, at 15:48, Christopher Nielsen > wrote: > > Thanks for clarifyi

Re: M1 CPU features

2021-04-27 Thread Saagar Jha
J313 is the codename for the M1 MacBook Air. Saagar Jha > On Apr 26, 2021, at 11:56, Georges Martin wrote: > >> Aha, hw.optional! That's useful, thanks Georges! > > You're welcome :-) You also have: > > hw.optional.amx_version: 2 > hw.optional.arm64: 1 > hw.targettype: J313