Public bug reported:

Since linux-headers-6.8.0-36-generic, the packages called "linux-
headers" don't install.

make -j16 KERNELRELEASE=6.8.0-40-generic 
KERNEL_DIR=/lib/modules/6.8.0-40-generic/build all...(bad exit status: 2)
ERROR (dkms apport): binary package for akvcam: 1.2.3 not found
Error! Bad return status for module build on kernel: 6.8.0-40-generic (x86_64)
Consult /var/lib/dkms/akvcam/1.2.3/build/make.log for more information.

so, here is the log file of the make program (wish it helps):

$ tail /var/lib/dkms/akvcam/1.2.3/build/make.log
/var/lib/dkms/akvcam/1.2.3/build/device.c: In function ‘akvcam_device_new’:
/var/lib/dkms/akvcam/1.2.3/build/device.c:133:14: error: 
‘V4L2_DEVICE_NAME_SIZE’ undeclared (first use in this function)
  133 |              V4L2_DEVICE_NAME_SIZE,
      |              ^~~~~~~~~~~~~~~~~~~~~
/var/lib/dkms/akvcam/1.2.3/build/device.c:133:14: note: each undeclared 
identifier is reported only once for each function it appears in
make[3]: *** [scripts/Makefile.build:243 : 
/var/lib/dkms/akvcam/1.2.3/build/device.o] Erreur 1
make[2]: *** [/usr/src/linux-headers-6.8.0-40-generic/Makefile:1926 : 
/var/lib/dkms/akvcam/1.2.3/build] Erreur 2
make[1]: *** [Makefile:240 : __sub-make] Erreur 2
make[1] : on quitte le répertoire « /usr/src/linux-headers-6.8.0-40-generic »
make: *** [Makefile:44 : all] Erreur 2

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: linux-image-6.8.0-40-generic 6.8.0-40.40
ProcVersionSignature: Ubuntu 6.5.0-35.35-generic 6.5.13
Uname: Linux 6.5.0-35-generic x86_64
NonfreeKernelModules: zfs nvidia_modeset nvidia
ApportVersion: 2.28.1-0ubuntu3.1
Architecture: amd64
AudioDevicesInUse:
 USER        PID ACCESS COMMAND
 /dev/snd/controlC0:  paw        4507 F.... wireplumber
 /dev/snd/controlC1:  paw        4507 F.... wireplumber
 /dev/snd/seq:        paw        4503 F.... pipewire
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
Date: Sun Aug 11 13:39:59 2024
HibernationDevice: RESUME=UUID=6153a42f-dd2c-4adc-8795-75126225b870
InstallationDate: Installed on 2015-08-14 (3285 days ago)
InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
MachineType: System manufacturer System Product Name
ProcFB: 0 EFI VGA
ProcKernelCmdLine: root=UUID=55b956b4-61c9-403b-9dc4-6336ea0f3cc5 ro quiet 
splash vt.handoff=7 initrd=boot\initrd.img-6.5.0-35-generic
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-6.5.0-35-generic N/A
 linux-backports-modules-6.5.0-35-generic  N/A
 linux-firmware                            20240318.git3b128b60-0ubuntu2.1
SourcePackage: linux
UpgradeStatus: Upgraded to noble on 2024-05-23 (80 days ago)
dmi.bios.date: 11/26/2019
dmi.bios.release: 14.1
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1401
dmi.board.asset.tag: Default string
dmi.board.name: ROG STRIX Z390-E GAMING
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1401:bd11/26/2019:br14.1:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnROGSTRIXZ390-EGAMING:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:skuASUS_MB_CNL:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: System Product Name
dmi.product.sku: ASUS_MB_CNL
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

** Affects: linux (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug noble

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2076540

Title:
  linux-headers won't install

Status in linux package in Ubuntu:
  New

Bug description:
  Since linux-headers-6.8.0-36-generic, the packages called "linux-
  headers" don't install.

  make -j16 KERNELRELEASE=6.8.0-40-generic 
KERNEL_DIR=/lib/modules/6.8.0-40-generic/build all...(bad exit status: 2)
  ERROR (dkms apport): binary package for akvcam: 1.2.3 not found
  Error! Bad return status for module build on kernel: 6.8.0-40-generic (x86_64)
  Consult /var/lib/dkms/akvcam/1.2.3/build/make.log for more information.

  so, here is the log file of the make program (wish it helps):

  $ tail /var/lib/dkms/akvcam/1.2.3/build/make.log
  /var/lib/dkms/akvcam/1.2.3/build/device.c: In function ‘akvcam_device_new’:
  /var/lib/dkms/akvcam/1.2.3/build/device.c:133:14: error: 
‘V4L2_DEVICE_NAME_SIZE’ undeclared (first use in this function)
    133 |              V4L2_DEVICE_NAME_SIZE,
        |              ^~~~~~~~~~~~~~~~~~~~~
  /var/lib/dkms/akvcam/1.2.3/build/device.c:133:14: note: each undeclared 
identifier is reported only once for each function it appears in
  make[3]: *** [scripts/Makefile.build:243 : 
/var/lib/dkms/akvcam/1.2.3/build/device.o] Erreur 1
  make[2]: *** [/usr/src/linux-headers-6.8.0-40-generic/Makefile:1926 : 
/var/lib/dkms/akvcam/1.2.3/build] Erreur 2
  make[1]: *** [Makefile:240 : __sub-make] Erreur 2
  make[1] : on quitte le répertoire « /usr/src/linux-headers-6.8.0-40-generic »
  make: *** [Makefile:44 : all] Erreur 2

  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: linux-image-6.8.0-40-generic 6.8.0-40.40
  ProcVersionSignature: Ubuntu 6.5.0-35.35-generic 6.5.13
  Uname: Linux 6.5.0-35-generic x86_64
  NonfreeKernelModules: zfs nvidia_modeset nvidia
  ApportVersion: 2.28.1-0ubuntu3.1
  Architecture: amd64
  AudioDevicesInUse:
   USER        PID ACCESS COMMAND
   /dev/snd/controlC0:  paw        4507 F.... wireplumber
   /dev/snd/controlC1:  paw        4507 F.... wireplumber
   /dev/snd/seq:        paw        4503 F.... pipewire
  CasperMD5CheckResult: unknown
  CurrentDesktop: KDE
  Date: Sun Aug 11 13:39:59 2024
  HibernationDevice: RESUME=UUID=6153a42f-dd2c-4adc-8795-75126225b870
  InstallationDate: Installed on 2015-08-14 (3285 days ago)
  InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: System manufacturer System Product Name
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: root=UUID=55b956b4-61c9-403b-9dc4-6336ea0f3cc5 ro quiet 
splash vt.handoff=7 initrd=boot\initrd.img-6.5.0-35-generic
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-6.5.0-35-generic N/A
   linux-backports-modules-6.5.0-35-generic  N/A
   linux-firmware                            20240318.git3b128b60-0ubuntu2.1
  SourcePackage: linux
  UpgradeStatus: Upgraded to noble on 2024-05-23 (80 days ago)
  dmi.bios.date: 11/26/2019
  dmi.bios.release: 14.1
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1401
  dmi.board.asset.tag: Default string
  dmi.board.name: ROG STRIX Z390-E GAMING
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1401:bd11/26/2019:br14.1:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnROGSTRIXZ390-EGAMING:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:skuASUS_MB_CNL:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: ASUS_MB_CNL
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2076540/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to