Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16021 - [new]net-www/zope-2.6.1
Summary: [new]net-www/zope-2.6.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Jason Shoemaker (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on: 16023 16025 16027
Blocks:
  Show dependency tree
 
Reported: 2003-02-19 14:34 UTC by Jason Shoemaker (RETIRED)
Modified: 2003-03-08 04:16 UTC (History)
0 users

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


Attachments
net-www/zope/zope-2.6.1.ebuild (zope-2.6.1.ebuild,3.76 KB, text/plain)
2003-02-19 14:37 UTC, Jason Shoemaker (RETIRED)
Details
net-www/zope/files/2.6.1/zope.envd (zope.envd,922 bytes, text/plain)
2003-02-19 14:40 UTC, Jason Shoemaker (RETIRED)
Details
net-www/zope/files/2.6.1/zope.initd (zope.initd,3.58 KB, text/plain)
2003-02-19 14:42 UTC, Jason Shoemaker (RETIRED)
Details
net-www/zope/files/digest-zope-2.6.1 (digest-zope-2.6.1,64 bytes, text/plain)
2003-02-19 14:44 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 2003-02-19 14:34:44 UTC
An experimental zope-2.6.1 ebuild using python-2.2.
Comment 1 Jason Shoemaker (RETIRED) gentoo-dev 2003-02-19 14:37:49 UTC
Created attachment 8493 [details]
net-www/zope/zope-2.6.1.ebuild

You will need a modified zproduct.eclass(as of today).
Comment 2 Jason Shoemaker (RETIRED) gentoo-dev 2003-02-19 14:40:58 UTC
Created attachment 8494 [details]
net-www/zope/files/2.6.1/zope.envd
Comment 3 Jason Shoemaker (RETIRED) gentoo-dev 2003-02-19 14:42:02 UTC
Created attachment 8495 [details]
net-www/zope/files/2.6.1/zope.initd
Comment 4 Jason Shoemaker (RETIRED) gentoo-dev 2003-02-19 14:44:37 UTC
Created attachment 8496 [details]
net-www/zope/files/digest-zope-2.6.1

Might want to make your own.
Comment 5 Jodok Batlogg (RETIRED) gentoo-dev 2003-02-22 16:04:59 UTC
emerging zope fails, when creating the default randon password. console output attached. 
 
 
------------------------------------------------------------------------------ 
Creating stop script, stop 
chmod 0711 /var/tmp/portage/zope-2.6.1/work/Zope-2.6.1-src/stop 
------------------------------------------------------------------------------ 
creating default inituser file 
Traceback (most recent call last): 
  File "wo_pcgi.py", line 45, in ? 
    if __name__=='__main__': main(sys.argv[0]) 
  File "wo_pcgi.py", line 39, in main 
    import zpasswd; zpasswd.write_inituser(home, user, group) 
  File "/var/tmp/portage/zope-2.6.1/work/Zope-2.6.1-src/zpasswd.py", line 79, in write_inituser 
    pw = write_generated_password(home, ac_path, 'admin') 
  File "/var/tmp/portage/zope-2.6.1/work/Zope-2.6.1-src/zpasswd.py", line 50, in 
write_generated_password 
    pw = pw + random.choice(pw_choices) 
  File "/usr/lib/python2.2/random.py", line 355, in choice 
    return seq[int(self.random() * len(seq))] 
OverflowError: float too large to convert 
 
!!! ERROR: net-www/zope-2.6.1 failed. 
!!! Function src_compile, Line 78, Exitcode 1 
!!! Failed to compile. 
 
Comment 6 Jodok Batlogg (RETIRED) gentoo-dev 2003-02-22 18:36:27 UTC
looks like the overflow prob is found: 
 
if i open a python interactive shell and type print int(12.234234) i get the same error. 
people in #python were saying that this looks like probs with glibc. 
digging in bugs.gentoo.org showed that the -march=pentium4 results in glibc problems  
http://bugs.gentoo.org/show_bug.cgi?id=14069 
 
Comment 7 Jason Shoemaker (RETIRED) gentoo-dev 2003-02-26 03:51:41 UTC
A zope build similar to to the above, should be in portage now.  Test away, and let me know about new bugs.  Thanks.

--kutsuya
Comment 8 Jason Shoemaker (RETIRED) gentoo-dev 2003-03-08 04:16:57 UTC
Something similar now in Portage tree.