Re: [gentoo-user] Remove rust completely

2022-05-11 Thread Matt Connell
On Wed, 2022-05-11 at 22:24 -0400, Mansour Al Akeel wrote: > a choice would be to just go with firefox-bin if not rust-bin. I went with rust-bin because lots of GTK programs (evince, gimp, deluge) as well as some other miscellaneous utilities rely on librsvg which requires rust. So, since I need

Re: [gentoo-user] Remove rust completely

2022-05-11 Thread Mansour Al Akeel
Cal, like I said, gentoo has always been about choices. I am not blaming anyone for anything. At the end of the day, it is open source, and the work done by the community is highly appreciated. I am sorry it was understood the other way around. The frustration level grows when I have too many

[gentoo-user] Re: Remove rust completely

2022-05-11 Thread Grant Edwards
On 2022-05-12, Mansour Al Akeel wrote: > Thank you for your response. The idea of "getting harder and harder" > is hard to accept. Gentoo has always been about having choices. It is. You can choose to avoid Rust if you want. > Firefox requires rust, but is there a way to disable this? No. >

Re: [gentoo-user] Remove rust completely

2022-05-11 Thread cal
On 5/11/22 18:41, Mansour Al Akeel wrote: > Miles, > Thank you for your response. The idea of "getting harder and harder" > is hard to accept. Gentoo has always been about having choice> Firefox > requires rust, but is there a way to disable this ? > There must be another way to let the user

Re: [gentoo-user] Remove rust completely

2022-05-11 Thread Mansour Al Akeel
Thank you both Julien and Miles for your help. I got the list I wanted, and I can go ahead with removing rust. On Wed, May 11, 2022 at 8:25 PM Julien Roy wrote: > > You need to remove all packages that depend on virtual/rust > To see which ones do, run `emerge -pv --depclean virtual/rust` > >

Re: [gentoo-user] Remove rust completely

2022-05-11 Thread Mansour Al Akeel
Miles, Thank you for your response. The idea of "getting harder and harder" is hard to accept. Gentoo has always been about having choices. Firefox requires rust, but is there a way to disable this ? There must be another way to let the user decide if they need it or not ! And yes, the compile

Re: [gentoo-user] Remove rust completely

2022-05-11 Thread Miles Malone
If your *reason* for wanting to remove rust is the compile time, bear in mind there is also a rust-bin package these days. There are an increasingly large number of major packages that have rust as a dependency, so it's getting harder and harder to get away from. Obviously anything from the

[gentoo-user] Remove rust completely

2022-05-11 Thread Mansour Al Akeel
I am trying to avoid installing rust and prevent emerge --update --deep world from installing it again. How to do this ?

Re: [gentoo-user] Reinstall

2022-05-11 Thread Wols Lists
On 11/05/2022 19:34, Neil Bothwick wrote: On Wed, 11 May 2022 16:45:31 +, Laurence Perkins wrote: Alternatively, fully update the system before putting in your world file, and then instead of copying in the world file all at once just run a loop to emerge the lines in it one at a time.

RE: [gentoo-user] Reinstall

2022-05-11 Thread Laurence Perkins
> -Original Message- > From: Neil Bothwick > Sent: Wednesday, May 11, 2022 11:35 AM > To: gentoo-user@lists.gentoo.org > Subject: Re: [gentoo-user] Reinstall > > On Wed, 11 May 2022 16:45:31 +, Laurence Perkins wrote: > > > Alternatively, fully update the system before putting in

Re: [gentoo-user] dev-lang/perl upgrade failure

2022-05-11 Thread Matt Connell (Gmail)
> emerge -av --depclean > perl-cleaner --all Nothing to depclean and perl-cleaner reports nothing to rebuild > https://forums.gentoo.org/viewtopic-p-8680082.html None of the ideas here helped me either. Neither did changing the LANG nor MAKEOPTS. ... however, I was able to figure out what

Re: [gentoo-user] Reinstall

2022-05-11 Thread Neil Bothwick
On Wed, 11 May 2022 16:45:31 +, Laurence Perkins wrote: > Alternatively, fully update the system before putting in your world > file, and then instead of copying in the world file all at once just > run a loop to emerge the lines in it one at a time. Now you mention it, that's what I did

Re: [gentoo-user] Audio stopped working in KVM with libvirtmanager

2022-05-11 Thread Michael
On Saturday, 7 May 2022 14:45:06 BST Nikos Chantziaras wrote: > Audio in KVM (qemu) launched through libvirtmanager used to work fine > last time I used it (about 3 months ago.) There has been lots of updates > since then, including a switch from Pulseaudio to Pipewire, and > something along the

RE: [gentoo-user] Reinstall

2022-05-11 Thread Laurence Perkins
And sometimes if you use --binpkg-respect-use=n and/or --with-bdeps=n you can jostle it into using more of the binaries on both passes. Additionally, you can use the ebuild command directly to force it to just install things without checking all the dependencies, that's sometimes handy for

Re: [gentoo-user] Reinstall

2022-05-11 Thread Peter Humphrey
On Wednesday, 11 May 2022 10:57:03 BST Francisco Ares wrote: > Although the emerge lists is as huge as expected, it doesn't even start, > portage says there are cyclic USE flags that I should avoid at the first > moment, but may restore afterwards. > > But it doesn't say which are those USE

Re: [gentoo-user] Reinstall

2022-05-11 Thread David Palao
Hi, What I would suggest is to try yo emerge @world first with a reduced list of USE flags, maybe the default, and after success you could introduce back the wanted USE flags and emerge @world once more. It could be a bit too much compilation, but if you have already binary packages, it

Re: [gentoo-user] Reinstall

2022-05-11 Thread Michael
On Wednesday, 11 May 2022 10:57:03 BST Francisco Ares wrote: > Hello > > After a main HD failure, I'll have to reinstall Gentoo from almost zero - I > have a full and recent copy of the /etc directory and the file > /var/lib/portage/world in a secondary HD (along many personal backups). > >

Re: [gentoo-user] Bluetooth speakers

2022-05-11 Thread Peter Humphrey
On Tuesday, 10 May 2022 13:00:13 BST Peter Humphrey wrote: > So now I just have to find out what's wrong with my plasma sound system. Sound works just fine (wired connection) if I create a new user account and log in there, but by the time I've finished adjusting everything to my preferences,

[gentoo-user] Reinstall

2022-05-11 Thread Francisco Ares
Hello After a main HD failure, I'll have to reinstall Gentoo from almost zero - I have a full and recent copy of the /etc directory and the file /var/lib/portage/world in a secondary HD (along many personal backups). Installation basics done, now it is time for an emerge world. Although the