Get also this mistake:
install: der Aufruf von stat für „./docs/drush.api.php“ ist nicht möglich: Datei oder Verzeichnis nicht gefunden
Please Fix it.
Thx
Search Criteria
Package Details: drush-launcher 0.10.2-2
Package Actions
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) |
Dependencies (4)
- php
- composer (composer-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- php-boxAUR (php-box-binAUR) (make)
Required by (0)
Sources (1)
bavramor commented on 2015-02-18 13:37 (UTC)
jamesan commented on 2014-12-26 15:51 (UTC)
Also, line 62 breaks this build as those files don't exist there anymore -- remove?
install -Dm644 ./docs/drush.api.php ${pkgdir}/usr/share/webapps/drush/drush.api.php
jamesan commented on 2014-12-26 15:42 (UTC)
This package correctly tracks the latest upstream git commit, but its pkgver() function doesn't calculate the correct latest release version.
It calculates:
6.0.0-1160-g763fad5;
when it should be:
7.0.0.alpha7.r70.g763fad5.
I'm marking this package as out-of-date as the version string is now one full release number behind, which has implications for its use and other AUR packages that depend on drush.
jamesan commented on 2014-11-21 06:36 (UTC)
Additional improvements:
- add a provides=('drush') line so this package is compatible with other packages with a drush dependency
- change the pkgver() git command to include unannotated tags (i.e. git describe --long --tags) to pick up on the alpha releases of drush 7.0.0.
zaurav commented on 2014-11-17 02:43 (UTC)
@bavramor
This might be better suited to the Drupal/drush forums, but is your mysql available only via a socket? *AMP installations usually have that and if it is, then all you need to do is in your settings.php add 'unix_socket' => '/path/to/socket',
in your $databases array!
Hope that helps.
Cheers!
bavramor commented on 2014-10-10 17:56 (UTC)
What Can I do ?
I get this mistake:
Command pm-enable needs a higher bootstrap level to run - you will need to invoke drush from a more functional Drupal environment to run this command. [error]
The drush command 'en views' could not be executed. [error]
Drush was not able to start (bootstrap) the Drupal database. [error]
Hint: This may occur when Drush is trying to:
* bootstrap a site that has not been installed or does not have a configured database. In this case you can select another site with a working database setup by specifying the URI to use with the --uri
parameter on the command line. See `drush topic docs-aliases` for details.
* connect the database through a socket. The socket file may be wrong or the php-cli may have no access to it in a jailed shell. See http://drupal.org/node/1428638 for details.
Drush was attempting to connect to:
Drupal version : 7.28
Site URI : http://default
Database driver : mysql
Database username : root
Database name : trautwein_db
Default theme : garland
Administration theme : garland
PHP executable : /usr/bin/php
PHP configuration : /home/bavramor/.drush/php.ini /home/bavramor/.drush/php.ini
PHP OS : Linux
Drush version : 6.4.0
Drush configuration :
Drush alias files : /etc/drush/example.aliases.drushrc.php
Drupal root : /home/bavramor/data/Webdesign/Webseiten/oliver-trautwein
Site path : sites/default
File directory path : sites/default/files
realitygaps commented on 2014-09-11 08:36 (UTC)
@jamesan yes, thx for fixing!
jamesan commented on 2014-09-10 13:56 (UTC)
Bumped the version to latest -- 6.4.0, swapped the build() function for the package() function, and contracted the packaging commands by one-third.
https://github.com/jamesan/aur-pkgs/blob/master/drush/PKGBUILD
Hope this housekeeping helps. =)
b1tninja commented on 2014-07-16 04:28 (UTC)
I don't know how appropriate this would be at the PKGBUILD level, but would it be possible to install the bootstrap.inc found in /usr/lib/drush/includes/ to somewhere inside /usr/share/webapps so that default open basedir restrictions aren't an issue?
Pinned Comments