Source: xserver-xorg-video-geode Version: 2.18.1-6 Severity: normal Tags: patch User: [email protected] Usertags: cross-satisfiability
Hi, we would like to get rid of the gcc-multilib package. That goes in hand with removing support for -m32. For this package, I am questioning the usefulness of a multilib build. The emitted shared objects need to be loaded into an Xorg server and necessarily that server has to be 32bit. I hope I'm not missing something here, but then you already need to enable i386 as a foreign (or native) architecture and can very well just install the xserver-xorg-video-geode:i386 package. Thus the benefit of having a xserver-xorg-video-geode:amd64 or :x32 package is not substantial while at the same time it prevents us from removing gcc-multilib and libc6-i386. Do you agree with this reasoning? If yes, please consider applying the attached patch. Helmut
diff --minimal -Nru xserver-xorg-video-geode-2.18.1/debian/changelog xserver-xorg-video-geode-2.18.1/debian/changelog --- xserver-xorg-video-geode-2.18.1/debian/changelog 2025-04-08 07:07:24.000000000 +0200 +++ xserver-xorg-video-geode-2.18.1/debian/changelog 2025-06-01 10:35:28.000000000 +0200 @@ -1,3 +1,10 @@ +xserver-xorg-video-geode (2.18.1-6.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Stop building on 64bit architectures. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Sun, 01 Jun 2025 10:35:28 +0200 + xserver-xorg-video-geode (2.18.1-6) unstable; urgency=medium * Update Git repository layout to follow DEP-14: diff --minimal -Nru xserver-xorg-video-geode-2.18.1/debian/control xserver-xorg-video-geode-2.18.1/debian/control --- xserver-xorg-video-geode-2.18.1/debian/control 2025-04-07 20:29:30.000000000 +0200 +++ xserver-xorg-video-geode-2.18.1/debian/control 2025-06-01 10:35:24.000000000 +0200 @@ -3,7 +3,6 @@ Section: x11 Priority: optional Build-Depends: debhelper-compat (= 13), - gcc-multilib [any-amd64 x32], pkgconf, x11proto-dev | x11proto-core-dev, x11proto-fonts-dev, @@ -22,7 +21,7 @@ Rules-Requires-Root: no Package: xserver-xorg-video-geode -Architecture: any-amd64 any-i386 +Architecture: any-i386 Depends: ${misc:Depends}, ${shlibs:Depends}, ${xviddriver:Depends}

