Sascha Ziemann <cev...@gmail.com> writes:

> [info] Downloading
> https://archive.akkuscm.org/archive/pkg/c/chez-srfi_0.0.0-akku.181.7879b52_repack.tar.xz
> Backtrace:
>           12 (primitive-load "/usr/local/bin/akku")
> In ice-9/eval.scm:
>     619:8 11 (_ #(#(#<directory (guile-user) 7f9e62512c80>) () ()))
> In ice-9/boot-9.scm:
>    260:13 10 (for-each #<procedure fetch-project (project)> (#<proj…>))
> In akku/lib/fetch.scm:
>    186:15  9 (fetch-project #<project name: "chez-srfi" packages: #f…>)
> In ice-9/ports.scm:
>    433:17  8 (call-with-port #<output: /home/szi/.cache/akku/chez-s…> …)
> In akku/private/http.scm:
>    163:22  7 (_ #<output: /home/szi/.cache/akku/chez-srfi-f002bc7fc6…>)
>      94:8  6 (_ #<http-request method: get url: "https://archive.akk…>)
> In ice-9/boot-9.scm:
>   1752:10  5 (with-exception-handler _ _ #:unwind? _ # _)
> In akku/private/http.scm:
>    110:36  4 (_ _)
> In unknown file:
>            3 (dynamic-link "libcurl.so")
> In system/foreign-library.scm:
>    190:25  2 (load-foreign-library _ #:extensions _ # _ #:search-path …)
> In unknown file:
>            1 (dlopen "libcurl.so" 1)
> In ice-9/boot-9.scm:
>   1685:16  0 (raise-exception _ #:continuable? _)

You may need to add the directory containing libcurl.so to LD_LIBRARY_PATH.

In Guix we usually patch dynamic-link instances to refer to the absolute
file name of the .so file.

-- 
Ricardo

Reply via email to