@sanduhrs the current package doesn't build as it requires you to enable sodium/intl extension in php.ini
https://aur.archlinux.org/packages/drush-launcher-git instead uses php-box to build and it seems to build fine
Git Clone URL: | https://aur.archlinux.org/drush-launcher.git (read-only, click to copy) |
---|---|
Package Base: | drush-launcher |
Description: | A small wrapper around Drush for your global $PATH. |
Upstream URL: | https://github.com/drush-ops/drush-launcher |
Licenses: | GPL |
Conflicts: | drush, drush-git, drush-launcher-git |
Submitter: | sanduhrs |
Maintainer: | sanduhrs |
Last Packager: | sanduhrs |
Votes: | 52 |
Popularity: | 0.000000 |
First Submitted: | 2018-04-18 09:52 (UTC) |
Last Updated: | 2024-04-28 13:42 (UTC) |
@sanduhrs the current package doesn't build as it requires you to enable sodium/intl extension in php.ini
https://aur.archlinux.org/packages/drush-launcher-git instead uses php-box to build and it seems to build fine
If anyone is trying to build the latest Drush 8.4.12 with this PKGBUILD, you need to change php-box build
to php-box compile
to get it to work.
sed -i 's/php-box build/php-box compile/' PKGBUILD
The php-box dependency also doesn't work anymore so you would have to make a dummy package to satisfy the dependency.
Thank you for adding git to makedepends and the update. This one isn't building because by default php-intl is commented out/disabled:
;extension=intl
This fails build of box in chroot:
Box Requirements Checker
========================
> Using PHP 8.0.10
> PHP is using the following php.ini file:
/etc/php/php.ini
> Checking Box requirements:
...E....
[ERROR] Your system is not ready to run the application.
Fix the following mandatory requirements:
=========================================
* The package "beberlei/assert" requires the extension "intl". Enable it or
install a polyfill.
Script php box.phar compile handling the box-compile event returned with error code 1
As this is a chroot I'm not sure how to best resolve this issue. Any ideas?
Please rename the source file so that it is unique. See the warning at https://wiki.archlinux.org/title/PKGBUILD#source for details.
Please add git as a makedepends. It will build better in a chroot.
Pinned Comments