Your message dated Thu, 12 May 2022 02:37:06 +0000 with message-id <e1noyho-000emk...@fasolo.debian.org> and subject line Bug#1010177: fixed in r8168 8.050.00-1 has caused the Debian Bug report #1010177, regarding r8168-dkms: dkms build failed on kernel 5.17 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.) -- 1010177: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010177 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Package: r8168-dkms Version: 8.049.02-1 Severity: grave Tags: ftbfs Justification: renders package unusable Dear Maintainer, * What led up to the situation? update linux-image to 5.17 * What exactly did you do (or not do) that was effective (or ineffective)? apt full-upgrade * What was the outcome of this action? r8168-dkms does not build for this version of kernel * What outcome did you expect instead? working ethernet driver dkms log DKMS make.log for r8168-8.049.02 for kernel 5.17.0-1-amd64 (x86_64) Пн 25 апр 2022 21:33:59 MSK make: вход в каталог «/usr/src/linux-headers-5.17.0-1-amd64» CC [M] /var/lib/dkms/r8168/8.049.02/build/r8168_n.o CC [M] /var/lib/dkms/r8168/8.049.02/build/r8168_asf.o CC [M] /var/lib/dkms/r8168/8.049.02/build/rtl_eeprom.o CC [M] /var/lib/dkms/r8168/8.049.02/build/rtltool.o /var/lib/dkms/r8168/8.049.02/build/r8168_n.c: In function ‘rtl8168_proc_open’: /var/lib/dkms/r8168/8.049.02/build/r8168_n.c:1736:50: error: implicit declaration of function ‘PDE_DATA’; did you mean ‘NODE_DATA’? [-Werror=implicit-function-declaration] 1736 | int (*show)(struct seq_file *, void *) = PDE_DATA(inode); | ^~~~~~~~ | NODE_DATA /var/lib/dkms/r8168/8.049.02/build/r8168_n.c:1736:50: warning: initialization of ‘int (*)(struct seq_file *, void *)’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] /var/lib/dkms/r8168/8.049.02/build/r8168_n.c: In function ‘rtl8168_get_mac_address’: /var/lib/dkms/r8168/8.049.02/build/r8168_n.c:24136:34: error: assignment of read-only location ‘*(dev->dev_addr + (sizetype)i)’ 24136 | dev->dev_addr[i] = RTL_R8(tp, MAC0 + i); | ^ /var/lib/dkms/r8168/8.049.02/build/r8168_n.c: In function ‘rtl8168_set_mac_address’: /var/lib/dkms/r8168/8.049.02/build/r8168_n.c:24167:19: warning: passing argument 1 of ‘memcpy’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 24167 | memcpy(dev->dev_addr, addr->sa_data, dev->addr_len); | ~~~^~~~~~~~~~ In file included from /usr/src/linux- headers-5.17.0-1-common/include/linux/string.h:253, from /usr/src/linux- headers-5.17.0-1-common/include/linux/bitmap.h:11, from /usr/src/linux- headers-5.17.0-1-common/include/linux/cpumask.h:12, from /usr/src/linux- headers-5.17.0-1-common/arch/x86/include/asm/cpumask.h:5, from /usr/src/linux- headers-5.17.0-1-common/arch/x86/include/asm/msr.h:11, from /usr/src/linux- headers-5.17.0-1-common/arch/x86/include/asm/processor.h:22, from /usr/src/linux- headers-5.17.0-1-common/arch/x86/include/asm/timex.h:5, from /usr/src/linux- headers-5.17.0-1-common/include/linux/timex.h:65, from /usr/src/linux- headers-5.17.0-1-common/include/linux/time32.h:13, from /usr/src/linux- headers-5.17.0-1-common/include/linux/time.h:60, from /usr/src/linux- headers-5.17.0-1-common/include/linux/stat.h:19, from /usr/src/linux- headers-5.17.0-1-common/include/linux/module.h:13, from /var/lib/dkms/r8168/8.049.02/build/r8168_n.c:43: /usr/src/linux-headers-5.17.0-1-common/include/linux/fortify-string.h:212:37: note: expected ‘void *’ but argument is of type ‘const unsigned char *’ 212 | __FORTIFY_INLINE void *memcpy(void *p, const void *q, __kernel_size_t size) | ~~~~~~^ /var/lib/dkms/r8168/8.049.02/build/r8168_n.c:24169:32: warning: passing argument 2 of ‘rtl8168_rar_set’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 24169 | rtl8168_rar_set(tp, dev->dev_addr); | ~~~^~~~~~~~~~ /var/lib/dkms/r8168/8.049.02/build/r8168_n.c:566:59: note: expected ‘uint8_t *’ {aka ‘unsigned char *’} but argument is of type ‘const unsigned char *’ 566 | void rtl8168_rar_set(struct rtl8168_private *tp, uint8_t *addr); | ~~~~~~~~~^~~~ /var/lib/dkms/r8168/8.049.02/build/r8168_n.c: In function ‘rtl8168_resume’: /var/lib/dkms/r8168/8.049.02/build/r8168_n.c:28654:32: warning: passing argument 2 of ‘rtl8168_rar_set’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 28654 | rtl8168_rar_set(tp, dev->dev_addr); | ~~~^~~~~~~~~~ /var/lib/dkms/r8168/8.049.02/build/r8168_n.c:24184:26: note: expected ‘uint8_t *’ {aka ‘unsigned char *’} but argument is of type ‘const unsigned char *’ 24184 | uint8_t *addr) | ~~~~~~~~~^~~~ cc1: some warnings being treated as errors -- System Information: Debian Release: bookworm/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.16.0-6-amd64 (SMP w/12 CPU threads; PREEMPT) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=ru_RU.UTF8, LC_CTYPE=ru_RU.UTF8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages r8168-dkms depends on: ii dkms 3.0.3-1 r8168-dkms recommends no packages. r8168-dkms suggests no packages. -- no debconf information
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---Source: r8168 Source-Version: 8.050.00-1 Done: Andreas Beckmann <a...@debian.org> We believe that the bug you reported is fixed in the latest version of r8168, 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 1010...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Andreas Beckmann <a...@debian.org> (supplier of updated r8168 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: SHA256 Format: 1.8 Date: Thu, 12 May 2022 03:48:24 +0200 Source: r8168 Architecture: source Version: 8.050.00-1 Distribution: unstable Urgency: medium Maintainer: Andreas Beckmann <a...@debian.org> Changed-By: Andreas Beckmann <a...@debian.org> Closes: 1010177 Changes: r8168 (8.050.00-1) unstable; urgency=medium . * New upstream release 8.050.00 (2022-04-28). (Closes: #1010177) * Refresh patches. * Do not use deprecated dkms feature REMAKE_INITRD. * Bump Standards-Version to 4.6.1 (no changes needed). Checksums-Sha1: a4e7dd9a6250a465c7254a3a7b19ba596636b5d4 2020 r8168_8.050.00-1.dsc 85c1ba127e4f47a0652b4cdbd92ad44adb54814f 115418 r8168_8.050.00.orig.tar.bz2 23a7a7c7aa7e01c4b982275e4abf69552112abe8 6372 r8168_8.050.00-1.debian.tar.xz 442403a1ee0cbf0a42de317006c781a6c477a3f6 6038 r8168_8.050.00-1_source.buildinfo Checksums-Sha256: e023f79ab06c4f980bf0c659e7a634dd0da8db16871ff60f05df48b1bef7a2f5 2020 r8168_8.050.00-1.dsc b5f01c8b95bee3c2ed3d0650364a5921e75a7afcda1ee7cd5ecf5c7d939e77a0 115418 r8168_8.050.00.orig.tar.bz2 ece5faf6598fb9b2186df8cd41582089c7afd962bc3314b3185797e1ff408673 6372 r8168_8.050.00-1.debian.tar.xz 005ed2f010b00c622765a23685fc08d67eb0bbff1301149bb69d4d7fafa39eab 6038 r8168_8.050.00-1_source.buildinfo Files: 4d1dd9870029b773ebb7318bb005d7e8 2020 non-free/kernel optional r8168_8.050.00-1.dsc e1452ec501d541622008750c7fe5fb08 115418 non-free/kernel optional r8168_8.050.00.orig.tar.bz2 e9cd06210a383cce5586534e1ed0206f 6372 non-free/kernel optional r8168_8.050.00-1.debian.tar.xz 150789b45653ae782734639544953702 6038 non-free/kernel optional r8168_8.050.00-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmJ8aH0QHGFuYmVAZGVi aWFuLm9yZwAKCRBfsz+TWentCOkgD/4ui1CVZFUIn/+dIpU+tH4+uJHpT4BS/N6Z de+tZ6j4bvqDVyE8kBW6e5uEqpO0I4oEKdO5v3lU3Uhnxh+uEWzq4qXB8rJJw5q0 R6wdpFgawkz2UR40mloRZ8Uu+Z955g0BVcEgfdotSwCOUz+qpLyRwrfcb7nesnag r+9hAzBwi/9AZYC+FkWmmifZUggNC4eGLx8ta2xun4O0RQBHm4g3uiTPV3uP5ykU GTagRj30qfXQ95PUHaY8v0ikU3ctcRrlLmxO8yhYAd4RQltOUMqis23Et+JHnR/M FGmVEBzb/fm8LEvDd6FmmO/D0B8NgiB/ACTUVDJiIXg9gP7i6VNiks78YhE2ScTH tJX4s/I7H9X6lls2NnWxh6LIwArzwyXeC1VddSIAKIODO29wL9X+iy3NR80btUT4 N59wbV73rCOovehTkoh19OS2AndhzfC8q9FmZF3pxxIoqDHu9flYz0kSDt6R4K2y zDrUchDVZx3SJW8CCpyzP4UOYEQnVM4qgHctm0MmDIovg5cicRM0kuVJbyf4pa3L 10btLM7eyvLxsawTGfeHuFcRQPKlShp7Aef0Pb1kI/7z7dn2+cJZkY6vlfRsH0Sc 4pSbfjnny5QPIeDhbWKmqKLJP8MGs1RM9AtKFvizSvZQoX2t4dCdjfXioLNWIGzv LCV/RKs/Sw== =rxQ9 -----END PGP SIGNATURE-----
--- End Message ---