[aur-dev] [acpi_call-git] makepkg fails when applying x86_64 patch
Hi AUR devs, I just tried to makepkg for acpi_call-git package and it fails because of rejected acpi_call-x86_64.patch. I compared the patch and original file and they are with the same changes. As a local fix I used: --- PKGBUILD 2013-08-17 03:36:47.690127666 +0300 +++ PKGBUILD 2013-08-17 03:37:31.380127165 +0300 @@ -46,12 +46,6 @@ sed -i 's|/lib/modules/|/usr/lib/modules/|g' ./Makefile || return 1 fi - ## x86_64 Patch - if [ "$CARCH" = "x86_64" ]; then - msg "Patching for x86_64 systems" - patch -p1 -i ${srcdir}/acpi_call-x86_64.patch - fi - ## Build make } I think that patch should be removed too. Thanks, Vadim
On Sat, Aug 17, 2013 at 03:48:57AM +0300, Vadim Kochan wrote:
Hi AUR devs,
I just tried to makepkg for acpi_call-git package and it fails because of rejected acpi_call-x86_64.patch. I compared the patch and original file and they are with the same changes. As a local fix I used:
Please post this in the comments. This list is for the development of the AUR itself, not for AUR packages. -- William Giokas | KaiSforza | http://kaictl.net/ GnuPG Key: 0x73CD09CF Fingerprint: F73F 50EF BBE2 9846 8306 E6B8 6902 06D8 73CD 09CF
On Sat, Aug 17, 2013 at 03:48:57AM +0300, Vadim Kochan wrote:
Hi AUR devs,
I just tried to makepkg for acpi_call-git package and it fails because of rejected acpi_call-x86_64.patch. I compared the patch and original file and they are with the same changes. As a local fix I used:
--- PKGBUILD 2013-08-17 03:36:47.690127666 +0300 +++ PKGBUILD 2013-08-17 03:37:31.380127165 +0300 @@ -46,12 +46,6 @@ sed -i 's|/lib/modules/|/usr/lib/modules/|g' ./Makefile || return 1 fi
- ## x86_64 Patch - if [ "$CARCH" = "x86_64" ]; then - msg "Patching for x86_64 systems" - patch -p1 -i ${srcdir}/acpi_call-x86_64.patch - fi - ## Build make }
I think that patch should be removed too.
Thanks, Vadim
You need to report such things on the package page for acpi_call-git. This list is for development of the AUR itself, not maintenance of the packages therein.
participants (3)
-
Dave Reisner
-
Vadim Kochan
-
William Giokas