New comment by Logarithmus on void-packages repository https://github.com/void-linux/void-packages/pull/26339#issuecomment-730720567 Comment: ``` /usr/bin/ld: .libs/trace.o: Relocations in generic ELF (EM: 183) /usr/bin/ld: .libs/trace.o: Relocations in generic ELF (EM: 183) /usr/bin/ld: .libs/trace.o: error adding symbols: file in wrong format collect2: error: ld returned 1 exit status make: *** [makefile:378: libdialog.la] Error 1 make: *** Waiting for unfinished jobs.... => ERROR: dialog-1.3.20200327_2: do_build: '${make_cmd} ${makejobs} ${make_build_args} ${make_build_target}' exited with 2 => ERROR: in do_build() at common/build-style/gnu-configure.sh:13 ``` Any idea how to fix that? **UPD**: Adding `LIBTOOL=${XBPS_CROSS_BASE}/usr/bin/libtool ` to `configure_args`, `make_build_args` & `make_install_args` seems to fix it.