search for: moreutils

Displaying 11 results from an estimated 11 matches for "moreutils".

Did you mean: coreutils
2019 Jul 10
1
[p2v PATCH] Use List::MoreUtils instead of List::Util
List::Util has "any" only from version 1.33, which older distros (like RHEL/CentOS 7/6) do not have. Instead use List::MoreUtils, which is available, and provides the same functionality. --- generate-p2v-config.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate-p2v-config.pl b/generate-p2v-config.pl index 01387e0..be98838 100755 --- a/generate-p2v-config.pl +++ b/generate-p2v-config.pl @@ -20,7...
2019 Aug 30
0
[p2v PATCH 3/3] build: require List::MoreUtils
...00dc60d9f0fbb8e5234ee41254f03e84. --- m4/p2v-progs.m4 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/m4/p2v-progs.m4 b/m4/p2v-progs.m4 index d54b391..b3d0ce7 100644 --- a/m4/p2v-progs.m4 +++ b/m4/p2v-progs.m4 @@ -58,6 +58,14 @@ else AC_MSG_RESULT([yes]) fi +dnl Check for List::MoreUtils, used by generate-p2v-config.pl +AC_MSG_CHECKING([for List::MoreUtils]) +if ! $PERL -MList::MoreUtils -e1 >&AS_MESSAGE_LOG_FD 2>&1; then + AC_MSG_ERROR([perl List::MoreUtils must be installed]) +else + AC_MSG_RESULT([yes]) +fi + dnl Define the path to the podwrapper program. P...
2019 Aug 30
2
Re: [p2v PATCH 3/3] build: require List::MoreUtils
Yes this series looks good, thanks. Can we put patch 2 into libguestfs as well? (Until or unless we delete p2v from libguestfs) Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and
2019 Aug 30
0
Re: [p2v PATCH 3/3] build: require List::MoreUtils
On Friday, 30 August 2019 12:52:59 CEST Richard W.M. Jones wrote: > Yes this series looks good, thanks. Thanks, pushed to virt-p2v. > Can we put patch 2 into libguestfs as well? (Until or unless we > delete p2v from libguestfs) (Both patches 1 and 2 are needed, not just 2.) What about: - I push the patches to libguestfs/stable-1.40 - we get a virt-p2v release out - we remove virt-p2v
2019 Aug 30
1
Re: [p2v PATCH 3/3] build: require List::MoreUtils
On Fri, Aug 30, 2019 at 01:46:27PM +0200, Pino Toscano wrote: > On Friday, 30 August 2019 12:52:59 CEST Richard W.M. Jones wrote: > > Yes this series looks good, thanks. > > Thanks, pushed to virt-p2v. > > > Can we put patch 2 into libguestfs as well? (Until or unless we > > delete p2v from libguestfs) > > (Both patches 1 and 2 are needed, not just 2.) >
2019 Aug 30
4
[p2v PATCH 0/3] Small build fixes
...ed stuff, and checks for a required Perl module used during build. Tested on: - RHEL 6 (GTK 2) - RHEL 7 (GTK 3) - Fedora 30 (GTK 2 & 3) - Fedora Rawhide/32 (GTK 2 & 3) Pino Toscano (3): Copy GtkAttachOptions from GTK >= 3.4 build: disable deprecated GTK stuff build: require List::MoreUtils Makefile.am | 1 + gui-gtk3-compat.h | 9 +++++++++ m4/p2v-progs.m4 | 8 ++++++++ 3 files changed, 18 insertions(+) -- 2.21.0
2017 Dec 21
1
Wish List: base::source() + Add Execution Time Argument
R does provide the addTaskCallback / taskCallbackManager to run a callback function after every top level command. However there is not an equivalent interface that would be run _before_ each command, which would make it possible to time of top level calls and provide other execution measurements. On Thu, Dec 21, 2017 at 11:31 AM, William Dunlap via R-devel <r-devel at r-project.org> wrote:
2007 Jul 17
1
Yumrepo''s subscribe ran before package require Yumrepo?
...eduling refresh of Exec[yum-clean-all] info: //common-yum/Yumrepo[custom]: Scheduling refresh of Exec[yum-clean-all] notice: //common-packages/Package[perl-Math-Random]/ensure: created notice: //common-packages/Package[perl-Class-Accessor]/ensure: created notice: //common-packages/Package[perl-List-MoreUtils]/ensure: created notice: //common-packages/Package[perl-String-ShellQuote]/ensure: created notice: //common-packages/Package[perl-MD5]/ensure: created notice: //common-packages/Package[perl-FreezeThaw]/ensure: created notice: //common-packages/Package[perl-Sub-Name]/ensure: created notice: //common...
2015 Sep 10
4
Bug#798510: xen-utils-common: xendomains domU auto-starting fails after upgrade to Debian 8
Package: xen-utils-common Version: 4.4.1-9+deb8u1 Severity: important Dear Maintainer, After upgrading to Debian 8, auto-starting of domUs via /etc/xen/auto fails with errors like this Sep 09 09:29:21 host xendomains[948]: Starting Xen domain domU (from /etc/xen/auto/domU.cfg)...failed. Sep 09 09:29:21 host xendomains[948]: libxl: error: libxl_exec.c:129:libxl_report_child_exitstatus:
2013 Feb 18
9
Xen 4.2.1 unable to get domain type for domid
Hi guys, I''m running Xen 4.2.1, compiled manually so I can play with Remus and DRBD, running on Ubuntu 12.10. I keep getting this error when trying to start up my first VM to run the Ubuntu netboot installer. ----------------------------------------------------------------- root@left:/home/eross# xl create /etc/xen/ubuntu.cfg -c Parsing config from /etc/xen/ubuntu.cfg Daemon running
2011 Nov 17
29
[PATCH 00 of 17] Documentation updates
The following series flushes my documentation queue and replaces previous postings of those patches. The main difference is that the xl cfg file is now formatted using POD instead of markdown and presented as a manpage. I have setup a cron job to build docs/html and publish it at http://xenbits.xen.org/docs/unstable/ (it''s a bit bare right now). The motivation for some of these patches