Re: macOS 12.3 and /usr/bin/python. Status?

2022-05-21 Thread Gerben Wierda via macports-users
You might be able to create a different action using mupdf (for which there is a port) Gerben Wierda (LinkedIn ) R&A IT Strategy (main site) Book: Chess and the Art of Enterprise Architecture Book: Master

Re: macOS 12.3 and /usr/bin/python. Status?

2022-05-02 Thread Ryan Schmidt
On Apr 30, 2022, at 02:08, Mike Alexander wrote: > However there is at least one thing Apple installed that depends on Python. > The Automator action "Combine PDF Pages" fails because it tries to use the > copy of Python that has been removed. I trust you have reported this problem to Apple.

Re: macOS 12.3 and /usr/bin/python. Status?

2022-04-30 Thread Mike Alexander
On 30 Apr 2022, at 6:26, Al Varnell wrote: > Or just install python. It is installed. The problem is that the Combine PDF Pages Automator action is in /system/library and has a hard coded path to /usr/bin/python. That can't be worked around since nothing in /System can be changed. I also hav

Re: macOS 12.3 and /usr/bin/python. Status?

2022-04-30 Thread chilli.names...@gmail.com
> On Apr 30, 2022, at 06:27, Al Varnell via macports-users > wrote: > > On Apr 30, 2022, at 12:08 AM, Mike Alexander wrote: >> >>> On 23 Apr 2022, at 8:06, Steven Smith wrote: >>> >>> The only issue I’ve seen with the disappearance of macOS native Python is >>> some minor thing my own pr

Re: macOS 12.3 and /usr/bin/python. Status?

2022-04-30 Thread Al Varnell via macports-users
On Apr 30, 2022, at 12:08 AM, Mike Alexander wrote: > > On 23 Apr 2022, at 8:06, Steven Smith wrote: > >> The only issue I’ve seen with the disappearance of macOS native Python is >> some minor thing my own preliminary calendar-contacts-server >> configuration—the “fix” in response to the upda

Re: macOS 12.3 and /usr/bin/python. Status?

2022-04-30 Thread Mike Alexander
On 23 Apr 2022, at 8:06, Steven Smith wrote: The only issue I’ve seen with the disappearance of macOS native Python is some minor thing my own preliminary calendar-contacts-server configuration—the “fix” in response to the update was just to install the MacPorts version. I'm also on 12.3.1 a

Re: macOS 12.3 and /usr/bin/python. Status?

2022-04-23 Thread Steven Smith
I’m on 12.3.1 with all those ports and there’s no issue. I’ve contributed directly to several of these and have always made sure that everything uses the MacPorts Python dependencies, both in depends_build and depends_lib/run. Additionally, to the best of my knowledge, there’s nothing in the mac

Re: macOS 12.3 and /usr/bin/python. Status?

2022-04-21 Thread Gregory Seidman
On Sun, Apr 17, 2022 at 09:47:57AM -0500, Ryan Schmidt wrote: > > > On Apr 17, 2022, at 09:45, Christian Calderon wrote: > > >> You would not be able to make a symbolic link at /usr/bin/python because > >> /usr/bin is a protected directory. > > > > TIL. Is that something I could work around by

Re: macOS 12.3 and /usr/bin/python. Status?

2022-04-17 Thread Gerben Wierda via macports-users
> On 17 Apr 2022, at 16:47, Ryan Schmidt wrote: > > > > On Apr 17, 2022, at 09:45, Christian Calderon wrote: > >>> You would not be able to make a symbolic link at /usr/bin/python because >>> /usr/bin is a protected directory. >> >> TIL. Is that something I could work around by disabling SIP

Re: macOS 12.3 and /usr/bin/python. Status?

2022-04-17 Thread Gerben Wierda via macports-users
> On 17 Apr 2022, at 16:13, Ryan Schmidt wrote: >> Doing the (normally unnecessary) migrations run at least will catch the >> dependencies during build. > > Only for ports you actually build, not for ports for which you receive a > binary archive. Agreed. But then, the install from my view st

Re: macOS 12.3 and /usr/bin/python. Status?

2022-04-17 Thread Ryan Schmidt
On Apr 17, 2022, at 09:45, Christian Calderon wrote: >> You would not be able to make a symbolic link at /usr/bin/python because >> /usr/bin is a protected directory. > > TIL. Is that something I could work around by disabling SIP? On macOS 10.x, yes. On macOS 11 and later, my understanding

Re: macOS 12.3 and /usr/bin/python. Status?

2022-04-17 Thread Christian Calderon
> You would not be able to make a symbolic link at /usr/bin/python because > /usr/bin is a protected directory. TIL. Is that something I could work around by disabling SIP? And of course I would make a ticket but I’d also try to get stuff working locally since proper fixes can take time. Sent

Re: macOS 12.3 and /usr/bin/python. Status?

2022-04-17 Thread Ryan Schmidt
On Apr 17, 2022, at 09:13, Christian Calderon wrote: > I’m on 12.3 on all my macs, and I haven’t noticed anything broken in MacPorts > because of the removal of python. If I ram into something that needed > /usr/bin/python I’d just make a symbolic link to MacPorts python 2. You would not be abl

Re: macOS 12.3 and /usr/bin/python. Status?

2022-04-17 Thread Christian Calderon
I’m on 12.3 on all my macs, and I haven’t noticed anything broken in MacPorts because of the removal of python. If I ram into something that needed /usr/bin/python I’d just make a symbolic link to MacPorts python 2. Sent from my iPhone > On Apr 17, 2022, at 6:50 AM, Gerben Wierda via macports-u

Re: macOS 12.3 and /usr/bin/python. Status?

2022-04-17 Thread Ryan Schmidt
On Apr 17, 2022, at 08:49, Gerben Wierda wrote: > The question I have when moving from 12.2 to 12.3 is: is there a port in my > set that depends on /usr/bin/python (and should become dependent on a > MacPorts python instead)? There are innumerable ways that python might be referenced in a softw

Re: macOS 12.3 and /usr/bin/python. Status?

2022-04-17 Thread Gerben Wierda via macports-users
> On 17 Apr 2022, at 15:22, Ryan Schmidt wrote: > >> I’m about to take the plunge and move one of my systems to macOS 12.3 (which >> removes /usr/bin/python). I am going to consider that a MacPorts major >> migration (so following the migration instructions). > > If you are upgrading from macO

Re: macOS 12.3 and /usr/bin/python. Status?

2022-04-17 Thread Ryan Schmidt
On Apr 16, 2022, at 08:43, Ralph Seichter wrote: > > It is also worth mentioning that I use this machine for a lot of Python > software development. Works just fine. The python ports and the python module ports are not the ones that are affected by the problem. The ones affected by the problem a

Re: macOS 12.3 and /usr/bin/python. Status?

2022-04-17 Thread Ryan Schmidt
On Apr 16, 2022, at 08:16, Gerben Wierda wrote: > I’m about to take the plunge and move one of my systems to macOS 12.3 (which > removes /usr/bin/python). I am going to consider that a MacPorts major > migration (so following the migration instructions). If you are upgrading from macOS 11.x or

Re: macOS 12.3 and /usr/bin/python. Status?

2022-04-16 Thread Gerben Wierda via macports-users
The following ports and their dependencies could be installed by me on macOS 12.3: The following ports are currently installed: certbot @1.26.0_0+python310 (active) clamav-server @0.101.2_4+sanesecurity+scan_schedule_access (active) dcc @2.3.168_0 (active) dovecot @2.3.17_0+apns+solr (act

Re: macOS 12.3 and /usr/bin/python. Status?

2022-04-16 Thread Clemens Lang
Hi, On Sat, Apr 16, 2022 at 03:16:21PM +0200, Gerben Wierda via macports-users wrote: > I’m about to take the plunge and move one of my systems to macOS 12.3 > (which removes /usr/bin/python). I am going to consider that a > MacPorts major migration (so following the migration instructions). > >

Re: macOS 12.3 and /usr/bin/python. Status?

2022-04-16 Thread Ralph Seichter via macports-users
* Ralph Seichter via macports-users: > I'm running a combination of macOS 12.3.1 and MacPorts 2.7.2 on an > Intel-based MacBook Pro without any problems. It is also worth mentioning that I use this machine for a lot of Python software development. Works just fine. -Ralph

Re: macOS 12.3 and /usr/bin/python. Status?

2022-04-16 Thread Ralph Seichter via macports-users
* Gerben Wierda via macports-users: > I’m about to take the plunge and move one of my systems to macOS 12.3 > (which removes /usr/bin/python). I am going to consider that a > MacPorts major migration (so following the migration instructions). I'm running a combination of macOS 12.3.1 and MacPorts

Re: macOS 12.3 and /usr/bin/python. Status?

2022-04-16 Thread Franco Vaccari via macports-users
One of the Mac I manage is on 12.3 (M1 processor). I’ve made a fresh MacPorts installation, and installed the usual packages needed for our environment. Must say that we don’t do any Python ourselves there, but several Python packages are installed as dependencies in the process, and all install

macOS 12.3 and /usr/bin/python. Status?

2022-04-16 Thread Gerben Wierda via macports-users
I’m about to take the plunge and move one of my systems to macOS 12.3 (which removes /usr/bin/python). I am going to consider that a MacPorts major migration (so following the migration instructions). I haven’t seen any traffic on this issue. Does that mean hardly anyone is on 12.3? Is anyone r