search for: test_dep

Displaying 4 results from an estimated 4 matches for "test_dep".

Did you mean: test_deb
2017 Oct 10
2
Parallel build problems with dovecot 2.2.32
...$(test_doveadm_util_OBJECTS) $(test_doveadm_util_LDADD) $(LIBS) So the problem is that doveadm-util.o needs to be an explicit dependency for test-doveadm-util. I believe one possible fix would be to add doveadm-util.o to test_doveadm_util_DEPENDENCIES: test_doveadm_util_DEPENDENCIES = $(test_deps) bug this isn't something that can easily tested. Craig -------------- next part -------------- A non-text attachment was scrubbed... Name: dovecot-2.2.32_1.log.gz Type: application/gzip Size: 95016 bytes Desc: not available URL: <https://dovecot.org/pipermail/dovecot/attachments/201710...
2017 Jun 04
2
building llvm_Rel400 on Scientific Linux (RHEL) 7.3 x86_64
...> "-lrt" it should work. Thanks, Tim. I don't see "-lrt": $BASE/llvm_Rel400/projects/compiler-rt/lib/xray/tests/CMakeLists.txt 43 if(NOT APPLE) 44 add_compiler_rt_test(XRayUnitTests ${testname} 45 OBJECTS ${TEST_OBJECTS} 46 DEPS ${TEST_DEPS} 47 LINK_FLAGS ${TARGET_LINK_FLAGS} 48 -lstdc++ -lm ${CMAKE_THREAD_LIBS_INIT} 49 -lpthread 50 -L${COMPILER_RT_LIBRARY_OUTPUT_DIR} -lclang_rt.xray-fdr-${arch}) 51 endif()
2017 Oct 10
0
Parallel build problems with dovecot 2.2.32
...CTS) $(test_doveadm_util_LDADD) $(LIBS) > > So the problem is that doveadm-util.o needs to be an explicit dependency for test-doveadm-util. > > I believe one possible fix would be to add doveadm-util.o to test_doveadm_util_DEPENDENCIES: > > test_doveadm_util_DEPENDENCIES = $(test_deps) > > bug this isn't something that can easily tested. Looks like this was already fixed in master, as part of some other changes: https://github.com/dovecot/core/commit/b200bc3875fa06d42c8619865cc306c3297fcacc <https://github.com/dovecot/core/commit/b200bc3875fa06d42c8619865cc306c32...
2017 Jun 03
2
building llvm_Rel400 on Scientific Linux (RHEL) 7.3 x86_64
Hi, I am trying to build the LLVM suite on a RedHat Enterprise Linux clone (Scientific Linux <https://www.scientificlinux.org/>). In the latest attempt, the build seems to complete without any explicit failures but the `check-all` process fails. Any ideas about what is wrong or suggestions for how to proceed would be much appreciated. This is the current procedure: sudo yum install