Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 270252 - dev-php5/ZendFramework-1.7.7 don't install dojo toolkit
Summary: dev-php5/ZendFramework-1.7.7 don't install dojo toolkit
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Bjarke Istrup Pedersen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-18 07:31 UTC by Shad
Modified: 2009-12-14 12:36 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info dev-php5/ZendFramework (infoZend.txt,3.86 KB, text/plain)
2009-05-19 07:17 UTC, Shad
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Shad 2009-05-18 07:31:14 UTC
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.
Comment 1 Sebastian Luther (few) 2009-05-18 18:37:34 UTC
"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.
Comment 2 Shad 2009-05-19 07:17:03 UTC
Created attachment 191748 [details]
emerge --info dev-php5/ZendFramework

result of # emerge --info dev-php5/ZendFramework
Comment 3 Shad 2009-05-19 07:17:54 UTC
Comment on attachment 191748 [details]
emerge --info dev-php5/ZendFramework

dojo toolkit is not in equery files list
Comment 4 Johan Vrolix 2009-05-29 13:55:09 UTC
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.
Comment 5 Shad 2009-06-02 10:21:45 UTC
(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.
Comment 6 Shad 2009-06-16 12:33:08 UTC
package ZendFramework-1.8.3 is released... and dojo toolkit is still missing !
Comment 7 Shad 2009-06-16 12:34:07 UTC
sorry ... reopened
Comment 8 Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2009-09-19 21:00:54 UTC
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.
Comment 9 Shad 2009-09-23 08:22:43 UTC
(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.

Comment 10 Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2009-12-14 12:36:47 UTC
In 1.9.6 it installs dojo from externals/dojo into /usr/share/php5/dojo

Reopen if it doesn't work for you.