Bugzilla – Bug 1216952
libxpm cannot be built on Leap: unresolvable: nothing provides /usr/bin/gzip
Last modified: 2023-11-09 12:54:40 UTC
https://build.opensuse.org/package/show/X11:XOrg/libXpm unresolvable: nothing provides /usr/bin/gzip
we dont have the Fileprovides for /usr/bin/gzip configured in the SLE15 / Leap project config tree as far as I see. How important is it to have that working
How important is to have it not working?
------------------------------------------------------------------- Wed Apr 12 11:59:25 UTC 2023 - Stefan Dirsch <sndirsch@suse.com> - Depend also on /usr/bin/uncompress, not only /usr/bin/gzip; Requiring binaries instead of packages resolves the file conflict with busybox-gzip, which is used when building nginx opensuse images; dep chain was: nginx -> libdg3 -> libXpm4 -> gzip ==> conflict with busybox-gzip ------------------------------------------------------------------- Tue Apr 11 13:41:44 UTC 2023 - Fabian Vogt <fvogt@suse.com> - Depend on /usr/bin/gzip, not gzip
(In reply to Marcus Meissner from comment #1) > we dont have the Fileprovides for /usr/bin/gzip configured in the SLE15 / > Leap project config tree as far as I see. > > How important is it to have that working Well, I think we still want to be able to read/"uncompress" .xpm.gz files ... JFYI, ------------------------------------------------------------------- Tue Apr 11 13:41:44 UTC 2023 - Fabian Vogt <fvogt@suse.com> - Depend on /usr/bin/gzip, not gzip I personally don't know how often we moved gzip command from another package than gzip or how often we renamed this package or where we will move gzip command in the future or how we will rename it ...
Ah. The reason was the conflict with busybox-gzip ...
iwill have autobuild add fileprovides for /usr/bin/gzip and /usr/bin/uncompress (these are only used during build)
Thanks, Marcus! So let's reasssign this to you.
autobuild applied the fileprovides to SLE15* and Leap15
Looks it is working now, thanks