Christopher Nielsen
Christopher Nielsen
> @pmetzger nice reply, really I don't think Perry was speaking sarcastically. It's just that we've been trying to get our PR queue under control, over the past six months....
> @pmetzger @mascguy > Sarcastic or not it wasn't a nice way to express the concept. > No offense taken, but it's definitely not a good way to encourage people...
> Okay, `clang` builds need extra fixes. Now checks fail on several errors of this kind: > > ``` > error: no matching constructor for initialization of 'Scriptix::Compiler::CompilerNode' > ```...
> @mascguy So it is not a Clang issue as such, but rather an issue of archaic code. I just tried to build it with `gcc12`, and it fails with...
> @mascguy Let us perhaps update this first and leave fixes for old OS for a later time. `libtorrent-rasterbar` has to be fixed for Leopard to begin with, then that...
This is failing to build, due to dependencies using Python 3.11 by default. Can you add Python 3.11 support for this port too, and make it the default?
> @mascguy Okay this still fails on dependencies, and the log is unhelpful: > > ``` > /Users/runner/work/_temp/795bc027-bbc7-44e1-a792-eaddb57dcaf1.sh: line 77: 3263 Terminated: 15 tail -f "$workdir/logs/dependencies-progress.txt" 2> /dev/null > ```...
Ci was failing for `py310-rencode`, so committed that directly to master and rebased. Let's see if it works this time.
Testing locally, I'm seeing the following, as `libtorrent-rasterbar` needs a rev-bump: ``` $ sudo port -v rev-upgrade ---> Scanning binaries for linking errors Could not open /opt/local/libexec/boost/1.76/lib/libboost_python311-mt.dylib: Error opening or...
Even with `libtorrent-rasterbar` fixed, I'm still seeing the following issue. (And I think I saw the same thing in the previous CI build.) ``` Traceback (most recent call last): File...