Package: xserver-xorg-video-via Version: 1:0.2.1-4 Severity: grave Tags: patch Justification: renders package unusable
Come on people. I know I've seen this error come up before. Assert is a macro, not a function. Please don't add packages, even to unstable, if they won't work under any circumstances. Especially for something like this: diff -aur xserver-xorg-video-via-0.2.1/src/via_dri.c new/src/via_dri.c --- src/via_dri.c 2006-04-07 14:51:35.000000000 -0700 +++ src/via_dri.c 2006-09-24 22:31:34.000000000 -0700 @@ -44,6 +44,8 @@ #include "via_id.h" #include "xf86drm.h" +#include <assert.h> + #define VIDEO 0 #define AGP 1 #define AGP_PAGE_SIZE 4096 -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages xserver-xorg-video-via depends on: ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries ii libdrm2 2.0.2-0.1 Userspace interface to kernel DRM ii xserver-xorg-core 2:1.1.1-7 X.Org X server -- core server xserver-xorg-video-via recommends no packages. -- no debconf information
diff -aur xserver-xorg-video-via-0.2.1/src/via_dri.c new/src/via_dri.c --- xserver-xorg-video-via-0.2.1/src/via_dri.c 2006-04-07 14:51:35.000000000 -0700 +++ new/src/via_dri.c 2006-09-24 22:31:34.000000000 -0700 @@ -44,6 +44,8 @@ #include "via_id.h" #include "xf86drm.h" +#include <assert.h> + #define VIDEO 0 #define AGP 1 #define AGP_PAGE_SIZE 4096