You are not logged in.
Hi!
I am trying to build qemu-git from this place https://aur.archlinux.org/packages/qemu-git/
I have downloaded the PKGBUILD and are trying to make the packages and install manually. I have run into a problem, when trying to build the package.
makepkg -c
==> Lager pakke: qemu-git 2.0.r31777.g315b593-1 (ti. 18. mars 11:43:01 +0100 2014)
==> Kontrollerer avhengigheter som trengs under kjøring...
==> Kontrollerer avhengigheter som trengs under bygging...
==> Henter kilder...
-> Oppdaterer qemu git arkiv...
Fetching origin
-> Fant 65-kvm.rules
-> Fant qemu.install
==> Validerer kildefiler med sha256sums...
qemu ... Hoppet over
65-kvm.rules ... Godkjent
qemu.install ... Godkjent
==> Pakker ut kilder...
-> Oppretter arbeidskopi av qemu git arkiv...
Cloning into 'qemu'...
done.
==> Starter pkgver()...
==> Fjerner eksisterende pkg/ mappe...
==> Starter build()...
ERROR: User requested feature docs
configure was not able to find it.
Install texinfo and Perl/perl-podlators
==> FEIL: En feil oppsto i build().
Avbryter...Sorry for the language in makepkg, don't know how to get it in english.
The build error tells me i am missing texinfo and perl/podlators, but i have those packages installed
pacman -Q texinfo
texinfo 5.2-2pacman -Q perl
perl 5.18.2-2As far as i can tell the perl package provides podlators.
I can probably just edit the PKGBUILD file and remove --enable-docs, but i would rather figure out what is wrong.
Can anyone tell me what i am doing wrong here?
Offline
To get the messages in English, type:
LANG=C makepkgI have no idea how to solve this problem, but I suggest you post a link to this thread on the AUR page so that the maintainer sees it.
Offline