-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Error when installing phing (other packages were ok) #136
Comments
Interesting issue. Some quick analysis:
The error seems to occur when phive tries to use the PHP version (7.0.28-1 in your case). Phive is unhappy with a PHP version of |
Sorry, let me correct the entry, where it says:
must say
The result for
|
Can you try running |
No. See my example, I had removed my
It seems to me that this is what you are going to get when running on debian/ubuntu and others:
From Debian testing. See
Yes, it works fine but phing install has the same error
|
Okay, maybe I shouldn't answer tickets at 1am ;) The crash obviously occurs in the Compatibilty Service, which processes the manifest in the phar - if included. Phing, in contrast to the other examples you tried, contains our manifest file to allow us to check compatibility and fitness of the environment (like php version and extensions required). My assumption would be it also crashes with Can you quickly verify that and, if it crashes, we have to open a ticket in the manifest component. |
Installing PHPUnit works fine.
I'ts 6:00pm here! try to sleep, we can check this out other time. |
For the record, install version
|
Okay, makes sense actually:
So, it seems to be the manifest version comparsion code that has issues with Debian's broken PHP Version string. Despite the fact I consider that a Debian bug - they break semver - I'll open a ticket on that for us and try to get a fix out soon. |
For the record: phar-io/version#10 |
I got this error when running
Full output:
Steps to reproduce:
It does not matter if is the first package or the third to install, I did not see any problem with other packages.
Thanks for your support and your great software!
The text was updated successfully, but these errors were encountered: