Your message dated Sat, 13 Jun 2015 18:49:03 +0000
with message-id <e1z3quj-0002oi...@franck.debian.org>
and subject line Bug#788272: fixed in langford 0.0.20130228-4
has caused the Debian Bug report #788272,
regarding langford-dkms: fails to build module due to  __DATE__ and __TIME__ 
usage
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 ow...@bugs.debian.org
immediately.)


-- 
788272: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788272
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: langford-dkms
Version: 0.0.20130228-3
Severity: serious
Tags: sid stretch
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

from make.log:

DKMS make.log for langford-0.0.20130108 for kernel 4.0.0-2-586 (x86_64)
Tue Jun  9 21:11:10 UTC 2015
make: Entering directory '/usr/src/linux-headers-4.0.0-2-586'
  LD      /var/lib/dkms/langford/0.0.20130108/build/built-in.o
  CC [M]  /var/lib/dkms/langford/0.0.20130108/build/langford.o
/var/lib/dkms/langford/0.0.20130108/build/langford.c: In function 'cdev_open':
/var/lib/dkms/langford/0.0.20130108/build/langford.c:804:77: warning: cast from 
pointer to integer of different size [-Wpointer-to-int-cast]
    printk(KERN_ERR DRIVER_NAME " Unable to start read thread: 0x%016llx\n", 
(uint64_t) dev_read_thread);
                                                                             ^
/var/lib/dkms/langford/0.0.20130108/build/langford.c:810:78: warning: cast from 
pointer to integer of different size [-Wpointer-to-int-cast]
    printk(KERN_ERR DRIVER_NAME " Unable to start write thread: 0x%016llx\n", 
(uint64_t) dev_write_thread);
                                                                              ^
/var/lib/dkms/langford/0.0.20130108/build/langford.c: In function 
'driver_probe':
/var/lib/dkms/langford/0.0.20130108/build/langford.c:1001:88: warning: cast 
from pointer to integer of different size [-Wpointer-to-int-cast]
  printk(KERN_DEBUG DRIVER_NAME " BAR0 accessible through memory address: 
0x%016llx\n", (int64_t)DevPrivData->pBar0);
                                                                                
        ^
/var/lib/dkms/langford/0.0.20130108/build/langford.c:1007:88: warning: cast 
from pointer to integer of different size [-Wpointer-to-int-cast]
  printk(KERN_DEBUG DRIVER_NAME " BAR1 accessible through memory address: 
0x%016llx\n", (int64_t)DevPrivData->pBar1);
                                                                                
        ^
/var/lib/dkms/langford/0.0.20130108/build/langford.c: In function 
'driver_initial':
/var/lib/dkms/langford/0.0.20130108/build/langford.c:1090:53: error: macro 
"__DATE__" might prevent reproducible builds [-Werror=date-time]
  printk(KERN_INFO DRIVER_NAME " Loading... (build " __DATE__ " " __TIME__ 
")\n");
                                                     ^
/var/lib/dkms/langford/0.0.20130108/build/langford.c:1090:66: error: macro 
"__TIME__" might prevent reproducible builds [-Werror=date-time]
  printk(KERN_INFO DRIVER_NAME " Loading... (build " __DATE__ " " __TIME__ 
")\n");
                                                                  ^
/var/lib/dkms/langford/0.0.20130108/build/langford.c: In function 'cdev_write':
/var/lib/dkms/langford/0.0.20130108/build/langford.c:428:3: warning: ignoring 
return value of 'copy_from_user', declared with attribute warn_unused_result 
[-Wunused-result]
   copy_from_user(cdev_write_buff + cdev_write_buff_end, buf, MIN(len, 
CDEVBUFFSIZE - cdev_write_buff_end));
   ^
/var/lib/dkms/langford/0.0.20130108/build/langford.c:431:4: warning: ignoring 
return value of 'copy_from_user', declared with attribute warn_unused_result 
[-Wunused-result]
    copy_from_user(cdev_write_buff, buf + CDEVBUFFSIZE - cdev_write_buff_end, 
len - CDEVBUFFSIZE + cdev_write_buff_end);
    ^
/var/lib/dkms/langford/0.0.20130108/build/langford.c: In function 'cdev_read':
/var/lib/dkms/langford/0.0.20130108/build/langford.c:383:3: warning: ignoring 
return value of 'copy_to_user', declared with attribute warn_unused_result 
[-Wunused-result]
   copy_to_user(buf, cdev_read_buff + cdev_read_buff_start, MIN(len, 
CDEVBUFFSIZE - cdev_read_buff_start));
   ^
/var/lib/dkms/langford/0.0.20130108/build/langford.c:386:4: warning: ignoring 
return value of 'copy_to_user', declared with attribute warn_unused_result 
[-Wunused-result]
    copy_to_user(buf + CDEVBUFFSIZE - cdev_read_buff_start, cdev_read_buff, len 
- CDEVBUFFSIZE + cdev_read_buff_start);
    ^
cc1: some warnings being treated as errors
/usr/src/linux-headers-4.0.0-2-common/scripts/Makefile.build:269: recipe for 
target '/var/lib/dkms/langford/0.0.20130108/build/langford.o' failed
make[3]: *** [/var/lib/dkms/langford/0.0.20130108/build/langford.o] Error 1
/usr/src/linux-headers-4.0.0-2-common/Makefile:1407: recipe for target 
'_module_/var/lib/dkms/langford/0.0.20130108/build' failed
make[2]: *** [_module_/var/lib/dkms/langford/0.0.20130108/build] Error 2
Makefile:145: recipe for target 'sub-make' failed
make[1]: *** [sub-make] Error 2
Makefile:8: recipe for target 'all' failed
make: *** [all] Error 2
make: Leaving directory '/usr/src/linux-headers-4.0.0-2-586'


Looks like the kernel compile flags now contain something like
  -Werror=date-time


Andreas

--- End Message ---
--- Begin Message ---
Source: langford
Source-Version: 0.0.20130228-4

We believe that the bug you reported is fixed in the latest version of
langford, 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 788...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Simon Richter <s...@debian.org> (supplier of updated langford 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 13 Jun 2015 20:31:17 +0200
Source: langford
Binary: langford-utils langford-dkms
Architecture: source amd64 all
Version: 0.0.20130228-4
Distribution: unstable
Urgency: low
Maintainer: Simon Richter <s...@debian.org>
Changed-By: Simon Richter <s...@debian.org>
Description:
 langford-dkms - Kernel drivers for the Per Vices Noctar IQ demodulator board
 langford-utils - Control programs for the Per Vices Noctar IQ demodulator board
Closes: 788272
Changes:
 langford (0.0.20130228-4) unstable; urgency=low
 .
   * Remove build date/time from module greeting, nobody cared anyway
     (Closes: #788272)
Checksums-Sha1:
 a2bac94e3d35f6ead96253814c63a1d2a97c8aaa 1480 langford_0.0.20130228-4.dsc
 642cea011a4d265727ad6af36526c890635ecea3 5500 
langford_0.0.20130228-4.debian.tar.xz
 0e32f9475202148b7ed0528c4b883c04c03a1755 17240 
langford-utils_0.0.20130228-4_amd64.deb
 52661b28f3b9e882f0d1272234ff11bb20cb88c1 13612 
langford-dkms_0.0.20130228-4_all.deb
Checksums-Sha256:
 1caba910711bfbfc090591bbe88827553a382d1ba12d9533d6455560667182af 1480 
langford_0.0.20130228-4.dsc
 51b26db87b506796adf1041a3a868d6b43a3373f68bc2867ce5bb7e6bb6b088c 5500 
langford_0.0.20130228-4.debian.tar.xz
 ff7c1d26781893fe927f1b871edbf24e41e98429a798f97b5f8c8deef4d8227f 17240 
langford-utils_0.0.20130228-4_amd64.deb
 a720747c1919ad5aba0c72dfce2834c2643fe9aa9165a78e9da082997be1a018 13612 
langford-dkms_0.0.20130228-4_all.deb
Files:
 b11b61239818b171f8774177caa0d8a5 1480 kernel extra langford_0.0.20130228-4.dsc
 d4dc33efc6c26362f1ac7f9b11ba2d7f 5500 kernel extra 
langford_0.0.20130228-4.debian.tar.xz
 9eed637b71249f75f2f4d688b7f75fc6 17240 electronics extra 
langford-utils_0.0.20130228-4_amd64.deb
 cce2491935f47223be889539f12140e0 13612 kernel extra 
langford-dkms_0.0.20130228-4_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJVfHf+AAoJEH69OHuwmQgReH4IALIS8yCMGN9SxeHiuy3k8PLD
hPQE5RXZrbvpkX8IMbQ0EwR3A6sDiYWb2KXawbGCsVzxvHPat4BWnOItdjlAZ4/R
kP/jja+PoYhtBxGdpWroJcC7NPH/1zctD7qYdl11v7mjc3w3l2OEKCajA+7KhyfW
U3WYEsGac6Ed4rh2tT29ERPVHVzNOiNN+LdT4ay5ePUJ1/nN7k1562G8TY8PaMEH
TfDlkUsfeokCFW8v5mD5vqFZPUwTbxHy4FGoz619G01d/KJwbRUDgQENcK+t/JxG
pgIUYjOKJ6Qt41huVJagSZGkgkgfsax+vD84Vy37Y3cJBYVBzeIS3wDAN76qPuA=
=4j5K
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to