Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9474 - net-www/zope-2.6.0
Summary: net-www/zope-2.6.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Bruce A. Locke (RETIRED)
URL:
Whiteboard:
Keywords:
: 9455 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-10-22 03:10 UTC by Jason Shoemaker (RETIRED)
Modified: 2003-02-26 04:16 UTC (History)
5 users (show)

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


Attachments
Ebuild for zope 2.6.0 source (zope-2.6.0.ebuild,2.54 KB, text/plain)
2002-10-22 03:38 UTC, Jason Shoemaker (RETIRED)
Details
environment variables for zope (zope.envd,941 bytes, text/plain)
2002-10-22 03:41 UTC, Jason Shoemaker (RETIRED)
Details
rc-script for zope daemon (zope.initd,634 bytes, text/plain)
2002-10-22 03:45 UTC, Jason Shoemaker (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Shoemaker (RETIRED) gentoo-dev 2002-10-22 03:10:06 UTC
Hello. :) You should find 3 files. zope-2.6.0.ebuild, zope.initd, zope.envd.
I'll be attaching the Changelog shortly.

Zope 2.6.0 is built from source and runs using the python2.1.3.

Once the package is installed look at the following file to configure zope(will
run as is): Commandline options are stored in /etc/conf.d/zope as $ZOPE_OPTS.
The zope environment variables are in /etc/env.d/zope. The rc-script is
/etc/init.d/zope.

A few things still need to be completed before Zope will run:

source /etc/profile     # This is to load in ZOPE_HOME from /etc/env.d/zope.
ebuild /var/db/pkg/net-www/zope-2.6.0/zope-2.6.0.ebuild config  #add inituser
rc-update add zope default  # this can be skipped of course.
/etc/init.d/zope start      # start the daemon

To connect:

http://yourhost:8080/manage

Read /usr/share/doc/zope/2.6.0/doc/INSTALL.txt.gz for more details.

I'm interested in your feedback. Be nice. ;)

Thanks,
  Jason S
Comment 1 Jason Shoemaker (RETIRED) gentoo-dev 2002-10-22 03:38:08 UTC
Created attachment 4891 [details]
Ebuild for zope 2.6.0 source

The path I used when building: /usr/portage/net-www/zope/zope-2.6.0.ebuild

Built this script from scratch. Please look especially for security issues.
Comment 2 Jason Shoemaker (RETIRED) gentoo-dev 2002-10-22 03:41:13 UTC
Created attachment 4892 [details]
environment variables for zope

zope-2.6.0.ebuild expects to find this here:
/usr/portage/net-www/zope/files/2.0.6/zope.envd
Comment 3 Jason Shoemaker (RETIRED) gentoo-dev 2002-10-22 03:45:04 UTC
Created attachment 4893 [details]
rc-script for zope daemon

zope-2.6.0.ebuild expects this file here:
/usr/portage/net-www/zope/files/2.6.0/zope.initd
Comment 4 Harald Dumdey 2002-10-22 12:40:20 UTC
Hi Jason,

i've installed ZOPE like you discribed it, AND...
it runs!
So, i have to do some tests and after that i will setup
CMF & PLONE...

So, many thanks for your work!

regards, harry
Comment 5 Jason Shoemaker (RETIRED) gentoo-dev 2002-10-22 17:02:31 UTC
 = Resolve - Entry #2 by mj on Aug 29, 2002 10:56 am

 Status: Pending => Resolved

Zope 2.6 no longer includes tracebacks in error messages, so private information
is not included anymore.

The examples you refer to were written before objectIds was made inaccessible
through web calls, hence the error. You can contact the author if their email
address is still correct through the "Feedback to this page's author" link in a
page footer. (http://collector.zope.org/Zope/359)


Bug #9208, #5 says "The issue was officially resolved on Aug 29, 2002 but only
in v2.6.0."

Bug #9474 is for Zope v.2.6.0. released Oct. 18, 2002, I believe.
Comment 6 Daniel Ahlberg (RETIRED) gentoo-dev 2002-10-24 07:42:14 UTC
Commited, thanks for the ebuild!
Comment 7 Daniel Ahlberg (RETIRED) gentoo-dev 2002-10-24 07:43:06 UTC
Commited, thanks for the ebuild!
Comment 8 Danny Pansters 2002-10-24 08:25:37 UTC
*** Bug 9455 has been marked as a duplicate of this bug. ***
Comment 9 Jason Shoemaker (RETIRED) gentoo-dev 2002-10-28 08:15:58 UTC
I was looking at the portage zope-2.6.0.ebuild and I noticed that the
requirement for python2.1.3 was removed. Instead it uses the most current release.

According to the Zope README.txt under 'Important' and 'Note' it says: 

This release requires python2.1.
Comment 10 Tom von Schwerdtner 2002-11-11 10:16:51 UTC
kutsuya1@yahoo.com: 
  This ebuild works, the one in portage is wrong (as of the date of this 
posting anyways).  This ebuild should be -r1 
Comment 11 Grant Goodyear (RETIRED) gentoo-dev 2002-11-23 11:04:14 UTC
Please check out 2.6.0-r1 and reopen if I've broken something.
Comment 12 Frank Kruchio 2003-02-20 03:16:51 UTC
I would need to install Zope on Gentoo and looking at  
www.zope.org noticed that they are up to version 2.6.1 since last year. 
Will there be an update to the latest version ? 
 
Cheers: 
Frank 
Comment 13 Jason Shoemaker (RETIRED) gentoo-dev 2003-02-20 14:40:58 UTC
Hi Frank,

zope-2.6.1 was released 2003/02/07, I believe.

The zope-2.6.1.ebuild will be based heavily on the zope-2.6.0-r2.ebuild. One change is that app-admin/zprod-update will be renamed to app-admin/zprod-manager.

Also doing more work on zope-config, zprod-manager, and zproduct.eclass. Once I get to the next functional stage, I'll commit. Which should be soon.

Have you looked at zope-2.6.0-r2? What did you think?
Comment 14 Jason Shoemaker (RETIRED) gentoo-dev 2003-02-26 04:16:46 UTC
zope-2.6.1.ebuild is in portage and ready to be tested. :)