Bug 1966869 - supercollider-devel cannot be installed together with pipewire-jack-audio-connection-kit-devel
Summary: supercollider-devel cannot be installed together with pipewire-jack-audio-con...
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: supercollider
Version: 34
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
Assignee: Tristan Cacqueray
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-06-02 06:02 UTC by Fernando Lopez-Lezcano
Modified: 2022-06-08 00:56 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-06-08 00:56:29 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Fernando Lopez-Lezcano 2021-06-02 06:02:05 UTC
Description of problem:
The supercollider-devel package cannot be installed together with pipewire-jack-audio-connection-kit-devel

Version-Release number of selected component (if applicable):

How reproducible:
Always

Steps to Reproduce:
1. install pipewire jack packages
2. try to install supercollider-devel
3. fails with unmet jack-audio-connection-kit-devel dependency due to conflicts with pipewire

Actual results:
I can't install supercollider-devel without specifically installing jack-audio-connection-kit and jack-audio-connection-kit-devel (and uninstalling the pipewire equivalent packages)

Expected results:
As pipewire is supposed to be compatible with jack I expect supercollider-devel to be installable with either.

Additional info:
This is due to a explicit dependency in the spec file:

%package devel
Summary: Development files for SuperCollider
Requires: supercollider%{?_isa} = %{version}-%{release}
Requires: alsa-lib-devel
Requires: avahi-devel
Requires: boost-devel
Requires: jack-audio-connection-kit-devel
Requires: libsndfile-devel
Requires: pkgconfig

Comment 1 Fernando Lopez-Lezcano 2021-06-02 19:26:16 UTC
What is the proper policy to follow here for dependencies?

Two mutually exclusive packages that implement the same "thing":
jack-audio-connection-kit-devel
pipewire-jack-audio-connection-kit-devel

Something that depends on either, how do you write this in a spec file? Either of them should satisfy the dependency, right?

Comment 2 Fernando Lopez-Lezcano 2021-06-02 19:51:02 UTC
it would seem this fixes the problem (use pkgconfig(jack) for the dependency:

%package devel
Summary: Development files for SuperCollider
Requires: supercollider%{?_isa} = %{version}-%{release}
Requires: alsa-lib-devel
Requires: avahi-devel
Requires: boost-devel
Requires: pkgconfig(jack)
Requires: libsndfile-devel
Requires: pkgconfig

Comment 3 Ben Cotton 2022-05-12 16:36:57 UTC
This message is a reminder that Fedora Linux 34 is nearing its end of life.
Fedora will stop maintaining and issuing updates for Fedora Linux 34 on 2022-06-07.
It is Fedora's policy to close all bug reports from releases that are no longer
maintained. At that time this bug will be closed as EOL if it remains open with a
'version' of '34'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, change the 'version' 
to a later Fedora Linux version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora Linux 34 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora Linux, you are encouraged to change the 'version' to a later version
prior to this bug being closed.

Comment 4 Ben Cotton 2022-06-08 00:56:29 UTC
Fedora Linux 34 entered end-of-life (EOL) status on 2022-06-07.

Fedora Linux 34 is no longer maintained, which means that it
will not receive any further security or bug fix updates. As a result we
are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.