<div dir="ltr"><div dir="ltr">Hi Greg,<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Em seg., 14 de ago. de 2023 às 13:18, Greg Tourte <<a href="mailto:artourter@gmail.com">artourter@gmail.com</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div style="font-family:monospace,monospace;font-size:x-small">Hi Fellype,</div><div style="font-family:monospace,monospace;font-size:x-small"><br></div><div style="font-family:monospace,monospace;font-size:x-small">I was trying to compile labplot2 on current but it kept on failing so I investigated and although the issue I found seems to only stop compilation on current, it is still an issue in -stable.</div><div style="font-family:monospace,monospace;font-size:x-small"><br></div><div style="font-family:monospace,monospace;font-size:x-small">In the build script, it runs ./compile before going through cmake and its options. However, what ./compile does is actually running cmake with its own options and then run make with the -j6 flag. On -stable that seems to work and therefore continues to run cmake with the default slackware flags and the flags added in the script, and run make again, effectively compiling labplot2 twice, including once with -j6 which could be problematic on some systems.<br></div><div style="font-family:monospace,monospace;font-size:x-small"><br></div><div style="font-family:monospace,monospace;font-size:x-small">For some reason, on -current, trying to make without the -DENABLE_READSTAT=OFF flag provided to cmake, the compilation fails. That flag is added to the cmake options in the slackbuild but not in the ./compile script which the script runs first.</div><div style="font-family:monospace,monospace;font-size:x-small"><br></div><div style="font-family:monospace,monospace;font-size:x-small">Here is a patch to fix that issue.</div><div><br></div><div><div style="font-family:monospace,monospace;font-size:x-small">Hope this helps</div><div style="font-family:monospace,monospace;font-size:x-small"></div></div><div style="font-family:monospace,monospace;font-size:x-small"><br></div></div></blockquote><div>Thank you very much for pointing out the issue. I'll test and apply the patch you've provided.</div><div><br></div><div>Regards,</div><div>Fellype<br></div></div></div>