[Libguestfs] Build libguestfs error with undefined reference to `tgetnum'

Nguyễn Trường Sơn hunters1094 at gmail.com
Sun Jan 5 07:11:21 UTC 2014


Hi

I want to build libguestfs on my laptop.
I run Centos 6.4, libguestfs libguestfs-1.24.3.

I get this error:

Wide character in print at /root/libguestfs-1.24.3/podwrapper.pl line 418.
podwrapper.pl: wrote guestfish.1
podwrapper.pl: wrote ../html/guestfish.1.html
touch stamp-guestfish.pod
  CCLD     guestfish
guestfish-progress.o: In function `progress_bar_set':
/root/libguestfs-1.24.3/fish/progress.c:282: undefined reference to
`tgetnum'
guestfish-progress.o: In function `fprintf':
/usr/include/bits/stdio2.h:98: undefined reference to `UP'
guestfish-progress.o: In function `progress_bar_init':
/root/libguestfs-1.24.3/fish/progress.c:123: undefined reference to
`tgetent'
collect2: ld returned 1 exit status
make[3]: *** [guestfish] Error 1
make[3]: Leaving directory `/root/libguestfs-1.24.3/fish'
make[2]: *** [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
0000003cd1210f00 T tgetent

Even get this error on older libguestfs libguestfs-1.20.12

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libguestfs/attachments/20140105/c7ab9e77/attachment.htm>


More information about the Libguestfs mailing list