Commit Graph

4222 Commits

Author SHA1 Message Date
Sylvestre Ledru
084ecd86b1 use the new version of lto auto ignore patch 2021-04-05 12:00:54 +02:00
Sylvestre Ledru
6849d787c4 revert the changes on cmake/ld_library_path as it seems they are breaking stretch 2021-04-04 14:44:19 +02:00
Sylvestre Ledru
d791d2be0b Remove the cmake option POLLY_BUNDLED_JSONCPP as it is now unsed 2021-04-03 09:50:05 +02:00
Sylvestre Ledru
f78cd14a86 Verify that /proc is mounted. It makes some unexpected issues when building from a chroot without /proc 2021-04-02 18:07:31 +02:00
Sylvestre Ledru
717a5efd2d New testing upstream release 2021-04-01 08:57:09 +02:00
Sylvestre Ledru
e2de81e11e Revert the lto declaration 2021-04-01 08:55:57 +02:00
Sylvestre Ledru
be30768c5e Cherry-pick https://reviews.llvm.org/D99501 to allow -flto=auto 2021-03-30 09:01:05 +02:00
Sylvestre Ledru
0ec7afdacf fix the cmake call 2021-03-28 16:15:16 +02:00
Sylvestre Ledru
6608f7b08f fix the cmake call 2021-03-28 11:41:22 +02:00
Sylvestre Ledru
ea094c96d1 display the LD_LIB_PATH & CMAKE 2021-03-28 11:16:08 +02:00
Sylvestre Ledru
1d59ad582c display CMAKE 2021-03-28 10:20:27 +02:00
Sylvestre Ledru
87e77fcbba display the LD_LIB_PATH 2021-03-28 10:17:30 +02:00
Sylvestre Ledru
dce0b21642 Revert "improve the custom cmake mgmt"
This reverts commit 34cb1e3a5c.
2021-03-28 10:12:01 +02:00
Sylvestre Ledru
14616b5799 Revert "Try to fix the fakeroot error"
This reverts commit e2f054d701.
2021-03-28 10:11:57 +02:00
Sylvestre Ledru
6ee77b9fb5 Revert "Try to fix the fakeroot error"
This reverts commit 49f95a2098.
2021-03-28 10:11:42 +02:00
Sylvestre Ledru
e2f054d701 Try to fix the fakeroot error 2021-03-28 09:50:33 +02:00
Sylvestre Ledru
49f95a2098 Try to fix the fakeroot error 2021-03-28 09:50:08 +02:00
Sylvestre Ledru
34cb1e3a5c improve the custom cmake mgmt 2021-03-27 23:16:56 +01:00
Sylvestre Ledru
b2d7e3e789 improve the custom cmake mgmt 2021-03-27 23:16:04 +01:00
Sylvestre Ledru
814c946deb unbreak 9 2021-03-27 13:43:32 +01:00
Sylvestre Ledru
6504f1c20d unbreak 9 2021-03-27 13:42:51 +01:00
Sylvestre Ledru
44c787d482 try workaround cmake in a better way as it wasn't working all the time
make -j 7 -C build-llvm/tools/clang/stage2-bins docs-llvm-html docs-clang-html docs-clang-tools-html docs-clang-tools-man docs-clang-man docs-llvm-man
make[2]: Entering directory '/build/llvm-toolchain-9-9~+20210327121910+c1a0a213378a/build-llvm/tools/clang/stage2-bins'
/tmp/cmake/bin/cmake -S"/build/llvm-toolchain-9-9~+20210327121910+c1a0a213378a/llvm" -B"/build/llvm-toolchain-9-9~+20210327121910+c1a0a213378a/build-llvm/tools/clang/stage2-bins" --check-build-system CMakeFiles/Makefile.cmake 0
/tmp/cmake/bin/cmake: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
Makefile:39750: recipe for target 'cmake_check_build_system' failed
2021-03-27 13:38:51 +01:00
Sylvestre Ledru
afead83118 On some arch, we need another version of cmake. in some case, it needs a specific version of the lib. So, provide the ld_library_path for these 2021-03-27 12:38:11 +01:00
Sylvestre Ledru
9ba7278030 On some arch, we need another version of cmake. in some case, it needs a specific version of the lib. So, provide the ld_library_path for these 2021-03-27 12:37:12 +01:00
Sylvestre Ledru
b528e61bff On some arch, we need another version of cmake. in some case, it needs a specific version of the lib. So, provide the ld_library_path for these 2021-03-27 12:36:06 +01:00
Sylvestre Ledru
99609f8c8c On some arch, we need another version of cmake. in some case, it needs a specific version of the lib. So, provide the ld_library_path for these 2021-03-27 12:36:06 +01:00
Sylvestre Ledru
bd01f7d5ed On some arch, we need another version of cmake. in some case, it needs a specific version of the lib. So, provide the ld_library_path for these 2021-03-27 12:18:31 +01:00
Sylvestre Ledru
e2a02c21ce On some arch, we need another version of cmake. in some case, it needs a specific version of the lib. So, provide the ld_library_path for these 2021-03-27 11:51:19 +01:00
Matthias Klose
b29ad58794 Add optimize=-lto to DEB_BUILD_MAINT_OPTIONS 2021-03-22 16:50:36 +01:00
Gianfranco Costamagna
8c59d59e8b Update changelog, reupload to sid 2021-03-20 17:25:35 +01:00
Gianfranco Costamagna
2523e2ab95 Don't force gcc-11 anymore on riscv64, gcc-10 has the fixes now 2021-03-20 17:16:09 +01:00
Gianfranco Costamagna
a8093670b2 Don't hard fail on z3 failures with "set -e" at the begin, if z3 support is not available we do fail and exit testsuite without checking the log 2021-03-20 16:23:03 +01:00
Gianfranco Costamagna
cf9f0aa703 dont' fail fsanitize=thread on i386, not supported 2021-03-18 10:06:12 +01:00
Gianfranco Costamagna
edbb2bf896 Add upstream cherry-pick to unbreak scan-view 2021-03-17 13:13:06 +01:00
Gianfranco Costamagna
94e92830b8 Upload to sid again 2021-03-15 21:04:58 +01:00
Gianfranco Costamagna
df1ed6d1de Fixup omptarget regex error, missing escape 2021-03-15 21:04:30 +01:00
Gianfranco Costamagna
55f407afab Update changelog, new release went in experimental in the meanwhile 2021-03-15 11:28:50 +01:00
Gianfranco Costamagna
3491280431 Update changelog, upload to sid 2021-03-15 11:19:07 +01:00
Matthias Klose
4e1aa257d5 Also disable CMake's package validation check for omptarget target files (Closes: #983838). 2021-03-15 11:17:51 +01:00
Sylvestre Ledru
c5da4109de Remove an old breaks/replaces for 9 which was causing some issues on Debian buster. Thanks to Julien Wajsberg for the bug report 2021-03-08 12:05:15 +01:00
Sylvestre Ledru
47cfd241e7 Ignore source: invalid-arch-string-in-source-relation riscv64 [build-depends: g++-11 [riscv64]] 2021-03-03 14:14:17 +01:00
Sylvestre Ledru
09f3220736 Build using GCC 11 on riscv64. 2021-03-02 13:25:33 +01:00
Sylvestre Ledru
bd963d07ca * Fix the fuzzer build on i386.
* Add two patches backported to fix ppc64el julia build (Closes: #974779)
2021-03-01 14:40:08 +01:00
Sylvestre Ledru
aedba4a93a Only enable libomp-9-doc on supported archs 2021-03-01 14:39:38 +01:00
Sylvestre Ledru
f13814c61c Only enable libomp-12-doc on supported archs 2021-03-01 10:54:16 +01:00
Sylvestre Ledru
c0c2789686 bring back the 11.1.0 changelog 2021-03-01 10:52:14 +01:00
Sylvestre Ledru
02bc453fb1 Only enable libomp-11-doc on supported archs 2021-03-01 10:50:52 +01:00
Sylvestre Ledru
79e3df9997 * Refresh the openmp symbol list
In libomp.so.5:
  - GOMP_taskwait_depend
  - GOMP_teams_reg
  - __kmpc_calloc
  - __kmpc_realloc
  - __kmpc_taskloop_5
  And all libomptarget.so.12
2021-02-28 15:08:24 +01:00
Sylvestre Ledru
ff71584966 the openmp off load thing has been disabled 2021-02-28 15:04:14 +01:00
Sylvestre Ledru
c09a924589 Use ~++ as RC number as, in the past, I used XX~++ as version name
but this time, I uploaded XX.0.0~++
        Not a big deal as the final release will be ok
2021-02-24 10:19:35 +01:00