Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 114252 - version bump to boa-constructor-0.4.4_alpha
Summary: version bump to boa-constructor-0.4.4_alpha
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo wxWidgets project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-02 04:47 UTC by Michael Schilling
Modified: 2007-09-29 01:22 UTC (History)
1 user (show)

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


Attachments
boa-constructor-0.4.4_alpha.ebuild (boa-constructor-0.4.4_alpha.ebuild,1.23 KB, text/plain)
2005-12-02 04:48 UTC, Michael Schilling
Details
error list during compiling py files (boa.err.list.txt,4.53 KB, text/plain)
2006-02-07 12:42 UTC, Pinky
Details
boa-constructor-0.6.1.ebuild (boa-constructor-0.6.1.ebuild,968 bytes, text/plain)
2007-09-14 09:18 UTC, Andrey Grozin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Schilling 2005-12-02 04:47:10 UTC
Hi there!
In order to get the newest version of boa-constructor I had to change the ebuild
for the 0.4.0_alpha release only a little bit (comment the patch and adjust the
SRC_URI).
There were some Syntax errors from the Zope libs during compilation, but the
compilation did go through and boa-constructor runs fine.

Bye, Michael

Reproducible: Always
Steps to Reproduce:
Comment 1 Michael Schilling 2005-12-02 04:48:25 UTC
Created attachment 73937 [details]
boa-constructor-0.4.4_alpha.ebuild
Comment 2 Pinky 2006-02-07 12:42:05 UTC
Created attachment 79155 [details]
error list during compiling py files

-- and some error after instalation --

>>> Regenerating /etc/ld.so.cache...
>>> Auto-cleaning packages ...

Compiling ./ZopeLib/zoa/props/SiteErrorLog.py ...
  File "./ZopeLib/zoa/props/SiteErrorLog.py", line 12
    return context.aq_parent.aq_parent.getProperties()
SyntaxError: 'return' outside function

Compiling ./ZopeLib/zoa/props/User.py ...
  File "./ZopeLib/zoa/props/User.py", line 12
    return {'id': user.getId(),
SyntaxError: 'return' outside function

Compiling ./ZopeLib/zoa/proxyroles.py ...
  File "./ZopeLib/zoa/proxyroles.py", line 16
    return res
SyntaxError: 'return' outside function

Compiling ./ZopeLib/zoa/subobj_.py ...
  File "./ZopeLib/zoa/subobj_.py", line 17
    return subobj
SyntaxError: 'return' outside function

Compiling ./ZopeLib/zoa/undo.py ...
  File "./ZopeLib/zoa/undo.py", line 10
    return str(context.aq_parent.undoable_transactions(start, end))
SyntaxError: 'return' outside function

Compiling ./ZopeLib/zoa/version.py ...
  File "./ZopeLib/zoa/version.py", line 10
    return context.zoa_version
SyntaxError: 'return' outside function

Compiling ./__version__.py ...
Listing ./bcrtl ...
tle': pt.title,
SyntaxError: 'return' outside function


>>> No outdated packages were found on your system.
Comment 3 Pinky 2006-02-07 12:43:41 UTC
- but boa-constructor starts
- this errors cause 4.0_alpha too
Comment 4 Andrey Grozin gentoo-dev 2007-09-14 09:18:03 UTC
Created attachment 130893 [details]
boa-constructor-0.6.1.ebuild

boa-constructor-0.6.1 seems to work fine on my x86
Comment 5 Ryan Hill (RETIRED) gentoo-dev 2007-09-29 01:22:58 UTC
Fixed.  Thanks.