Re: python ports depend on openssl not in index

2021-12-10 Thread SeaQuench via macports-users
I am behind a firewall, so this is the following is predictable: $ sudo port -v selfupdate ---> Updating MacPorts base sources using rsync rsync: failed to connect to rsync.macports.org: Operation timed out (60) rsync error: error in socket IO (code 10) at

Re: python ports depend on openssl not in index

2021-12-10 Thread SeaQuench via macports-users
Output of selfupdate as requested: $ sudo port selfupdate ---> Updating MacPorts base sources using rsync Error: Error synchronizing MacPorts sources: command execution failed Please run `port -v selfupdate' for details. Error: /opt/local/bin/port: port selfupdate failed: Error synchronizing

Re: python ports depend on openssl not in index

2021-12-10 Thread Christopher Jones
Just to be clear, are you saying running > sudo port selfupdate ran without warnings or error, but did not actually update ? If thats the case we should file a bug against base as if the rsync fails it should indicate this to the user ? cheers Chris > On 10 Dec 2021, at 3:13 pm, SeaQuench

Re: Sandbox issues with Swift Package Manager

2021-12-10 Thread Mark Anderson
SPM and Workspace builds need to be added to the XCode portgroup - it's something that I've been working on for a while. I'm a little surprised the sandbox is involved at all. Is it XCode's sandbox complaining? Or is it Terminal? Make sure the terminal has full disk access. —Mark

Re: python ports depend on openssl not in index

2021-12-10 Thread SeaQuench via macports-users
Ryan is correct; I had been sync'ing my port index successfully, but MacPorts itself grew stale due to my being unable to run selfupdate. The MacPorts Migration Guide suggested a manual update (i.e. reinstall) which I believe got me going again. Thanks guys! ~SeaQuench ‐‐‐ Original Message

Re: Trouble with upgrade outdated

2021-12-10 Thread Ryan Schmidt
On Sep 28, 2021, at 15:31, Tobias Welti wrote: > I have trouble using port upgrade outdated since a few weeks ago. I just > receive the following message: > === > $ sudo port upgrade outdated > Error: python39: Error executing universal: can't read "configure.sysroot": > no such variable >

Re: python ports depend on openssl not in index

2021-12-10 Thread Chris Jones
Hi, Yes, the error is expected. What i am asking is if you get any indication or not that there was an issue when you run without the verbose flag. If not, then i think thats a bug we should address. Chris > On 10 Dec 2021, at 7:18 pm, SeaQuench wrote: > > I am behind a firewall, so this

Re: python ports depend on openssl not in index

2021-12-10 Thread Chris Jones
> On 10 Dec 2021, at 8:07 pm, SeaQuench wrote: > > Output of selfupdate as requested: > > $ sudo port selfupdate > ---> Updating MacPorts base sources using rsync > Error: Error synchronizing MacPorts sources: command execution failed > Please run `port -v selfupdate' for details. > Error:

Can some ports install config files inside '/usr/local/etc'?

2021-12-10 Thread fgyamauti2 fgyamauti2
Hi, Apparently some ports that I've installed are making directories inside '/usr/local/etc' with example configuration files. Still the installed ports themselves seem to only listen to stuff inside '/opt/local/etc'. For instance, I have an 'unbound' folder inside both. In the former, it

Re: Can some ports install config files inside '/usr/local/etc'?

2021-12-10 Thread Ralph Seichter via macports-users
* fgyamauti: > Apparently some ports that I've installed are making directories > inside '/usr/local/etc' with example configuration files. That seems unlikely. Have you perhaps installed both MacPorts and Homebrew on your Mac? AFAIK, Homebrew uses /usr/local/* to store its installation files.

Re: Can some ports install config files inside '/usr/local/etc'?

2021-12-10 Thread Daniel J. Luke
On Dec 11, 2021, at 12:11 AM, fgyamauti2 fgyamauti2 wrote: > Apparently some ports that I've installed are making directories inside > '/usr/local/etc' with example configuration files. Still the installed ports > themselves seem to only listen to stuff inside '/opt/local/etc'. They

Re: python ports depend on openssl not in index

2021-12-10 Thread Ryan Schmidt
On Dec 10, 2021, at 02:29, Chris Jones wrote: > > On 9 Dec 2021, at 10:49 pm, SeaQuench wrote: >> >>  >> After downloading and installing the latest MacPorts for Catalina, I >> followed the instructions to migrate MacPorts: >> https://trac.macports.org/wiki/Migration >> Reinstalling the ports

Re: python ports depend on openssl not in index

2021-12-10 Thread Chris Jones
Hi, Please always remember to reply to the list. We need to see why you are not finding the openssl3 port, as that has been available for some time. Please run sudo port -d sync And post what you get back to the list Chris > On 9 Dec 2021, at 10:49 pm, SeaQuench wrote: > >  > After

Re: Cannot build libb2

2021-12-10 Thread Ryan Schmidt
On Dec 8, 2021, at 16:42, Dave Horsfall wrote: > MacBook Pro (13-inch, Mid 2010), macOS High Sierra 10.13.6. > > I finally got around to installing Xcode 10.1 and matching CLT, then > started to rebuild MacPorts, dutifully following the instructions in the > Migration Guide. > > It karked it

Re: Sandbox issues with Swift Package Manager

2021-12-10 Thread Andrew Udvare
> On 2021-12-10, at 13:01, Mark Anderson wrote: > > SPM and Workspace builds need to be added to the XCode portgroup - it's > something that I've been working on for a while. > > I'm a little surprised the sandbox is involved at all. Is it XCode's sandbox > complaining? Or is it Terminal?

Re: Sandbox issues with Swift Package Manager

2021-12-10 Thread Mark Anderson
Ah ok , that's above my paygrade right now - I had no idea we were doing that. I've copied the dev list - I think the response will be better over there. —Mark ___ Mark E. Anderson MacPorts Trac WikiPage GitHub Profile

gtk3 problem

2021-12-10 Thread Langer, Stephen A. (Fed) via macports-users
Hi -- Is anyone running gtk3 programs on an M1 or on Monterey? The following simple script crashes on an M1 Mini with Monterey, when run with python 2.7: import gi gi.require_version("Gtk", "3.0") from gi.repository import Gtk window = Gtk.Window(Gtk.WindowType.TOPLEVEL, title="test") The

Sandbox issues with Swift Package Manager

2021-12-10 Thread Andrew Udvare
I am testing out how to build Xcode-based packages that use Swift Package Manager (SPM) and it seems even with 'hacks' to make Xcode not do any downloading of code, there's still some network activity (or something the sandbox is blocking) that I have not figured out. Example port: