Displaying 20 results from an estimated 114 matches for "libtinfo".
2014 May 29
2
Re: libguestfs error
Hi Rich
I'm sure that this is some dependeny issue.
libtinfo-dev is already installed.
I have install libcunit1-ncurses-dev,libncurses5
However the package ncurses-devel is nor present in ubuntu.
apt-cache search ncurses-devel returns nothing
Thanks for the quick reply
On Thu, May 29, 2014 at 5:18 PM, Richard W.M. Jones <rjones@redhat.com>
wrote:...
2014 Jan 05
2
Build libguestfs error with undefined reference to `tgetnum'
...[all] Error 2
make[2]: Leaving directory `/root/libguestfs-1.24.3/fish'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/libguestfs-1.24.3'
make: *** [all] Error 2
I've read this page
http://www.redhat.com/archives/libguestfs/2012-September/msg00025.html
I have libtinfo on my machine:
/lib64/libtinfo.so.5
/lib64/libtinfo.so.5.7
/usr/lib/libtinfo.so
Check the tgetnum, UP, tgetent
nm -D /usr/lib64/libtinfo.so | grep tgetnum
0000003cd1210c40 T tgetnum
nm -D /usr/lib64/libtinfo.so | grep UP
0000003cd1420fa8 B UP
nm -D /usr/lib64/libtinfo.so | grep tgetent
0000003...
2014 Jan 05
0
Re: Build libguestfs error with undefined reference to `tgetnum'
...oot/libguestfs-1.24.3/fish'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/root/libguestfs-1.24.3'
> make: *** [all] Error 2
>
>
> I've read this page
> http://www.redhat.com/archives/libguestfs/2012-September/msg00025.html
>
> I have libtinfo on my machine:
>
> /lib64/libtinfo.so.5
> /lib64/libtinfo.so.5.7
> /usr/lib/libtinfo.so
>
> Check the tgetnum, UP, tgetent
>
> nm -D /usr/lib64/libtinfo.so | grep tgetnum
> 0000003cd1210c40 T tgetnum
>
> nm -D /usr/lib64/libtinfo.so | grep UP
> 0000003cd1420f...
2015 Mar 30
4
[LLVMdev] Color diagnostics
...s. Explicitly enabling
-fcolor-diagnostics works fine. I have TERM set to xterm-256color. Any idea
why?
For what it's worth, I tried compiling LLVM/clang from trunk and color
diagnostics work fine by default.
Upon further investigation, I saw that the official binaries were not
linked against libtinfo:
Official binaries:
[14:11:05] perry at meepo ~/test
zsh▸ ldd /home/perry/opt/clang+llvm-3.6.0-x86_64-linux-gnu/bin/clang
linux-vdso.so.1 => (0x00007fff7c5fe000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0
(0x00007fbda8a56000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2...
2015 Mar 30
3
[LLVMdev] Color diagnostics
...TERM set to xterm-256color. Any idea
>> why?
>>
>> For what it's worth, I tried compiling LLVM/clang from trunk and color
>> diagnostics work fine by default.
>>
>> Upon further investigation, I saw that the official binaries were not
>> linked against libtinfo:
>>
>> Official binaries:
>> [14:11:05] perry at meepo ~/test
>> zsh▸ ldd /home/perry/opt/clang+llvm-3.6.0-x86_64-linux-gnu/bin/clang
>> linux-vdso.so.1 => (0x00007fff7c5fe000)
>> libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0
>> (0x00007f...
2016 Mar 08
1
[PATCH v3] configure: handle older version of ncurses
...es.m4
index c5a4a01..e751db1 100644
--- a/m4/guestfs_libraries.m4
+++ b/m4/guestfs_libraries.m4
@@ -113,7 +113,14 @@ struct sockaddr_un myaddr;
dnl tgetent, tputs and UP [sic] are all required. They come from the lower
dnl tinfo library, but might be part of ncurses directly.
PKG_CHECK_MODULES([LIBTINFO], [tinfo], [], [
- PKG_CHECK_MODULES([LIBTINFO], [ncurses])
+ PKG_CHECK_MODULES([LIBTINFO], [ncurses], [], [
+ AC_CHECK_PROGS([NCURSES_CONFIG], [ncurses6-config ncurses5-config], [no])
+ if test "x$NCURSES_CONFIG" == "xno"; then
+ AC_MSG_ERROR([ncu...
2014 Jan 05
2
Re: Build libguestfs error with undefined reference to `tgetnum'
...make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/root/libguestfs-1.24.3'
> > make: *** [all] Error 2
> >
> >
> > I've read this page
> > http://www.redhat.com/archives/libguestfs/2012-September/msg00025.html
> >
> > I have libtinfo on my machine:
> >
> > /lib64/libtinfo.so.5
> > /lib64/libtinfo.so.5.7
> > /usr/lib/libtinfo.so
> >
> > Check the tgetnum, UP, tgetent
> >
> > nm -D /usr/lib64/libtinfo.so | grep tgetnum
> > 0000003cd1210c40 T tgetnum
> >
> > nm -D /...
2014 Jul 09
2
[LLVMdev] Help with the 'WritingAnLLVMPass' tutorial
...-g ../../../Debug+Asserts/lib/LLVMHello.so
U AnnotateHappensAfter
...
$ ldd ../../../Debug+Asserts/lib/LLVMHello.so
linux-vdso.so.1 => (0x00007fffa87fe000)
libz.so.1 => /lib64/libz.so.1 (0x00007f21b409e000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f21b3e80000)
libtinfo.so.5 => /lib64/libtinfo.so.5 (0x00007f21b3c56000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007f21b3a52000)
libm.so.6 => /lib64/libm.so.6 (0x00007f21b374a000)
libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007f21b3442000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f21b322c000)
libc.so...
2014 May 29
2
libguestfs error
Hi
I'm getting following error while compiling libguestfs-1.26.1...
CCLD guestfish
guestfish-progress.o: In function `progress_bar_init':
/home/ubuntu/libguestfs-1.26.1/fish/progress.c:123: undefined reference to
`tgetent'
guestfish-progress.o: In function `progress_bar_set':
/home/ubuntu/libguestfs-1.26.1/fish/progress.c:282: undefined reference to
`tgetnum'
2014 May 01
2
[LLVMdev] Ubuntu 14.04 Trusty packages broken
On 30/04/2014 12:50, Sylvestre Ledru wrote:
> On 30/04/2014 12:42, Adam Strzelecki wrote:
>> Hello,
>>
>> I don't know how it happened, but recent Ubuntu builds have broken -dev packages, which contain same libraries as non-dev packages.
>>
>>
>> dpkg: error processing archive /var/cache/apt/archives/libllvm3.5_1%3a3.5~svn207603-1~exp1_amd64.deb
2014 Nov 05
2
[PATCH] Use -ltinfo instead of -lncurses.
In tools except guestfish, we don't use ncurses, or even curses, just
2 termcap functions and a global variable. These are provided by
libtinfo, so just link to that.
In guestfish we use readline which needs ncurses. Leave that alone.
---
builder/Makefile.am | 2 +-
configure.ac | 12 ++++++------
customize/Makefile.am | 2 +-
mllib/Makefile.am | 6 +++---
resize/Makefile.am | 2 +-
sparsify/link.sh.in | 2 +-
s...
2016 Jan 07
0
Re: error in virt-resize
Here is the output of the commands
root@avaproxp02:~# ldd /sbin/parted
linux-vdso.so.1 => (0x00007ffd151a1000)
libparted.so.0 => /lib/x86_64-linux-gnu/libparted.so.0 (0x00007f23ded20000)
libreadline.so.6 => /lib/x86_64-linux-gnu/libreadline.so.6 (0x00007f23dead9000)
libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x00007f23de8af000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f23de524000)
libuuid.so.1 => /lib/x86_64-linux-gnu/libuuid.so.1 (0x00007f23de31f000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f23de11a000)
libdevmapper...
2014 Nov 11
1
[PATCH] use pkg-config to look up ncurses
...c b/configure.ac
index a571de5..1c38084 100644
--- a/configure.ac
+++ b/configure.ac
@@ -352,19 +352,13 @@ struct sockaddr_un myaddr;
AC_DEFINE_UNQUOTED([UNIX_PATH_MAX], $unix_path_max, [Custom value for UNIX_PATH_MAX])
])
-dnl tgetent, tputs and UP [sic] are all required. They come from libtinfo
-dnl which is pulled in as a dependency of libncurses.
-old_LIBS="$LIBS"
-AC_CHECK_LIB([tinfo], [tgetent], [], [
- AC_MSG_ERROR(['libtinfo' library (usually part of ncurses) not found, or it doesn't contain 'tgetent'])
-])
-AC_CHECK_LIB([tinfo], [tputs], [], [
-...
2016 Jan 07
2
Re: error in virt-resize
I had some more ideas overnight:
(1) Check that libparted0 is installed on the *host*.
(2) Try to find out what libraries the parted binary requires on
the host and appliance. On the host:
ldd /usr/bin/parted
On the appliance:
virt-rescue --scratch
><rescue> ldd /usr/bin/parted
(3) Remove the appliance and recreate it:
rm -rf /var/tmp/.guestfs-*
libguestfs-test-tool
(4)
2015 Aug 27
2
CMake vs. autotools output differences
...4-linux-gnu/libc.so.6 (0x00007fe47dfb6000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fe47dd9b000)
libffi.so.6 => /usr/lib/x86_64-linux-gnu/libffi.so.6
(0x00007fe47db93000)
libedit.so.2 => /usr/lib/x86_64-linux-gnu/libedit.so.2
(0x00007fe47d959000)
libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5
(0x00007fe47d730000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fe47d52c000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fe47d224000)
/lib64/ld-linux-x86-64.so.2 (0x00007fe480aa5000)
Using CMake with...
2014 May 29
2
Re: libguestfs error
Hi Rich
I using ubuntu 13.10 with powerpc arch.
I tried the above stepss and below are the output of the related commands..
nm -D /usr/lib/powerpc-linux-gnu/libtinfo.so | grep tgetent
0000def0 T tgetent
ubuntu@t4240-ubuntu1310:~$ dpkg -S /usr/lib/powerpc-linux-gnu/libtinfo.so
libtinfo-dev:powerpc: /usr/lib/powerpc-linux-gnu/libtinfo.so
However I'm not able to perform rm -f config.cache as there is no
config.cache file
Thanks for the wonderful support....
2013 Oct 29
1
[LLVMdev] [cfe-dev] RFC: A proposal to move toward using C++11 features in LLVM & Clang / bounding support for old host compilers
...+abi instead of libc++ and libstdc++.
Bootstrap success, with:
$ ldd ./bin/clang
linux-vdso.so.1 => (0x00007fffbbf3c000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fc42f456000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fc42f252000)
libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5
(0x00007fc42f02a000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0
(0x00007fc42ee0d000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fc42ebf6000)
libc++.so.1 => /usr/lib/libc++.so.1 (0x00007fc42e90c00...
2016 Mar 01
0
[PATCH 1/3] configure: handle older version of ncurses
...es.m4
index c5a4a01..0aadae0 100644
--- a/m4/guestfs_libraries.m4
+++ b/m4/guestfs_libraries.m4
@@ -113,7 +113,11 @@ struct sockaddr_un myaddr;
dnl tgetent, tputs and UP [sic] are all required. They come from the lower
dnl tinfo library, but might be part of ncurses directly.
PKG_CHECK_MODULES([LIBTINFO], [tinfo], [], [
- PKG_CHECK_MODULES([LIBTINFO], [ncurses])
+ PKG_CHECK_MODULES([LIBTINFO], [ncurses], [], [
+ AC_CHECK_PROG([NCURSES6_CONFIG], [ncurses6-config], [ncurses6-config], [no])
+ LIBTINFO_CFLAGS=`$NCURSES6_CONFIG --cflags`
+ LIBTINFO_LIBS=`$NCURSES6_CONFIG --li...
2016 Mar 08
0
[PATCH v2 1/3] configure: handle older version of ncurses
...es.m4
index c5a4a01..defd394 100644
--- a/m4/guestfs_libraries.m4
+++ b/m4/guestfs_libraries.m4
@@ -113,7 +113,17 @@ struct sockaddr_un myaddr;
dnl tgetent, tputs and UP [sic] are all required. They come from the lower
dnl tinfo library, but might be part of ncurses directly.
PKG_CHECK_MODULES([LIBTINFO], [tinfo], [], [
- PKG_CHECK_MODULES([LIBTINFO], [ncurses])
+ PKG_CHECK_MODULES([LIBTINFO], [ncurses], [], [
+ AC_CHECK_PROG([NCURSES_CONFIG], [ncurses6-config], [ncurses6-config], [no])
+ if test "x$NCURSES_CONFIG" == "xno"; then
+ AC_CHECK_PROG([...
2007 Oct 31
1
Need a package
I have rpms for xemacs 21.5.27-8.fc8. I *think* they will work on Centos
5? If not I can get the sources. However, at this point, I have one of
those dependency hell problem. I need, for now, libtinfo. Does anyone
now what package it is in?
Thanks,
Bob
--
Bob Taylor <bob8221 at gmail.com>