Frédéric Martinsons
Frédéric Martinsons
Hello, I'm also interested on this possibility for testing. Any news about that ?
Hello, did you try re-installing the `protoc` package ? moreover can you specify the tonic commit you tried, telling "current master" is not enough.
Thanks, I fall into this problem with gcc 11.4 and find that gcc 10 change its default behavior about global variable (defaulted to -fcommon for gcc < 10 and -fno-common...
Same problem here :'( For information, comments in #454 have helped me, my workspaces contained some invalid path, after cleaned these up, clangd successfully starts again. No clue about this...
Hello, I have the exact (at least it appears to me like that) same issue on embedded system too (linux yocto) , the exact same setup works perfectly with ppp-2.4.9...
> > I can easily test a patch if someone suggest anything. > > Great! Here is a patch to test. I noticed that in chap_md5_make_response(), if any of the...
Here is the log with your patch applied @paulusmack : ``` Aug 20 07:12:03.909916 tap-0000C99B pppd[1797]: sent [LCP ConfReq id=0x1 ] Aug 20 07:12:04.386214 tap-0000C99B pppd[1797]: rcvd [LCP ConfReq id=0x1...
> @enaess any idea why PPP_DigestInit() would sometimes fail? I found the reason with the following patch: ```diff --- a/pppd/ppp-md5.c +++ b/pppd/ppp-md5.c @@ -40,6 +40,20 @@ #ifdef OPENSSL_HAVE_MD5 #include +#include...
Ok I'll cook something in the coming days then, will you open a dedicated PR for the error management in `chap-md5.c` too ?
@Tyrrell06 it depends on your build system but since it showed you a path to your build machine during runtime, I think that openssl is wrongly configured for cross compilation...