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

Bug #16729 Weird install paths
Submitted: 2009-10-23 17:46 UTC
From: till Assigned: kvz
Status: Closed Package: System_Daemon (version 0.9.2)
PHP Version: 5.2.5 OS: Ubuntu (9.10)
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 - 5 = ?

 
 [2009-10-23 17:46 UTC] till (Till Klampaeckel)
Description: ------------ data /usr/share/php/data/System_Daemon/data/template_BSD data /usr/share/php/data/System_Daemon/data/template_Debian data /usr/share/php/data/System_Daemon/data/template_Fedora data /usr/share/php/data/System_Daemon/data/template_RedHat doc /usr/share/php/doc/System_Daemon/docs/CHANGELOG doc /usr/share/php/doc/System_Daemon/docs/DESCRIPTION doc /usr/share/php/doc/System_Daemon/docs/MAINTAINERS doc /usr/share/php/doc/System_Daemon/docs/MAPPING doc /usr/share/php/doc/System_Daemon/docs/NOTES doc /usr/share/php/doc/System_Daemon/docs/OLD_NOTES doc /usr/share/php/doc/System_Daemon/docs/README doc /usr/share/php/doc/System_Daemon/docs/suggested_notes_format doc /usr/share/php/doc/System_Daemon/docs/SUMMARY doc /usr/share/php/doc/System_Daemon/docs/VERSION doc /usr/share/php/doc/System_Daemon/examples/bug_test_a.php doc /usr/share/php/doc/System_Daemon/examples/bug_test_b.php doc /usr/share/php/doc/System_Daemon/examples/bug_test_c.php doc /usr/share/php/doc/System_Daemon/examples/custtemplate.php doc /usr/share/php/doc/System_Daemon/examples/devtest.php doc /usr/share/php/doc/System_Daemon/examples/logparser.php doc /usr/share/php/doc/System_Daemon/examples/nopear.php doc /usr/share/php/doc/System_Daemon/examples/pearlog.php doc /usr/share/php/doc/System_Daemon/examples/phperrtest.php doc /usr/share/php/doc/System_Daemon/examples/simple.php php /usr/share/php/./nbproject/project.properties php /usr/share/php/./nbproject/project.xml php /usr/share/php/./System/Daemon/OS/BSD.php php /usr/share/php/./System/Daemon/OS/Debian.php php /usr/share/php/./System/Daemon/OS/Exception.php php /usr/share/php/./System/Daemon/OS/Fedora.php php /usr/share/php/./System/Daemon/OS/Linux.php php /usr/share/php/./System/Daemon/OS/RedHat.php php /usr/share/php/./System/Daemon/OS/Ubuntu.php php /usr/share/php/./System/Daemon/OS/Windows.php php /usr/share/php/./System/Daemon/Exception.php php /usr/share/php/./System/Daemon/Options.php php /usr/share/php/./System/Daemon/OS.php php /usr/share/php/./System/Daemon.php test /usr/share/php/test/System_Daemon/tests/inbackground.phpt test /usr/share/php/test/System_Daemon/tests/log.phpt test /usr/share/php/test/System_Daemon/tests/os-determine.phpt.diff test /usr/share/php/test/System_Daemon/tests/os-determine.phpt.exp test /usr/share/php/test/System_Daemon/tests/os-determine.phpt.log test /usr/share/php/test/System_Daemon/tests/os-determine.phpt.out test /usr/share/php/test/System_Daemon/tests/os-determine.phpt.php test /usr/share/php/test/System_Daemon/tests/os-getdetails.phpt test /usr/share/php/test/System_Daemon/tests/tests-config.php php /usr/share/php/./tools/changelog_gen.php php /usr/share/php/./tools/package_gen.php php /usr/share/php/./package.xml.bak php /usr/share/php/./test.php This should be fixed in your package.xml. Test script: --------------- pear install System_Daemon-beta Expected result: ---------------- No, ./ in the paths.

Comments

 [2009-10-23 18:09 UTC] kvz (Kevin van Zonneveld)
This can probably be fixed by changing this: <contents> <dir baseinstalldir="./" name="/"> to this: <contents> <dir baseinstalldir="" name="/"> ?
 [2009-10-23 18:12 UTC] kvz (Kevin van Zonneveld)
-Status: Open +Status: Feedback
 [2009-10-23 18:13 UTC] till (Till Klampaeckel)
-Status: Feedback +Status: Open
I suppose it's as simple as that. :) Make sure to try it though. After you installed: pear list-files System_Daemon
 [2009-10-24 00:05 UTC] kvz (Kevin van Zonneveld)
Hey Till. Fixed in the next release: kevin@kevin-desktop:~/workspace/system_daemon$ pear list-files System_Daemon Installed Files For System_Daemon ================================= Type Install Path data /usr/share/php/data/System_Daemon/data/template_BSD data /usr/share/php/data/System_Daemon/data/template_Debian data /usr/share/php/data/System_Daemon/data/template_Fedora data /usr/share/php/data/System_Daemon/data/template_RedHat doc /usr/share/php/docs/System_Daemon/docs/CHANGELOG doc /usr/share/php/docs/System_Daemon/docs/DESCRIPTION doc /usr/share/php/docs/System_Daemon/docs/MAINTAINERS doc /usr/share/php/docs/System_Daemon/docs/MAPPING doc /usr/share/php/docs/System_Daemon/docs/NOTES doc /usr/share/php/docs/System_Daemon/docs/OLD_NOTES doc /usr/share/php/docs/System_Daemon/docs/README doc /usr/share/php/docs/System_Daemon/docs/suggested_notes_format doc /usr/share/php/docs/System_Daemon/docs/SUMMARY doc /usr/share/php/docs/System_Daemon/docs/VERSION doc /usr/share/php/docs/System_Daemon/examples/bug_test_a.php doc /usr/share/php/docs/System_Daemon/examples/bug_test_b.php doc /usr/share/php/docs/System_Daemon/examples/bug_test_c.php doc /usr/share/php/docs/System_Daemon/examples/custtemplate.php doc /usr/share/php/docs/System_Daemon/examples/devtest.php doc /usr/share/php/docs/System_Daemon/examples/logparser.php doc /usr/share/php/docs/System_Daemon/examples/nopear.php doc /usr/share/php/docs/System_Daemon/examples/pearlog.php doc /usr/share/php/docs/System_Daemon/examples/phperrtest.php doc /usr/share/php/docs/System_Daemon/examples/simple.php php /usr/share/php/System/Daemon/OS/BSD.php php /usr/share/php/System/Daemon/OS/Debian.php php /usr/share/php/System/Daemon/OS/Exception.php php /usr/share/php/System/Daemon/OS/Fedora.php php /usr/share/php/System/Daemon/OS/Linux.php php /usr/share/php/System/Daemon/OS/RedHat.php php /usr/share/php/System/Daemon/OS/Ubuntu.php php /usr/share/php/System/Daemon/OS/Windows.php php /usr/share/php/System/Daemon/Exception.php php /usr/share/php/System/Daemon/Options.php php /usr/share/php/System/Daemon/OS.php php /usr/share/php/System/Daemon.php test /usr/share/php/tests/System_Daemon/tests/inbackground.phpt test /usr/share/php/tests/System_Daemon/tests/log.phpt test /usr/share/php/tests/System_Daemon/tests/os-determine.phpt.diff test /usr/share/php/tests/System_Daemon/tests/os-determine.phpt.exp test /usr/share/php/tests/System_Daemon/tests/os-determine.phpt.log test /usr/share/php/tests/System_Daemon/tests/os-determine.phpt.out test /usr/share/php/tests/System_Daemon/tests/os-determine.phpt.php test /usr/share/php/tests/System_Daemon/tests/os-getdetails.phpt test /usr/share/php/tests/System_Daemon/tests/tests-config.php
 [2009-10-24 00:05 UTC] kvz (Kevin van Zonneveld)
-Status: Open +Status: Closed -Assigned To: +Assigned To: kvz
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.
 [2009-10-24 00:41 UTC] till (Till Klampaeckel)
Thank you! :)