Mailinglist Archive: zypp-devel (24 mails)
| < Previous | Next > |
RE: [zypp-devel] How to use libzypp-bindings to create a sysroot from a repo? (fixed in 0.5.5)
- From: "Yang, Yi Y" <yi.y.yang@xxxxxxxxx>
- Date: Fri, 5 Nov 2010 17:05:37 +0800
- Message-id: <FC2FB65B4D919844ADE4BE3C2BB739AD32C4C611@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Thanks, it does work, another issue:
swig/python detected a memory leak of type 'ResolverProblemList *', no
destructor found.
Traceback (most recent call last):
File "list_resolvables.py", line 99, in <module>
for problem in Z.resolver().problems():
TypeError: 'SwigPyObject' object is not iterable
When Z.resolver().resolvePool() returns False, it should have resolving issue,
I want to know what resulted in this, read zypper code and find
Z.resolver().problems() should be what I want, but obviously it doesn't work,
why? Any known way to do it?
swig/python detected a memory leak of type 'ResolverProblemList *', no
destructor found.
Traceback (most recent call last):
File "list_resolvables.py", line 99, in <module>
for problem in Z.resolver().problems():
TypeError: 'SwigPyObject' object is not iterable
When Z.resolver().resolvePool() returns False, it should have resolving issue,
I want to know what resulted in this, read zypper code and find
Z.resolver().problems() should be what I want, but obviously it doesn't work,
why? Any known way to do it?
-----Original Message-----
From: Michael Andres [mailto:ma@xxxxxxx]
Sent: Thursday, November 04, 2010 5:51 PM
To: zypp-devel@xxxxxxxxxxxx
Subject: Re: [zypp-devel] How to use libzypp-bindings to create a sysroot
from a
repo? (fixed in 0.5.5)
On Thursday 04 November 2010 06:39:51 Yang, Yi Y wrote:
I can't see 0.5.7 in libzypp-bindings git tree.pushed
--
cu,
Michael Andres
+------------------------------------------------------------------+
Key fingerprint = 2DFA 5D73 18B1 E7EF A862 27AC 3FB8 9E3A 27C6 B0E4
+------------------------------------------------------------------+
Michael Andres ZYPP Development
ma@xxxxxxx
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg)
Maxfeldstrasse 5, D-90409 Nuernberg, Germany, ++49 (0)911 - 740 53-0
+------------------------------------------------------------------+
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
| < Previous | Next > |