Skip to content

Instantly share code, notes, and snippets.

@lukearmstrong
Created July 3, 2012 11:26
Show Gist options
  • Save lukearmstrong/3039171 to your computer and use it in GitHub Desktop.
Save lukearmstrong/3039171 to your computer and use it in GitHub Desktop.
This is why I fucking hate PEAR
$> sudo pear install --alldeps pear.netpirates.net/phpDox
Failed to download theseer/phpDox within preferred state "stable", latest release is version 0.4.0, stability "alpha", use "channel://pear.netpirates.net/phpDox-0.4.0" to install
install failed
$> sudo pear install --alldeps pear.netpirates.net/phpDox-0.4.0
Failed to download theseer/DirectoryScanner, latest release is version 1.1.0, but it requires PHP version "5.3.0RC1", use "channel://pear.netpirates.net/DirectoryScanner-1.1.0" to install
Failed to download theseer/fDOMDocument, latest release is version 1.2.3, but it requires PHP version "5.3.3", use "channel://pear.netpirates.net/fDOMDocument-1.2.3" to install
Failed to download theseer/fXSL, latest release is version 1.0.4, but it requires PHP version "5.3.0", use "channel://pear.netpirates.net/fXSL-1.0.4" to install
Failed to download pdepend/staticReflection, latest release is version 1.0.0, but it requires PHP version "5.3.0", use "channel://pear.pdepend.org/staticReflection-1.0.0" to install
theseer/phpDox requires PHP (version >= 5.3.3), installed version is 5.2.17
theseer/phpDox requires package "theseer/DirectoryScanner" (version >= 1.1.0)
theseer/phpDox requires package "theseer/fDOMDocument" (version >= 1.2.3)
theseer/phpDox requires package "theseer/fXSL" (version >= 1.0.4)
theseer/phpDox requires package "pdepend/staticReflection" (version >= 0.2.1)
No valid packages found
install failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment