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

Bug #13434 Breaks on HPUX - "find () -ls" doesn't work
Submitted: 2008-03-18 18:51 UTC
From: ballenj Assigned: cellog
Status: Closed Package: PEAR
PHP Version: 5.2.5 OS: HPUX 11.11
Roadmaps: 1.7.2    
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 : 14 + 20 = ?

 
 [2008-03-18 18:51 UTC] ballenj (John Ballentine)
Description: ------------ As part of the compile process, "pear build package.xml" uses the Builder.php script. Unfortunately, during the install process, the command "find \$inst_dir\" -ls" is called. HPUX's version of "find" doesn't support the "-ls" option. I saw a suggestion online that it should use instead: "find \"$inst_dir\" -print | xargs ls -gilds" But I'm not certain what the original version is supposed to output, so I can't say for certain.

Comments

 [2008-03-18 19:52 UTC] wiesemann (Mark Wiesemann)
(not a documentation bug => package selection changed)
 [2008-05-12 23:43 UTC] cellog (Greg Beaver)
This bug has been fixed in CVS. 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.