Re: C compiler not found after upgrade to macOS 13.0.1

2022-11-10 Thread Chris Jones
Looks like your ports are not up to date, please run > sudo port -d sync > sudo port upgrade outdated Then report back. > On 10 Nov 2022, at 7:12 pm, Artemio González López wrote: > >  > >>> On 10 Nov 2022, at 20:05, Chris Jones wrote: >>> >>> Does >>> >>> /opt/local/lib/libicui18n.71.d

Re: C compiler not found after upgrade to macOS 13.0.1

2022-11-10 Thread Artemio González López via macports-users
> On 10 Nov 2022, at 20:05, Chris Jones wrote: > > Does > > /opt/local/lib/libicui18n.71.dylib > > Actually exist in your system ? No, but /opt/local/lib/libicui18n.72.dylib does. Also, rtemio@mbp-13 ~ % otool -L /opt/local/lib/libxml2.2.dylib /opt/local/li

Re: Emacs.app does not run after upgrade to macOS 13.0.1

2022-11-10 Thread Sriranga Veeraraghavan
On Monterey libxml2 appears to declare a dependency on icu (I'm running MacPorts 2.8.0, so I'm guessing it probably would be the same on 13.0.1) : $ port info libxml2 libxml2 @2.10.3 (textproc) Variants: debug, readline, universal Description: Libxml is the XML C library dev

Re: Emacs.app does not run after upgrade to macOS 13.0.1

2022-11-10 Thread Bill Cole
On 2022-11-10 at 12:56:27 UTC-0500 (Thu, 10 Nov 2022 18:56:27 +0100) Artemio González López via macports-users is rumored to have said: > After installing the 13.0.1 update on my M1 MacBook Pro I emacs.app crashes > on launch. Apparently, the problem is that it cannot find a library: > > Crashed

Re: C compiler not found after upgrade to macOS 13.0.1

2022-11-10 Thread Chris Jones
Does /opt/local/lib/libicui18n.71.dylib Actually exist in your system ? > On 10 Nov 2022, at 7:02 pm, Artemio González López via macports-users > wrote: > >  >> On 10 Nov 2022, at 18:52, Artemio González López wrote: >> >> After upgrading to macOS 13.0.1 (on an M1 MacBook Pro), port canno

Re: Emacs.app does not run after upgrade to macOS 13.0.1

2022-11-10 Thread Chris Jones
Please run > otool -L /opt/local/lib/libxml2.2.dylib and paste the output here, and also for each lib it references check it exists (and recursively check with otool for the libs they use). > On 10 Nov 2022, at 7:00 pm, Artemio González López via macports-users > wrote: > >  > >> On 10 No

Re: C compiler not found after upgrade to macOS 13.0.1

2022-11-10 Thread Artemio González López via macports-users
> On 10 Nov 2022, at 18:52, Artemio González López wrote: > > After upgrading to macOS 13.0.1 (on an M1 MacBook Pro), port cannot find any > C compiler: > > checking for gcc... /opt/local/bin/clang-mp-14 > checking whether the C compiler works... no > configure: error: in > `/opt/local/var/ma

Re: Emacs.app does not run after upgrade to macOS 13.0.1

2022-11-10 Thread Chris Jones
Does libxml2 declare a dependency against icu ?On 10 Nov 2022, at 6:57 pm, Sriranga Veeraraghavan wrote:Hi,On my Monterey (12.6.1) system, 'port provides' says that the missing library is provided by the 'icu' port:$ port provides /opt/local/lib/libicui18n.71.dylib/opt/local/lib/libicui18n.71.dyl

Re: Emacs.app does not run after upgrade to macOS 13.0.1

2022-11-10 Thread Artemio González López via macports-users
> On 10 Nov 2022, at 19:57, Sriranga Veeraraghavan > wrote: > > Hi, > > On my Monterey (12.6.1) system, 'port provides' says that the missing library > is provided by the 'icu' port: > > $ port provides /opt/local/lib/libicui18n.71.dylib > /opt/local/lib/libicui18n.71.dylib is provided by:

Re: Emacs.app does not run after upgrade to macOS 13.0.1

2022-11-10 Thread Sriranga Veeraraghavan
Hi, On my Monterey (12.6.1) system, 'port provides' says that the missing library is provided by the 'icu' port: $ port provides /opt/local/lib/libicui18n.71.dylib /opt/local/lib/libicui18n.71.dylib is provided by: icu Perhaps the 'icu' port is not properly installed on your system (you can che

Re: Emacs.app does not run after upgrade to macOS 13.0.1

2022-11-10 Thread Chris Jones
> On 10 Nov 2022, at 6:43 pm, Chris Jones wrote: > >  > Hi, > > Mac OS 13.0.1 predominantly addresses an issue with libxml2, so its not a > coincidence i think you see something relating to this (and you aren’t the > only one), Correction. The other message is also from you. I am afraid u

Re: C compiler not found after upgrade to macOS 13.0.1

2022-11-10 Thread Artemio González López via macports-users
> On 10 Nov 2022, at 19:33, Chris Jones wrote: > > > >> On 10 Nov 2022, at 5:53 pm, Artemio González López via macports-users >> wrote: >> >> After upgrading to macOS 13.0.1 (on an M1 MacBook Pro), > > Upgrading from what OS ? Sorry, from macOS 13.0. > >> port cannot find any C compile

Re: Emacs.app does not run after upgrade to macOS 13.0.1

2022-11-10 Thread Chris Jones
Hi, Mac OS 13.0.1 predominantly addresses an issue with libxml2, so its not a coincidence i think you see something relating to this (and you aren’t the only one), although I cannot say how the OS update could affect macports builds of this library. I do not personally run macOS13 yet so cann

Re: C compiler not found after upgrade to macOS 13.0.1

2022-11-10 Thread Chris Jones
> On 10 Nov 2022, at 5:53 pm, Artemio González López via macports-users > wrote: > > After upgrading to macOS 13.0.1 (on an M1 MacBook Pro), Upgrading from what OS ? > port cannot find any C compiler: > > checking for gcc... /opt/local/bin/clang-mp-14 > checking whether the C compiler work

Emacs.app does not run after upgrade to macOS 13.0.1

2022-11-10 Thread Artemio González López via macports-users
After installing the 13.0.1 update on my M1 MacBook Pro I emacs.app crashes on launch. Apparently, the problem is that it cannot find a library: Crashed Thread:0 Exception Type:EXC_CRASH (SIGABRT) Exception Codes: 0x, 0x Termination Reason:

C compiler not found after upgrade to macOS 13.0.1

2022-11-10 Thread Artemio González López via macports-users
After upgrading to macOS 13.0.1 (on an M1 MacBook Pro), port cannot find any C compiler: checking for gcc... /opt/local/bin/clang-mp-14 checking whether the C compiler works... no configure: error: in `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_rele

Re: how to move "Python Launcher" away from /Application folder?

2022-11-10 Thread Ryan Schmidt
On Nov 9, 2022, at 17:57, supervisitor wrote: > ... ups, this I have probably overlooked. (have made the installation from > source). > > But before I now uninstall everything to perform a reinstall, some further > questions: > > Can I do an installation with parameter "--with-applications-dir

Re: how to move "Python Launcher" away from /Application folder?

2022-11-10 Thread chilli.names...@gmail.com
If it helps, it can be hidden from the Finder: sudo chflags hidden /Applications/MacPorts (undo with "nohidden") > On Nov 10, 2022, at 09:56, Chris Jones wrote: > >  > May I ask, what exactly is your problem with having the Apps installed by > MacPorts under /Applications/MacPorts ? I am not

Re: how to move "Python Launcher" away from /Application folder?

2022-11-10 Thread Chris Jones
May I ask, what exactly is your problem with having the Apps installed by MacPorts under /Applications/MacPorts ? I am not really sure I see what the problem is you are trying to fix. Chris On 09/11/2022 11:57 pm, supervisitor via macports-users wrote: ... ups, this I have probably overloo