can't install Cantata **SOLVED**

Hello all,

I’m trying to install Cantata on my Calculate box, but when I do a emerge --autounmask-write =media-sound/cantata-2.0.1 I get the following error

!!! Problem resolving dependencies for =media-sound/cantata-2.0.1
... done!
!!! The ebuild selected to satisfy "=media-sound/cantata-2.0.1" has unmet requirements.
- media-sound/cantata-2.0.1::gentoo USE="cdda cddb udisks -http-server -kde -mtp -musicbrainz -qt5 -replaygain -taglib" ABI_X86="64" LINGUAS="cs de en_GB es fr hu pl ru -ko -zh_CN"
The following REQUIRED_USE flag constraints are unsatisfied:
cddb? ( taglib )
The above constraints are a subset of the following complete expression:
cdda? ( udisks any-of ( cddb musicbrainz ) ) cddb? ( cdda taglib ) mtp? ( taglib udisks ) musicbrainz? ( cdda taglib ) qt5? ( !kde ) replaygain? ( taglib )

What am I missing?

Regards,

Angelo Machils

Hi, Angelo,

The package manager asks you to define the USE flags. If you want to use supporting cddb (compact disc database), should be added to USE flag “taglib” for the package.

To test run:

USE="taglib" emerge -p media-video/parole

Save your changes before installing the package:

echo "media-video/parole taglib" >> /etc/portage/package.use/custom

Then the package will be installed:

emerge media-video/parole

We will add the binary package in the repository in the near future.

Hi angelo,

You can follow Alexandr’s instructions but replace parole by cantata :slight_smile:

To test run:

USE="taglib" emerge -p media-sound/cantata

Save your changes before installing the package:

echo "media-sound/cantata taglib" >> /etc/portage/package.use/custom

Then the package will be installed:

emerge media-sound/cantata

Oops, thank you Adrian )

Alexander Tratsevskiy wrote:

Hi, Angelo,

The package manager asks you to define the USE flags. If you want to use supporting cddb (compact disc database), should be added to USE flag “taglib” for the package.

To test run:
[…]

Save your changes before installing the package:
[…]

Then the package will be installed:
[…]

We will add the binary package in the repository in the near future.

Thank you for the help; greatly appreciated!

Having it in binary format would be nice…

Regards, Angelo

Adrien Daugabel wrote:

You can follow Alexandr’s instructions but replace parole by cantata :slight_smile:

Thank you, but I gathered as much :wink:

Regards,

Angelo

cantata is binary.
I think there are a problem with default use flag in calculate…
I am going to ask to Alexander