Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 150205 - net-zope/zopex3-3.0.0.ebuild config command does not make directories properly
Summary: net-zope/zopex3-3.0.0.ebuild config command does not make directories properly
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: net-zope (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-05 13:45 UTC by Matt Rutherford
Modified: 2006-10-21 10:08 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Rutherford 2006-10-05 13:45:04 UTC
running:

ebuild /usr/portage/net-zope/zopex3/zopex3-3.0.0.ebuild config

when there is no /var/lib/zope directory results in an incomplete
default installation

The patch for this is:

*** /usr/portage/net-zope/zopex3/zopex3-3.0.0.ebuild    Thu Oct  5 14:28:11 2006
--- /usr/portage/net-zope/zopex3/zopex3-3.0.0.ebuild~   Thu Jan 26 20:06:01 2006
***************
*** 83,86 ****

-       mkdir -p ${ZINSTDIR}
        ${ZSERVDIR}/bin/mkzopeinstance -d ${ZINSTDIR} -u admin:admin

--- 83,86 ----

        ${ZSERVDIR}/bin/mkzopeinstance -d ${ZINSTDIR} -u admin:admin
+       mkdir -p ${ZINSTDIR}
Comment 1 Radoslaw Stachowiak (RETIRED) gentoo-dev 2006-10-05 13:55:23 UTC
Thanks for the patch (you mixed order of files at diff generetion), but we will probably remove zopex3 from the tree shortly.

Reason: there is zope-3.2.2 in the tree which is fresh version of zope-3.
Comment 2 Radoslaw Stachowiak (RETIRED) gentoo-dev 2006-10-21 10:08:05 UTC
there is zope-3.2.2 in the tree which is fresh version of zope-3