Your message dated Fri, 19 Jul 2024 09:17:40 +0000
with message-id <[email protected]>
and subject line Bug#1071293: fixed in ddcci-driver-linux 0.4.4-2
has caused the Debian Bug report #1071293,
regarding linux-image-6.8.9-amd64: Fails to build some module(s) during install
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.)


-- 
1071293: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071293
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:linux
Version: 6.8.9-1
Severity: important

Dear Maintainer,

unfortunately, configuration of the latest linux-image-6.8.9-amd64
(6.8.9-1) fails with the following error:

$ sudo dpkg --configure -a
Setting up linux-image-6.8.9-amd64 (6.8.9-1) ...
/etc/kernel/postinst.d/dkms:
dkms: running auto installation service for kernel 6.8.9-amd64.
Sign command: /lib/modules/6.8.9-amd64/build/scripts/sign-file
Signing key: /var/lib/dkms/mok.key
Public certificate (MOK): /var/lib/dkms/mok.pub

Building module:
Cleaning build area...
Building module(s)...(bad exit status: 2)
Failed command:
make -j8 KERNELRELEASE=6.8.9-amd64 KVER=6.8.9-amd64 -C 
/var/lib/dkms/ddcci/0.4.4/build
Error! Bad return status for module build on kernel: 6.8.9-amd64 (x86_64)
Consult /var/lib/dkms/ddcci/0.4.4/build/make.log for more information.
dkms autoinstall on 6.8.9-amd64/x86_64 failed for ddcci(10)
Error! One or more modules failed to install during autoinstall.
Refer to previous errors for more information.
dkms: autoinstall for kernel: 6.8.9-amd64 failed!
run-parts: /etc/kernel/postinst.d/dkms exited with return code 11
dpkg: error processing package linux-image-6.8.9-amd64 (--configure):
 installed linux-image-6.8.9-amd64 package post-installation script subprocess 
returned error exit status 11
dpkg: dependency problems prevent configuration of linux-headers-6.8.9-amd64:
 linux-headers-6.8.9-amd64 depends on linux-image-6.8.9-amd64 (= 6.8.9-1) | 
linux-image-6.8.9-amd64-unsigned (= 6.8.9-1); however:
  Package linux-image-6.8.9-amd64 is not configured yet.
  Package linux-image-6.8.9-amd64-unsigned is not installed.

dpkg: error processing package linux-headers-6.8.9-amd64 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-headers-amd64:
 linux-headers-amd64 depends on linux-headers-6.8.9-amd64 (= 6.8.9-1); however:
  Package linux-headers-6.8.9-amd64 is not configured yet.

dpkg: error processing package linux-headers-amd64 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-image-amd64:
 linux-image-amd64 depends on linux-image-6.8.9-amd64 (= 6.8.9-1); however:
  Package linux-image-6.8.9-amd64 is not configured yet.

dpkg: error processing package linux-image-amd64 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 linux-image-6.8.9-amd64
 linux-headers-6.8.9-amd64
 linux-headers-amd64
 linux-image-amd64

Here's the content of /var/lib/dkms/ddcci/0.4.4/build/make.log:

DKMS make.log for ddcci-0.4.4 for kernel 6.8.9-amd64 (x86_64)
Sat 25 May 09:43:08 CEST 2024
make: Entering directory '/var/lib/dkms/ddcci/0.4.4/build'
make -C "ddcci"
make[1]: Entering directory '/var/lib/dkms/ddcci/0.4.4/build/ddcci'
make -C "/lib/modules/6.8.9-amd64/build" 
M="/var/lib/dkms/ddcci/0.4.4/build/ddcci" modules
make[2]: Entering directory '/usr/src/linux-headers-6.8.9-amd64'
  CC [M]  /var/lib/dkms/ddcci/0.4.4/build/ddcci/ddcci.o
/var/lib/dkms/ddcci/0.4.4/build/ddcci/ddcci.c: In function ‘ddcci_detect’:
/var/lib/dkms/ddcci/0.4.4/build/ddcci/ddcci.c:1673:9: error: implicit 
declaration of function ‘strlcpy’; did you mean ‘strscpy’? 
[-Werror=implicit-function-declaration]
 1673 |         strlcpy(info->type, (outer_addr == DDCCI_DEFAULT_DEVICE_ADDR) ? 
"ddcci" : "ddcci-dependent", I2C_NAME_SIZE);
      |         ^~~~~~~
      |         strscpy
/var/lib/dkms/ddcci/0.4.4/build/ddcci/ddcci.c: At top level:
/var/lib/dkms/ddcci/0.4.4/build/ddcci/ddcci.c:1831:27: error: ‘I2C_CLASS_DDC’ 
undeclared here (not in a function); did you mean ‘I2C_CLASS_SPD’?
 1831 |         .class          = I2C_CLASS_DDC,
      |                           ^~~~~~~~~~~~~
      |                           I2C_CLASS_SPD
cc1: some warnings being treated as errors
make[4]: *** [/usr/src/linux-headers-6.8.9-common/scripts/Makefile.build:248: 
/var/lib/dkms/ddcci/0.4.4/build/ddcci/ddcci.o] Error 1
make[3]: *** [/usr/src/linux-headers-6.8.9-common/Makefile:1946: 
/var/lib/dkms/ddcci/0.4.4/build/ddcci] Error 2
make[2]: *** [/usr/src/linux-headers-6.8.9-common/Makefile:252: __sub-make] 
Error 2
make[2]: Leaving directory '/usr/src/linux-headers-6.8.9-amd64'
make[1]: *** [Makefile:38: ddcci.ko] Error 2
make[1]: Leaving directory '/var/lib/dkms/ddcci/0.4.4/build/ddcci'
make: *** [Makefile:28: ddcci] Error 2
make: Leaving directory '/var/lib/dkms/ddcci/0.4.4/build'


Please point out in case I did anything wrong reporting this bug, this
is the first time I'm using reportbug.

Best regards

-- Package-specific info:
** Kernel log: boot messages should be attached

** Model information
sys_vendor: System manufacturer
product_name: System Product Name
product_version: System Version
chassis_vendor: Default string
chassis_version: Default string
bios_vendor: American Megatrends Inc.
bios_version: 2604
board_vendor: ASUSTeK COMPUTER INC.
board_name: B150-PRO D3
board_version: Rev X.0x

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v6/7th Gen Core 
Processor Host Bridge/DRAM Registers [8086:591f] (rev 05)
        Subsystem: ASUSTeK Computer Inc. Device [1043:8694]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort+ >SERR- <PERR- INTx-
        Latency: 0
        IOMMU group: 1
        Capabilities: <access denied>
        Kernel driver in use: skl_uncore

00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 630 
[8086:5912] (rev 04) (prog-if 00 [VGA controller])
        DeviceName:  Onboard IGD
        Subsystem: ASUSTeK Computer Inc. H110I-PLUS Motherboard [1043:8694]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin A routed to IRQ 129
        IOMMU group: 0
        Region 0: Memory at f6000000 (64-bit, non-prefetchable) [size=16M]
        Region 2: Memory at e0000000 (64-bit, prefetchable) [size=256M]
        Region 4: I/O ports at f000 [size=64]
        Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
        Capabilities: <access denied>
        Kernel driver in use: i915
        Kernel modules: i915

00:14.0 USB controller [0c03]: Intel Corporation 100 Series/C230 Series Chipset 
Family USB 3.0 xHCI Controller [8086:a12f] (rev 31) (prog-if 30 [XHCI])
        Subsystem: ASUSTeK Computer Inc. H110I-PLUS Motherboard [1043:8694]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin A routed to IRQ 126
        IOMMU group: 2
        Region 0: Memory at f7210000 (64-bit, non-prefetchable) [size=64K]
        Capabilities: <access denied>
        Kernel driver in use: xhci_hcd
        Kernel modules: xhci_pci

00:16.0 Communication controller [0780]: Intel Corporation 100 Series/C230 
Series Chipset Family MEI Controller #1 [8086:a13a] (rev 31)
        Subsystem: ASUSTeK Computer Inc. H110I-PLUS Motherboard [1043:8694]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin A routed to IRQ 130
        IOMMU group: 3
        Region 0: Memory at f722d000 (64-bit, non-prefetchable) [size=4K]
        Capabilities: <access denied>
        Kernel driver in use: mei_me
        Kernel modules: mei_me

00:17.0 SATA controller [0106]: Intel Corporation 
Q170/Q150/B150/H170/H110/Z170/CM236 Chipset SATA Controller [AHCI Mode] 
[8086:a102] (rev 31) (prog-if 01 [AHCI 1.0])
        Subsystem: ASUSTeK Computer Inc. H110I-PLUS Motherboard [1043:8694]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin A routed to IRQ 127
        IOMMU group: 4
        Region 0: Memory at f7228000 (32-bit, non-prefetchable) [size=8K]
        Region 1: Memory at f722c000 (32-bit, non-prefetchable) [size=256]
        Region 2: I/O ports at f090 [size=8]
        Region 3: I/O ports at f080 [size=4]
        Region 4: I/O ports at f060 [size=32]
        Region 5: Memory at f722b000 (32-bit, non-prefetchable) [size=2K]
        Capabilities: <access denied>
        Kernel driver in use: ahci
        Kernel modules: ahci

00:1c.0 PCI bridge [0604]: Intel Corporation 100 Series/C230 Series Chipset 
Family PCI Express Root Port #5 [8086:a114] (rev f1) (prog-if 00 [Normal 
decode])
        Subsystem: ASUSTeK Computer Inc. H110I-PLUS Motherboard [1043:8694]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin A routed to IRQ 122
        IOMMU group: 5
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        I/O behind bridge: [disabled] [16-bit]
        Memory behind bridge: f7100000-f71fffff [size=1M] [32-bit]
        Prefetchable memory behind bridge: [disabled] [64-bit]
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort+ <SERR- <PERR-
        BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
        Capabilities: <access denied>
        Kernel driver in use: pcieport

00:1c.6 PCI bridge [0604]: Intel Corporation 100 Series/C230 Series Chipset 
Family PCI Express Root Port #7 [8086:a116] (rev f1) (prog-if 00 [Normal 
decode])
        Subsystem: ASUSTeK Computer Inc. Device [1043:8694]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin C routed to IRQ 123
        IOMMU group: 6
        Bus: primary=00, secondary=02, subordinate=03, sec-latency=0
        I/O behind bridge: [disabled] [16-bit]
        Memory behind bridge: [disabled] [32-bit]
        Prefetchable memory behind bridge: [disabled] [64-bit]
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort+ <SERR- <PERR-
        BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
        Capabilities: <access denied>
        Kernel driver in use: pcieport

00:1c.7 PCI bridge [0604]: Intel Corporation 100 Series/C230 Series Chipset 
Family PCI Express Root Port #8 [8086:a117] (rev f1) (prog-if 00 [Normal 
decode])
        Subsystem: ASUSTeK Computer Inc. Device [1043:8694]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin D routed to IRQ 124
        IOMMU group: 7
        Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
        I/O behind bridge: e000-efff [size=4K] [16-bit]
        Memory behind bridge: f7000000-f70fffff [size=1M] [32-bit]
        Prefetchable memory behind bridge: [disabled] [64-bit]
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort+ <SERR- <PERR-
        BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
        Capabilities: <access denied>
        Kernel driver in use: pcieport

00:1d.0 PCI bridge [0604]: Intel Corporation 100 Series/C230 Series Chipset 
Family PCI Express Root Port #9 [8086:a118] (rev f1) (prog-if 00 [Normal 
decode])
        Subsystem: ASUSTeK Computer Inc. H110I-PLUS Motherboard [1043:8694]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin A routed to IRQ 125
        IOMMU group: 8
        Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
        I/O behind bridge: 2000-2fff [size=4K] [16-bit]
        Memory behind bridge: c8000000-c81fffff [size=2M] [32-bit]
        Prefetchable memory behind bridge: c8200000-c83fffff [size=2M] [32-bit]
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort+ <SERR- <PERR-
        BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
        Capabilities: <access denied>
        Kernel driver in use: pcieport

00:1f.0 ISA bridge [0601]: Intel Corporation B150 Chipset LPC/eSPI Controller 
[8086:a148] (rev 31)
        Subsystem: ASUSTeK Computer Inc. Device [1043:8694]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0
        IOMMU group: 9

00:1f.2 Memory controller [0580]: Intel Corporation 100 Series/C230 Series 
Chipset Family Power Management Controller [8086:a121] (rev 31)
        Subsystem: ASUSTeK Computer Inc. H110I-PLUS Motherboard [1043:8694]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0
        IOMMU group: 9
        Region 0: Memory at f7224000 (32-bit, non-prefetchable) [size=16K]

00:1f.3 Audio device [0403]: Intel Corporation 100 Series/C230 Series Chipset 
Family HD Audio Controller [8086:a170] (rev 31)
        Subsystem: ASUSTeK Computer Inc. H110I-PLUS Motherboard [1043:86c7]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 32
        Interrupt: pin A routed to IRQ 131
        IOMMU group: 9
        Region 0: Memory at f7220000 (64-bit, non-prefetchable) [size=16K]
        Region 4: Memory at f7200000 (64-bit, non-prefetchable) [size=64K]
        Capabilities: <access denied>
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel, snd_soc_avs

00:1f.4 SMBus [0c05]: Intel Corporation 100 Series/C230 Series Chipset Family 
SMBus [8086:a123] (rev 31)
        Subsystem: ASUSTeK Computer Inc. H110I-PLUS Motherboard [1043:8694]
        Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Interrupt: pin A routed to IRQ 16
        IOMMU group: 9
        Region 0: Memory at f722a000 (64-bit, non-prefetchable) [size=256]
        Region 4: I/O ports at f040 [size=32]
        Kernel driver in use: i801_smbus
        Kernel modules: i2c_i801

01:00.0 Network controller [0280]: Intel Corporation Wi-Fi 5(802.11ac) 
Wireless-AC 9x6x [Thunder Peak] [8086:2526] (rev 29)
        Subsystem: Intel Corporation Dual Band Wi-Fi 5 Wireless-AC 9260 160MHz 
2x2 [8086:0014]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin A routed to IRQ 132
        IOMMU group: 10
        Region 0: Memory at f7100000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: <access denied>
        Kernel driver in use: iwlwifi
        Kernel modules: iwlwifi

02:00.0 PCI bridge [0604]: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI 
Bridge [1b21:1080] (rev 04) (prog-if 00 [Normal decode])
        Subsystem: ASUSTeK Computer Inc. Device [1043:8489]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin A routed to IRQ 10
        IOMMU group: 11
        Bus: primary=02, secondary=03, subordinate=03, sec-latency=32
        I/O behind bridge: [disabled] [32-bit]
        Memory behind bridge: [disabled] [32-bit]
        Prefetchable memory behind bridge: [disabled] [64-bit]
        Secondary status: 66MHz+ FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort+ <SERR- <PERR-
        BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
        Capabilities: <access denied>

04:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 
15)
        Subsystem: ASUSTeK Computer Inc. Onboard RTL8111H Ethernet [1043:8677]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 19
        IOMMU group: 12
        Region 0: I/O ports at e000 [size=256]
        Region 2: Memory at f7004000 (64-bit, non-prefetchable) [size=4K]
        Region 4: Memory at f7000000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: <access denied>
        Kernel driver in use: r8169
        Kernel modules: r8169


** USB devices:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 046d:c077 Logitech, Inc. Mouse
Bus 001 Device 003: ID 8087:0025 Intel Corp. Wireless-AC 9260 Bluetooth Adapter
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.7.12-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (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 linux-image-6.8.9-amd64 depends on:
ii  initramfs-tools [linux-initramfs-tool]  0.142
ii  kmod                                    32-1
ii  linux-base                              4.9

Versions of packages linux-image-6.8.9-amd64 recommends:
ii  apparmor  3.0.13-2

Versions of packages linux-image-6.8.9-amd64 suggests:
pn  debian-kernel-handbook  <none>
ii  firmware-linux-free     20200122-4
ii  grub-pc                 2.12-2
pn  linux-doc-6.8           <none>

Versions of packages linux-image-6.8.9-amd64 is related to:
pn  firmware-amd-graphics     <none>
pn  firmware-atheros          <none>
pn  firmware-bnx2             <none>
pn  firmware-bnx2x            <none>
pn  firmware-brcm80211        <none>
pn  firmware-cavium           <none>
pn  firmware-intel-sound      <none>
pn  firmware-intelwimax       <none>
pn  firmware-ipw2x00          <none>
pn  firmware-ivtv             <none>
ii  firmware-iwlwifi          20230625-2
pn  firmware-libertas         <none>
pn  firmware-linux-nonfree    <none>
pn  firmware-misc-nonfree     <none>
pn  firmware-myricom          <none>
pn  firmware-netxen           <none>
pn  firmware-qlogic           <none>
pn  firmware-realtek          <none>
pn  firmware-samsung          <none>
pn  firmware-siano            <none>
pn  firmware-ti-connectivity  <none>
pn  xen-hypervisor            <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: ddcci-driver-linux
Source-Version: 0.4.4-2
Done: Stephen Kitt <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ddcci-driver-linux, 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.
Stephen Kitt <[email protected]> (supplier of updated ddcci-driver-linux 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: SHA512

Format: 1.8
Date: Fri, 19 Jul 2024 10:03:32 +0200
Source: ddcci-driver-linux
Architecture: source
Version: 0.4.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <[email protected]>
Changed-By: Stephen Kitt <[email protected]>
Closes: 1071293
Changes:
 ddcci-driver-linux (0.4.4-2) unstable; urgency=medium
 .
   * Import upstream patch to build on 6.8. The resulting module doesn’t
     work for me but it apparently does for some users. Closes: #1071293.
   * Orphan the package, it’s not worth the aggro. See #1076575.
Checksums-Sha1:
 d7bdcc0fe73138855dc694c269fd7711434dc93f 1996 ddcci-driver-linux_0.4.4-2.dsc
 70a67222ac4bbc6ff91423053d29a519ecd3a493 4240 
ddcci-driver-linux_0.4.4-2.debian.tar.xz
 d4a22b767f6f961dfc575de65f66617ed02d8603 7010 
ddcci-driver-linux_0.4.4-2_source.buildinfo
Checksums-Sha256:
 55812ed11eccdfbcba82ccdcf33e7ace5a04454c068aa345a6d0940d8c60b307 1996 
ddcci-driver-linux_0.4.4-2.dsc
 edbae294df75c40cc37c60d078294a7e5ac20dcd306660c7e5f88dc9e85ac268 4240 
ddcci-driver-linux_0.4.4-2.debian.tar.xz
 06004226756d64d1db19d0029ba8c5706e0dd96bdd92cda583131ba86a17506a 7010 
ddcci-driver-linux_0.4.4-2_source.buildinfo
Files:
 e403b788831a40e2141f04abca7befb9 1996 kernel optional 
ddcci-driver-linux_0.4.4-2.dsc
 b7a8a1172596f4297aaaeeb516704120 4240 kernel optional 
ddcci-driver-linux_0.4.4-2.debian.tar.xz
 ea0dfd7b377def930cafeb4f9261a4bc 7010 kernel optional 
ddcci-driver-linux_0.4.4-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAmaaHeoACgkQgNMC9Yht
g5z32xAAjVCH4RFycdUu/vd2gazzhzg+diADeqaUcYHwOFq6Mkm4BZIAhKpVSLEm
KmtA2F8GCZ368GCbAOYnW72O449Ruvt9sbIzCXtzZL3vgngmpHASMPNEWXgVDzM+
IaEKSJcapl8UhMYvwHq4SST8laPYjm/A+Gnmyj46ZKxunIBEYT1a5IUWkOlgCXER
hYl3Ey/CsYJkR2wRSf/aqYNOrQZUcwXSdnuSQV1MSsxgvQMOME2vWR2JLxV3QGWX
3Tqsw+hsts3SnqIoXJpvvfgU4metSsRfD6yMXnj5oP8JO9hsP6MkA87NJphCxIY6
I3kJYCOF1aMa1PCzEMoPOkU9WYKRHumoEb0SBtWUdoS6b93e3sf1SNRoj83Jmf9T
pz5BouPmX9Hx9qPG74dHDTEcw+J0Zhs/xTGxZW9TQCdOvB46oXRxk9nTeCes5J7l
Rmbd6/6ZIZG9EJWjbEOMXFA4OiM4on9ocp0Xf7+7b1diiUZK+0Nl891U6kIiTchY
GuPpvjFO6+VVN85t9w9+4IlkM+xZOD2aPcqMi5Rusx2TZ5JceWZHXyfarkh/Jtck
NH/EvH550v6HsScZZayreYdSR4cjZ7rTFbVl8FOp6kjGmnWa0ou++mbe+lGhOQ9j
ckWC/pfiMw7NCMRsHm0u9sXpNmAH4GI6jhcWNqpy0VJoPyWRPrk=
=nBYv
-----END PGP SIGNATURE-----

Attachment: pgpcSJy5qbTHr.pgp
Description: PGP signature


--- End Message ---

Reply via email to