https://bugzilla.suse.com/show_bug.cgi?id=1223773 https://bugzilla.suse.com/show_bug.cgi?id=1223773#c1 Michael Andres <ma@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gcomes.obs@gmail.com Flags| |needinfo?(gcomes.obs@gmail. | |com) --- Comment #1 from Michael Andres <ma@suse.com> --- @Giacomo, please create a solver testcase:
zypper in --debug-solver musescore
Then pack the testcase directory together with the /var/log/zypper.log and attach it to the bugreport:
cd /tmp tar cvjf zypper-testcase.bz2 /var/log/zypper.solverTestCase /var/log/zypper.log
In case the testcase exceeds the 10MB limit for bugzilla uploads, you can use 'split' to divide the file into smaller pieces:
cd /tmp split -b 10M --additional-suffix=-zypper-testcase.bz2 zypper-testcase.bz2
The created pieces will be named: xaa-zypper-testcase.bz2 xab-zypper-testcase.bz2 xac-... -- You are receiving this mail because: You are on the CC list for the bug.