Bug 1037212

Summary: openSUSE:Factory pulls in obsolete libreadline5 and blocks all tools using readline
Product: [openSUSE] openSUSE Tumbleweed Reporter: Sebastian Parschauer <sebastian.parschauer>
Component: BasesystemAssignee: Dominique Leuenberger <dleuenberger>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Critical    
Priority: P1 - Urgent CC: dimstar, dleuenberger, lnussel, mlin+factory, werner
Version: Current   
Target Milestone: Current   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: L3 Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Sebastian Parschauer 2017-05-02 13:36:21 UTC
I've already reported to the opensuse-factory mailing list that the factory-repo-checker complains about libreadline conflicts and blocks my parted requests this way.

The problem is that openSUSE:Factory pulls in obsolete libreadline5 while all tools using readline-devel pull in libreadline7 additionally. readline5-devel conflicts with readline7-doc.

See:
https://build.opensuse.org/request/show/491642
https://lists.opensuse.org/opensuse-factory/2017-05/msg00014.html

osc meta prjconf openSUSE:Factory | less
...
    145 Prefer: libreadline5
...

This line has to be removed or changed to libreadline7.
Comment 1 Sebastian Parschauer 2017-05-02 13:42:24 UTC
Assigning to openSUSE:Factory maintainer Dominique Leuenberger.

@Dominique: Please have a look. TIA
Comment 2 Sebastian Parschauer 2017-05-02 13:54:17 UTC
+CC Ludwig Nussel and Max Lin
Comment 3 Dominique Leuenberger 2017-05-02 15:10:48 UTC
(In reply to Sebastian Parschauer from comment #0)
> osc meta prjconf openSUSE:Factory | less
> ...
>     145 Prefer: libreadline5
> ...
> 

Has been dropped from openSUSE:Factory prjconf. Thanks for the report.