We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dmaus@w500 ~% wget http://pear.phix-project.org/get/ComponentManagerPhpLibrary-12.0.0.tgz dmaus@w500 ~% pear package-validate ComponentManagerPhpLibrary-12.0.0.tgz ... Error: File "/tmp/peareP53Eb/ComponentManagerPhpLibrary-12.0.0//php-library/.gitignore" in package.xml does not exist ...
package.xml lists a file php-library/.gitignore that is not present in the tarball. This error prevents installing phix/phix4componentdev via PEAR.
The text was updated successfully, but these errors were encountered:
Hi,
To get this working I forced the install:
sudo pear install --ignore-errors phix/ComponentManagerPhpLibrary-12.0.0
and added the file afterwards:
sudo vim /usr/share/php/data/ComponentManagerPhpLibrary/php-library/.gitignore
Hope that helps
Sorry, something went wrong.
No branches or pull requests
dmaus@w500 ~% wget http://pear.phix-project.org/get/ComponentManagerPhpLibrary-12.0.0.tgz
dmaus@w500 ~% pear package-validate ComponentManagerPhpLibrary-12.0.0.tgz
...
Error: File "/tmp/peareP53Eb/ComponentManagerPhpLibrary-12.0.0//php-library/.gitignore" in package.xml does not exist
...
package.xml lists a file php-library/.gitignore that is not present in the tarball. This error prevents installing phix/phix4componentdev via PEAR.
The text was updated successfully, but these errors were encountered: