Michael Andres changed bug 967006
What Removed Added
CC   wolfgang@rosenauer.org
Flags   needinfo?(wolfgang@rosenauer.org)

Comment # 3 on bug 967006 from
I don't get this reproduced. Can you provide the zypper.log containing a

>  Hygiea:~ # zypper lu
> Daten des Repositories laden ...
> Installierte Pakete lesen ...
> Keine Aktualisierungen gefunden.

call, where a subsequent 'zypper up MozillaFirefox' would like to install
MozillaFirefox.

Please do not actually update MozillaFirefox, but stop and create a solver
testcase at that point (zypper up --debug-solver MozillaFirefox).



In case the testcase exceeds the 10MB limit for bugzilla uploads, you can use
'split' to divide the file into smaller pieces: 
>  $ cd /tmp
>  $ tar cvjf zypper.solverTestCase.tar.bz2 /var/log/zypper.solverTestCase/
>  $ split -b 9M --additional-suffix=-zypper.solverTestCase.tar.bz2 \
>    zypper.solverTestCase.tar.bz2
The created pieces will be named like this:
>  xaa-zypper.solverTestCase.tar.bz2
>  xab-zypper.solverTestCase.tar.bz2
>  xac-zypper.solverTestCase.tar.bz2
>  ...


You are receiving this mail because: