GNU bug report logs - #66717
[PATCH 00/64] Series to add rust-librespot-playback-0.4

Previous Next

Package: guix-patches;

Reported by: Steve George <steve <at> futurile.net>

Date: Mon, 23 Oct 2023 21:37:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Efraim Flashner <efraim <at> flashner.co.il>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#66717: closed ([PATCH 00/64] Series to add rust-librespot-playback-0.4)
Date: Tue, 24 Oct 2023 11:57:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 24 Oct 2023 14:55:49 +0300
with message-id <ZTewxf7HJi_pX_KO <at> 3900XT>
and subject line Re: [bug#66717] [PATCH 00/64] Series to add rust-librespot-playback-0.4
has caused the debbugs.gnu.org bug report #66717,
regarding [PATCH 00/64] Series to add rust-librespot-playback-0.4
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
66717: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66717
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Steve George <steve <at> futurile.net>
To: guix-patches <at> gnu.org
Cc: Steve George <steve <at> futurile.net>
Subject: [PATCH 00/64] Series to add rust-librespot-playback-0.4
Date: Mon, 23 Oct 2023 22:32:42 +0100
Hi,

This is a series to add rust-librespot-playback.

I need some help as I've run into a problem at the end that is
preventing building librespot-playback from source.

The error message is that there can only be one version of a system
library in the tree - there are conflicting versions of Jack

* cpal v0.13.5 requires jack-0.8 -> jack-sys-0.2.3
* librespot-playback v0.4.2 requires jack-0.10 -> jack-sys-0.4

I can't find a way to adjust the dependencies so there's only one Jack
in the tree:

* Librespot v0.4.2 and v0.4.1 both want jack-10
* There's no version of cpal-0.13.x that supports jack-10

Are there any other ways I can resolve the dependencies?

Steve George (64):
  gnu: Add rust-ogg.
  gnu: rust-owning-ref: Update to 0.3.3.
  gnu: rust-parking-lot-core: Update to 0.2.14.
  gnu: rust-parking-lot: Update to 0.4.8.
  gnu: Add rust-rental and rust-rental-impl.
  gnu: Add rust-al-sys.
  gnu: Add rust-alto.
  gnu: Add rust-lewton.
  gnu: Add rust-alsa-sys.
  gnu: Add rust-alsa.
  gnu: rust-alsa: Update to 0.6.0.
  gnu: Add rust-coreaudio-rs-0.10 and rust-coreaudio-sys-0.2.
  gnu: Add rust-ndk-0.6 & rust-ndk-sys-0.3.
  gnu: Add rust-ndk-glue-0.6.
  gnu: Add rust-fetch-unroll-0.3.
  gnu: Add rust-oboe-0.4 and rust-oboe-sys-0.4.
  gnu: Add rust-stdweb-0.1.
  gnu: Add rust-bindgen-0.56
  gnu: Add rust-asyio-sys.
  gnu: Add rust-jack-0.8 and rust-jack-sys-0.2.
  gnu: Add rust-hound-3.
  gnu: Update rust-cache-padded-1 to 1.3.0.
  gnu: Add rust-ringbuf-0.2.
  gnu: Add rust-cpal-0.13.
  gnu: Add rust-option-operations-0.4.
  gnu: Add rust-muldiv-1.
  gnu: Add rust-pretty-hex.
  gnu: Add rust-gstreamer-sys-0.18.
  gnu: Add rust-gstreamer-0.18.
  gnu: Add rust-gstreamer-base-sys-0.18.
  gnu: Add rust-gstreamer-base-0.18.
  gnu: Add rust-gstreamer-app-sys-0.18.
  gnu: Add rust-gstreamer-app-0.18.
  gnu: Add rust-array-init-2.
  gnu: Add rust-gstreamer-audio-sys-0.18.
  gnu: Add rust-gstreamer-audio-0.18.
  gnu: Add rust-jack-sys-0.4.
  gnu: Add rust-jack-0.10.
  gnu: rust-libpulse-sys-1: Update to v1.21.0
  gnu: Add rust-libpulse-simple-sys-1.
  gnu: rust-libpulse-binding-2: Update to 2.28.1
  gnu Add rust-libpulse-simple-binding-2.
  gnu: Add rust-portaudio-sys-0.1.
  gnu: Add rust-portaudio-rs-0.3.
  gnu: Add rust-ogg-0.5.
  gnu: Add rust-mp4parse-0.8.
  gnu: Add rust-claxon-0.4.
  gnu: Add rust-slice-deque-0.3.
  gnu: Add rust-minimp3-sys-0.3.
  gnu: Add rust-minimp3-0.5.
  gnu: Add rust-symphonia-core-0.4.
  gnu: Add rust-symphonia-metadata-0.4.
  gnu: Add rust-symphonia-utils-xiph-0.4.
  gnu: Add rust-symphonia-bundle-flac-0.4.
  gnu: rust-symphonia-bundle-mp3-0.4.
  gnu: Add rust-symphonia-codec-aac-0.4.
  gnu: Add rust-symphonia-code-pcm-0.4
  gnu: Add rust-symphonia-codec-vorbis-0.4.
  gnu: Add rust-symphonia-format-iosmp4-0.4.
  gnu: Add rust-symphonia-format-ogg-0.4.
  gnu: Add rust-symphonia-format-wav-0.4.
  gnu: rust-symphonia-0.4.
  gnu: Add rust-rodio-0.15.
  gnu: Add rust-librespot-playback-0.4

 gnu/packages/crates-graphics.scm |   14 +
 gnu/packages/crates-io.scm       | 1712 +++++++++++++++++++++++++++++-
 2 files changed, 1693 insertions(+), 33 deletions(-)


base-commit: cbd20d627497053871db863970c07d93c7081786
-- 
2.41.0



[Message part 3 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: Steve George <steve <at> futurile.net>
Cc: 66717-done <at> debbugs.gnu.org
Subject: Re: [bug#66717] [PATCH 00/64] Series to add
 rust-librespot-playback-0.4
Date: Tue, 24 Oct 2023 14:55:49 +0300
[Message part 4 (text/plain, inline)]
Patches pushed!

I moved the gstreamer packages to crates-gtk since it seemed to fit well
enough. And I split some of the double packages you sent.

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 1 year and 216 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.