Package Details: libguestfs-git 1.51.7+4.r11933.20231030.0e37e5fee-2

Git Clone URL: https://aur.archlinux.org/libguestfs-git.git (read-only, click to copy)
Package Base: libguestfs-git
Description: Access and modify virtual machine disk image
Upstream URL: https://libguestfs.org
Licenses: GPL2, LGPL2.1
Conflicts: guestfish, guestfsd, libguestfs, virt-rescue
Provides: erlang-guestfs, guestfish, guestfs-bash-completion, guestfsd, java-guestfs, libguestfs, libguestfs-gobject-1.0.so, libguestfs.so, lua-guestfs, ocaml-guestfs, perl-guestfs, php-guestfs, python-guestfs, ruby-guestfs, virt-rescue
Submitter: fartreason
Maintainer: None
Last Packager: dreieck
Votes: 0
Popularity: 0.000000
First Submitted: 2020-02-19 15:37 (UTC)
Last Updated: 2023-11-01 13:54 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

timetoplatypus commented on 2021-06-09 14:59 (UTC)

@fartreason, can corroborate @stef204's report; getting the same error message with makepkg -sri

stef204 commented on 2021-05-17 17:44 (UTC) (edited on 2021-05-17 18:11 (UTC) by stef204)

@fartreason
does not build:

libguestfs-git/PKGBUILD: line 118: ./autogen.sh: No such file or directory

fartreason commented on 2020-10-06 11:44 (UTC) (edited on 2020-10-06 12:01 (UTC) by fartreason)

If any dependecy is missing, unadorned makepkg would err out right away, while wrappers like yay would install it. So probably the issue is something else.

@PapuaXXL the isolated error message is not so much of help, but if you could share the full output of makepkg -C, I can take a look.

ezequiel.ezb commented on 2020-10-06 00:04 (UTC)

@PapuaXXL

At least one line in shows the error when the compiler accesses a 'golang' subdir. May be you're missing golang dependencies?

Anyways, I don't know if you read all the previous conversations in this thread, but it's recommended to build this from the tarball file found at libguestfs's page, you'll have waaaay less issues compiling that.

PapuaXXL commented on 2020-10-04 18:19 (UTC)

Hi,

I have the following erro, Can I help me ?

make[2]: Entering directory '/home/papuaxxl/.cache/yay/libguestfs-git/src/libguestfs/golang' ../run go install libguestfs.org/guestfs run: warning: You used './configure --disable-appliance' so LIBGUESTFS_PATH run: warning: has not been set automatically.

libguestfs.org/guestfs

src/libguestfs.org/guestfs/guestfs.go:31:10: fatal error: guestfs.h: No such file or directory 31 | #include "guestfs.h" | ^~~~~~~~~~~ compilation terminated. make[2]: [Makefile:2508: pkg/linux_amd64/libguestfs.org/guestfs.a] Error 2 make[2]: Leaving directory '/home/papuaxxl/.cache/yay/libguestfs-git/src/libguestfs/golang' make[1]: [Makefile:2379: all-recursive] Error 1 make[1]: Leaving directory '/home/papuaxxl/.cache/yay/libguestfs-git/src/libguestfs' make: [Makefile:2279: all] Error 2 make: Entering directory '/home/papuaxxl/.cache/yay/libguestfs-git/src/libguestfs/po-docs' make: No rule to make target 'update-po'. Stop. make: Leaving directory '/home/papuaxxl/.cache/yay/libguestfs-git/src/libguestfs/po-docs' ==> ERROR: A failure occurred in build(). Aborting...

Bets Regards,

Herculano

fartreason commented on 2020-07-07 17:31 (UTC) (edited on 2020-07-07 17:31 (UTC) by fartreason)

The deprecation applies to the RPC implementation in glibc (in favor of libtirpc). rpcgen is and shall be a necessary tool for compiling code using RPC.

When I referred to the Arch package, I did not mean to use it directly, but to build it from the PKGBUILD, just like you do with AUR. Is AUR preferred on Manjaro over building Arch packages?

ezequiel.ezb commented on 2020-07-07 16:39 (UTC) (edited on 2020-07-07 16:42 (UTC) by ezequiel.ezb)

Hi. rpcgen is apparently obsolete for some time now, see: https://bbs.archlinux.org/viewtopic.php?id=236552 and https://github.com/vmware/open-vm-tools/issues/407

Anyways, as you noticed I'm on Manjaro. Strangely, libguestfs is not on our repos, but I just checked after you mentined "Most people on Arch are better off with the official binary package." and indeed there's an official arch package.

I double checked to see if I was not messing up, but yeah, 'pacman -Ss libguestfs' returns nothing here, and it also doesn't show up in pamac's GUI. So yeah, Manjaro is missing that package and in the future manjaro users will probably turn to the AUR for this package, but had I known beforehand, I'd have grabbed arch's package.

Anyways, thanks.

fartreason commented on 2020-07-07 16:18 (UTC)

What do you mean by "rpcgen is deprecated"? I checked the thread on libguestfs ML but did not see this claim there.

Most people on Arch are better off with the official binary package. You (on Manjaro, AFAICS) can try that PKGBUILD as well.

However, there are things that justify an alternative package -- for example, official Arch package does not support Ruby (for the time being), this one does. And once an alternative package is opted for -- a lazy dude like me will go for git so that it doesn't require upgpkg'ing ;)

ezequiel.ezb commented on 2020-07-07 14:58 (UTC)

Hi, I just got a response from Richard W.M. Jones, from Red Hat, after posting the issue in the mailing list. Here's his response:

Why is the package being built from git? The tarballs contain all the files needed, and rpcgen isn't needed when building from the tarball.

Rich.

In other words, people shouldn't build from git, especially because rpcgen is deprecated.

I emailed him back, said thanks and told him they need to improve their documentation, since neither github nor their instruction pages cite nothing about tarballs or the dependencies needed to build from git.

Anyways, thanks.

fartreason commented on 2020-07-07 10:28 (UTC)

Thanks for your investigation, added those deps.