Skip to content
New issue

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

Package via pear.phix-project.org uninstallable (missing php-library/.gitignore) #2

Open
dmj opened this issue Jun 12, 2013 · 1 comment

Comments

@dmj
Copy link

dmj commented Jun 12, 2013

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.

@fraserr
Copy link

fraserr commented Jan 2, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants