Advertisement
Guest User

Untitled

a guest
Sep 25th, 2023
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. (3/5) Install DKMS modules
  2. ==> dkms install --no-depmod blackmagic-io/12.5a15 -k 6.5.4-arch2-1
  3. ==> dkms install --no-depmod blackmagic/12.5a15 -k 6.5.4-arch2-1
  4. Error! Bad return status for module build on kernel: 6.5.4-arch2-1 (x86_64)
  5. Consult /var/lib/dkms/blackmagic/12.5a15/build/make.log for more information.
  6. ==> WARNING: `dkms install --no-depmod blackmagic/12.5a15 -k 6.5.4-arch2-1' exited 10
  7. ==> depmod 6.5.4-arch2-1
  8.  
  9. $ cat /var/lib/dkms/blackmagic/12.5a15/build/make.log
  10. DKMS make.log for blackmagic-12.5a15 for kernel 6.5.4-arch2-1 (x86_64)
  11. lun. 25 sept. 2023 12:25:54 CEST
  12. touch .bmd-support.o.cmd
  13. make -C /lib/modules/6.5.4-arch2-1/build M=/var/lib/dkms/blackmagic/12.5a15/build
  14. make[1] : on entre dans le répertoire « /usr/lib/modules/6.5.4-arch2-1/build »
  15. CC [M] /var/lib/dkms/blackmagic/12.5a15/build/blackmagic_serial.o
  16. CC [M] /var/lib/dkms/blackmagic/12.5a15/build/blackmagic_core.o
  17. CC [M] /var/lib/dkms/blackmagic/12.5a15/build/blackmagic_lib.o
  18. CC [M] /var/lib/dkms/blackmagic/12.5a15/build/blackmagic_dma.o
  19. CC [M] /var/lib/dkms/blackmagic/12.5a15/build/blackmagic_gate.o
  20. COPY /var/lib/dkms/blackmagic/12.5a15/build/bmd-support.o
  21. /var/lib/dkms/blackmagic/12.5a15/build/blackmagic_lib.c: Dans la fonction « dl_get_user_pages »:
  22. /var/lib/dkms/blackmagic/12.5a15/build/blackmagic_lib.c:681:31: erreur: trop d'arguments pour la fonction « get_user_pages »
  23. 681 | ret = get_user_pages((unsigned long)ptr & PAGE_MASK, *nr_pages, write ? FOLL_WRITE : 0, pages, NULL);
  24. | ^~~~~~~~~~~~~~
  25. Dans le fichier inclus depuis ./include/linux/scatterlist.h:8,
  26. depuis ./include/linux/dmapool.h:14,
  27. depuis ./include/linux/pci.h:1621,
  28. depuis /var/lib/dkms/blackmagic/12.5a15/build/blackmagic_lib.c:30:
  29. ./include/linux/mm.h:2430:6: note: déclaré ici
  30. 2430 | long get_user_pages(unsigned long start, unsigned long nr_pages,
  31. | ^~~~~~~~~~~~~~
  32. /var/lib/dkms/blackmagic/12.5a15/build/blackmagic_lib.c:683:31: erreur: trop d'arguments pour la fonction « get_user_pages_remote »
  33. 683 | ret = get_user_pages_remote(current_task->mm, (unsigned long)ptr & PAGE_MASK, *nr_pages, write ? FOLL_WRITE : 0, pages, NULL, NULL);
  34. | ^~~~~~~~~~~~~~~~~~~~~
  35. ./include/linux/mm.h:2397:6: note: déclaré ici
  36. 2397 | long get_user_pages_remote(struct mm_struct *mm,
  37. | ^~~~~~~~~~~~~~~~~~~~~
  38. make[3]: *** [scripts/Makefile.build:243: /var/lib/dkms/blackmagic/12.5a15/build/blackmagic_lib.o] Error 1
  39. make[3]: *** Attente des tâches non terminées....
  40. make[2]: *** [/usr/lib/modules/6.5.4-arch2-1/build/Makefile:2034: /var/lib/dkms/blackmagic/12.5a15/build] Error 2
  41. make[1]: *** [Makefile:234: __sub-make] Error 2
  42. make[1] : on quitte le répertoire « /usr/lib/modules/6.5.4-arch2-1/build »
  43. make: *** [Makefile:44: all] Error 2
  44.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement