Package: src:xorg Version: 1:7.7+1 Severity: normal Tags: patch Hi! xorg fails to build on x32, as it requires a definition for every new architecture. In this case, instead of copying, it'd be better to symlink vars.amd64, as these architectures can't go out of sync: the list of available hardware will be always exactly the same. There's no such thing as an x32 kernel -- it's merely an amd64 one with CONFIG_X86_X32=y, that makes it capable of running binaries from both architectures.
So, the "patch": (cd debian/scripts && ln -s vars.amd64 vars.x32) -- System Information: Debian Release: 7.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: x32 (x86_64) Kernel: Linux 3.7.1-x32 (SMP w/6 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20130207115348.19187.56119.report...@umbar.angband.pl