Closed AxelG-DE closed 1 month ago
actually this one is a rather old commit, plus openexr is disabled on my end
my openexr version is: media-libs/openexr-3.2.4-r2
$ cat BISECT_LOG
git bisect start
# Status: warte auf guten und schlechten Commit
# bad: [63cf4e6d9be859d84fbdb1dbf42d14bfb75ca2bb] Merge pull request #16658 from jenshannoschwalm/clang_errors_2
git bisect bad 63cf4e6d9be859d84fbdb1dbf42d14bfb75ca2bb
# Status: warte auf gute(n) Commit(s), schlechter Commit bekannt
# bad: [63cf4e6d9be859d84fbdb1dbf42d14bfb75ca2bb] Merge pull request #16658 from jenshannoschwalm/clang_errors_2
git bisect bad 63cf4e6d9be859d84fbdb1dbf42d14bfb75ca2bb
# Status: warte auf gute(n) Commit(s), schlechter Commit bekannt
# good: [587c6d97d88e04e5a16def845efcad79627d663a] Update relnotes for new LibRaw supported cams
git bisect good 587c6d97d88e04e5a16def845efcad79627d663a
# bad: [d83cbc298e03d0465429ef37b91397df8c698a99] Rework Color equalizer picker
git bisect bad d83cbc298e03d0465429ef37b91397df8c698a99
# bad: [fe3c6b3918d46186d1348204468a1170514e420a] [CI/nightly]: bump xcode for macos-14 runner
git bisect bad fe3c6b3918d46186d1348204468a1170514e420a
# bad: [decff89943798a9223f8d077ab848d3e93c52b62] Merge pull request #16543 from jenshannoschwalm/color_equalizer_picker
git bisect bad decff89943798a9223f8d077ab848d3e93c52b62
# bad: [928f08d3fdbdb2a95bcb61fd2c5591b30f962fe8] imageio_libraw: add Canon EOS Ra support
git bisect bad 928f08d3fdbdb2a95bcb61fd2c5591b30f962fe8
# bad: [9c761ab164dbec9e8959e0647f96ccf40f8abe65] Better approximation of the picker coordinates
git bisect bad 9c761ab164dbec9e8959e0647f96ccf40f8abe65
# bad: [e218b77121773df7d93b6a5022f25e2014fb7fdf] Refactor some picker functions
git bisect bad e218b77121773df7d93b6a5022f25e2014fb7fdf
# bad: [e2042d91ece193e009d5837648038191e8986c75] Make pickers position relative to image input
git bisect bad e2042d91ece193e009d5837648038191e8986c75
# first bad commit: [e2042d91ece193e009d5837648038191e8986c75] Make pickers position relative to image input
# bad: [2274c2a22197fe38d94a4386a39caae503665dbf] Merge pull request #17568 from darktable-org/po/filmstrip-sel
git bisect bad 2274c2a22197fe38d94a4386a39caae503665dbf
# good: [94ed1009a629c5b8f16ca0fc2d6d7e9bc3bf2c85] bugfix for zooming in thumbtable-filemanager
git bisect good 94ed1009a629c5b8f16ca0fc2d6d7e9bc3bf2c85
# good: [f737cc4fdd277d82fb2a881283900c412726be65] Merge pull request #17558 from zisoft/macos-open-url
git bisect good f737cc4fdd277d82fb2a881283900c412726be65
# bad: [b8db09c52028054740efa33f7350107d6dd70fa1] Updates to pt_BR
git bisect bad b8db09c52028054740efa33f7350107d6dd70fa1
# good: [e0b2e1f0fcbd2b4a6e2e5f68357646c36211277a] src/common/image.c: Avoid a crash when cache is not yet initialized.
git bisect good e0b2e1f0fcbd2b4a6e2e5f68357646c36211277a
# bad: [0a6cc9404802b2fb3b75583160441778ace60889] fix crash on SECOND entry to darkroom with unsupported image
git bisect bad 0a6cc9404802b2fb3b75583160441778ace60889
# bad: [3fb947c287f184f547e0e410a3ca36b15f59a1c4] id RAW formats which have TIFF signature by looking for manufacturer name
git bisect bad 3fb947c287f184f547e0e410a3ca36b15f59a1c4
# bad: [0883f4e3917dfad09644946a435de502b28035be] remove obsolete code
git bisect bad 0883f4e3917dfad09644946a435de502b28035be
# bad: [e38d2c8db4f457a0e45624d646244446352de609] add more magic bytes, use only appropriate loader when magic matches
git bisect bad e38d2c8db4f457a0e45624d646244446352de609
# first bad commit: [e38d2c8db4f457a0e45624d646244446352de609] add more magic bytes, use only appropriate loader when magic matches
Already fixed by https://github.com/darktable-org/darktable/pull/17584
Please search before opening new issues.
@kmilos I have had just pulled and hence was on a fresh master and checked open issues, but yes, not the open PRs.
I consider it fixed, once it is merged, BTW :)
https://github.com/darktable-org/darktable/pull/17584 got merged. Closing
Describe the bug
I cannot build current master
Steps to reproduce
try to build current master
Expected behavior
dt should build fine as usual
Logfile | Screenshot | Screencast
I get such error
the full report is here: https://bpa.st/XTPUU
git bisect gives me:
@ralfbrown may I ping you here!?
Commit
e38d2c8db4f457a0e45624d646244446352de609
Where did you obtain darktable from?
self compiled
darktable version
4.9.0+632~ge0b2e1f0fc
What OS are you using?
Linux
What is the version of your OS?
gentoo
Describe your system?
Are you using OpenCL GPU in darktable?
Yes
If yes, what is the GPU card and driver?
see above
Please provide additional context if applicable. You can attach files too, but might need to rename to .txt or .zip
No response