Your message dated Sun, 18 Aug 2013 21:33:30 +0000
with message-id <[email protected]>
and subject line Bug#710900: fixed in nvidia-graphics-drivers-legacy-173xx 
173.14.37-3
has caused the Debian Bug report #710900,
regarding nvidia-kernel-legacy-173xx-source: Fails to build debian package 
under user-compiled kernels (kernel version string problem).
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.)


-- 
710900: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710900
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nvidia-kernel-legacy-173xx-source
Version: 173.14.35
Severity: important

The debian build rules are not clean for user compiled kernels which
include in the kernel version characters which are not allowed in
debian package version strings.

A run of 'fakeroot debian/rules binary':

===>
[...]
[ .. patching, and compiling .. ]
[...]
dh_gencontrol -- -v`cat debian/VERSION` \
                -V'built:using:kernel=' \
                -V'built:using:nvidia='
dpkg-gencontrol: warning: can't parse dependency
linux-image-3.1.1_pf_phc-intel_gov-interactive dpkg-gencontrol: error:
error occurred while parsing Recommends field:
linux-image-3.1.1_pf_phc-intel_gov-interactive dh_gencontrol:
dpkg-gencontrol -ldebian/changelog
-Tdebian/nvidia-kernel-legacy-173xx-3.1.1_pf_phc-intel_gov-interactive.substvars
-Pdebian/nvidia-kernel-legacy-173xx-3.1.1_pf_phc-intel_gov-interactive
-v173.14.35-4+3.1.1_pf_phc-intel_gov-interactive-0
-Vbuilt:using:kernel= -Vbuilt:using:nvidia= returned exit code 255
make: *** [binary-arch] Error 25 <===

Attached is a quick and dirty patch which resolves the problem for my
machine; it is a patch to 'debian/prep-modules'

Applies to at least the packages 'nvidia-kernel-legacy-173xx-source'
and 'nvidia-kernel-legacy-96xx-source', not tested with others. Applies
at least to package in wheezy (stable).

While reporting this bug, a compilation of
'nvidia-kernel-legacy-96xx-source' is installed, but exactly same
problem (and exactly same solution) to
'nvidia-kernel-legacy-173xx-source'.

-- Package-specific info:
uname -a:
Linux (none) 3.1.1_pf_phc-intel_gov-interactive #1 PREEMPT Sat Dec 15
14:58:14 CET 2012 i686 GNU/Linux

/proc/version:
Linux version 3.1.1_pf_phc-intel_gov-interactive (root@K6) (gcc version
4.7.2 (Debian 4.7.2-3) ) #1 PREEMPT Sat Dec 15 14:58:14 CET 2012


Kernel modules: nvidia.ko
/lib/modules/2.6.27.18_ubuntu_tuxonice_debianlogo_loop-aes/kernel/drivers/video/nvidia.ko
/lib/modules/3.1.1_pf_phc-intel_gov-interactive/nvidia/nvidia.ko

filename:       
/lib/modules/2.6.27.18_ubuntu_tuxonice_debianlogo_loop-aes/kernel/drivers/video/nvidia.ko
alias:          char-major-195-*
supported:      external
license:        NVIDIA
alias:          pci:v000010DEd*sv*sd*bc03sc02i00*
alias:          pci:v000010DEd*sv*sd*bc03sc00i00*
depends:        agpgart
vermagic:       2.6.27.18_ubuntu_tuxonice_debianlogo_loop-aes SMP
mod_unload modversions K7
filename:       /lib/modules/3.1.1_pf_phc-intel_gov-interactive/nvidia/nvidia.ko
alias:          char-major-195-* supported:      external
license:        NVIDIA
alias:          pci:v000010DEd*sv*sd*bc03sc02i00*
alias:          pci:v000010DEd*sv*sd*bc03sc00i00*
depends:        agpgart,i2c-core
vermagic:       3.1.1_pf_phc-intel_gov-interactive preempt mod_unload
K7 


-- System Information:
Debian Release: 7.0
Architecture: i386 (i686)

Kernel: Linux 3.1.1_pf_phc-intel_gov-interactive (PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL
set to C) Shell: /bin/sh linked to /bin/bash

Versions of packages nvidia-kernel-legacy-173xx-source is related to:
pn  ia32-libs                                                   <none>
pn  libdrm-nouveau1                                             <none>
ii  libdrm-nouveau1a
2.4.40-1~deb7u2 pn
libgl1-nvidia-alternatives-ia32                             <none> pn
libgl1-nvidia-glx-ia32                                      <none> pn
libgl1-nvidia-glx-ia32-any                                  <none> pn
libgl1-nvidia-legacy-173xx-glx-ia32                         <none> ii
libgl1-nvidia-legacy-96xx-glx [libgl1-nvidia-glx-any]       96.43.23-3
pn  libgl1-nvidia-legacy-96xx-glx-ia32                          <none>
pn  linux-headers                                               <none>
pn  nvidia-glx-any                                              <none>
pn  nvidia-glx-legacy-173xx                                     <none>
pn  nvidia-kernel-common                                        <none>
pn  nvidia-kernel-legacy-173xx-dkms                             <none>
ii  nvidia-kernel-legacy-173xx-source
173.14.35-4 pn
nvidia-settings                                             <none> ii
nvidia-support                                              20120630+3
pn  nvidia-xconfig                                              <none>
ii  xserver-xorg                                                1:7.7+2
ii  xserver-xorg-core
2:1.12.4-6 pn
xserver-xorg-video-nouveau                                  <none> ii
xserver-xorg-video-nvidia-legacy-96xx [xserver-xorg-video-  96.43.23-3
76a77,79
> # Remove '_', since dpkg will break on  that.
> nvidia_kvers="$(echo "${nvidia_kvers}" | tr '_' '-')"
> 
93c96
< echo "$nvidia_version" > debian/VERSION
---
> echo "$nvidia_version" | tr '_' '-' > debian/VERSION

--- End Message ---
--- Begin Message ---
Source: nvidia-graphics-drivers-legacy-173xx
Source-Version: 173.14.37-3

We believe that the bug you reported is fixed in the latest version of
nvidia-graphics-drivers-legacy-173xx, 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-legacy-173xx 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: Sun, 18 Aug 2013 23:11:10 +0200
Source: nvidia-graphics-drivers-legacy-173xx
Binary: nvidia-legacy-173xx-driver nvidia-glx-legacy-173xx 
xserver-xorg-video-nvidia-legacy-173xx libgl1-nvidia-legacy-173xx-glx 
nvidia-alternative-legacy-173xx nvidia-legacy-173xx-kernel-dkms 
nvidia-kernel-legacy-173xx-dkms nvidia-legacy-173xx-kernel-source 
nvidia-kernel-legacy-173xx-source
Architecture: source amd64
Version: 173.14.37-3
Distribution: unstable
Urgency: low
Maintainer: Debian NVIDIA Maintainers <[email protected]>
Changed-By: Andreas Beckmann <[email protected]>
Description: 
 libgl1-nvidia-legacy-173xx-glx - NVIDIA binary OpenGL 
libraries${nvidia:LegacyDesc}
 nvidia-alternative-legacy-173xx - allows the selection of NVIDIA as GLX 
provider
 nvidia-glx-legacy-173xx - transition to ${nvidia}-driver
 nvidia-kernel-legacy-173xx-dkms - transition to ${nvidia}-kernel-dkms
 nvidia-kernel-legacy-173xx-source - transition to ${nvidia}-kernel-source
 nvidia-legacy-173xx-driver - NVIDIA metapackage${nvidia:LegacyDesc}
 nvidia-legacy-173xx-kernel-dkms - NVIDIA binary kernel module DKMS 
source${nvidia:LegacyDesc}
 nvidia-legacy-173xx-kernel-source - NVIDIA binary kernel module 
source${nvidia:LegacyDesc}
 xserver-xorg-video-nvidia-legacy-173xx - NVIDIA binary Xorg 
driver${nvidia:LegacyDesc}
Closes: 685647 710900 717306 719522
Changes: 
 nvidia-graphics-drivers-legacy-173xx (173.14.37-3) unstable; urgency=low
 .
   * Synchronize packaging with nvidia-graphics-drivers 304.88-6:
     - Documentation updates.
   * Synchronize packaging with nvidia-graphics-drivers 304.88-7:
     - Add new substvars ${nvidia-alternative}, #NVIDIA_ALTERNATIVE#.
     - Rename the kernel module to nvidia-legacy-173xx.ko but retain its
       internal name as 'nvidia'.  (Closes: #719522)
     - nvidia{,-legacy-*}-kernel-dkms are now co-installable.
       (Closes: #685647)
     - nvidia-alternative-legacy-173xx:
       + Add /etc/nvidia/nvidia-legacy-173xx-modprobe.conf (with the nvidia
         alias) and a slave alternative /etc/modprobe.d/nvidia.conf to the
         nvidia alternative.
       + Provides: ${nvidia-alternative}--kmod-alias.
     - nvidia-legacy-173xx-kernel-dkms, nvidia-kernel-#KVERS#: Depend on
       ${nvidia-alternative}--kmod-alias.
     - libgl1-nvidia-legacy-173xx-glx.symbols: Change the dependency template
       to always generate a Depends: libgl1-mesa-glx | libgl1 and stop
       manipulating the .shlibs.
     - libgl1-nvidia-legacy-173xx-glx:i386: Check for problematic stray
       /usr/lib32/libGL.so* via
       Depends: nvidia-installer-cleanup (>= 20130816).
     - Don't explicitly request xz compression - dpkg 1.17 does this by
       default.
     - Drop empty Description paragraphs that worked around dpkg bug #680871.
     - conftest.h:
       + Implement check for drm/drmP.h (319.12).
       + Implement new conftest.sh functions drm_available (319.12),
         dom0_kernel_present (325.08),
         proc_create_data, pde_data, proc_remove (304.108, 325.15).
       + Implement conftest.sh sanity checks (only emit warning)
         nvidiafb_sanity_check (1.0-8174), xen_sanity_check (1.0-9746, 177.76),
         preempt_rt_sanity_check (325.08).
     - linux-3.10-{i2c,procfs}.patch: New patches to fix compilation with
       Linux 3.10, backported from 304.108.  (Closes: #717306)
     - linux-3.11.patch: New patch to fix compilation with Linux 3.11-rc.
   * Synchronize packaging with nvidia-graphics-drivers 304.108-1:
     - Rename patches.
     - debian/module/debian/prep-modules: Sanitize the kernel version. Replace
       underscores (may occur in custom kernels) with dashes to be eligible for
       package names and versions.  (Closes: #710900)
   * Regenerate linux-3.10-procfs.patch for 173xx.
   * Refresh patches.
Checksums-Sha1: 
 b3e2c451ab565e67ce9369630108d521491fa362 3089 
nvidia-graphics-drivers-legacy-173xx_173.14.37-3.dsc
 77f191ec3dbb929b43ebe3f8632cd505813737d1 69580 
nvidia-graphics-drivers-legacy-173xx_173.14.37-3.debian.tar.gz
 699eed288c0e0a0cd132dccde1c2bf85251b096e 228306 
nvidia-legacy-173xx-driver_173.14.37-3_amd64.deb
 a3bc1023d81ea39a60226dc78be8cbb054b027a1 39610 
nvidia-glx-legacy-173xx_173.14.37-3_amd64.deb
 ffa41df6f717629aef7d1574d6633fab4f71674c 1775890 
xserver-xorg-video-nvidia-legacy-173xx_173.14.37-3_amd64.deb
 2c6f294bbb57284e72d5e41c091b74560f90ecf0 3531404 
libgl1-nvidia-legacy-173xx-glx_173.14.37-3_amd64.deb
 37d2044cea911ffed5e796700bb6b62ba7599f2c 41262 
nvidia-alternative-legacy-173xx_173.14.37-3_amd64.deb
 da02ebc9156286e6567892ccaae91d1db1e39ccc 1901192 
nvidia-legacy-173xx-kernel-dkms_173.14.37-3_amd64.deb
 f96c4925fb17880c69d9bbb3d44eaeec6602621d 39608 
nvidia-kernel-legacy-173xx-dkms_173.14.37-3_amd64.deb
 6e75423af1debe85f0f07cc1e6f95d27745c0119 1939518 
nvidia-legacy-173xx-kernel-source_173.14.37-3_amd64.deb
 647344c0e261707a8d6cd4c0fac95cf5fc35f93c 39616 
nvidia-kernel-legacy-173xx-source_173.14.37-3_amd64.deb
Checksums-Sha256: 
 6ab6268bd7906141ebff4c70292d15ee047d3d6c7be2dd5dad6e4e2dd7c8fbd2 3089 
nvidia-graphics-drivers-legacy-173xx_173.14.37-3.dsc
 82a7d403076a25c65dec54b9f909e4868df0ef19baac70e9b15a202a57795df6 69580 
nvidia-graphics-drivers-legacy-173xx_173.14.37-3.debian.tar.gz
 4d787d7cffb5fa0b5149b1c7bcb6ca5c6bcb667a7bb0105056df4227e776e82f 228306 
nvidia-legacy-173xx-driver_173.14.37-3_amd64.deb
 2eb625607b033782c6b857349c21e9f6ab1f06020904f744d548750fcd7498e0 39610 
nvidia-glx-legacy-173xx_173.14.37-3_amd64.deb
 4831d72395035f59fd5dd614c5efdf4bac3b33c9d5e2d648e0f2f5cf1b2c2c92 1775890 
xserver-xorg-video-nvidia-legacy-173xx_173.14.37-3_amd64.deb
 a3aea2e32b0e66e2ec13572ba08e09d960c0cb2cc8a7069913973d1ba85d59f9 3531404 
libgl1-nvidia-legacy-173xx-glx_173.14.37-3_amd64.deb
 33bd6c89681327873df5a645923eed68ed3f325a9d408793c6af13d1e61b4a19 41262 
nvidia-alternative-legacy-173xx_173.14.37-3_amd64.deb
 d7b62d76d7a5db7a83e9f5a64ade12d9a1a0acf26901fd546dc2b655c02a1a80 1901192 
nvidia-legacy-173xx-kernel-dkms_173.14.37-3_amd64.deb
 11ad2ebef7ac6b858ed05022695906506ee98c981e47b9dfb608ab30e59a33f6 39608 
nvidia-kernel-legacy-173xx-dkms_173.14.37-3_amd64.deb
 8a80cdaf059404686c2ee70f2ce65fe7cc770f6df4c4763c7a4bab8ab7eb802c 1939518 
nvidia-legacy-173xx-kernel-source_173.14.37-3_amd64.deb
 6f21e3ebd0e84e22d4ed1468403dc8aae018cd7ac172323911b538716ee10fa9 39616 
nvidia-kernel-legacy-173xx-source_173.14.37-3_amd64.deb
Files: 
 978d4d135458c8a2d7959410e20b2a86 3089 non-free/libs optional 
nvidia-graphics-drivers-legacy-173xx_173.14.37-3.dsc
 cc372dfcaf28b4949c26ace4185ac7a5 69580 non-free/libs optional 
nvidia-graphics-drivers-legacy-173xx_173.14.37-3.debian.tar.gz
 e3e06eddd770b61f7b043574abe3a296 228306 non-free/x11 optional 
nvidia-legacy-173xx-driver_173.14.37-3_amd64.deb
 719323964c18863ca3c5fc69d9a21d1c 39610 non-free/oldlibs extra 
nvidia-glx-legacy-173xx_173.14.37-3_amd64.deb
 85d24f8ecf96e7a878d6354a0e84313c 1775890 non-free/x11 optional 
xserver-xorg-video-nvidia-legacy-173xx_173.14.37-3_amd64.deb
 b96f71598b401edd1ffd33178d30b24a 3531404 non-free/libs optional 
libgl1-nvidia-legacy-173xx-glx_173.14.37-3_amd64.deb
 390df059ba426e198f4da4c0636279bb 41262 non-free/libs optional 
nvidia-alternative-legacy-173xx_173.14.37-3_amd64.deb
 b370c9dbd8f1d78fd5d2dcaf4a1e2934 1901192 non-free/kernel optional 
nvidia-legacy-173xx-kernel-dkms_173.14.37-3_amd64.deb
 ba15e9315d39d12a16515b58858d1755 39608 non-free/oldlibs extra 
nvidia-kernel-legacy-173xx-dkms_173.14.37-3_amd64.deb
 d2658d436159ee70c45020393d80b463 1939518 non-free/kernel optional 
nvidia-legacy-173xx-kernel-source_173.14.37-3_amd64.deb
 a03a1ac67bc9542dab4509dc48ac8415 39616 non-free/oldlibs extra 
nvidia-kernel-legacy-173xx-source_173.14.37-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJSETvlAAoJEF+zP5NZ6e0I99cP/0+85Jg3DSeJwmA1hG1aqbc5
Dll2sx0kvqgxKrcXmitLIm1B+aCS+oiJYJr4zAneVfUD/wk4wxih4orJJFCQEOwC
1WVsfhlha+ZvGZkaw/MAtsO57CjK0iebmLBVKVZb2Gt9tn/CEnUdEY4uUXBKJL44
zsuLEIgIrgwkxqPIZT9WcO8AhXIdY5rozRycsD92WjhboloHZ5DJ/FqOoHDfDgAe
Dm8+t8Xh2V/DUHa2ZzcpymWDQDw9PKmCMHP/z0dvk4777D+DpFDQr/hEKLB//WmA
mPVTktJ/xX6h1UU8oFBiU2nQiZ41c7yhk6rb6Ujtt34iB8sKsfUs/xMtbeaPMenS
7MF71iXVu6FelwAc3dNWJl/1FNhNJoPZ9N0+e60PDkTNxi1DlpsEDmsl/EdyNUiw
B5RaqUIbLOCqVqad6oz8Mo3wblsu3XeBXGTSt81HkGmWttWl///NlhIdW0KQiPkW
eMuoNkxCL23YVFadupaIQK30yteUJ5Z09d8CPc0UZO6rOrVcfLCtATsMqRajNtLb
ofo8ltgHarpTThty0BQMP+2ThUlwtgoOuveOv9YzX9bfP6HuS1GnKpQf3au4ZqYs
tlAtdHqInoVUpyEFroAOymwW1X8PxpKoJyhdft9QmYDxWMoxCKxS2LEBZW9m1MPS
yc8boojTT41zB7d/Ad6a
=S/gK
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to