Bug 109759 - portaltransforms-1.0.4.ebuild is not installing the Products/PortalTransforms/Extensions directory
|
Bug#:
109759
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: x86
|
|
OS/Version: Linux
|
Status: CLOSED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: net-zope@gentoo.org
|
Reported By: the_luke@mad.scientist.com
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: portaltransforms-1.0.4.ebuild is not installing the Products/PortalTransforms/Extensions directory
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2005-10-18 17:13 0000
|
{zope_var_dir}/Products/PortalTransforms/Extensions/Install.py is needed but
not
installed by the 1.0.4 ebuild. Without PortalTransforms installed correctly
other archetype products can't use the quick installer tool.
Solution : Instead of using the ebuild I untar'd directly to the Products dir
and everything worked as expected. The ebuild just needs to copy Extensions/
from the .tgz file into the final destination dir.
Reproducible: Always
Steps to Reproduce:
1. emerge portaltransforms (version 1.0.4)
2. emerge archetypes (probably already installed)
3. go to
http://your're-plone-site:8080../portal_quickinstaller/manage_workspace
and notice that archetypes is not listed under installable products
Expected Results:
The quick_installer should show archetypes as an installable product.
commited into portage as version 1.0.4-r1
please test and let us know if it works for You. thank You.
That did the trick. Thanks!
ACCEPT_KEYWORDS="~x86" emerge =portaltransforms-1.0.4-r1
Thanks.
One suggestion, better use /etc/portage/package.keywords file for setting
specific package as ~x86 enabled then ACCEPT_KEYWORDS.