Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

guix.scm: add patch-extension-path phase. #2

Merged
merged 1 commit into from
Dec 17, 2023

Conversation

Z572
Copy link
Contributor

@Z572 Z572 commented Dec 17, 2023

Backtrace:
In ice-9/command-line.scm:
   185:19 19 (_ #<input: string 7f3cba07a850>)
In unknown file:
          18 (eval (use-modules (udev udev)) #<directory (guile-user…>)
In ice-9/eval.scm:
   721:20 17 (primitive-eval (use-modules (udev udev)))
In ice-9/psyntax.scm:
  1229:36 16 (expand-top-sequence (#<syntax:unknown file:1:0 (use-…>) …)
  1221:19 15 (parse _ (("placeholder" placeholder)) ((top) #(# # …)) …)
   259:10 14 (parse _ (("placeholder" placeholder)) (()) _ c&e (eval) …)
In ice-9/boot-9.scm:
  3935:20 13 (process-use-modules _)
   222:17 12 (map1 (((udev udev))))
  3936:31 11 (_ ((udev udev)))
  3327:17 10 (resolve-interface (udev udev) #:select _ #:hide _ # _ # …)
In ice-9/threads.scm:
    390:8  9 (_ _)
In ice-9/boot-9.scm:
  3253:13  8 (_)
In ice-9/threads.scm:
    390:8  7 (_ _)
In ice-9/boot-9.scm:
  3544:20  6 (_)
   2836:4  5 (save-module-excursion #<procedure 7f3cba071150 at ice-…>)
  3564:26  4 (_)
In unknown file:
           3 (primitive-load-path "udev/udev" #<procedure 7f3cba08d7…>)
           2 (load-extension "libguile-udev" "init_udev")
In system/foreign-library.scm:
   190:25  1 (load-foreign-library _ #:extensions _ # _ #:search-path …)
In unknown file:
           0 (dlopen "libguile-udev.so" 1)

ERROR: In procedure dlopen:
In procedure dlopen: file "libguile-udev.so", message "libguile-udev.so: cannot open shared object file: No such file or directory"

after this PR, allow guix shell -f guix.scm guile -- guile -c '(use-modules (udev udev))' work,

@artyom-poptsov artyom-poptsov self-assigned this Dec 17, 2023
@artyom-poptsov artyom-poptsov merged commit 40b3462 into artyom-poptsov:master Dec 17, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants