[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1060850: jtdx: FTBFS on armel: Error: bad immediate value for offset (4096)



Source: jtdx
Version: 2.2.159-1
Severity: serious
Tags: ftbfs, patch
User: debian-arm@lists.debian.org
Usertags: 32bit-stackclash

Dear Maintainer,

jtdx currently fails to build from source on armel. To address the
immediate issue, please disable stack-clash-protection with the
following snippet in debian/rules:

  ifeq ($(DEB_TARGET_ARCH),armel)
    export DEB_BUILD_MAINT_OPTIONS = hardening=-stackclash
  endif

The error message is:

/tmp/ccWOfy1w.s: Assembler messages:
/tmp/ccWOfy1w.s:51: Error: bad immediate value for offset (4096)
make[3]: *** [CMakeFiles/wsjt_fort_omp.dir/build.make:2802: CMakeFiles/wsjt_fort_omp.dir/lib/sync8.f90.o] Error 1
make[3]: *** Waiting for unfinished jobs....

Full build logs at:
http://qa-logs.debian.net/2024/01/11/armel/jtdx_2.2.159-1_unstable-armel.log


Reply to: