Displaying 20 results from an estimated 8000 matches similar to: "LIBGUESTFS_PATH is broken in Fedora Rawhide"
2020 Aug 10
4
Rebuild against FlexiBLAS
Hi,
R has been built against FlexiBLAS in rawhide [1, 2]. These are the R
packages that need to be rebuilt:
R-ape-0:5.4-2.fc33.x86_64
R-expm-0:0.999.4-7.fc33.x86_64
R-gee-0:4.13.20-4.fc33.x86_64
R-gss-0:2.2.2-3.fc33.x86_64
R-igraph-0:1.2.5-3.fc33.x86_64
R-msm-0:1.6.8-5.fc33.x86_64
R-preprocessCore-0:1.50.0-4.fc33.x86_64
R-qtl-0:1.46.2-4.fc33.x86_64
R-quadprog-0:1.5.8-5.fc33.x86_64
Could
2013 May 19
1
[PATCH] run: Don't fail on missing LIBGUESTFS_PATH if --disable-appliance
Set LIBGUESTFS_PATH to the default value compiled into and output a
warning to STDERR, instead.
The previous behavior caused the build to abort when trying to build
the sysprep documentation -- without much of a hint of what went
wrong.
When LIBGUESTFS_PATH was not set, test-events.sh would fail.
---
run.in | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/run.in
2013 May 17
1
[PATCH] run: Turn error message about missing LIBGUESTFS_PATH into warning; output to STDERR
The previous behavior caused the build to abort when trying to build
the sysprep documentation -- without much of a hint of what went
wrong.
---
run.in | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/run.in b/run.in
index 7545f0b..9f92306 100755
--- a/run.in
+++ b/run.in
@@ -66,9 +66,10 @@ chcon --reference=/tmp tmp 2>/dev/null ||:
if [ "x at
2020 Sep 13
2
libva-utils test siuite is crashing in nouveau sriver
Hi,
I'm hitting that issue since Mesa 20.0.6 and it is present still in latest
version 20.1.7
```
[tkloczko at barrel SPECS]$ coredumpctl gdb 3926866
PID: 3926866 (test_va_api)
UID: 1000 (tkloczko)
GID: 1000 (tkloczko)
Signal: 11 (SEGV)
Timestamp: Sun 2020-09-13 18:57:06 BST (32s ago)
Command Line: ./test_va_api
Executable:
2020 Oct 30
2
Fail to build libvirt upstream rpm on fedora 33
Hello,
I encountered errors when building rpm on fedora33:
Versions:
libvirt: v6.9.0-rc2
gcc-10.2.1-5.fc33.x86_64
meson-0.55.3-1.fc33.noarch
ninja-build-1.10.1-2.fc33.x86_64
binutils-2.35-11.fc33.x86_64
Steps:
1. Archive libvirt source code to ~/rpmbuild/SOURCES/libvirt-6.9.0.tar.xz
2. Copy libvirt.spec.in to ~/rpmbuild/SPECS/libvirt.spec. Then `sed -i
s/@VERSION@/6.9.0/g
2017 Jul 28
2
cannot find any suitable libguestfs supermin
I download libguestfs from github and fetch to the *origin master*.
I tried to build libguestfs in my own linux distro and I followd the
http://libguestfs.org/guestfs-building.1.html#using-a-prebuilt-binary-appliance
to replace with supermin
I download the appliance-1.30.1.tar.xz and appliance-1.30.1.tar.xz.sig
and extract the tarball to /home/user/appliance
and export
2015 May 25
0
Re: supermin in Fedora Rawhide switched (again) to using dnf instead of yum
On Thu, May 21, 2015 at 02:37:31PM +0100, Richard W.M. Jones wrote:
>
> Previous attempt:
> https://www.redhat.com/archives/libguestfs/2015-April/msg00013.html
>
> supermin needs to download packages (eg. RPMs) when preparing the
> appliance.
>
> After a lot of work, 'dnf download' can now be used as a replacement
> for the (deprecated) 'yumdownloader'
2015 May 26
0
Re: supermin in Fedora Rawhide switched (again) to using dnf instead of yum
On Tue, May 26, 2015 at 09:44:33AM +0100, Richard W.M. Jones wrote:
> On Mon, May 25, 2015 at 10:22:35PM +0200, Kashyap Chamarthy wrote:
> > I just built `supermin` from source on my Fedora 22 machine, and somehow
> > it can't seem to detect RPM (but `supermin` from Rawhide detects it).
> > Exact error:
> >
> > supermin: could not detect package manager
2015 May 21
2
supermin in Fedora Rawhide switched (again) to using dnf instead of yum
Previous attempt:
https://www.redhat.com/archives/libguestfs/2015-April/msg00013.html
supermin needs to download packages (eg. RPMs) when preparing the
appliance.
After a lot of work, 'dnf download' can now be used as a replacement
for the (deprecated) 'yumdownloader' program.
This only affects the 'supermin --prepare' phase, which means it only
affects people building
2015 May 26
2
Re: supermin in Fedora Rawhide switched (again) to using dnf instead of yum
On Mon, May 25, 2015 at 10:22:35PM +0200, Kashyap Chamarthy wrote:
> I just built `supermin` from source on my Fedora 22 machine, and somehow
> it can't seem to detect RPM (but `supermin` from Rawhide detects it).
> Exact error:
>
> supermin: could not detect package manager used by this system or
> distro.
>
> which is coming from:
2015 Apr 03
0
supermin in Fedora Rawhide switched to using dnf instead of yum
supermin needs to download packages (eg. RPMs) when preparing the
appliance.
'dnf download' finally appears to have made parallel downloads
reliable[1]. Better late than never. So I have experimentally
switched Rawhide's supermin to use 'dnf download' instead of the
(deprecated) 'yumdownloader' program.
This only affects the 'supermin --prepare' phase, which
2015 Jun 10
2
[PATCH] Improve fixed appliance documentation
Move the "FIXED APPLIANCE" section from
libguestfs-make-fixed-appliance(1) to the general guestfs(3), so it's
more visible and less hidden in the documentation of a rarely-used tool.
Expand the FAQ question about libguestfs without supermin, mentioning
the build options needed and pointing to the aforementioned new section.
---
appliance/libguestfs-make-fixed-appliance.pod | 28
2014 Dec 05
1
Re: virt-df error, help
thanks for your reply,
When I set the debug mode and run "libguestfs-test-tool" the result is:
virtTest@06MYRC5:~$ libguestfs-test-tool
************************************************************
* IMPORTANT NOTICE
*
* When reporting bugs, include the COMPLETE, UNEDITED
* output below in your bug report.
*
************************************************************
2020 Oct 30
0
Re: Fail to build libvirt upstream rpm on fedora 33
On Fri, Oct 30, 2020 at 10:30:00AM +0800, Han Han wrote:
> Hello,
> I encountered errors when building rpm on fedora33:
>
> Versions:
> libvirt: v6.9.0-rc2
> gcc-10.2.1-5.fc33.x86_64
> meson-0.55.3-1.fc33.noarch
> ninja-build-1.10.1-2.fc33.x86_64
> binutils-2.35-11.fc33.x86_64
>
> Steps:
> 1. Archive libvirt source code to
2019 Dec 10
2
Re: Libguestfs with Yara rules error
On Tue, Dec 10, 2019 at 09:19:47AM +0100, Luis wrote:
> I am using libguestfs 1.40.2 and yara 3.11.0 but when I execute my program
> it thoughts the following error:
>
> $> ./yara-guestfs
> libguestfs: error: yara_load: feature 'libyara' is not available in this
> build of libguestfs. Read 'AVAILABILITY' in the guestfs(3) man page for
>
> If we check
2014 Dec 04
2
Re: virt-df error, help
On Thu, Dec 04, 2014 at 04:53:21PM +0800, cuimingwen@incito.com.cn wrote:
> Hello, Richard,
> I run command as example: " virt-df -d `virsh domuuid 5`"
> some errors show :
> libguestfs: warning: supermin-helper -f checksum returned a short string
> libguestfs: error: cannot find any suitable libguestfs supermin, fixed or old-style appliance on
2014 Nov 11
2
Re: Add support for slackware in supermin
Sorry for the top posting, it's the gmail app behavior.
It didn't mention the other aspects because they are not a problem. The
only "problem" is the package depency.
Cordially
Le 11 nov. 2014 19:03, "Pino Toscano" <ptoscano@redhat.com> a écrit :
>
> Hi,
>
> (please do not top-reply...)
>
> On Tuesday 11 November 2014 18:32:10 Mathieu
2015 Feb 05
1
libguestfs-tools not working
In CentOS 6 with KVM, I have libguestfs-tools installed, but the
"virt-xxx" tools like "virt-df" just give, "libguestfs: error: cannot
find any suitable libguestfs supermin, fixed or old-style appliance on
LIBGUESTFS_PATH (search path: /usr/lib64/guestfs)". What am I missing?
All the guests boot and run OK. I just can't get these tools to work.
2016 Apr 27
1
Use virt-* tools from within container?
Hi, all. I've set up an LXC container for various Openstack admin
chores, and now I'm being asked to have it used for importing qcow2
images -- on which we want to run utilities like virt-sparsify and
virt-sysprep, first. Sadly, when I do that, it dies horribly, e.g.,
root@openstack-cli:/tmp# virt-sysprep -a cloud-image.qcow2
Examining the guest ...
libguestfs: warning:
2011 Nov 23
1
[PATCH] run script: Don't overwrite LD_LIBRARY_PATH and PERL5LIB
This change allows the run scripts of virt-v2v and libguestfs to be chained.
---
run.in | 16 +++++++++++++---
1 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/run.in b/run.in
index 9388398..7cef715 100755
--- a/run.in
+++ b/run.in
@@ -37,9 +37,19 @@ b=@abs_builddir@
export TMPDIR="$b"
# Set local environment relative to this script.
-export