reproduce-devel
[Top][All Lists]
Advanced

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

[bug #58248] Git depends on Gettext (which is not yet in Maneage)


From: Mohammad Akhlaghi
Subject: [bug #58248] Git depends on Gettext (which is not yet in Maneage)
Date: Wed, 6 May 2020 13:51:38 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0

Follow-up Comment #19, bug #58248 (project reproduce):

Thanks Raul, I just set libiconv as a dependency of Gettext, and also added
the `--with-curses' option to Bash's build. You can see them in this commit
<https://gitlab.com/maneage/project-dev/-/commit/35fc1667fa80e>.

The fact that your bash doesn't link with Maneage's ncurses is very strange!
Because we actually build ncurses as a dependency of readline (which bash
correctly links with). So before a clean build, can you also have a look at
the libraries your readline links to: 


otool -l .local/lib/libreadline.8.dylib


After the clean build, check bash again and let me know. For example below you
can see that on my GNU/Linux, Bash actually links with `libncursesw'.


$ ldd .local/bin/bash
        linux-vdso.so.1 (0x00007ffd4ad1f000)
        libreadline.so.8 => BDIR/software/installed/lib/libreadline.so.8
(0x00007fe7a0c2a000)
        libhistory.so.8 => BDIR/software/installed/lib/libhistory.so.8
(0x00007fe7a0c1d000)
        libncursesw.so.6 => BDIR/software/installed/lib/libncursesw.so.6
(0x00007fe7a0bae000)
        libiconv.so.2 => BDIR/software/installed/lib/libiconv.so.2
(0x00007fe7a0ac8000)
        libdl.so.2 => BDIR/software/installed/lib/libdl.so.2 
(0x00007fe7a0ac3000)
        libc.so.6 => /usr/lib/libc.so.6 (0x00007fe7a08cb000)
        /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2
(0x00007fe7a0d94000)
 

    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/bugs/?58248>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

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