<div dir="ltr"><div class="gmail_default" style="font-family:monospace,monospace;font-size:x-small">Hi Fellype,</div><div class="gmail_default" style="font-family:monospace,monospace;font-size:x-small"><br></div><div class="gmail_default" 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 class="gmail_default" style="font-family:monospace,monospace;font-size:x-small"><br></div><div class="gmail_default" 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 class="gmail_default" style="font-family:monospace,monospace;font-size:x-small"><br></div><div class="gmail_default" 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 class="gmail_default" style="font-family:monospace,monospace;font-size:x-small"><br></div><div class="gmail_default" 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" class="gmail_default">Hope this helps</div><div style="font-family:monospace,monospace;font-size:x-small" class="gmail_default"><br></div><div style="font-family:monospace,monospace;font-size:x-small" class="gmail_default">Cheers</div><div style="font-family:monospace,monospace;font-size:x-small" class="gmail_default"><br></div><div style="font-family:monospace,monospace;font-size:x-small" class="gmail_default">Greg<br></div><br></div><div class="gmail_default" style="font-family:monospace,monospace;font-size:x-small"><br></div></div>