thanks for the responses. I won't use root again for building packages, thanks!
I had already installed base-devel.
And in my Xen PKGBUILD there is no line that starts with mv /etc/init.d
so I don't know what to do now ...
Search Criteria
Package Details: xen-docs 4.19.1pre-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/xen.git (read-only, click to copy) |
---|---|
Package Base: | xen |
Description: | Xen hypervisor documentation and man pages |
Upstream URL: | https://xenproject.org/ |
Keywords: | hypervisor virtualization xen |
Licenses: | GPL2 |
Submitter: | sergej |
Maintainer: | Refutationalist |
Last Packager: | Refutationalist |
Votes: | 185 |
Popularity: | 0.27 |
First Submitted: | 2009-11-09 11:22 (UTC) |
Last Updated: | 2024-09-20 00:31 (UTC) |
Dependencies (35)
- acpica (make)
- bin86AUR (make)
- bison (byacc-bisonAUR, bison-gitAUR) (make)
- bridge-utils (make)
- dev86AUR (make)
- fig2dev (fig2dev-gitAUR) (make)
- flex (flex-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR) (make)
- gnutls (gnutls-gitAUR) (make)
- inetutils (inetutils-gitAUR, busybox-coreutilsAUR) (make)
- iproute2 (iproute2-gitAUR, busybox-coreutilsAUR, iproute2-selinuxAUR) (make)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-linux4AUR, lib32-glibc-eacAUR, lib32-glibc-eac-binAUR, lib32-glibc-eac-rocoAUR) (make)
- libaio (libaio-gitAUR) (make)
- libuuid.so (util-linux-libs-aesAUR, util-linux-libs-selinuxAUR, lib32-util-linux, util-linux-libs) (make)
- libx11 (libx11-gitAUR) (make)
- lzo (make)
- ncurses (ncurses-gitAUR) (make)
- openssl (openssl-gitAUR, openssl-staticAUR) (make)
- Show 15 more dependencies...
Required by (1)
- xen (optional)
Sources (7)
Latest Comments
« First ‹ Previous 1 .. 67 68 69 70 71 72 73 74 75 76 77 .. 101 Next › Last »
3000 commented on 2013-05-23 17:53 (UTC)
zootboy commented on 2013-05-23 13:22 (UTC)
This PKGBUILD works as-is for me, so I don't think it's that. @3000, make sure you have the entire base-devel group installed ("pacman -S base-devel") because if you were missing patch, you may be missing other important tools. Also, why are you using the --asroot flag? You should not be building packages as root. Use an unprivileged user to make the package, then use root to install the package.
tritron commented on 2013-05-23 13:15 (UTC)
Edit PKGBUILD and remove offending line that starts with MV /etc/init.d/
3000 commented on 2013-05-23 10:51 (UTC)
i am having the same error message as SeraphZA
any help is hugely appreciated, for me this is the last hurdle to finally build my System for good. this is the Output of the error:
make[2]: Leaving directory `/root/xen/src/xen-4.2.2/extras/mini-os'
install -d -m0755 -p "/root/xen/pkg/xen/usr/lib/xen/boot"
install -m0644 -p mini-os-x86_32-grub/mini-os.gz "/root/xen/pkg/xen/usr/lib/xen/boot/pv-grub-x86_32.gz"
make[1]: Leaving directory `/root/xen/src/xen-4.2.2/stubdom'
mv: cannot stat âetc/init.dâ: No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
3000 commented on 2013-05-20 17:51 (UTC)
thanks for the fast response! That was it, I was just executing "makepkg --asroot"
it's installing right now :)
tritron commented on 2013-05-20 17:40 (UTC)
From your error message looks like you are missing patch so you want to install it did you run makepkg -s ?
3000 commented on 2013-05-20 17:34 (UTC)
so I have downloaded latest tarball and tried to install it, but it's not building. I must stress, I have been able to use uefi boot, so I don't know, if that's hindering the Installation, anyways I got this error:
...
xen.conf ... Passed
==> Extracting sources...
-> Extracting xen-4.2.2.tar.gz with bsdtar
==> Starting prepare()...
/root/xen/PKGBUILD: line 38: patch: command not found
==> ERROR: A failure occurred in prepare().
Aborting...
<deleted-account> commented on 2013-05-17 10:38 (UTC)
I have an EFI motherboard and am running Arch 2013_05 x86_64. I am trying to build xen.efi and I have applied the Python workaround and rebuilt binutils-multilib with --enable-targets=X86_64-pep.
The output of ld -V is:
GNU ld (GNU Binutils) 2.23.2
Supported emulations:
elf_x86_64
elf32_x86_64
elf_i386
i386linux
elf_l1om
elf_k1om
i386pep
i386pe
However when I build xen i get:
mv: cannot stat âetc/init.dâ: No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
Build logs here:
https://dl.dropboxusercontent.com/u/66245999/xen-4.2.2-1-x86_64-prepare.log
https://dl.dropboxusercontent.com/u/66245999/xen-4.2.2-1-x86_64-build.log
https://dl.dropboxusercontent.com/u/66245999/xen-4.2.2-1-x86_64-package.log
Can someone please assist?
zootboy commented on 2013-05-12 20:02 (UTC)
Can it be an optional dependency? I'd really rather not have bluetooth stuff installed on my server, and it would get much more annoying to strip out if it became a rolled-in dep in a community package.
kantras commented on 2013-05-12 18:37 (UTC)
A quick grep over the source tree shows that the qemu pieces have config options for bluez
Pinned Comments
Refutationalist commented on 2024-12-06 01:37 (UTC)
Please Note: Per best-practices by upstream this package follows the git stable branch. Minor releases do not require a version bump and the PKGBUILD will provide the appropriate version number.
stubdom is still broken.