Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.2.3

Bug #19384 File installed into wrong location
Submitted: 2012-04-16 23:43 UTC
From: cweiske Assigned: elky
Status: Closed Package: Services_Libravatar (version 0.1.0)
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 29 - 21 = ?

 
 [2012-04-16 23:43 UTC] cweiske (Christian Weiske)
Description: ------------ The Services_Libravatar class gets installed into the wrong directory (PEAR subdirectory), which breaks the class name to file path mapping. Expected result: ---------------- $ pear list Services_Libravatar|grep r.php php /usr/share/php/Services/Libravatar.php (Without the PEAR/) Actual result: -------------- $ pear config-get php_dir /usr/share/php $ pear list Services_Libravatar|grep r.php php /usr/share/php/PEAR/Services/Libravatar.php

Comments

 [2012-04-17 12:44 UTC] cweiske (Christian Weiske)
The generation script sets the baseinstalldir to PEAR: https://gitorious.org/services_libravatar/services_libravatar/blobs/master/makepackage.php > 'baseinstalldir' => 'PEAR', This should be / instead of PEAR
 [2012-04-20 20:09 UTC] elky (Melissa Draper)
-Status: Open +Status: Closed -Assigned To: +Assigned To: elky
fixed in 0.1.1