Eivind Næss
Eivind Næss
It's just that this repository has traditionally been a "mono-repository" where all build dependencies was checked in, in one way or another (e.g. libfreeradius, libatm), then also tried to build...
@electrofloat Have you seen https://github.com/ppp-project/ppp/pull/370 ? Could very well be that the systemd notification support broke during the 2.4.7 to 2.4.9 time frame. Also, the build system since 2.4.9 has...
@paulusmack You could try adding this in the pppd/Makefile.am ``` BUILT_SOURCE = \ pppdconf.h ``` I haven't extensively tested every permutation of this, but the idea is that we'd be...
I think the initial issue was opened because the underlying radius plugin doesn't include a "Message-Authenticator" attribute as a part of the ACCESS_REQUEST, ACCESS_CHALLENGE, ACCESS_REJECT, ACCESS_ACCEPT messages. The details is...
> Deprecate current radius module and use the freeradius client code. I think this is perhaps a larger project on it's own, one I have fairly little interest in to...
Still not fixed in 8.8-rc-1, last known working version of Gradle before this showed up is 8.5. With Gradle 8.6 I get the following: ``` java.io.UncheckedIOException: Could not read workspace...
@ov7a Just to add, this is blocking us from upgrading from Gradle 8.5 to any later versions of Gradle. This bug is also latest version of Jenkins (2.440.3) reproducible on...
@lptr > Are there any files or directories in the directory mentioned in the error message, or is it completely empty? The `./gradle/8.6/dependencies-accessors/6c0c058358bdc002075ce61dc3018a8b2862532c` directory exists when the problem occurs. The...
@lptr Is there a way to escalate this issue and have it fixed sooner? Like in 8.9? Currently, if you are building for Android, the latest AGP imposes a minimum...
@dfev77 your best bet is to revert to Gradle 8.5, last known working version without this issue.