| 2 | |
| 3 | There are small issues with the CI build system with the translator" |
| 4 | |
| 5 | Seems like it downloads (x86_64): |
| 6 | |
| 7 | openexr30-3.0.5-1-x86_64.hpkg |
| 8 | |
| 9 | openexr-2.4.1-1-x86_64.hpkg |
| 10 | |
| 11 | https://ci.haiku-os.org/teams/nightly/pipelines/master-x86_64/jobs/compile-master-x86_64/builds/373 |
| 12 | |
| 13 | |
| 14 | {{{ |
| 15 | ...on 15200th target... |
| 16 | AppendToContainerCopyFilesScript <hpkg_-haiku_datatranslators.hpkg>haiku.package-copy-files-dummy-data/locale/catalogs/x-vnd.Haiku-BMPTranslator |
| 17 | MkDir1 objects/catalogs/add-ons/translators/exr |
| 18 | ExtractCatalogEntries1 objects/catalogs/add-ons/translators/exr/en.catkeys |
| 19 | ../haiku-git/src/add-ons/translators/exr/ConfigView.cpp:17:10: fatal error: OpenEXRConfig.h: No such file or directory |
| 20 | 17 | #include <OpenEXRConfig.h> |
| 21 | | ^~~~~~~~~~~~~~~~~ |
| 22 | compilation terminated. |
| 23 | In file included from ../haiku-git/src/add-ons/translators/exr/EXRTranslator.cpp:11: |
| 24 | ../haiku-git/src/add-ons/translators/exr/EXRGamma.h:9:10: fatal error: halfFunction.h: No such file or directory |
| 25 | 9 | #include "halfFunction.h" |
| 26 | | ^~~~~~~~~~~~~~~~ |
| 27 | compilation terminated. |
| 28 | }}} |