Advertisement
Guest User

Untitled

a guest
Dec 4th, 2021
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. guix$ guix build -L . rtl8821ce-linux-module
  2. error: define-deprecated/public: unbound variable
  3. hint: Did you forget a `use-modules' form?
  4.  
  5. guix build: All 46 channel news entries are valid.
  6. guix build: warning: failed to load '(build-aux check-channel-news)':
  7. no code for module (build-aux check-channel-news)
  8. hint: File `./build-aux/check-channel-news.scm' should probably start with:
  9.  
  10. (define-module (build-aux check-channel-news))
  11.  
  12. error: tcc: unbound variable
  13. hint: Did you forget a `use-modules' form?
  14.  
  15. guix build: warning: failed to load '(build-aux compile-all)':
  16. Backtrace:
  17. In guix/store.scm:
  18. 1320:8 19 (call-with-build-handler #<procedure 7f565ddb4870 at g…> …)
  19. In guix/scripts/build.scm:
  20. 499:2 18 (_)
  21. In srfi/srfi-1.scm:
  22. 673:15 17 (append-map _ _ . _)
  23. 586:17 16 (map1 ((argument . "rtl8821ce-linux-module") (# . 0) # …))
  24. In guix/scripts/build.scm:
  25. 519:30 15 (_ _)
  26. In gnu/packages.scm:
  27. 477:2 14 (%find-package "rtl8821ce-linux-module" "rtl8821ce-lin…" …)
  28. 362:6 13 (find-best-packages-by-name _ _)
  29. 292:55 12 (_ "rtl8821ce-linux-module" _)
  30. In unknown file:
  31. 11 (force #<promise #<procedure 7f565ddee4c0 at gnu/packag…>)
  32. In gnu/packages.scm:
  33. 239:33 10 (fold-packages #<procedure 7f565d2bdf40 at gnu/package…> …)
  34. In guix/discovery.scm:
  35. 159:11 9 (all-modules _ #:warn _)
  36. In srfi/srfi-1.scm:
  37. 460:18 8 (fold #<procedure 7f56603cc2a0 at guix/discovery.scm:1…> …)
  38. In guix/discovery.scm:
  39. 146:31 7 (_ _ ())
  40. 116:4 6 (scheme-modules _ _ #:warn _)
  41. In srfi/srfi-1.scm:
  42. 691:23 5 (filter-map #<procedure 7f56603cc180 at guix/discove…> . #)
  43. In guix/discovery.scm:
  44. 124:24 4 (_ . _)
  45. In guix/ui.scm:
  46. 443:5 3 (warn-about-load-error "./build-aux/compile-all.scm" (…) …)
  47. In unknown file:
  48. 2 (display-error #f #<output: file /dev/pts/3> "match" "…" …)
  49. In ice-9/boot-9.scm:
  50. 1685:16 1 (raise-exception _ #:continuable? _)
  51. 1685:16 0 (raise-exception _ #:continuable? _)
  52.  
  53. ice-9/boot-9.scm:1685:16: In procedure raise-exception:
  54. Wrong number of arguments to #<procedure display-error (_ _ _ _ _ _)>
  55.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement