Package: nvidia-settings Version: 1.0+20050525-2 Severity: important Tags: patch Justification: fails to build from source
The Makefile for the version of nvidia-settings does an architecture check for amd64, using /usr/X11R6/lib64 instead of /usr/X11R6/lib on amd64 - however, on (mostly) 64-bit clean Debian, there is no lib64. -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.12-1-amd64-k8 Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Versions of packages nvidia-settings depends on: ii libatk1.0-0 1.10.1-2 The ATK accessibility toolkit ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an ii libglib2.0-0 2.6.6-1 The GLib library of C routines ii libgtk2.0-0 2.6.9-1 The GTK+ graphical user interface ii libpango1.0-0 1.8.2-1 Layout and rendering of internatio ii libx11-6 6.8.2.dfsg.1-4 X Window System protocol client li ii libxext6 6.8.2.dfsg.1-4 X Window System miscellaneous exte ii xlibs 6.8.2.dfsg.1-4 X Window System client libraries m -- no debconf information *** /home/directhex/lib64.diff --- Makefile.old 2005-08-04 19:59:22.000000000 +0100 +++ Makefile 2005-08-04 20:01:00.000000000 +0100 @@ -54,11 +54,7 @@ endif ifndef X11R6_LIB_DIR - ifeq ($(BUILD_OS)-$(BUILD_ARCH),Linux-x86_64) - X11R6_LIB_DIR = /usr/X11R6/lib64 - else - X11R6_LIB_DIR = /usr/X11R6/lib - endif + X11R6_LIB_DIR = /usr/X11R6/lib endif ifndef X11R6_INC_DIR -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

