New comment by littlewing7 on void-packages repository https://github.com/void-linux/void-packages/pull/43532#issuecomment-1527096864 Comment: HI guys, ./xbps-src clean doesn't resolve the issue. At this point I suspects a different problem, relative to the Makefile/template of libtickit tar.gz who became incompatible with the newest versions of libtool/workflow used for building packages. This because if you aren't able to build the actual released version of libtickit-0.4.1 who is published in the official repository, then something externally to the package libtickit-0.4.1.tar.gz was changed between the time of successful build and now. I'm able to build successfully the package libvterm-0.3.1.tar.gz (created from the same author ) ![image](https://user-images.githubusercontent.com/24845072/235076496-8f4fdc17-ccd5-4bc8-aef1-479eb224f733.png) I suspect something a little bit different for the libtickit-04.3.tar.gz, for the above reasons, because i try to add the post_extract command to the template of libtickit as the one on libvterm: ![image](https://user-images.githubusercontent.com/24845072/235077088-8644b6bc-1b1b-4c98-b400-171fda948d17.png) but the build continue to fail with this error: ![image](https://user-images.githubusercontent.com/24845072/235077359-4a33b3ec-3740-4c14-ac05-06c9400c2c3b.png) ![image](https://user-images.githubusercontent.com/24845072/235077436-4547a602-6868-42b7-b6c6-808a1667026c.png) ` /usr/arm-linux-gnueabihf/usr/bin/libtool --quiet --mode=compile --tag=CC arm-linux-gnueabihf-gcc -fstack-clash-protection -D_FORTIFY_SOURCE=2 -O2 -pipe -march=armv6 -mfpu=vfp -mfloat-abi=hard -I/usr/arm-linux-gnueabihf/usr/include -ffile-prefix-map=/builddir/libtickit-0.4.3=. -Wall -Iinclude -Isrc -std=c99 -DHAVE_UNIBILIUM -o src/window.lo -c src/window.c /usr/arm-linux-gnueabihf/usr/bin/libtool --quiet --mode=link --tag=CC arm-linux-gnueabihf-gcc -rpath /usr/lib -version-info 3:0:0 -o libtickit.la src/bindings.lo src/debug.lo src/evloop-default.lo src/mockterm.lo src/pen.lo src/rect.lo src/rectset.lo src/renderbuffer.lo src/string.lo src/term.lo src/termdriver-ti.lo src/termdriver-xterm.lo src/tickit.lo src/utf8.lo src/window.lo -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -L/usr/arm-linux-gnueabihf/usr/lib -lunibilium -ltermkey /usr/bin/ld: src/.libs/bindings.o: relocations in generic ELF (EM: 40) /usr/bin/ld: src/.libs/bindings.o: error adding symbols: file in wrong format collect2: error: ld returned 1 exit status make: *** [Makefile:62: libtickit.la] Error 1 => ERROR: libtickit-0.4.3_1: do_build: '${make_cmd} CC="$CC" CXX="$CXX" LD="$LD" AR="$AR" RANLIB="$RANLIB" CPP="$CPP" AS="$AS" OBJCOPY="$OBJCOPY" OBJDUMP="$OBJDUMP" CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS" PREFIX=/usr prefix=/usr ${makejobs} ${make_build_ args} ${make_build_target}' exited with 2 => ERROR: in do_build() at common/build-style/gnu-makefile.sh:9 ` many thanks for the patience and help. Max