missing eggs for AccessControl
Hi guys, Could someone kick zope.wineggbuilder to create/upload missing compiled eggs for the AccessControl package. 3.0.6 has binary eggs but 3.0.7 and 3.0.8 are missing binary eggs. Thank you -- Alan Runyan Skype/Twitter:: runyaga Office:: 713.942.2377 ext 111 http://ploud.com/ Plone site in less than 10 seconds
On Mon, Nov 25, 2013, at 18:04, Alan Runyan wrote:
Could someone kick zope.wineggbuilder to create/upload missing compiled eggs for the AccessControl package. 3.0.6 has binary eggs but 3.0.7 and 3.0.8 are missing binary eggs.
Maybe Adam can do that. But I'm not sure he ever rewrote the wineggbuilder code to deal with github instead of Subversion. So it probably is much more involved than just kicking it. Hanno
On Mon, Nov 25, 2013 at 07:34:34PM +0100, Hanno Schlichting wrote:
On Mon, Nov 25, 2013, at 18:04, Alan Runyan wrote:
Could someone kick zope.wineggbuilder to create/upload missing compiled eggs for the AccessControl package. 3.0.6 has binary eggs but 3.0.7 and 3.0.8 are missing binary eggs.
Yeah, you can see the errors at http://winbot.zope.org/builders/wineggbuilder/builds/45344/steps/release%20e...
Maybe Adam can do that. But I'm not sure he ever rewrote the wineggbuilder code to deal with github instead of Subversion.
He did.
So it probably is much more involved than just kicking it.
Looking at https://github.com/zopefoundation/zope.wineggbuilder/blob/2e3f1ecf/rackspace... I think it needs a 'repotype = git' and a minVersion, like https://github.com/zopefoundation/zope.wineggbuilder/blob/2e3f1ecf/rackspace... (and probably a second section for building >=2.13.13 <3.0.0 releases). Or see https://github.com/zopefoundation/zope.wineggbuilder/commit/1547bb8ab "use git for zope.proxy sources, because it was moved". Similar changes need to be made to ExtensionClass, Missing, Record, Zope2. I'll let Adam chime in, since I never made any changes to wineggbuilder and am not 100% sure this is sufficient. BTW BTrees fails to build due to missing cPersistence.h. What's up with that? Marius Gedminas -- http://pov.lt/ -- Zope 3/BlueBream consulting and development
On 11/26/2013 07:36 AM, Marius Gedminas wrote:
On Mon, Nov 25, 2013 at 07:34:34PM +0100, Hanno Schlichting wrote:
On Mon, Nov 25, 2013, at 18:04, Alan Runyan wrote:
Could someone kick zope.wineggbuilder to create/upload missing compiled eggs for the AccessControl package. 3.0.6 has binary eggs but 3.0.7 and 3.0.8 are missing binary eggs.
Yeah, you can see the errors at http://winbot.zope.org/builders/wineggbuilder/builds/45344/steps/release%20e...
Maybe Adam can do that. But I'm not sure he ever rewrote the wineggbuilder code to deal with github instead of Subversion.
He did.
So it probably is much more involved than just kicking it.
Looking at https://github.com/zopefoundation/zope.wineggbuilder/blob/2e3f1ecf/rackspace... I think it needs a 'repotype = git' and a minVersion, like https://github.com/zopefoundation/zope.wineggbuilder/blob/2e3f1ecf/rackspace... (and probably a second section for building >=2.13.13 <3.0.0 releases).
Or see https://github.com/zopefoundation/zope.wineggbuilder/commit/1547bb8ab "use git for zope.proxy sources, because it was moved".
Similar changes need to be made to ExtensionClass, Missing, Record, Zope2.
I'll let Adam chime in, since I never made any changes to wineggbuilder and am not 100% sure this is sufficient.
That above is right. I did the changes.
BTW BTrees fails to build due to missing cPersistence.h. What's up with that?
Either it's missing or something #defines PERSISTENT The problem is that it's already on tags. -- Best regards, Adam GROSZER -- Quote of the day: Shared joy is double joy and shared sorrow is half-sorrow. - Swedish Proverb
participants (4)
-
Adam GROSZER -
Alan Runyan -
Hanno Schlichting -
Marius Gedminas