During Migration to Arm64 mac, should I null out archs='x86_64' from installed ports list?

2022-04-11 Thread Jim DeLaHunt
Hello, MacPorts folks: I am following the MacPorts wiki "Migration"[1] instructions as I move from a macOS 10.14.6 Mojave machine with an intel CPU to a macOS 13.1 Monterey machine with an arm64 CPU. I got stuck with a bug in the tiff port, which fails during destroot under the +universal

Re: Corrupted ports.tar file?

2022-04-11 Thread Dave Horsfall
On Mon, 11 Apr 2022, Ryan Schmidt wrote: > Run "sudo port selfupdate" to get the most recent ports.tar. Do you > still see the problem then? I did run that first; apologies for not mentioning it (there were no issues). In fact, my schedule is: Sunday: "port -u uninstall" to clean out

Re: qt4-mac on M1

2022-04-11 Thread Peter West
Arch supports have been added to my local installations of the kde4 and qt4 portgroup files. That doesn’t solve the problem. I now have in my local ports dir ports: databases: openldap devel: aqbanking: automac:

installing py310-jupyter fails: cannot import name 'StaticModule' from 'setuptools.config'

2022-04-11 Thread Corcoran, Michael F. (GSFC-662.0)[CATHOLIC UNIV OF AMERICA] via macports-users
I was trying to install py310-jupyter but the install failed when building py310-jupyterlab_widgets. The problem seems to be that the StaticModule package is imported by /opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/jupyter_packaging/setupbase.py

Re: Corrupted ports.tar file?

2022-04-11 Thread Ryan Schmidt
On Apr 10, 2022, at 16:31, Dave Horsfall wrote: > Early MacBook Pro, High Sierra 10.13.6, MacPorts 2.7.2. > > When doing my weekly MacPorts maintenance (doesn't everyone?), I saw this > during a "port reclaim" (automatically requested): > >Found no inactive ports. >---> Building list

Re: ccache problem

2022-04-11 Thread Werner LEMBERG
>> It seems to be a problem with the 'ccache' package/port on MacOS >> 10.7.5. After updating to current git (and running `port sync`), >> `port upgrade outdated` just tried to compile emacs 28.1, and >> exactly the same problem happened. > > It looks like /run/user//ccache-tmp is indeed a

Re: ccache problem

2022-04-11 Thread Ryan Schmidt
On Apr 9, 2022, at 14:33, Werner LEMBERG wrote: >>> ``` >>> ccache /opt/local/bin/clang-mp-13 ... conftest.c >&5 >>> ccache: error: Failed to create temporary file for >>> /run/user/507/ccache-tmp/tmp.cpp_stdout.RTVNqj: Operation not permitted >>> ``` >>> >>> What's the reason that `port` tries