Relationship Graph
View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008920 | Kali Linux | Kali Package Bug | public | 2024-09-17 21:58 | 2024-10-06 03:37 |
Reporter | MikeKachar | Assigned To | arnaudr | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Summary | 0008920: linux-image/headers-6.10.9-amd64 Upgrade Issues | ||||
Description | I noticed I didn't have any updates available to process yesterday (Monday, 09/16/2024), when I checked around 4~5pm ET. Errors were encountered while processing: I tried running /var/lib/dkms/evdi/1.14.2+dfsg/build/evdi_gem.c:319:25: error: implicit declaration of function ‘vmap’; did you mean ‘kmap’? After I reboot, I already know that my BTRFS-formatted Kali machine will not be able to boot up, and I'll need to restore to a previous snapshot (which I created a snapshot just before I initially ran Not sure if others are experiencing this issue (especially how there were no updates yesterday, but then today I've got over 1k+ updates), but I thought it pertinent to bring this to someones attention. Please advise how to proceed here. | ||||
Attached Files | make.log (2,619 bytes)
DKMS make.log for evdi-1.14.2+dfsg for kernel 6.10.9-amd64 (x86_64) Tue Sep 17 05:45:12 PM EDT 2024 make: Entering directory '/usr/src/linux-headers-6.10.9-amd64' CC [M] /var/lib/dkms/evdi/1.14.2+dfsg/build/evdi_platform_drv.o CC [M] /var/lib/dkms/evdi/1.14.2+dfsg/build/evdi_platform_dev.o CC [M] /var/lib/dkms/evdi/1.14.2+dfsg/build/evdi_sysfs.o CC [M] /var/lib/dkms/evdi/1.14.2+dfsg/build/evdi_modeset.o CC [M] /var/lib/dkms/evdi/1.14.2+dfsg/build/evdi_connector.o CC [M] /var/lib/dkms/evdi/1.14.2+dfsg/build/evdi_encoder.o CC [M] /var/lib/dkms/evdi/1.14.2+dfsg/build/evdi_drm_drv.o CC [M] /var/lib/dkms/evdi/1.14.2+dfsg/build/evdi_fb.o CC [M] /var/lib/dkms/evdi/1.14.2+dfsg/build/evdi_gem.o CC [M] /var/lib/dkms/evdi/1.14.2+dfsg/build/evdi_painter.o CC [M] /var/lib/dkms/evdi/1.14.2+dfsg/build/evdi_params.o CC [M] /var/lib/dkms/evdi/1.14.2+dfsg/build/evdi_cursor.o CC [M] /var/lib/dkms/evdi/1.14.2+dfsg/build/evdi_debug.o CC [M] /var/lib/dkms/evdi/1.14.2+dfsg/build/evdi_i2c.o CC [M] /var/lib/dkms/evdi/1.14.2+dfsg/build/evdi_ioc32.o /var/lib/dkms/evdi/1.14.2+dfsg/build/evdi_gem.c: In function ‘evdi_gem_vmap’: /var/lib/dkms/evdi/1.14.2+dfsg/build/evdi_gem.c:319:25: error: implicit declaration of function ‘vmap’; did you mean ‘kmap’? [-Werror=implicit-function-declaration] 319 | obj->vmapping = vmap(obj->pages, page_count, 0, PAGE_KERNEL); | ^~~~ | kmap /var/lib/dkms/evdi/1.14.2+dfsg/build/evdi_gem.c:319:23: warning: assignment to ‘void *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 319 | obj->vmapping = vmap(obj->pages, page_count, 0, PAGE_KERNEL); | ^ /var/lib/dkms/evdi/1.14.2+dfsg/build/evdi_gem.c: In function ‘evdi_gem_vunmap’: /var/lib/dkms/evdi/1.14.2+dfsg/build/evdi_gem.c:355:17: error: implicit declaration of function ‘vunmap’; did you mean ‘kunmap’? [-Werror=implicit-function-declaration] 355 | vunmap(obj->vmapping); | ^~~~~~ | kunmap cc1: some warnings being treated as errors make[2]: *** [/usr/src/linux-headers-6.10.9-common/scripts/Makefile.build:249: /var/lib/dkms/evdi/1.14.2+dfsg/build/evdi_gem.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/usr/src/linux-headers-6.10.9-common/Makefile:1959: /var/lib/dkms/evdi/1.14.2+dfsg/build] Error 2 make: *** [/usr/src/linux-headers-6.10.9-common/Makefile:252: __sub-make] Error 2 make: Leaving directory '/usr/src/linux-headers-6.10.9-amd64' | ||||
Hi i get ERROR to apt install linux-headers-amd64 linux-image-amd64 Installing dependencies: Suggested packages: Summary: Continue? [Y/n] y Building module: 8814au.ko.xz:
Building module: 88XXau.ko.xz:
Building module: dpkg: error processing package linux-image-amd64 (--configure): dpkg: error processing package linux-headers-6.10.9-amd64 (--configure): dpkg: error processing package linux-headers-amd64 (--configure): |
|
The same thing happened to me, I had about 900 update packages. |
|
After Kali Purple is updated and upgraded, the 6.10.9 kernel configuration fails and the graphical interface cannot be entered when the system is restarted. |
|
Should be fixed with package |
|
Password issue resolved |
|
when will it be fixed in kali-linux-everything? |
|
@henrylaplace it should be resolved for all Kali versions now |
|
I am also encountering this issue. When will it be fixed? |
|
There is a tentative fix proposed at https://github.com/myriadrf/xtrx_linux_pcie_drv/pull/20 We applied it in package The issue will not be resolved until someone comes up with a patch. Nobody in the Kali team has the bandwidth to work on that at the moment. In the meantime, I think the best is just to remove the package |
|
I'm experiencing the same issue/errors. Thank you. |
|
I uploaded a new version of the package |
|
I can confirm that this DOES indeed fix the issue. I appreciate your time, thanks! |
|
Thanks for the confirmation @atdtphreaker |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2024-09-17 21:58 | MikeKachar | New Issue | |
2024-09-17 21:58 | MikeKachar | File Added: make.log | |
2024-09-17 22:44 | baraka983 | Note Added: 0019790 | |
2024-09-18 00:03 | henrylaplace | Note Added: 0019792 | |
2024-09-18 00:03 | henrylaplace | File Added: Screenshot_2024-09-17_21-00-36.png | |
2024-09-18 00:03 | henrylaplace | File Added: Screenshot_2024-09-17_21-00-56.png | |
2024-09-18 02:26 | jo8341 | Note Added: 0019797 | |
2024-09-18 02:26 | jo8341 | File Added: Sunny_20240918_102428.png | |
2024-09-18 06:43 | arnaudr | Note Added: 0019799 | |
2024-09-18 08:01 | mrityunjay singh rajawat | Note Added: 0019801 | |
2024-09-19 05:56 | henrylaplace | Note Added: 0019805 | |
2024-09-19 06:42 | daniruiz | Note Added: 0019806 | |
2024-09-19 08:43 | palink | Note Added: 0019807 | |
2024-09-19 09:32 | arnaudr | Note Added: 0019808 | |
2024-09-19 09:33 | arnaudr | Note Edited: 0019806 | |
2024-09-19 09:33 | arnaudr | Note Edited: 0019807 | |
2024-09-19 17:24 | atdtphreaker | Note Added: 0019809 | |
2024-09-30 03:33 | arnaudr | Note Added: 0019855 | |
2024-09-30 03:34 | arnaudr | Relationship added | has duplicate 0008923 |
2024-09-30 17:04 | atdtphreaker | Note Added: 0019858 | |
2024-10-01 07:21 | arnaudr | Note Added: 0019864 | |
2024-10-01 07:21 | arnaudr | Assigned To | => arnaudr |
2024-10-01 07:21 | arnaudr | Status | new => assigned |
2024-10-01 07:21 | arnaudr | Status | assigned => resolved |
2024-10-01 07:21 | arnaudr | Resolution | open => fixed |