Your message dated Fri, 15 Mar 2013 10:48:09 +0000 with message-id <[email protected]> and subject line Bug#696570: fixed in nvidia-graphics-drivers 304.84-1 has caused the Debian Bug report #696570, regarding nvidia-kernel-dkms: linux/version.h not used anymore to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 696570: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696570 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: nvidia-kernel-dkms Version: 310.19-0+exp1 Severity: normal Hi, /lib/modules/$(uname -r)/source/include/linux/version.h is not updated on recent kernels. The top level makefile in linux sources define version_h := include/generated/uapi/linux/version.h and echo the new kernel version there so the old file remains out of date. conftest.h uses the kernel version heavily and some tests fail because of that. Specifically failing on #if LINUX_VERSION_CODE >= KERNEL_VERSION(3,6,0) for me. There are patches hanging around for upstream's conftest.sh but you may want to fix the static conftest.h in debian with the new include file. 304.64 may have the same problem. https://devtalk.nvidia.com/default/topic/525699/linux/nvidia-linux-3-7-patch-fix/ [I'm removing all the automatically collected package information as they don't give any useful info, I can provide them if necessary] -- Mattia
--- End Message ---
--- Begin Message ---Source: nvidia-graphics-drivers Source-Version: 304.84-1 We believe that the bug you reported is fixed in the latest version of nvidia-graphics-drivers, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Andreas Beckmann <[email protected]> (supplier of updated nvidia-graphics-drivers package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 15 Mar 2013 11:23:39 +0100 Source: nvidia-graphics-drivers Binary: nvidia-glx xserver-xorg-video-nvidia nvidia-glx-ia32 libgl1-nvidia-glx libxvmcnvidia1 libgl1-nvidia-glx-ia32 nvidia-alternative nvidia-kernel-dkms nvidia-kernel-source nvidia-vdpau-driver nvidia-vdpau-driver-ia32 nvidia-smi libcuda1 libcuda1-ia32 libnvidia-compiler libnvidia-compiler-ia32 libnvcuvid1 libnvidia-ml1 nvidia-opencl-common nvidia-opencl-icd nvidia-opencl-icd-ia32 nvidia-libopencl1 nvidia-libopencl1-ia32 libgl1-nvidia-alternatives libgl1-nvidia-alternatives-ia32 libglx-nvidia-alternatives nvidia-detect Architecture: source amd64 Version: 304.84-1 Distribution: unstable Urgency: low Maintainer: Debian NVIDIA Maintainers <[email protected]> Changed-By: Andreas Beckmann <[email protected]> Description: libcuda1 - NVIDIA CUDA runtime library libcuda1-ia32 - please switch to multiarch libcuda1:i386 libgl1-nvidia-alternatives - transition libGL.so* diversions to glx-alternative-nvidia libgl1-nvidia-alternatives-ia32 - simplifies replacing MESA libGL with GPU vendor libraries (32-bit libgl1-nvidia-glx - NVIDIA binary OpenGL libraries${nvidia:LegacyDesc} libgl1-nvidia-glx-ia32 - please switch to multiarch libgl1-nvidia${nvidia:Legacy}-glx:i386 libglx-nvidia-alternatives - transition libgl.so diversions to glx-alternative-nvidia libnvcuvid1 - NVIDIA CUDA nvcuvid runtime library libnvidia-compiler - NVIDIA runtime compiler library libnvidia-compiler-ia32 - please switch to multiarch libnvidia-compiler:i386 libnvidia-ml1 - NVIDIA management library (NVML) runtime library libxvmcnvidia1 - NVIDIA binary XvMC library${nvidia:LegacyDesc} nvidia-alternative - allows the selection of NVIDIA as GLX provider nvidia-detect - NVIDIA GPU detection utility nvidia-glx - NVIDIA metapackage${nvidia:LegacyDesc} nvidia-glx-ia32 - NVIDIA 32-bit libraries${nvidia:LegacyDesc} (transitional package nvidia-kernel-dkms - NVIDIA binary kernel module DKMS source${nvidia:LegacyDesc} nvidia-kernel-source - NVIDIA binary kernel module source${nvidia:LegacyDesc} nvidia-libopencl1 - NVIDIA OpenCL library nvidia-libopencl1-ia32 - please switch to multiarch nvidia-libopencl1:i386 nvidia-opencl-common - NVIDIA OpenCL driver nvidia-opencl-icd - NVIDIA OpenCL ICD nvidia-opencl-icd-ia32 - please switch to multiarch nvidia-opencl-icd:i386 nvidia-smi - NVIDIA System Management Interface nvidia-vdpau-driver - NVIDIA vdpau driver nvidia-vdpau-driver-ia32 - please switch to multiarch nvidia-vdpau-driver:i386 xserver-xorg-video-nvidia - NVIDIA binary Xorg driver${nvidia:LegacyDesc} Closes: 696570 696839 700121 702918 Changes: nvidia-graphics-drivers (304.84-1) unstable; urgency=low . * New upstream legacy 304xx branch release 304.84 (2013-03-04). - Improved compatibility with recent Linux kernels. - Fixed a bug that could lead to rendering corruption after an X server generation (i.e., leaving an X server running after all of its clients have exited). (Closes: #700121, #696839, #702918) - Fixed a bug that could cause the X server to crash when performing an RandR 1.0 rotation (e.g., `xrandr --orientation left`) after unplugging the last connected monitor. - Added support for X.org xserver ABI 14 (xorg-server 1.14). - Fixed font rendering performance and corruption problems on X servers with backported support for the new glyph cache functionality added to Pixman 0.27. - Fixed a potential X server crash during initialization, when a graphics card with a TV connector has no TV connected. - Added a new X configuration option, "UseHotplugEvents", to allow the suppression of RandR events when adding or removing non-DisplayPort displays. See the "X Config Options" appendix of the README for details. * Add xorg-video-abi-14 as alternative dependency. * kernel-3.7.patch: Remove, fixed upstream. * Fix debian/module/debian/kernel-version to cope with $KSRC/linux/version.h being moved to $KSRC/include/generated/uapi/linux/version.h in Linux 3.7. (Closes: #696570) * nvidia-vdpau-driver: Move to Section: non-free/video. (See #700666) * README.alternatives: Document to run 'dpkg-reconfigure glx-alternative-nvidia' after running 'update-alternatives --config nvidia'. (See #702782) * README.Debian: Add information about reporting upstream bugs to NVIDIA. * Add copyright information to the nvidia-detect script originally written by Filipus Klutiero for the wiki page. * patch-3.0-rt-nvidia.patch: Remove, disabled since 304.30-2. * Put my patches into the public domain, they get applied to the kernel module source that is under a non-free license from NVIDIA. * Update my email address and remove DMUA. Checksums-Sha1: 9300456f98fd7ea3f83654b2e239fe0d1425580e 3965 nvidia-graphics-drivers_304.84-1.dsc 3f2e58d30e0e2e15b0a533b8fb952ca2866e744c 104484858 nvidia-graphics-drivers_304.84.orig.tar.gz 68399a95506404c9fde212c01d713e808926ea9c 112046 nvidia-graphics-drivers_304.84-1.debian.tar.gz c725e59ee3dd9f847fc800c72cf6ba1ba84c1f2d 347554 nvidia-glx_304.84-1_amd64.deb ea14de58274f9c04f6307791866e6700404ce2b7 2286812 xserver-xorg-video-nvidia_304.84-1_amd64.deb a54c7e7092abbabade1f023c00b8264b3dff43cd 93172 nvidia-glx-ia32_304.84-1_amd64.deb 65d2979e853c0bcdd9d5227e04a299113332703b 6598110 libgl1-nvidia-glx_304.84-1_amd64.deb d09ae10437d7ab820aedb517e0b9643e5bae88e4 279002 libxvmcnvidia1_304.84-1_amd64.deb d46c82e8ab3614019c0a5a9e179861d923d531fb 93414 libgl1-nvidia-glx-ia32_304.84-1_amd64.deb 3721f7afe752cbd1e7ed53c2bedf7d330c4bc512 93968 nvidia-alternative_304.84-1_amd64.deb c3f561237b12c58fca6b1d4c7a80753010b6af7d 6906438 nvidia-kernel-dkms_304.84-1_amd64.deb d38ba96b50774b69437c6d76d3fcf427ad6ff6a4 9056384 nvidia-kernel-source_304.84-1_amd64.deb cc0653f204b8c99ba6e9cbf1a91b0445d9b56550 834428 nvidia-vdpau-driver_304.84-1_amd64.deb db794b79193a35171da3a05835ca6b83b9e5a630 93220 nvidia-vdpau-driver-ia32_304.84-1_amd64.deb 82d6199abcf674de01ea60efa9548441a0eca84b 144426 nvidia-smi_304.84-1_amd64.deb 54b3edbefd39fcdbcd968f726ca3cfdd2b74370c 3271498 libcuda1_304.84-1_amd64.deb 922efe509a5216b1e0822fa0d61657e3aa336919 93186 libcuda1-ia32_304.84-1_amd64.deb f2c8363c9a9c405f86a5388c440a2227148f8377 6967612 libnvidia-compiler_304.84-1_amd64.deb 7c37795fb05e24390fee55cb29ce0b852d4b4219 92738 libnvidia-compiler-ia32_304.84-1_amd64.deb ce2d02955c93641e5052499ee2c4c96b253c2878 622592 libnvcuvid1_304.84-1_amd64.deb 545e8b76a45b9f41a7a7adb2be6887e7aadc91ad 214678 libnvidia-ml1_304.84-1_amd64.deb 990016ae90d9d94c8a7c1c7726115d1c31b534d3 92914 nvidia-opencl-common_304.84-1_amd64.deb d2122716dd4fc642a8059eb4b021abaddbcfcf70 2907128 nvidia-opencl-icd_304.84-1_amd64.deb 5751822507d190c5ee154db9ba745dba041aac19 93128 nvidia-opencl-icd-ia32_304.84-1_amd64.deb 925b410b7a89372b472e27bccdbc38e862b183fc 99534 nvidia-libopencl1_304.84-1_amd64.deb 49ca17824da23928d2cc4836a856895bb7c04ef7 92728 nvidia-libopencl1-ia32_304.84-1_amd64.deb 62700fa5c79108ed32d2e3b3b88b1fc806d620c7 93122 libgl1-nvidia-alternatives_304.84-1_amd64.deb 7cb3c5e4430b877a4b72eb2a360c2a0ddee9b965 94952 libgl1-nvidia-alternatives-ia32_304.84-1_amd64.deb b0aa2101662bcec80f8d89e4293a3c9df3126935 93058 libglx-nvidia-alternatives_304.84-1_amd64.deb 911369b3f390cb0ef074782bbbd5c28a5d4161c7 95400 nvidia-detect_304.84-1_amd64.deb Checksums-Sha256: 18756bdeac13ce057e8beff48045c9d2600b3f2cd14be9364bd1dd3ef7647b48 3965 nvidia-graphics-drivers_304.84-1.dsc 195e6d0ba63d01160ddbfd3b9e6302e7f26cb36b25fecd9775de55a70a305e80 104484858 nvidia-graphics-drivers_304.84.orig.tar.gz 60e40ce1f98a1db625d935dc042e2406b76c621231fe49a0b1683fce14f62353 112046 nvidia-graphics-drivers_304.84-1.debian.tar.gz d787296ca75e700965af9ddca2127f91a8785b8ee1be92e55618b705990c1218 347554 nvidia-glx_304.84-1_amd64.deb 7b3971445ee3e60efbe790efd124a94235d70a23fb9878d1133facd48db25dd6 2286812 xserver-xorg-video-nvidia_304.84-1_amd64.deb 90ddc6aa7866e5b78d5bf2cd0559fd229c8435714edfaa6153e48a17a8e0e170 93172 nvidia-glx-ia32_304.84-1_amd64.deb c79c99ec07bcbd3f6c488ed417516e581332ad4d62545a5be8edee9366b312dd 6598110 libgl1-nvidia-glx_304.84-1_amd64.deb 42d5ffe3dcdd8b3cd92eabc3460d1f06cbe944ae73b54e879cb4106681bc7b07 279002 libxvmcnvidia1_304.84-1_amd64.deb a9709eceaf53e873d2ce380920e7a98c2a51f00ac307ec603cd4c1872a0e10b9 93414 libgl1-nvidia-glx-ia32_304.84-1_amd64.deb 19c6db80412721b4ab90c568a8c2d605b1be4b526eccdd915591c608ce0542d7 93968 nvidia-alternative_304.84-1_amd64.deb d8c0a1ae8a44a780e1529e8df49a1a933bdb94e87bebe954c1fe3e1bb97ce22b 6906438 nvidia-kernel-dkms_304.84-1_amd64.deb 840ca8540362647bba9c037f0e6091afcf7c5f03644c929de8995e443a03d773 9056384 nvidia-kernel-source_304.84-1_amd64.deb 8a9893d4bfc0ef8dbd48babd9b702ddc67b758174c05957666c75289e1c3e289 834428 nvidia-vdpau-driver_304.84-1_amd64.deb 1f086540fdbc9b74cb96c8a8e7d98a35198c7e46f2703f91fdfea576e1a7bc99 93220 nvidia-vdpau-driver-ia32_304.84-1_amd64.deb b74436c35a782f0e3b9b2ff5cab10040b739d2da16e69e574032f6bab9725278 144426 nvidia-smi_304.84-1_amd64.deb 1f40aecae8edb98185378a3a8d51354fa9eced296c39c9970678112aa558fc3b 3271498 libcuda1_304.84-1_amd64.deb aff49a37476c2d40632806efcdfe720b7eebcd024f6a3b0b7d0b3b797180283d 93186 libcuda1-ia32_304.84-1_amd64.deb 02c2a77b1c46d9d3b909576934eb264c995543ede2bef8b23a7c6b0e766be259 6967612 libnvidia-compiler_304.84-1_amd64.deb 7216871981120ac28b55218f7db833376b5b8b8503a2762d3e556cb941c7bba7 92738 libnvidia-compiler-ia32_304.84-1_amd64.deb 7592c126a4d72e9222881097d94017911ce9cd8c50930494c0446c88ffb273d9 622592 libnvcuvid1_304.84-1_amd64.deb e975d287a7ca9a50a16d7b3842999cd0742fe9a599340d288cf127f03c089c9e 214678 libnvidia-ml1_304.84-1_amd64.deb 8ec143f4740d22f66984bb7799cdadb3f1a90240419f04cd94bacdcd41d1996d 92914 nvidia-opencl-common_304.84-1_amd64.deb d8362e05b9b65ef082e498a541ae8d954f10aee436925eb250d888b329dd3aa5 2907128 nvidia-opencl-icd_304.84-1_amd64.deb c781a7a52b8aa01d8705359f2d040b3b1ce541fc2b74636ed041ce2b0f72b31e 93128 nvidia-opencl-icd-ia32_304.84-1_amd64.deb 4290ebb57d828f80c6ad42f9cb92e6bca91623d11bb3e0e3dc065939fb30d88f 99534 nvidia-libopencl1_304.84-1_amd64.deb c14ff9a89a74ac7120431e83b8452b77a8fdeaade234ebfb025d27ce13bbd845 92728 nvidia-libopencl1-ia32_304.84-1_amd64.deb e1a437ab8e0a32d488035fbc32d71ff39ca6f143267f2946646c6f284b4e1021 93122 libgl1-nvidia-alternatives_304.84-1_amd64.deb 76af0f5969a6f2115ac23ac976fe2d5f7bc6aa30821065dfa929bca3c60446b6 94952 libgl1-nvidia-alternatives-ia32_304.84-1_amd64.deb b4077b9c2c7b8162359b80c0543a13becb8da73b83ab305866761715c431b637 93058 libglx-nvidia-alternatives_304.84-1_amd64.deb 63fa3eb4dec4139e9faa2520f63778060a08b39d10affd4e921719c42506782c 95400 nvidia-detect_304.84-1_amd64.deb Files: 989ecd1fcd213c7068a2025a32df1ba9 3965 non-free/libs optional nvidia-graphics-drivers_304.84-1.dsc 93ef3c29312f028bc27cf3c54a8afaea 104484858 non-free/libs optional nvidia-graphics-drivers_304.84.orig.tar.gz 134a1399b943aca6d870b7c779d4d48c 112046 non-free/libs optional nvidia-graphics-drivers_304.84-1.debian.tar.gz 9e8fda76e717bc8744ca50951dba2b7a 347554 non-free/x11 optional nvidia-glx_304.84-1_amd64.deb 866c92f82a375f27217c3866a3d14b6a 2286812 non-free/x11 optional xserver-xorg-video-nvidia_304.84-1_amd64.deb 5d597c76f86432d8333ad5c2751669ac 93172 non-free/oldlibs extra nvidia-glx-ia32_304.84-1_amd64.deb d0a8aa17f48651640254fef9bebbbc43 6598110 non-free/libs optional libgl1-nvidia-glx_304.84-1_amd64.deb b7a85feef6ccfdc324b0cf8220876578 279002 non-free/libs optional libxvmcnvidia1_304.84-1_amd64.deb d77524db7fceaff4252e452ff4fdfb93 93414 non-free/oldlibs extra libgl1-nvidia-glx-ia32_304.84-1_amd64.deb 082360bec0c77eea1245b62d30a51e0f 93968 non-free/libs optional nvidia-alternative_304.84-1_amd64.deb 4d9012a888f8605dcbcb7cff98a61cc1 6906438 non-free/kernel optional nvidia-kernel-dkms_304.84-1_amd64.deb a4b54cf582ead893017b19927edec422 9056384 non-free/kernel optional nvidia-kernel-source_304.84-1_amd64.deb 1c5db0d90785fa59bc45630e7af1c9a3 834428 non-free/video optional nvidia-vdpau-driver_304.84-1_amd64.deb 0c6e5b7c4a6bfc6d59fce4dde9c6d2f2 93220 non-free/oldlibs extra nvidia-vdpau-driver-ia32_304.84-1_amd64.deb 3451901c28f04f3779229d32314f2f34 144426 non-free/utils optional nvidia-smi_304.84-1_amd64.deb f3a5d8d821ad048a61eaba6467f069fa 3271498 non-free/libs optional libcuda1_304.84-1_amd64.deb 54d38ff4bae37d7f7741804e520a440a 93186 non-free/oldlibs extra libcuda1-ia32_304.84-1_amd64.deb 4d4a49a4f821ac0e2eceb945feb3e1d5 6967612 non-free/libs optional libnvidia-compiler_304.84-1_amd64.deb d9dafe23a3e5a0d2abc555ad0331c276 92738 non-free/oldlibs extra libnvidia-compiler-ia32_304.84-1_amd64.deb c8ea3cdce1f2147e0e44e49352c0d6f9 622592 non-free/libs optional libnvcuvid1_304.84-1_amd64.deb 5dc788d7e9254479d469c19a80d59fd9 214678 non-free/libs optional libnvidia-ml1_304.84-1_amd64.deb bcc7a196d1d6bdb814f38df0557ab8cb 92914 non-free/libs optional nvidia-opencl-common_304.84-1_amd64.deb d85d56e124f38bca8c8d7e6b75ef027f 2907128 non-free/libs optional nvidia-opencl-icd_304.84-1_amd64.deb b7a394ab89267d95ffcfdf4ed5419c2b 93128 non-free/oldlibs extra nvidia-opencl-icd-ia32_304.84-1_amd64.deb 8ec5a9c18d8191b3b0397161a02bf42c 99534 non-free/libs optional nvidia-libopencl1_304.84-1_amd64.deb 265f89d351de42172c13f26d9b4cc1db 92728 non-free/oldlibs extra nvidia-libopencl1-ia32_304.84-1_amd64.deb 900a49e4107e3941ebd82afbd35e580c 93122 non-free/oldlibs optional libgl1-nvidia-alternatives_304.84-1_amd64.deb 8850554115942c2e34547e4861e05009 94952 non-free/libs extra libgl1-nvidia-alternatives-ia32_304.84-1_amd64.deb 92b2ff84fc5a399356d333fa835762ff 93058 non-free/oldlibs optional libglx-nvidia-alternatives_304.84-1_amd64.deb bda21e1d722f3ed2a9454cf3341b6406 95400 non-free/x11 optional nvidia-detect_304.84-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBCAAGBQJRQvp/AAoJEF+zP5NZ6e0I4G0P/Rt8tEsCXC63aZYRElhLYsW5 yxSVBMKgEgEYGfZMzA2xPr7/+5a0QGi0kwr3VpcIuNFg/coWlUPJsYY2479MmvDB 52XwJ24malwg3xsqla4KEtemAN/ZfxWOeDzDZ1cCgE7Ygi1jh/vgUSTcMQK1iy7/ 01Qg6FFY64K0tRGlv+cDYBkPArPhhaJc0OZrDpWThRSN5yaz7FL2pD5hQhqSLG8z 78f+FnL0xtrTuck1U1qziNdJ9+hXw2XRdlchmLXQfnRAgbOSs1hrU3Zcbhpfivh3 muawPYFOOg2VZe6elfdo9eh8aRQJYqc8PPpDmolEQsxeuJ3SGPzHWFwD2SkaKirm zeUatR9d52HRBd+sUSnFqdzOVqlylLQG69SAuESdfWjRs/EXkpgXtot48ljASvtx Q52qUJ1QS1RDX14Mx5Jurpmn1e0GYbMPMhwUIN8SzzQWa+fa3l28gqMbPhM8ZM0a P3kzVR4F90d+ifq5/Mwb8BgOkM7TN5U0MxnKfW30KjV2wcgg814i4QJ8y0fsGtMR /NTvOcBDZ4f4a5D2cG1jBxqJ0MiNpC+CGj0BhNotUZDTiTYIAC6oqrTjppAmh3ww 2+eSEQpT58NzGsBDpIsMwOFkuRr7vafWdk0/Pyh0F7CnjcG6F8QhI00as/MMtBb3 n4XzfsbANfIbo7Q8OAvZ =3NDl -----END PGP SIGNATURE-----
--- End Message ---

