Bug#1024744: grpc: fail to build on riscv64

2022-11-30 Thread Manuel A. Fernandez Montecelo
Source: grpc Version: 1.30.2-4 Followup-For: Bug #1024744 User: debian-ri...@lists.debian.org Usertags: riscv64 X-Debbugs-Cc: m...@debian.org, locutusofb...@debian.org, bba...@debian.org Control: tags -1 ftbfs patch Hi, > If you have time, please look into this. Sure, grpc 1.51.0 may still >

Bug#1024744: grpc: fail to build on riscv64

2022-11-28 Thread Gianfranco Costamagna
Hello László unfortunately I would like to bootstrap llvm-toolchain-15 on riscv64, because we have a chicken and egg situation with opencl-clang-15 and spirv-llvm-translator-15, so uploading to sid a version that can build, or disable tests will allow us to finish the llvm-toolchain-15

Bug#1024744: grpc: fail to build on riscv64

2022-11-27 Thread GCS
Hi Gianfranco, Benjamin, On Thu, Nov 24, 2022 at 9:21 AM Gianfranco Costamagna wrote: > ifneq (,$(filter $(DEB_HOST_ARCH), armel mips mipsel powerpc)) >export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-as-needed -latomic > -Wl,--as-needed > endif > > I didn't check but maybe adding some port

Bug#1024744: grpc: fail to build on riscv64

2022-11-24 Thread Gianfranco Costamagna
Hello again ifneq (,$(filter $(DEB_HOST_ARCH), armel mips mipsel powerpc)) export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-as-needed -latomic -Wl,--as-needed endif I didn't check but maybe adding some port architectures to this list is sufficient to fix this issue. G. On Thu, 24 Nov 2022

Bug#1024744: grpc: fail to build on riscv64

2022-11-24 Thread Gianfranco Costamagna
Source: grpc Version: 1.30.2-4 Hello, looks like grpc is failing due to tests underlinked (missing atomic flag). Would it be possible to have a look and add the link to them, or ignore on riscv64? I'm currently trying to bootstrap llvm-toolchain-15 on that architecture and I'm failing due to