View previous topic :: View next topic |
Author |
Message |
sachetto n00b
Joined: 22 Oct 2020 Posts: 2
|
Posted: Thu Oct 22, 2020 9:07 pm Post subject: Error emerging dev-libs/libbytesize |
|
|
When I try to emere dev-libs/libbytesize I got the following error:
Calculating dependencies -
Code: | !!! Problem resolving dependencies for dev-libs/libbytesize ... done!
!!! The ebuild selected to satisfy "dev-libs/libbytesize" has unmet requirements.
- dev-libs/libbytesize-2.4::gentoo USE="tools -doc -python -test" ABI_X86="(64)" PYTHON_TARGETS="python3_7 -python3_6 -python3_8"
The following REQUIRED_USE flag constraints are unsatisfied:
tools? ( python )
The above constraints are a subset of the following complete expression:
python? ( any-of ( python_targets_python3_6 python_targets_python3_7 python_targets_python3_8 ) ) tools? ( python ) |
Code tags added by NeddySeagoon |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54572 Location: 56N 3W
|
Posted: Thu Oct 22, 2020 9:18 pm Post subject: |
|
|
sachetto,
Welcome to Gentoo.
Code: | The following REQUIRED_USE flag constraints are unsatisfied:
tools? ( python ) |
This says that as you have selected USE=tools you must also select USE=python.
Its your choice. Portage can tell that it won't work but not tell which USE flag you want to change.
Either adding python or removing tools will allow portage to resolve this. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
sachetto n00b
Joined: 22 Oct 2020 Posts: 2
|
Posted: Thu Oct 22, 2020 9:55 pm Post subject: [Solved] Error emerging dev-libs/libbytesize |
|
|
Thank you very much. It worked. |
|
Back to top |
|
|
|