Re: Google Magenta Portfiles Help Request for new py-note-seq port

2020-07-03 Thread Steven Smith
Running the basic build command by hand yields a successful build: > /opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7 > setup.py --no-user-cfg build -j12 This suggests that one of the environment variables is causing the issue. How does one remove all environment

Google Magenta Portfiles Help Request for new py-note-seq port

2020-07-03 Thread Steven Smith
I’m preparing a PR for the Google Magenta project , and am running into this issue for the “note-seq” dependent package with this setup.py: https://github.com/magenta/note-seq/blob/master/setup.py >

Re: our "sudo port install gnome" metaport is not working -- GNOME needs help

2020-07-03 Thread Ken Cunningham
Yeah -- maybe pointless. Dave is going over other things instead, and I'm sure he'll get to whatever it is in due course of time. "sudo port install gnome" is broken, but no doubt that'll be fixed in time. K

Re: Building GTK-dependents +quartz vs. +x11

2020-07-03 Thread Ryan Schmidt
On Jul 3, 2020, at 06:45, David Richmond wrote: > I saw some old discussion on the user list > (https://lists.macports.org/pipermail/macports-users/2016-October/042063.html) > about some challenges of +quartz / +x11 builds and conflicts with GTK. So I > don't think (?) the following

Building GTK-dependents +quartz vs. +x11

2020-07-03 Thread David Richmond
I saw some old discussion on the user list ( https://lists.macports.org/pipermail/macports-users/2016-October/042063.html) about some challenges of +quartz / +x11 builds and conflicts with GTK. So I don't think (?) the following behavior is a bug. I was working on documentation (and will

Re: Best practices for port testing environment?

2020-07-03 Thread David Richmond
Thanks! Maybe this would have worked well had I been debugging a port? I ended up installing a second MacPorts in a different prefix (/opt/macports-test). David On Sat, Jun 27, 2020 at 9:31 AM Joshua Root wrote: > On 2020-6-28 00:23 , David Richmond wrote: > > New here to hacking on MacPorts;