Bug 521736

Summary: zypper can't install local .rpm file?
Product: [openSUSE] openSUSE 11.1 Reporter: Jon Nelson <jnelson-suse>
Component: libzyppAssignee: Jan Kupec <jkupec>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P3 - Medium    
Version: Final   
Target Milestone: ---   
Hardware: x86-64   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Jon Nelson 2009-07-13 21:25:18 UTC
User-Agent:       Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.0.11) Gecko/2009060200 SUSE/3.0.11-0.1.1 Firefox/3.0.11

I'm on an up-to-date openSUSE 11.1 platform.
I downloaded amazonmp3.rpm to use the amazon mp3 downloader (a requirement to get mp3s from amazon). I initially tried rpm -Uvh, but the list of dependencies was long enough that I thought I'd use zypper. However, zypper didn't even seem to try:


worklaptop:/home/jnelson/Documents # rpm -Uvh amazonmp3.rpm
warning: amazonmp3.rpm: Header V3 DSA signature: NOKEY, key ID 70e6adf9
error: Failed dependencies:
        boost is needed by amazonmp3-1.0.3-1.i586
        libatkmm-1.6.so.1 is needed by amazonmp3-1.0.3-1.i586
        libboost_date_time.so.1.33.1 is needed by amazonmp3-1.0.3-1.i586
        libboost_iostreams.so.1.33.1 is needed by amazonmp3-1.0.3-1.i586
        libboost_signals.so.1.33.1 is needed by amazonmp3-1.0.3-1.i586
        libboost_thread-mt.so.1.33.1 is needed by amazonmp3-1.0.3-1.i586
        libcairomm-1.0.so.1 is needed by amazonmp3-1.0.3-1.i586
        libgdkmm-2.4.so.1 is needed by amazonmp3-1.0.3-1.i586
        libglibmm-2.4.so.1 is needed by amazonmp3-1.0.3-1.i586
        libgtkmm-2.4.so.1 is needed by amazonmp3-1.0.3-1.i586
        libpangomm-1.4.so.1 is needed by amazonmp3-1.0.3-1.i586
        libsigc-2.0.so.0 is needed by amazonmp3-1.0.3-1.i586
worklaptop:/home/jnelson/Documents # zypper in ./amazonmp3.rpm
Loading repository data...
Reading installed packages...
'amazonmp3=1.0.3-1' not found.
Resolving package dependencies...
Nothing to do.
worklaptop:/home/jnelson/Documents #


Reproducible: Always

Steps to Reproduce:
1.
2.
3.
Comment 1 Jan Kupec 2009-07-14 07:52:13 UTC
Hi, can you give me zypper.log or even better a link to that rpm?
Comment 2 Jon Nelson 2009-07-14 13:01:00 UTC
You should be able to get it here:

http://www.amazon.com/gp/dmusic/help/amd.html/ref=dm_dp_amd

Hopefully that should work!
Comment 3 Jan Kupec 2009-07-27 14:49:07 UTC
Got it. It's the epoch problem (see the duplicate).

(BTW, the package depends on 'boost' package, which is no longer available in openSUSE 11.2. But i guess amazon will fix it once 11.2 is out).

*** This bug has been marked as a duplicate of bug 404048 ***