Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 673802 - media-sound/mixxx-2.2.0 : ERROR:root:Unmet dependency: Missing liblilv-0 (needs at least 0.5)
Summary: media-sound/mixxx-2.2.0 : ERROR:root:Unmet dependency: Missing liblilv-0 (nee...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-27 09:03 UTC by Toralf Förster
Modified: 2019-01-11 09:40 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,16.64 KB, text/plain)
2018-12-27 09:03 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,153.74 KB, text/plain)
2018-12-27 09:03 UTC, Toralf Förster
Details
environment (environment,95.32 KB, text/plain)
2018-12-27 09:03 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.70 KB, application/x-bzip)
2018-12-27 09:03 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,3.24 KB, application/x-bzip)
2018-12-27 09:03 UTC, Toralf Förster
Details
media-sound:mixxx-2.2.0:20181227-070306.log (media-sound:mixxx-2.2.0:20181227-070306.log,5.45 KB, text/plain)
2018-12-27 09:03 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,24.04 KB, application/x-bzip)
2018-12-27 09:03 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-12-27 09:03:21 UTC
Configuring Lilv
Checking for C library lilv-0... no
ERROR:root:Unmet dependency: Missing liblilv-0 (needs at least 0.5)
Configuring Battery
Configuring UPower
Configuring PerfTools

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-plasma_libressl-test_20181219-164705

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-8.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems)
  [2]   ruby24 (with Rubygems)
  [3]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.31.1
  [2]   rust-bin-1.31.1 *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.9.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpvO media-sound/mixxx
[ebuild  N    ] media-sound/mixxx-2.2.0  USE="aac mp3 mp4 -doc -ffmpeg -hid -opus -shout -wavpack"
Comment 1 Toralf Förster gentoo-dev 2018-12-27 09:03:24 UTC
Created attachment 558572 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-12-27 09:03:27 UTC
Created attachment 558574 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-12-27 09:03:30 UTC
Created attachment 558576 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-12-27 09:03:33 UTC
Created attachment 558578 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-12-27 09:03:35 UTC
Created attachment 558580 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-12-27 09:03:38 UTC
Created attachment 558582 [details]
media-sound:mixxx-2.2.0:20181227-070306.log
Comment 7 Toralf Förster gentoo-dev 2018-12-27 09:03:41 UTC
Created attachment 558584 [details]
temp.tbz2
Comment 8 jms 2018-12-27 14:54:41 UTC
same here:
Checking for C library sqlite3... yes
Configuring Lilv
Checking for C library lilv-0... no
ERROR:root:Unmet dependency: Missing liblilv-0 (needs at least 0.5)


[U] media-sound/mixxx
     Available versions:  2.1.1-r1 (~)2.1.5 (~)2.2.0 **9999 {aac doc ffmpeg hid mp3 mp4 opus shout wavpack}
     Installed versions:  2.1.5(15:36:13 03/11/2018)(aac ffmpeg mp3 mp4 opus -doc -hid -shout -wavpack)
     Homepage:            https://www.mixxx.org/
     Description:         Advanced Digital DJ tool based on Qt


media-libs/lilv is not installed on my system and is not pulled by media-sound/mixxx


eix lilv
* media-libs/lilv
     Available versions:  0.24.2-r2 ~0.24.2-r3 ~0.24.4 {doc +dyn-manifest static-libs test ABI_MIPS="n32 n64 o32" ABI_PPC="32 64" ABI_S390="32 64" ABI_X86="32 64 x32"}
     Homepage:            http://drobilla.net/software/lilv/
     Description:         Library to make the use of LV2 plugins as simple as possible for applications
Comment 9 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2018-12-27 20:18:44 UTC
Does this still happen after the follwing commit?

commit a850543fc4f0fb84d600796416cc52b843021df8
Author: Lars Wendler <polynomial-c@gentoo.org>
Date:   Thu Dec 27 19:47:29 2018

    media-sound/mixxx: Make dependency on media-libs/lilv optional

    and no longer automagic.

    Closes: https://bugs.gentoo.org/673818
    Package-Manager: Portage-2.3.52, Repoman-2.3.12
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Comment 10 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2019-01-11 09:40:06 UTC
No reply after two weeks. Considering fixed...