Re: [gentoo-user] Package compile failures with "internal compiler error: Segmentation fault".

2024-09-03 Thread Eli Schwartz
On 9/3/24 7:28 PM, Dale wrote: > Howdy, > > I was trying to re-emerge some packages.  The ones I was working on > failed with "internal compiler error: Segmentation fault" or similar > being the common reason for failing.  I did get gcc to compile and > install.  But other packages are failing, bu

Re: [gentoo-user] Re: Package compile failures with "internal compiler error: Segmentation fault".

2024-09-03 Thread corbin bird
On 9/3/24 19:39, Dale wrote: Grant Edwards wrote: On 2024-09-03, Dale wrote: I was trying to re-emerge some packages.  The ones I was working on failed with "internal compiler error: Segmentation fault" or similar being the common reason for failing. In my experience, that usually means fa

Re: [gentoo-user] Re: Package compile failures with "internal compiler error: Segmentation fault".

2024-09-03 Thread Dale
Grant Edwards wrote: > On 2024-09-03, Dale wrote: > >> I was trying to re-emerge some packages.  The ones I was working on >> failed with "internal compiler error: Segmentation fault" or similar >> being the common reason for failing. > In my experience, that usually means failing RAM. I'd try ru

[gentoo-user] Re: Package compile failures with "internal compiler error: Segmentation fault".

2024-09-03 Thread Grant Edwards
On 2024-09-03, Dale wrote: > I was trying to re-emerge some packages.  The ones I was working on > failed with "internal compiler error: Segmentation fault" or similar > being the common reason for failing. In my experience, that usually means failing RAM. I'd try running memtest86 for a day or

[gentoo-user] Package compile failures with "internal compiler error: Segmentation fault".

2024-09-03 Thread Dale
Howdy, I was trying to re-emerge some packages.  The ones I was working on failed with "internal compiler error: Segmentation fault" or similar being the common reason for failing.  I did get gcc to compile and install.  But other packages are failing, but some are compiling just fine.  Here's a p

[gentoo-user] Re: emerge keeps installing then uninstalling qtbase, qttools, ...

2024-09-03 Thread Grant Edwards
On 2024-09-03, Grant Edwards wrote: > On 2024-09-03, Matthew Brooks wrote: > >> It might be worth seeing what a full update of world, with the >> --emptytree flag says (though without actually doing the >> rebuild). Sometimes including that will notice inconsistencies that >> a regular emerge doe

Re: [gentoo-user] Sound on Chromebook

2024-09-03 Thread Joe
On September 2, 2024 11:43:02 AM PDT, Dale wrote: >Joe wrote: >> On 9/1/24 22:24, Dale wrote: >>> Joe wrote: Hi, Has anyone got sound working on a Chromebook say 2020-Newer ? Could you please tell me the steps. Followed this with no luck.  

[gentoo-user] Re: emerge keeps installing then uninstalling qtbase, qttools, ...

2024-09-03 Thread Grant Edwards
On 2024-09-03, Matthew Brooks wrote: > It might be worth seeing what a full update of world, with the > --emptytree flag says (though without actually doing the > rebuild). Sometimes including that will notice inconsistencies that > a regular emerge doesn't spot. I don't see anything. It still

[gentoo-user] Re: emerge keeps installing then uninstalling qtbase, qttools, ...

2024-09-03 Thread Grant Edwards
On 2024-09-03, Grant Edwards wrote: > On 2024-09-03, Matthew Brooks wrote: > >> While I'm not familiar enough with those packages to know for >> certain, it sounds like they're probably *build* dependencies for >> something, [...] > > I don't think so. Nothing else is getting built. > > I can alt

[gentoo-user] Re: emerge keeps installing then uninstalling qtbase, qttools, ...

2024-09-03 Thread Grant Edwards
On 2024-09-03, Matthew Brooks wrote: > It might be worth seeing what a full update of world, with the > --emptytree flag says (though without actually doing the > rebuild). Sometimes including that will notice inconsistencies that > a regular emerge doesn't spot. Thanks, I'll try that next time

[gentoo-user] Re: emerge keeps installing then uninstalling qtbase, qttools, ...

2024-09-03 Thread Grant Edwards
On 2024-09-03, Matthew Brooks wrote: > While I'm not familiar enough with those packages to know for > certain, it sounds like they're probably *build* dependencies for > something, but not actual *runtime* dependencies, and so depclean > prunes them, and then whenever the package that needs them

Re: [gentoo-user] Re: emerge keeps installing then uninstalling qtbase, qttools, ...

2024-09-03 Thread Matthew Brooks
Actually, looking more closely at the emerge man pages, it says that --with-bdeps is already automatically supplied for depclean, so that's probably not the issue after all. My apologies. It might be worth seeing what a full update of world, with the --emptytree flag says (though without actual

Re: [gentoo-user] Re: emerge keeps installing then uninstalling qtbase, qttools, ...

2024-09-03 Thread Matthew Brooks
While I'm not familiar enough with those packages to know for certain, it sounds like they're probably *build* dependencies for something, but not actual *runtime* dependencies, and so depclean prunes them, and then whenever the package that needs them gets built again they get pulled in again.

Re: [gentoo-user] emerge - Tips and Tricks

2024-09-03 Thread Dale
Arve Barsnes wrote: > On Tue, 3 Sept 2024 at 11:05, Arve Barsnes wrote: >> On Tue, 3 Sept 2024 at 09:49, Dale wrote: >>> If you find a place that explains all those and what they do, please >>> share a link. I'd like to know too. I didn't find anything on the >>> wiki. >> They're in the man pag

Re: [gentoo-user] emerge - Tips and Tricks

2024-09-03 Thread Arve Barsnes
On Tue, 3 Sept 2024 at 11:05, Arve Barsnes wrote: > > On Tue, 3 Sept 2024 at 09:49, Dale wrote: > > If you find a place that explains all those and what they do, please > > share a link. I'd like to know too. I didn't find anything on the > > wiki. > > They're in the man pages. > man 4 make.con

Re: [gentoo-user] emerge - Tips and Tricks

2024-09-03 Thread Arve Barsnes
On Tue, 3 Sept 2024 at 09:49, Dale wrote: > If you find a place that explains all those and what they do, please > share a link. I'd like to know too. I didn't find anything on the > wiki. They're in the man pages. man 4 make.conf https://devmanual.gentoo.org/eclass-reference/make.conf/index.ht

Re: [gentoo-user] emerge - Tips and Tricks

2024-09-03 Thread Dale
ralfconn wrote: > Il 02/09/24 01:56, Dale ha scritto: >> FEATURES="-usersync userpriv usersandbox buildpkg sandbox parallel-fetch >> parallel-install" >> >> >> The ones I care about.  The buildpkg tells it to save binary copies. >> This is a must if done in a chroot and you want to install elsewher