Skip to main content

All Questions

Tagged with
1 vote
0 answers
281 views

Removing a single dependency via USE flag in Gentoo

I have a system whose sound is currently pulseaudio-{dis,en}abled, and I'm trying to remove pulseaudio. I first ran a emerge --update --newuse --deep @world and that worked fine. Then I added "-...
BadZen's user avatar
  • 111
2 votes
1 answer
3k views

Dependency conflict while upgrading Gentoo

When I tried to upgrade my Gentoo system, I had got following errors: WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict: sys-libs/zlib:0 (sys-libs/zlib-1.2.11-...
user avatar
2 votes
1 answer
744 views

How to avoid emerge recalculating dependencies after adding required keywords/uses?

While emerge --autounmask-writes followed by a etc-update basically automates adding additional keywords and use flags, running emerge afterwards (without any other modifications) will again calculate ...
Tobias Kienzler's user avatar
1 vote
1 answer
186 views

How to differ between build-dependencies and usage-dependencies?

Some dependencies of packages are only required for compilation, while others are required for actual usage. As an example, I happen to know net-misc/unison does require dev-lang/ocaml only for ...
Tobias Kienzler's user avatar