Emerge of ZendFramework with USE=-minimal should install the Dojo toolkit, but it doesn't ! The emerge final message says : -------------------- You have installed the full version of ZendFramework, which includes the Dojo toolkit, demos and tests. To install ZendFramework without there, enable the elog minimal USE flag. -------------------- Reproducible: Always Steps to Reproduce: 1. # USE="-minimal" emerge ZendFramework Actual Results: can't find dojo toolkit after install Expected Results: dojo toolkit is integrated in the downloaded package and should be extracted and installed somewhere.
"equery files dev-php5/ZendFramework" gives you a list of all files installed by dev-php5/ZendFramework (equery belongs to gentoolkit). Is it really not there? If no, provide emerge --info.
Created attachment 191748 [details] emerge --info dev-php5/ZendFramework result of # emerge --info dev-php5/ZendFramework
Comment on attachment 191748 [details] emerge --info dev-php5/ZendFramework dojo toolkit is not in equery files list
Where should the dojo toolkit be installed? I'll try to update the ebuild and post it here. I'll also update my own ebuild for ZF-1.8 an also put it on the Bugzilla.
(In reply to comment #4) > Where should the dojo toolkit be installed? I think it should be extracted to apache's localhost (/var/www/localhost/) or to the ZendFramework Dojo library (/usr/share/php5/Zend/Dojo/), from where the developpers can copy or symlink it to the website root.
package ZendFramework-1.8.3 is released... and dojo toolkit is still missing !
sorry ... reopened
1.9.2 is in the tree. I just installed it without the minimal use flag, and it installs content into /usr/share/php5/Zend/Dojo Please test and report back if for some reason it doesn't do this on your machine.
(In reply to comment #8) > 1.9.2 is in the tree. > > I just installed it without the minimal use flag, and it installs content into > /usr/share/php5/Zend/Dojo This is the Zend_Dojo PHP library, not the Dojo javascript toolkit ! The toolkit is /externals/dojo in the archive and is not installed by the ebuild.
In 1.9.6 it installs dojo from externals/dojo into /usr/share/php5/dojo Reopen if it doesn't work for you.