Tried to compile package from debian bookworm as follows: ``` sudo sed -i "s/# deb-src/deb-src/g" /etc/apt/sources.list sudo apt-get update sudo apt-get dist-upgrade sudo apt-get build-dep vte2.91
cd ~/Downloads wget http://deb.debian.org/debian/pool/main/v/vte2.91/vte2.91_0.64.2.orig.tar.gz tar -xf vte2.91_0.64.2.orig.tar.gz cd vte-0.64.2 wget http://deb.debian.org/debian/pool/main/v/vte2.91/vte2.91_0.64.2-3.debian.tar.xz tar -xf vte2.91_0.64.2-3.debian.tar.xz rm vte2.91_0.64.2-3.debian.tar.xz rm debian/patches/build-Fix-build-on-non-linux-systems.patch sed -i "/build-Fix-build-on-non-linux-systems.patch/d" debian/patches/series dpkg-buildpackage -us -us -b sudo apt-get install ../*.deb ``` Then when `gdebi-gtk file.deb` is executed, then terminal shows the following ``` (gdebi-gtk:14343): VTE-WARNING **: 13:31:00.005: (../src/vtepty.cc:669):bool _vte_pty_spawn_sync(VtePty*, const char*, const char* const*, const char* const*, GSpawnFlags, GSpawnChildSetupFunc, gpointer, GDestroyNotify, GPid*, int, GCancellable*, GError**): runtime check failed: ((spawn_flags & forbidden_spawn_flags()) == 0) ``` Could it be an issue? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1946499 Title: installation of deb-packages with gdebi-gtk shows "dpkg: error: unable to read filedescriptor flags for <package status and progress file descriptor>: Bad file descriptor" in gdebi terminal, package is not installed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-mate/+bug/1946499/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
