Bug 1109134

Summary: installation-images: missing zstd
Product: [openSUSE] openSUSE Distribution Reporter: Ludwig Nussel <lnussel>
Component: InstallationAssignee: Jimmy Berry <jberry>
Status: RESOLVED FIXED QA Contact: Ludwig Nussel <lnussel>
Severity: Normal    
Priority: P2 - High CC: mloviska, mls
Version: Leap 15.1   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: y2logs

Description Ludwig Nussel 2018-09-20 11:45:39 UTC
libsolv 0.6.35 added zstd support for openSUSE. So the library needs to be included in intsys now:
https://build.opensuse.org/request/show/635087

unfortunately the Factory submission was auto declined, so the problem was not visible there:
https://build.opensuse.org/request/show/636154

Please let me know about ETA, libsolv 0.6.35 already went into 15.1 and caused breakage. I need to decide whether to revert or wait for installation-images.
Comment 1 Ludwig Nussel 2018-09-20 12:10:16 UTC
oh, wait. it's not installation-images. something in the distro
Comment 2 Ludwig Nussel 2018-09-20 12:17:02 UTC
Jimmy, looks like the pkglist generator doesn't run for 15.1 properly. could you check please?
Comment 3 Martin Loviska 2018-09-20 12:17:28 UTC
*** Bug 1109140 has been marked as a duplicate of this bug. ***
Comment 4 Martin Loviska 2018-09-20 12:23:24 UTC
Seems that this issue hits other test cases as well.
https://openqa.opensuse.org/tests/758312#step/installation_overview/3

2018-09-19 20:55:42 <1> install(3276) [zypp] Resolver.cc(problems):386 Resolver::problems()
2018-09-19 20:55:42 <1> install(3276) [zypp] SATResolver.cc(problems):1114 Encountered problems! Here are the solutions:
2018-09-19 20:55:42 <1> install(3276) [zypp] SATResolver.cc(problems):1114 
2018-09-19 20:55:42 <1> install(3276) [zypp] SATResolver.cc(problems):1118 Problem 1:
2018-09-19 20:55:42 <1> install(3276) [zypp] SATResolver.cc(problems):1119 ====================================
2018-09-19 20:55:42 <1> install(3276) [zypp] SATResolver.cc(problems):1123 nothing provides libzstd.so.1()(64bit) needed by libsolv-tools-0.6.35-lp151.1.1.x86_64
2018-09-19 20:55:42 <1> install(3276) [zypp] SATResolver.cc(problems):1124 ------------------------------------
2018-09-19 20:55:42 <1> install(3276) [libsolv++] PoolImpl.cc(logSat):119 solver statistics: 0 learned rules, 1 unsolvable, 0 minimization steps
2018-09-19 20:55:42 <1> install(3276) [libsolv++] PoolImpl.cc(logSat):119 done solving.
2018-09-19 20:55:42 <1> install(3276) [libsolv++] PoolImpl.cc(logSat):119 
2018-09-19 20:55:42 <1> install(3276) [libsolv++] PoolImpl.cc(logSat):119 create_solutions for problem #1 took 0 ms
2018-09-19 20:55:42 <1> install(3276) [zypp] SATResolver.cc(problems):1149 do not install pattern:enhanced_base-20171206-lp151.17.1.x86_64
2018-09-19 20:55:42 <1> install(3276) [zypp] SATResolver.cc(problems):1366 ------------------------------------
2018-09-19 20:55:42 <1> install(3276) [zypp] SATResolver.cc(problems):1375 ignore some dependencies of U__s_(2280)libsolv-tools-0.6.35-lp151.1.1.x86_64(openSUSE-Leap-15.1-1)
2018-09-19 20:55:42 <1> install(3276) [zypp] SATResolver.cc(problems):1376 ------------------------------------
Comment 5 Martin Loviska 2018-09-20 12:24:42 UTC
Created attachment 783757 [details]
y2logs
Comment 6 Martin Loviska 2018-09-20 12:39:11 UTC
Another occurence
https://openqa.opensuse.org/tests/758308#step/select_patterns_and_packages/15
Comment 7 Jimmy Berry 2018-09-20 14:40:27 UTC
Related to https://github.com/openSUSE/openSUSE-release-tools/issues/1377. Deleting a file from cache and re-running caused an update that looks appropriate.

https://build.opensuse.org/package/rdiff/openSUSE:Leap:15.1/000product?linkrev=base&rev=1124

openSUSE-dvd5-dvd-x86_64.kiwi
+      <repopackage name="libzstd1"/>

Will track long term fix in the referenced github issue.