Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
python3-cairo
pycairo-1.10.0-81_pickling-again.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pycairo-1.10.0-81_pickling-again.patch of Package python3-cairo
Description: Follow up to 80_fix-pickle.patch. Just disable pickling altogether since the previous patch doesn't really fix the problem, and not storing the pickle seems to have no adverse effects on the build, while avoiding the observed traceback. Author: Barry Warsaw <barry@debian.org> Forwarded: no --- a/waflib/Build.py +++ b/waflib/Build.py @@ -151,6 +151,7 @@ f.close() self.init_dirs() def store(self): + return data={} for x in SAVED_ATTRS: data[x]=getattr(self,x) --- a/waflib/Context.py +++ b/waflib/Context.py @@ -51,8 +51,6 @@ global classes classes.insert(0,cls) ctx=store_context('ctx',(object,),{}) -class node_class(waflib.Node.Node): - pass class Context(ctx): errors=Errors tools={} @@ -62,6 +60,8 @@ except KeyError: global run_dir rd=run_dir + class node_class(waflib.Node.Node): + pass self.node_class=node_class self.node_class.__module__="waflib.Node" self.node_class.__name__="Nod3"
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor