Mailinglist Archive: zypp-devel (31 mails)
| < Previous | Next > |
Re: [zypp-devel] Why this rpm can't be installed by zypper by can be installed by "rpm -i"?
- From: Michael Schroeder <mls@xxxxxxx>
- Date: Mon, 3 Jan 2011 12:39:57 +0100
- Message-id: <20110103113957.GA28399@suse.de>
On Wed, Dec 29, 2010 at 09:19:06AM +0800, Chen, Zhang Z wrote:
My guess is that the package has a non-zero epoch and zypper
can't deal with it. Check the last line of:
rpm -qp --provides mtf-0.0.1-1.i586.rpm
If the package has an epoch, please open a bug report against zypper.
Cheers,
Michael.
--
Michael Schroeder mls@xxxxxxx
SUSE LINUX Products GmbH, GF Markus Rex, HRB 16746 AG Nuernberg
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
I wrote a Perl script that can compose simple rpm file byte by byte. The rpm
generated by the script can be installed by "rpm -i" but can't be installed
by zypper. Following is the error message:
# zypper install mtf-0.0.1-1.i586.rpm
Loading repository data...
Reading installed packages...
'mtf = 0:0.0.1-1' not found in package names. Trying capabilities.
No provider of 'mtf = 0:0.0.1-1' found.
Resolving package dependencies...
Nothing to do.
My guess is that the package has a non-zero epoch and zypper
can't deal with it. Check the last line of:
rpm -qp --provides mtf-0.0.1-1.i586.rpm
If the package has an epoch, please open a bug report against zypper.
Cheers,
Michael.
--
Michael Schroeder mls@xxxxxxx
SUSE LINUX Products GmbH, GF Markus Rex, HRB 16746 AG Nuernberg
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
| < Previous | Next > |