Ximalas
Ximalas
The FreeBSD ports collection ran into the same issue. They switched to this URL: https://codeload.github.com/warmcat/libwebsockets/tar.gz/v4.3.2?dummy=/warmcat-libwebsockets-v4.3.2_GH0.tar.gz
If you don't mind amending your own copy of `ports-mgmt/synth/Makefile`, you can add these two lines after the `WATCHDOG_EXTRA_PATCHES_OFF` line and have the W^X problem taken care of automatically: ```...
I created PR 276886, https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276886. Fingers crossed.
While I don't have a solution, Poudriere's `distclean` subcommand runs into the same problem, deleting too many files. In many cases this is due to incomplete distinfo files. Go packages...
Last evening I had to run some additional commands on my laptop running `main`, and then repeat the update procedure: ```shell git -C /usr/src prune git -C /usr/src gc --auto...
This has been a constant since the 2.x days, and I see it in every log file. The source code is seemingly correct, so I'm guessing it's due to an...
It no longer happens in src/main, and it cured itself without recompiling Synth, GNAT, gprbuild, or anything else other than base. stable/14 and stable/13 and their respective releng branches are...
It could be one of the libraries or it could be CPU optimization. I'm still at work, but when I get home, I'll see if CPUTYPE is set to something...
My `/etc/src.conf` sets `CPUTYPE?=native`, but `/etc/make.conf` does not, nor does the Synth profile specific `make.conf`.