hovancik/stretchly

[Bug]: RPM package is not installable on openSUSE Tumbleweed

Open

#1,266 opened on Jan 25, 2023

View on GitHub
 (8 comments) (0 reactions) (0 assignees)JavaScript (410 forks)batch import
help wantedupstream

Repository metrics

Stars
 (3,892 stars)
PR merge metrics
 (Avg merge 2d 7h) (14 merged PRs in 30d)

Description

Version

  • I'm using version 1.13.1

Known issues

  • I've checked Known issues

Existing issues

  • I've checked Existing issues

What operating system are you using?

Linux

Operating System Version

openSUSE Tumbleweed (uname -a: Linux mdr-lafite 6.1.7-1-default #1 SMP PREEMPT_DYNAMIC Wed Jan 18 11:12:34 UTC 2023 (872045c) x86_64 x86_64 x86_64 GNU/Linux)

Reproduction steps

  1. Attempt to install the rpm package. The install cannot proceed due to libuuid not being a package that exists in openSUSE Tumbleweed.
$ sudo zypper install /tmp/Stretchly-1.13.1.x86_64.rpm
Loading repository data...
Reading installed packages...
Resolving package dependencies...

Problem: nothing provides 'libuuid' needed by the to be installed Stretchly-1.13.1-1.x86_64
 Solution 1: do not install Stretchly-1.13.1-1.x86_64
 Solution 2: break Stretchly-1.13.1-1.x86_64 by ignoring some of its dependencies

Choose from above solutions by number or cancel [1/2/c/d/?] (c): c

There is a package libuuid1; I don't know if the dependencies should be updated to point at that instead?

Expected Behavior

Package to be installed.

Actual Behavior

Package cannot be installed due to unavailable dependencies.

Relevant log output

No response

Preferences

No response

Additional information

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Contributor guide