GNU bug report logs -
#42807
[PATCH 1/2] gnu: darktable: Update to 3.2.1.
Previous Next
Reported by: Vinicius Monego <monego <at> posteo.net>
Date: Mon, 10 Aug 2020 23:24:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 42807 <at> debbugs.gnu.org (full text, mbox):
Brett Gilio writes:
> Hey, is this issue with GCC reported upstream? I'm not opposed
> to
> compiling against clang<++>, especially since it is already in
> the
> closure for the package. But if there is a reported issue for
> this, the
> ticket number should be referenced in the comment
> ideally. Otherwise,
> could you report it?
I debugged the build with -K and the problem seems to be this tiny
detail:
`ld: cannot find -lpthreads`
From a quick read online, -lpthreads is Clang syntax. In GCC it's
only
-lpthread or -pthread. That flag is not changed for GCC. Some
other flags are
also using -s termination which GCC doesn't recognize.
I'm not sure who's at fault here. I may be missing something in
the
build steps, but I don't have enough time to investigate this.
The ticket/issue that more closely matches this problem is #5185
and GCC 8+ is
officially supported by Darktable.
This bug report was last modified 4 years and 262 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.