8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00
firebird-mirror/extern
Stephan Bergmann 6ea349b8ec 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 14:48:53 +03:00
..
btyacc Update and fix cmake build. 2017-12-02 19:40:30 +03:00
cloop extern/cloop: Missing dependencies of compilations on output directories 2021-09-07 14:48:53 +03:00
decNumber Remove old MSVC projects. 2021-06-08 14:59:39 -03:00
editline Applied freebsd-related changes from PR#72 2020-04-09 17:18:41 +03:00
icu Set POSIX build to use C++17. 2021-06-08 14:59:02 -03:00
libtomcrypt Remove old MSVC projects. 2021-06-08 14:59:39 -03:00
libtommath Remove old MSVC projects. 2021-06-08 14:59:39 -03:00
re2 Re-do our customizations to re2. 2021-05-26 10:12:54 -03:00
SfIO Totally misc. 2006-04-20 06:27:57 +00:00
ttmath Fixed misc function in ttmath library 2021-05-24 17:22:03 +03:00
zlib Update zlib library 2019-03-01 22:15:34 +02:00