Bug 383240

Summary: mozilla-nspr-debuginfo install failure ...
Product: [openSUSE] openSUSE 11.0 Reporter: Michael Meeks <mmeeks>
Component: libzyppAssignee: E-mail List <zypp-maintainers>
Status: RESOLVED DUPLICATE QA Contact: Duncan Mac-Vicar <dmacvicar>
Severity: Normal    
Priority: P5 - None CC: captain.magnus
Version: Factory   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: solver test case.

Description Michael Meeks 2008-04-24 10:21:04 UTC
So, of course - it's quite likely this is completely unrelated to libzypp - but since I've not the clue to identify it properly - I hoped filing it here would be a good 1st cut:

rpm -qa | grep -i mozilla-nspr
mozilla-nspr-devel-4.7.1-10
mozilla-nspr-4.7.1-10
michael@t60p:/var/log> rpm -q --provides mozilla-nspr-devel-4.7.1-10
mozilla-nspr-devel = 4.7.1-10
michael@t60p:/var/log> rpm -q --provides mozilla-nspr
libnspr4 = 4.7.1-10
libnspr4.so  
libplc4.so  
libplds4.so  
mozilla-nspr = 4.7.1-10

michael@t60p:/var/log> sudo zypper se mozilla-nspr
Reading installed packages...

S | Repository    | Type       | Name                     | Version  | Arch  
--+---------------+------------+--------------------------+----------+-------
  | factory       | package    | mozilla-nspr             | 4.7.1-11 | i586  
  | factory       | srcpackage | mozilla-nspr             | 4.7.1-10 | noarch
  | factory       | srcpackage | mozilla-nspr             | 4.7.1-11 | noarch
i | @System       | package    | mozilla-nspr             | 4.7.1-10 | i586  
  | factory-debug | package    | mozilla-nspr-debuginfo   | 4.7.1-11 | i586  
  | factory-debug | package    | mozilla-nspr-debugsource | 4.7.1-11 | i586  
  | factory       | package    | mozilla-nspr-devel       | 4.7.1-11 | i586  
i | @System       | package    | mozilla-nspr-devel       | 4.7.1-10 | i586  


And yet:

sudo zypper in -y mozilla-nspr-debuginfo
Reading installed packages...
'mozilla=nspr-debuginfo' is already installed.
Nothing to do.

Of course - needless to say my experience when debugging anything with nspr included is terrible :-) and the data is not there.

I attach a solver test-case.
Comment 1 Michael Meeks 2008-04-24 10:22:56 UTC
Created attachment 210128 [details]
solver test case.
Comment 2 Stephan Kulow 2008-04-24 10:25:36 UTC

*** This bug has been marked as a duplicate of bug 381694 ***
Comment 3 Michael Meeks 2008-04-24 10:35:12 UTC
Interestingly I also get:

sudo zypper in -y -f mozilla-nss
Reading installed packages...
'mozilla=nss' is already installed.
Nothing to do.

when trying to upgrade a single package to the latest version ;-)
Comment 4 Magnus Boman 2008-04-24 10:45:14 UTC
You can work around it by using the -n switch as so;

sudo zypper in -y -f -n mozilla-nss