search for: progress_bar_init

Displaying 16 results from an estimated 16 matches for "progress_bar_init".

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: undef...
2014 Jan 05
2
Build libguestfs error with undefined reference to `tgetnum'
...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/f...
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'
...ogress.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 d...
2015 Nov 22
0
Re: installation error
...s.o CC guestfish-prep-lv.o CC guestfish-prep-boot.o CC guestfish-rc.o CC guestfish-reopen.o CC guestfish-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-li...
2014 Jan 05
2
Re: Build libguestfs error with undefined reference to `tgetnum'
...ogress_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] E...
2014 May 29
2
Re: libguestfs error
...W.M. Jones <rjones@redhat.com> wrote: > On Thu, May 29, 2014 at 05:05:30PM +0530, abhishek jain wrote: > > 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...
2015 Nov 22
1
Re: installation error
...t; CC guestfish-prep-boot.o > CC guestfish-rc.o > CC guestfish-reopen.o > CC guestfish-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': &g...
2014 Nov 25
3
[PATCH] mllib: use Unix.isatty
...) (g : Guestfs.guestfs) = (* Only display progress bars if the machine_readable flag is set or * the output is a tty. *) - if machine_readable || TTY.isatty_stdout () then ( + if machine_readable || Unix.isatty Unix.stdout then ( (* Initialize the C mini library. *) let bar = progress_bar_init ~machine_readable in -- 1.9.3
2015 Oct 06
6
[PATCH 0/4] ocaml: Allow Guestfs.t handle to be garbage collected.
Allow Guestfs.t handle to be garbage collected, and add a regression test.
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.
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
2016 Apr 04
2
[PATCH 1/2] Use 'error' function consistently throughout.
...(EXIT_FAILURE); - } + if (open (file, O_RDONLY|O_CLOEXEC) == -1) + error (EXIT_FAILURE, errno, "open: %s", file); } /* Get the name of the input file, for error messages, and replace @@ -565,10 +552,8 @@ main (int argc, char *argv[]) if (progress_bars) { bar = progress_bar_init (0); - if (!bar) { - perror ("progress_bar_init"); - exit (EXIT_FAILURE); - } + if (!bar) + error (EXIT_FAILURE, errno, "progress_bar_init"); guestfs_set_event_callback (g, progress_callback, GUESTFS_EVENT_PROGRESS,...
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
...s.o CC guestfish-prep-lv.o CC guestfish-prep-boot.o CC guestfish-rc.o CC guestfish-reopen.o CC guestfish-setenv.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: undef...
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...