<div style="font-family: 'verdana'; font-size: 12px; color: #000;"><span style="background-color: #ffffff;">Hello,</span></div>
<div style="font-family: 'verdana'; font-size: 12px; color: #000;"><span style="background-color: #ffffff;"> </span></div>
<div style="font-family: 'verdana'; font-size: 12px; color: #000;"><span style="background-color: #ffffff;">For recent systems comming with gcc 14 the following crash happens on running make in /spider/src</span></div>
<div style="font-family: 'verdana'; font-size: 12px; color: #000;"><span style="background-color: #ffffff;"> </span></div>
<div style="font-family: 'verdana'; font-size: 12px; color: #000;"><span style="background-color: #ffffff;">-------</span></div>
<div style="font-family: 'verdana'; font-size: 12px; color: #000;"><span style="background-color: #ffffff;"> </span></div>
<div style="font-family: 'verdana'; font-size: 12px; color: #000;"><span style="background-color: #ffffff;">cc -g -O   -c -o client.o client.c<br>client.c: In function 'fcb_handler':<br>client.c:558:41: error: 'return' with no value, in function returning non-void [-Wreturn-mismatch]<br> 558 |                                         return;<br>      |                                         ^~~~~~<br>client.c:356:5: note: declared here<br> 356 | int fcb_handler(sel_t *sp, int in, int out, int err)<br>     |     ^~~~~~~~~~~<br>client.c: At top level:<br>client.c:864:1: error: return type defaults to 'int' [-Wimplicit-int]<br>  864 | main(int argc, char *argv[])<br>      | ^~~~<br>make: *** [<builtin>: client.o] Error 1<br></span></div>
<div style="font-family: 'verdana'; font-size: 12px; color: #000;"><span style="background-color: #ffffff;"> </span></div>
<div style="font-family: 'verdana'; font-size: 12px; color: #000;"><span style="background-color: #ffffff;">-------</span></div>
<div style="font-family: 'verdana'; font-size: 12px; color: #000;"><span style="background-color: #ffffff;"> </span></div>
<div style="font-family: 'verdana'; font-size: 12px; color: #000;"><span style="background-color: #ffffff;">No C skills here to fix that issue on my side.</span></div>
<div style="font-family: 'verdana'; font-size: 12px; color: #000;"><span style="background-color: #ffffff;"> </span></div>
<div style="font-family: 'verdana'; font-size: 12px; color: #000;"><span style="background-color: #ffffff;">Therefor I have locked my baseimage in my docker deployment to alpine linux 3.20 that has gcc 13.2</span></div>
<div style="font-family: 'verdana'; font-size: 12px; color: #000;"><span style="background-color: #ffffff;">but it would be nice to have it on the latest alpine docker image for security reasons.</span></div>
<div style="font-family: 'verdana'; font-size: 12px; color: #000;"><span style="background-color: #ffffff;"> </span></div>
<div style="font-family: 'verdana'; font-size: 12px; color: #000;"><span style="background-color: #ffffff;">My repo:</span></div>
<div style="font-family: 'verdana'; font-size: 12px; color: #000;"><span style="background-color: #ffffff;">https://github.com/DocViper666/dxspider-deployment</span></div>
<div style="font-family: 'verdana'; font-size: 12px; color: #000;"><span style="background-color: #ffffff;"> </span></div>
<div style="font-family: 'verdana'; font-size: 12px; color: #000;"><span style="background-color: #ffffff;">73 de Joe, OE5JFE</span></div>