Re: building seamonkey - python setup - imp module

2024-09-10 Thread Nils Breunese
Python's imp module was deprecated in Python 3.4 in favor of ‘importlib’, and removed in Python 3.12. This is confirmed by the deprecation warning printed by Python 3.11, which does still have the imp module: ❯ /opt/local/bin/python3.11 Python 3.11.10 (main, Sep 7 2024, 05:47:53) [Clang 15.0.0

Re: python3 alias or executable

2024-08-31 Thread Nils Breunese
Riccardo Mottola wrote: > I have several python versions installed an dused as dependencies my macports > itself. Fine. > To build ArcticFox browser, I need python2 and on 10.9 this is no issue, I > guess the system python is getting used. > Now I want to try do build current SeaMonkey since no

Re: port outdated complains after self-update to version 2.10 of MacPorts

2024-08-07 Thread Nils Breunese
I encountered the same issue after updating to MacPorts 2.10.0. Everything was indeed fine again after I ran ‘sudo port selfupdate’ another time. Nils. > Op 7 aug 2024 om 23:57 heeft Joshua Root het volgende > geschreven: > >  >> >> port outdated >> sqlite error: attempt to write a readonly

Re: MacPorts 2.10.0-beta1 now available for testing

2024-07-22 Thread Nils Breunese
Bill Cole : > The following ports were restored with changes: > - openjdk17-zulu > state changed from 'installed' to 'inactive' > - openjdk21-temurin > state changed from 'installed' to 'inactive' > In what circumstances do ‘restores’ like this happen? A change from ‘installed’ to ‘inactive’ does

Re: py-numpy 2.0.0

2024-06-17 Thread Nils Breunese
Marius Schamschula wrote: > Yesterday py-numpy 2.0.0 was officially released. > > I’ve hesitated opening a trac ticket, but we’ve got a situation with py-numpy > 2.0.0 similar to when py-cython went to version 3.0.0: > > The new version, 2.0.0, is not backwards compatible with the old > versi

Re: new certificates using apple-pki-bundle

2024-05-18 Thread Nils Breunese
Riccardo Mottola via macports-users wrote: > what certificates do you use with apple-pki-bundle? I got those from curl > (cacert.pem from https://curl.se/docs/caextract.html) I am not familiar with apple-pki-bundle, but MacPorts also has a curl-ca-bundle port (https://ports.macports.org/port/cu

Re: new certificates using apple-pki-bundle

2024-05-18 Thread Nils Breunese
Riccardo Mottola via macports-users wrote: > what certificates do you use with apple-pki-bundle? I got those from curl > (cacert.pem from https://curl.se/docs/caextract.html) > On old Macs in Safari even a simple page like wikipedia is not loadable, I > thought it is a certificate issue, but it

Re: bash prints errors for every non-existing command

2024-04-24 Thread Nils Breunese
Is this problem limited to /opt/local/bin/bash or does it also occur with macOS’ (older) /bin/bash? Or other shells like /bin/zsh for that matter? Nils. > Op 24 apr 2024, om 21:20 heeft Saagar Jha het volgende > geschreven: > > This is coming from the Objective-C runtime, which gets upset whe