Package Details: virtwold 23.12.0-2

Git Clone URL: https://aur.archlinux.org/virtwold.git (read-only, click to copy)
Package Base: virtwold
Description: Wake-on-LAN for libvirt based VMs
Upstream URL: https://github.com/ScottESanDiego/virtwold
Submitter: ixevix
Maintainer: ixevix
Last Packager: ixevix
Votes: 0
Popularity: 0.000000
First Submitted: 2023-03-08 14:13 (UTC)
Last Updated: 2024-04-09 07:27 (UTC)

Latest Comments

dreieck commented on 2024-04-08 17:49 (UTC)

libvirt needs to be added at least to makedepends, probably also to depends:

==> Starting build()...
# libvirt.org/go/libvirt
# [pkg-config --cflags  -- libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt-lxc libvirt-qemu libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt]
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libvirt', required by 'virtual:world', not found
Package 'libvirt', required by 'virtual:world', not found
Package 'libvirt', required by 'virtual:world', not found
[...]
Package 'libvirt-lxc', required by 'virtual:world', not found
Package 'libvirt-qemu', required by 'virtual:world', not found
[...]

Regards and thanks for maintaining!

ixevix commented on 2023-12-18 13:33 (UTC)

Looks like it compiles without the LDFLAGS so I removed it. Hope this is a good solution.

dreieck commented on 2023-12-18 13:05 (UTC)

When you use -ldflags for your go package, you have to strip off flags that may be pre-specified in $LDFLAGS by the user (e.g. in /etc/makepkg.conf) but not compatible with go.

I get the following error:

flag provided but not defined: -flto

Regards!

ixevix commented on 2023-07-12 06:34 (UTC)

Thanks for the comments. I pushed an update.

dreieck commented on 2023-07-11 22:30 (UTC)

Please add
url='https://github.com/ScottESanDiego/virtwold'.

dreieck commented on 2023-07-11 22:30 (UTC)

This package installs stuff into /usr/local/, which must not happen. /usr/local/ is solely to be used for stuff installed manually outside of packages.

In detail, it installs /usr/local/bin/virtwold.

Please install directly as /usr/bin/virtwold.

Thanks for maintaining,
regards!