Re: [proaudio] multiple dependency problems |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [proaudio] multiple dependency problems
- From: Karl Lindén <karl.j.linden@xxxxxxxxx>
- Date: Mon, 16 Mar 2015 18:59:54 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=CJY6g3/QIOBahz64IluNgMt8kI30srV44fJZ7m5IQUU=; b=qUmrrUFN9SqbvIK8R/8vV5L03l76NisLJ9b3JQggWb7P2r1rmK/Z4wjCHCIXjEWVs2 KEIRs64k4bO13oDGdVs6RHNIAvxPS/35VUpJUPFZTRCP6brX5NFdqHevuQK2aAMepx/a pXo3lnnBuDrEOktfb4aeUoOTkYWLG1f/1W5kIZWaEbWEuFdrRNMfKckph54uVfGgvczb znhXtq4NuPgrk2J/mylUp+veVZuUhs2dQr9iyK10Y0hyIGuMFGsbSBU6hmLUyzBfnzEH 4gOwwheUZDENdilPHjBzj9/CKEv65cFbOKu+6k9J+1r0ApGjztA+u8xq2p51d/HkHfoq zJmA==
Hi!
Thanks for the report! The issues should be fixed by now.
Regards,
Karl
2015-03-01 11:53 GMT+01:00 Denis Sokolovsky <ganellon@xxxxxxxxx>:
> Hi.
>
> Just tried to install media-radio/liquidsoap and encounter following errors:
>
> dev-ml/ocaml-taglib-0.2.0::proaudio (required by
> media-radio/liquidsoap-1.0.1::proaudio[taglib])
> missing dependency on media-libs/taglib, build fails with message:
> "configure: error: taglib not found"
>
> media-radio/liquidsoap-1.0.1::proaudio
> missing dependency on specific version of dev-ml/ocaml-dtools, build
> fails with message:
> "checking for ocaml dtools module >= 0.3.0... configure: error:
> requires version >= 0.3.0 found 0.2.2."
>
>
> While first one is easy to fix with patch
> diff -u ocaml-taglib-0.2.0.ebuild ocaml-taglib-0.2.0-r1.ebuild
> --- ocaml-taglib-0.2.0.ebuild 2015-02-28 16:06:30.175824944 +0100
> +++ ocaml-taglib-0.2.0-r1.ebuild 2015-03-01 11:46:33.135839262 +0100
> @@ -14,7 +14,8 @@
> KEYWORDS="~x86 ~amd64"
> IUSE="examples"
>
> -RDEPEND="dev-lang/ocaml"
> +RDEPEND="dev-lang/ocaml
> + media-libs/taglib"
> DEPEND="${RDEPEND}
> dev-ml/findlib
> virtual/pkgconfig"
> === cut ===
> second one is much more harder, for me, as I don't know where I can
> get >=dev-ml/ocaml-dtools-0.3.0
>
> --
> Denis Sokolovsky