search for: progress_bar_set

Displaying 15 results from an estimated 15 matches for "progress_bar_set".

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' /home/ubuntu/libguestfs-1.26.1/fish/progress.c:297: undefined reference to `UP' guestfish-progress.o: In function `fprintf': /usr/include/powerpc-linux-gnu/bits/stdio2.h:97: undefined reference to...
2014 Jan 05
2
Build libguestfs error with undefined reference to `tgetnum'
...n 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:...
2015 Nov 22
2
Re: installation error
Thank you, The apt was set to look in the wheezy instead of the jessie one. > On 22 Nov 2015, at 13:30, Richard W.M. Jones <rjones@redhat.com> wrote: > > On Sat, Nov 21, 2015 at 05:12:19AM +0200, Keresztes Péter-Zoltán wrote: >> Hello, >> >> I am trying to install libguestfs on a proxmox (debian jessie with some custom packages) and when I run make at a certain
2014 Jan 05
0
Re: Build libguestfs error with undefined reference to `tgetnum'
...gt; > 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/libg...
2015 Nov 22
0
Re: installation error
...ish-setenv.o CC guestfish-supported.o CC guestfish-tilde.o CC guestfish-time.o CCLD guestfish guestfish-progress.o: In function `progress_bar_init': /root/libguestfs-1.30.5/fish/progress.c:123: undefined reference to `tgetent' guestfish-progress.o: In function `progress_bar_set': /root/libguestfs-1.30.5/fish/progress.c:282: undefined reference to `tgetnum' guestfish-progress.o: In function `fprintf': /usr/include/x86_64-linux-gnu/bits/stdio2.h:97: undefined reference to `UP' collect2: error: ld returned 1 exit status Makefile:1855: recipe for target 'g...
2014 Jan 05
2
Re: Build libguestfs error with undefined reference to `tgetnum'
...gt; > 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_i...
2014 May 29
2
Re: libguestfs error
...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' > > /home/ubuntu/libguestfs-1.26.1/fish/progress.c:297: undefined reference > to > > `UP' > > guestfish-progress.o: In function `fprintf': > > /...
2015 Nov 22
1
Re: installation error
...stfish-supported.o > CC guestfish-tilde.o > CC guestfish-time.o > CCLD guestfish > guestfish-progress.o: In function `progress_bar_init': > /root/libguestfs-1.30.5/fish/progress.c:123: undefined reference to `tgetent' > guestfish-progress.o: In function `progress_bar_set': > /root/libguestfs-1.30.5/fish/progress.c:282: undefined reference to `tgetnum' > guestfish-progress.o: In function `fprintf': > /usr/include/x86_64-linux-gnu/bits/stdio2.h:97: undefined reference to `UP' > collect2: error: ld returned 1 exit status > Makefile:1855:...
2012 May 02
4
[PATCH 0/4] fish: Allow the glob command to expand device patterns (RHBZ#635971).
This patch set fixes a two year old bug in guestfish, namely that the 'glob' command does not expand /dev/* patterns. https://bugzilla.redhat.com/show_bug.cgi?id=635971 Rich.
2013 Aug 24
46
[PATCH 00/46] Proposed patches for libguestfs 1.20.11.
Tested with 'make check-release'. tests/parallel (in check-slow) failed, although it does regularly and that seems to be because of libvirt. Rich.
2012 Mar 13
2
[PATCH 0/2] 'int' to 'size_t' changes
These two patches are probably not completely independent, but separating them is a lot of work. With *both* patches applied, all the tests and extra-tests pass. That's no guarantee however that there isn't a mistake, so I don't think this patch is a candidate for the 1.16 branch, until it's had a lot more testing in development. Rich.
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
2013 Aug 24
67
[PATCH 00/67] Proposed patches for libguestfs 1.22.6.
In the kernel and qemu communities it is routine for patches that will be backported to stable branches to be posted for review. I'm proposing we do the same for libguestfs stable branches. All of the attached have been tested with 'make check-release'. Rich.
2014 May 29
2
Re: libguestfs error
...env.o CC guestfish-supported.o CC guestfish-tilde.o CC guestfish-time.o 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' /home/ubuntu/libguestfs-1.26.1/fish/progress.c:297: undefined reference to `UP' guestfish-progress.o: In function `fprintf': /usr/include/powerpc-linux-gnu/bits/stdio2.h:97: undefined reference to...
2014 May 29
3
Re: libguestfs error
Here's the output of configure.... sudo ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables...