Mailinglist Archive: zypp-devel (40 mails)
| < Previous | Next > |
Re: [zypp-devel] Found bug in RPM... should I report? Plans for RPM 4.7?
- From: Cristian Morales Vega <cmorve69@xxxxxxxx>
- Date: Wed, 8 Jul 2009 15:32:49 +0200
- Message-id: <8235e6f40907080632t59aab9eeq695c2406feb2ddc6@xxxxxxxxxxxxxx>
2009/7/8 Michael Schroeder <mls@xxxxxxx>:
There is any RPM 4.7 package available already to test?
Now I have to go, but I will check. Makes sense, I just supposed it
would skip them by itself.
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
On Wed, Jul 08, 2009 at 03:07:59PM +0200, Cristian Morales Vega wrote:
I'm playing with rpmlib and it seems to me that headerRead() fails. I
could open a bug report... upstream would not accept it, and not sure
if it makes sense to open it for openSUSE. What are the plans for RPM
4.7 (or 5.x)? Will be used in 11.2?
The plan is to go to 4.7 for 11.2.
There is any RPM 4.7 package available already to test?
The problem is that in this simple code headerRead always returns
NULL. Isn't easy to debug optimized code but it seems the
HEADER_MAGIC_YES detection fails (with HEADER_MAGIC_NO fails in
another header check).
Shouldn't you skip the lead first, i.e. call readLead()?
You probably also need to read the signarures with rpmReadSignature().
Now I have to go, but I will check. Makes sense, I just supposed it
would skip them by itself.
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
| < Previous | Next > |