Activity log for bug #2059132

Date Who What changed Old value New value Message
2024-03-26 14:24:34 Nick Rosbrook bug added bug
2024-03-26 14:24:35 Nick Rosbrook x2gokdrive (Ubuntu): assignee Nick Rosbrook (enr0n)
2024-03-26 14:30:35 Nick Rosbrook description x2gokdrive 0.0.0.2-1build1 is stuck in -proposed. x2gokdrive 0.0.0.2-1build1 is stuck in -proposed. It FTBFS on all arches with: mkdir -p '/<<PKGBUILDDIR>>/BUILD/xorg-server/hw/kdrive/x2gokdrive/' # inject x2gokdrive into xorg-server build tree cp 'Makefile.am' *'.c' *'.h' '/<<PKGBUILDDIR>>/BUILD/xorg-server/hw/kdrive/x2gokdrive/' cp -r '/<<PKGBUILDDIR>>/man/' 'BUILD/xorg-server/hw/kdrive/x2gokdrive/' # patch xorg-server build tree, so that it will build x2gokdrive set -x; \ export XORG_UPSTREAM_VERSION="$(grep AC_INIT '/<<PKGBUILDDIR>>/BUILD/xorg-server/configure.ac' | sed -r 's/^AC_INIT[^,]*, ([^,]+),.*/\1/')" && \ cd '/<<PKGBUILDDIR>>/BUILD/xorg-server' && \ if [ -d "../../patches.xorg/${XORG_UPSTREAM_VERSION}" ]; then \ QUILT_PATCHES="../../patches.xorg/${XORG_UPSTREAM_VERSION}/" quilt pop -a; \ rm .pc/ -Rfv; \ QUILT_PATCHES="../../patches.xorg/${XORG_UPSTREAM_VERSION}/" quilt push -a; \ else \ ( \ set +x; \ printf '\n##################################################\nERROR: This X2Go KDrive version does not support\nbuilding against X.Org version %s.\n##################################################\n' "${XORG_UPSTREAM_VERSION}"; \ exit '1'; \ ); \ fi + grep AC_INIT /<<PKGBUILDDIR>>/BUILD/xorg-server/configure.ac + sed -r s/^AC_INIT[^,]*, ([^,]+),.*/\1/ + export XORG_UPSTREAM_VERSION=21.1.11 + cd /<<PKGBUILDDIR>>/BUILD/xorg-server + [ -d ../../patches.xorg/21.1.11 ] + set +x ################################################## ERROR: This X2Go KDrive version does not support building against X.Org version 21.1.11. ################################################## make[1]: *** [debian/rules:26: override_dh_auto_configure] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:15: binary-arch] Error 2 dpkg-buildpackage: error: debian/rules binary-arch subprocess returned exit status 2 -------------------------------------------------------------------------------- Build finished at 2024-03-26T01:00:11Z Even the latest version in sid (0.0.0.3-1 at time of writing) does not have patches.xorg/21.1.11.
2024-03-26 15:26:42 Nick Rosbrook summary proposed-migration for x2gokdrive 0.0.0.2-1build1 x2gokdrive 0.0.0.2-1build1 FTBFS
2024-03-26 15:26:47 Nick Rosbrook x2gokdrive (Ubuntu): status New Fix Committed
2024-03-26 15:26:50 Nick Rosbrook x2gokdrive (Ubuntu): importance Undecided Medium
2024-03-28 08:51:59 Launchpad Janitor x2gokdrive (Ubuntu): status Fix Committed Fix Released