Re: How to clean up failed build with lots of dependencies?

2022-12-15 Thread Joshua Root
Does MacPorts have a way to uninstall the dependencies it installed in attempting to build NetSurf (or any complex port that fails to build) without uninstalling the dependencies that were already installed? Will "port reclaim" catch these? Yes, port reclaim will clean up such ports for you.

Re: How to clean up failed build with lots of dependencies?

2022-12-15 Thread chilli.names...@gmail.com
Thanks Josh. port reclaim did the trick. I'm still preparing a ticket for gtk3 build fail on Mojave, but thought I should double check here to make sure this is a gtk3 ticket and not a NetSurf ticket. - NetSurf build appears to have been successful on OS X 10.8.5 w/ Xcode 5.1.1 on Macmini5

Re: How to clean up failed build with lots of dependencies?

2022-12-15 Thread chilli.names...@gmail.com
On a hunch, I installed XQuartz 2.7.11, but now I get this when I try to start netsurf-gtk3 bash-3.2$ netsurf-gtk3 dbus[2197]: Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded! Options failed to initiali

Re: How to clean up failed build with lots of dependencies?

2022-12-15 Thread Joshua Root
dbus[2197]: Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded! That is provided by dbus, which should be somewhere in the recursive dependencies of gtk3 I think? - Josh