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

Request #16648 Use TMPDIR for builds instead of /var/tmp
Submitted: 2009-09-27 18:06 UTC
From: galaxy Assigned: dufuz
Status: Closed Package: PEAR (version 1.9.0)
PHP Version: 5.2.5 OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2009-09-27 18:06 UTC] galaxy (Dmitry Khlebnikov)
Description: ------------ Currently pecl builds packages in the hardcoded /var/tmp/pear-build-USER/PACKAGE-VERSION . The /var/tmp/pear-build-USER directory is never removed. The following patch changes the hardcoded /var/tmp/pear-build-USER into a dynamic temporary directory (in $TMPDIR) which is deleted upon the pecl script termination.

Comments

 [2009-09-27 18:16 UTC] galaxy (Dmitry Khlebnikov)
 [2010-08-08 18:02 UTC] dufuz (Helgi Þormar Þorbjörnsson)
-Status: Open +Status: Closed -Assigned To: +Assigned To: dufuz
This bug has been fixed in SVN. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.