From: mark at moderndeveloperllc dot com Operating system: OSX 10.8.5 PHP version: 5.5.4 Package: PECL Bug Type: Bug Bug description:scrypt PECL package not untarring correctly
Description: ------------ Trying to install scrypt on my machine is throwing an error: sh-3.2# pecl install scrypt downloading scrypt-1.2.tgz ... Starting to download scrypt-1.2.tgz (20,361 bytes) .......done: 20,361 bytes could not extract the package.xml file from "/private/tmp/pear/download/scrypt-1.2.tgz" Download of "pecl/scrypt" succeeded, but it is not a valid package archive Error: cannot download "pecl/scrypt" Download failed install failed When I go to the temp download directory, I can manually untar the tarball, but it creates the package.xml _outside_ of the resulting scrypt-1.2/ directory. If I move the package.xml file to be inside the scrypt-1.2/ directory and run pecl install package.xml, the extension will build properly and pecl sees it as being installed: pecl list Installed packages, channel pecl.php.net: ========================================= Package Version State scrypt 1.2 stable -- Edit bug report at https://bugs.php.net/bug.php?id=65834&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=65834&r=trysnapshot54 Try a snapshot (PHP 5.5): https://bugs.php.net/fix.php?id=65834&r=trysnapshot55 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=65834&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=65834&r=fixed Fixed in release: https://bugs.php.net/fix.php?id=65834&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=65834&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=65834&r=needscript Try newer version: https://bugs.php.net/fix.php?id=65834&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=65834&r=support Expected behavior: https://bugs.php.net/fix.php?id=65834&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=65834&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=65834&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=65834&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=65834&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=65834&r=dst IIS Stability: https://bugs.php.net/fix.php?id=65834&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=65834&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=65834&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=65834&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=65834&r=mysqlcfg -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
