[aur-dev] [acpi_call-git] makepkg fails when applying x86_64 patch

Dave Reisner d at falconindy.com
Fri Aug 16 20:51:42 EDT 2013


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.


More information about the aur-dev mailing list