8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00
firebird-mirror/extern
Stephan Bergmann 3315ede300 extern/cloop: Missing dependencies of compilations on output directories
When building Firebird 3.0.7 as part of LibreOffice, we noticed occasional build
failures like <https://ci.libreoffice.org/job/gerrit_linux_clang_dbgutil/96392/>

> error: unable to open output file '/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64/workdir/UnpackedTarball/firebird/temp/Debug/cloop/release/tests/test1/CTest.o': 'No such file or directory'
> 1 error generated.
> Makefile:72: recipe for target '/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64/workdir/UnpackedTarball/firebird/temp/Debug/cloop/release/tests/test1/CTest.o' failed

and while target "all" depends on target "mkdirs" (which would create all those
directories) in extern/cloop/Makefile, there is no order among the dependencies
of "all", so no guarantee that the directories are already created when the
compilation recipes are executed.
2021-09-07 15:12:36 +03:00
..
btyacc Use CFLAGS passed by the build environment 2018-01-08 09:37:35 +01:00
cloop extern/cloop: Missing dependencies of compilations on output directories 2021-09-07 15:12:36 +03:00
editline Backported CORE-6007: Firebird does not build on Mac with fresh toolchain 2019-02-21 18:38:13 +03:00
icu Added pre-built ICU for Android and files needed for cross-build of it 2021-01-29 20:33:30 +03:00
libtommath Enhanced cross-build - make it possible to build external library for both architectures involed 2021-02-18 17:55:03 +03:00
SfIO Totally misc. 2006-04-20 06:27:57 +00:00
zlib Update zlib to 1.2.11 2020-08-15 23:11:47 +03:00