Bug 1139859 - dependency problems with 'zypper dup' due to ruby2.6-rubygem-kramdown
Summary: dependency problems with 'zypper dup' due to ruby2.6-rubygem-kramdown
Status: NEW
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Hendrik Vogelsang
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-01 08:14 UTC by Arvin Schnell
Modified: 2020-01-17 19:32 UTC (History)
3 users (show)

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arvin Schnell 2019-07-01 08:14:52 UTC
I am trying to update to Tumbleweed and get the following problem:

# zypper dup
Loading repository data...
Reading installed packages...
Warning: You are about to do a distribution upgrade with all enabled repositories. Make sure these repositories are compatible before you continue. See 'man zypper' for more information about this command.
Computing distribution upgrade...

Problem: ruby2.6-rubygem-jekyll-3.8.5-1.5.x86_64 requires rubygem(ruby:2.6.0:kramdown:1) >= 1.14, but this requirement cannot be provided
  deleted providers: ruby2.6-rubygem-kramdown-1.17.0-1.4.x86_64
 Solution 1: deinstallation of ruby2.6-rubygem-jekyll-3.8.5-1.5.x86_64
 Solution 2: keep obsolete ruby2.6-rubygem-kramdown-1.17.0-1.4.x86_64
 Solution 3: break ruby2.6-rubygem-jekyll-3.8.5-1.5.x86_64 by ignoring some of its dependencies

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

Looks like ruby2.6-rubygem-kramdown was updated to version 2.1 from 1.17 and ruby2.6-rubygem-jekyll
has not been updated to that.

# zypper se -s ruby2.6-rubygem-kramdown
Loading repository data...
Reading installed packages...

S | Name                               | Type    | Version    | Arch   | Repository             
--+------------------------------------+---------+------------+--------+------------------------
i | ruby2.6-rubygem-kramdown           | package | 1.17.0-1.4 | x86_64 | (System Packages)      
v | ruby2.6-rubygem-kramdown           | package | 2.1.0-1.1  | x86_64 | openSUSE-Tumbleweed-Oss
v | ruby2.6-rubygem-kramdown           | package | 2.1.0-1.1  | i586   | openSUSE-Tumbleweed-Oss
  | ruby2.6-rubygem-kramdown-doc       | package | 2.1.0-1.1  | x86_64 | openSUSE-Tumbleweed-Oss
  | ruby2.6-rubygem-kramdown-doc       | package | 2.1.0-1.1  | i586   | openSUSE-Tumbleweed-Oss
  | ruby2.6-rubygem-kramdown-testsuite | package | 2.1.0-1.1  | x86_64 | openSUSE-Tumbleweed-Oss
  | ruby2.6-rubygem-kramdown-testsuite | package | 2.1.0-1.1  | i586   | openSUSE-Tumbleweed-Oss
Comment 1 Arvin Schnell 2020-01-17 19:32:03 UTC
Problem persists.