search for: ps_restore

Displaying 6 results from an estimated 6 matches for "ps_restore".

2015 Nov 22
1
Re: installation error
...gt; fish.c:173:3: warning: implicit declaration of function 'time' [-Wimplicit-function-declaration] > srandom (time (NULL)); > ^ > fish.c:173:3: warning: nested extern declaration of 'time' [-Wnested-externs] > fish.c: At top level: > fish.c:649:14: warning: 'ps_restore' defined but not used [-Wunused-variable] > static char *ps_restore = NULL; /* GUESTFISH_RESTORE */ > ^ > CC guestfish-glob.o > CC guestfish-help.o > CC guestfish-hexedit.o > CC guestfish-lcd.o > CC guestfish-man.o > CC...
2014 Dec 04
1
[PATCH] fish: fix build warning when readline-devel is missing
...dex 0432774..20511f8 100644 --- a/fish/fish.c +++ b/fish/fish.c @@ -641,10 +641,12 @@ shell_script (void) #define FISH "><fs> " +#ifdef HAVE_LIBREADLINE static char *ps1 = NULL; /* GUESTFISH_PS1 */ static char *ps_output = NULL; /* GUESTFISH_OUTPUT */ -static char *ps_restore = NULL; /* GUESTFISH_RESTORE */ static char *ps_init = NULL; /* GUESTFISH_INIT */ +#endif /* HAVE_LIBREADLINE */ +static char *ps_restore = NULL; /* GUESTFISH_RESTORE */ static char *line_read = NULL; static char * @@ -698,10 +700,12 @@ script (int prompt) struct parsed_command pcmd;...
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
2015 Nov 22
0
Re: installation error
...n function 'main': fish.c:173:3: warning: implicit declaration of function 'time' [-Wimplicit-function-declaration] srandom (time (NULL)); ^ fish.c:173:3: warning: nested extern declaration of 'time' [-Wnested-externs] fish.c: At top level: fish.c:649:14: warning: 'ps_restore' defined but not used [-Wunused-variable] static char *ps_restore = NULL; /* GUESTFISH_RESTORE */ ^ CC guestfish-glob.o CC guestfish-help.o CC guestfish-hexedit.o CC guestfish-lcd.o CC guestfish-man.o CC guestfish-more.o CC...
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
2014 May 29
2
Re: libguestfs error
...ation makes pointer from integer without a cast [enabled by default] CLEANUP_FREE char *pi = decode_ps1 (ps_init); ^ fish.c:742:31: warning: initialization makes pointer from integer without a cast [enabled by default] CLEANUP_FREE char *pr = decode_ps1 (ps_restore); ^ CC guestfish-glob.o CC guestfish-help.o CC guestfish-hexedit.o CC guestfish-lcd.o CC guestfish-man.o CC guestfish-more.o CC guestfish-prep.o CC guestfish-prep-disk.o CC guestfish-prep-part.o...