Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

pear install bug #2

Open
iannsp opened this issue Mar 31, 2012 · 6 comments
Open

pear install bug #2

iannsp opened this issue Mar 31, 2012 · 6 comments

Comments

@iannsp
Copy link

iannsp commented Mar 31, 2012

required package phpunit with wrong channel definition.

pear install Respect/Doc
Failed to download Respect/Doc within preferred state "stable", latest release is version 0.1.0, stability "alpha", use "channel://respect.li/pear/Doc-0.1.0" to install
install failed

pear install respect.li/pear/Doc-0.1.0
Attempting to discover channel "http://pear.phpunit.de"...
Attempting fallback to https instead of http on channel "http://pear.phpunit.de"...
Unknown remote channel: http://pear.phpunit.de
Respect/Doc requires package "channel://http://pear.phpunit.de/PHPUnit"

@augustohp
Copy link
Member

Pushed the version 0.1.0 of Doc to the pear channel, we just need to wait about 2 minutes so the GitHub can compile the page again.

@iannsp
Copy link
Author

iannsp commented Apr 2, 2012

problem remains

@alganet
Copy link
Member

alganet commented Apr 2, 2012

The problem is the "http://" prefix on the element. It's really broken. However, a pear install -f --no-deps respect.li/pear/Doc-alpha should do the trick temporarily.

@iannsp
Copy link
Author

iannsp commented Apr 2, 2012

Yes, the problem is this http inside but how can we get this out? ;)

@alganet
Copy link
Member

alganet commented Apr 2, 2012

Removing the prefixes (from both http://respect.li and http://pear.phpunit.de) on package.xml from Respect\Doc, then re-packaging it again. Publishing the package is a little more tricky. I'm sure @augustohp can do this (I cant do that right now).

@iannsp
Copy link
Author

iannsp commented Apr 2, 2012

perfect, because it direct affect the standard users

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

No branches or pull requests

3 participants