| Summary: | Fix graphics/darktable build with clang 3.7.0 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Dimitry Andric <dim> | ||||
| Component: | Individual Port(s) | Assignee: | Jean-Sébastien Pédron <dumbbell> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Some People | CC: | marino | ||||
| Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(dumbbell) |
||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 201377 | ||||||
| Attachments: |
|
||||||
|
Description
Dimitry Andric
2015-08-23 13:59:51 UTC
Hello Dimitry! I added a patch to D3247: https://reviews.freebsd.org/D3247 It builds successfully for me with Clang 3.7.0 from ports (including OpenMP support!). (In reply to Jean-Sebastien Pedron from comment #1) I'm seeing the same issue on DragonFly using the base compiler GCC 5.2: -- Installing: /wrkdirs/graphics/darktable/work/stage/usr/local/share/darktable/luarc CMake Error at data/cmake_install.cmake:76 (file): file INSTALL cannot find "/wrkdirs/graphics/darktable/work/.build/data/darktable.desktop". Call Stack (most recent call first): cmake_install.cmake:34 (include) A commit references this bug: Author: dumbbell Date: Wed Aug 26 17:01:26 UTC 2015 New revision: 395381 URL: https://svnweb.freebsd.org/changeset/ports/395381 Log: graphics/darktable: Add patch to support LLVM/Clang 3.7.0 PR: 202594 Reviewed by: bapt, kwm Approved by: bapt Differential Revision: https://reviews.freebsd.org/D3247 Changes: head/graphics/darktable/files/patch-src_common_darktable.c (In reply to John Marino from comment #2) Hi John! The problem you see is related to Ninja 1.6.0. See #202399: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202399 Thanks, it's building now. |