bug-guile-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-guile-ncurses] In procedure dynamic-link: file: "libguile-ncurs


From: Amirouche
Subject: Re: [Bug-guile-ncurses] In procedure dynamic-link: file: "libguile-ncurses", message: "file not found"
Date: Mon, 17 Apr 2017 13:33:31 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0



Le 17/04/2017 à 04:22, Mike Gran a écrit :

On Sunday, April 16, 2017 5:24 AM, Amirouche <address@hidden> wrote:


I am trying to compile guile-ncurses from git on Ubuntu/Guix and encounter an 
error:

GUILE_AUTO_COMPILE=0 \
LTDL_LIBRARY_PATH=/home/amirouche/src/guile/ncurses/src/ncurses/.libs \
/home/amirouche/.guix-profile/bin/guild compile
--target="x86_64-pc-linux-gnu" -Warity-mismatch -Wformat -Wunused-variable \
   -L "/home/amirouche/src/guile/ncurses/src/ncurses/.." -L
"/home/amirouche/src/guile/ncurses/src/ncurses/.." -o "menu.go" "menu.scm"
With the "file not found" error from ltdl, it is impossible to know
which library hasn't been found, either libguile-ncurses or one of its
dependencies.
Try rerunning that command with the LD_DEBUG=libs prepended, so we can
see what the problem is.
LD_DEBUG=libs GUILE_AUTO_COMPILE=0 \
LTDL_LIBRARY_PATH=/home/amirouche/src/guile/ncurses/src/ncurses/.libs \
/home/amirouche/.guix-profile/bin/guild compile
--target="x86_64-pc-linux-gnu" -Warity-mismatch -Wformat -Wunused-variable \
    -L "/home/amirouche/src/guile/ncurses/src/ncurses/.." -L
"/home/amirouche/src/guile/ncurses/src/ncurses/.." -o "menu.go" "menu.scm"
-Mike

I did  that, It seems to me the relevant error is:

4369: /gnu/store/iwgi9001dmmihrjg4rqhd6pa6788prjw-glibc-2.24/lib/gconv/ISO8859-1.so: error: symbol lookup error: undefined symbol: gconv_end (fatal)
      4369:    find library=libguile-2.2.so.0 [0]; searching
4369: search path=/gnu/store/iwgi9001dmmihrjg4rqhd6pa6788prjw-glibc-2.24/lib (system search path) 4369: trying file=/gnu/store/iwgi9001dmmihrjg4rqhd6pa6788prjw-glibc-2.24/lib/libguile-2.2.so.0


I attached the full output.


Attachment: output.log
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]