[gentoo-user] how to prevent ebuild from checking for available space

2024-03-22 Thread Jack
In this case, the offending package is dev-lang/rust, but this has happened to me previously with other packages that require a lot of space and time to build. The build fails for any reason.  Since it has already progressed over half way through the build, I would like to continue the build i

Re: [gentoo-user] How do I zap a specific area of a gnumeric spreadsheet page?

2024-03-22 Thread Walter Dnes
On Fri, Mar 22, 2024 at 05:52:04PM +1100, Paul Colquhoun wrote > Bash can do patern substitution in variable references. > > Replace accum3=$(( ${accum3} + ${dataarray[3]} )) > with accum3=$(( ${accum3} + ${dataarray[3]/'.'/0} )) > > and similarly with the other lines and any array value of

[gentoo-user] Terminal emulator to replace Konsole

2024-03-22 Thread Dale
Howdy, I've been using Konsole, part of KDE, for command line stuff ever since I started using Linux.  Linux is all I've ever used.  No windoze.  ;-)  While Konsole is good enough for almost everything, there is one feature I wish it had.  The ability to edit with the mouse.  I don't know of a way

Re: [gentoo-user] Terminal emulator to replace Konsole

2024-03-22 Thread Jack
On 2024.03.22 16:01, Dale wrote: Howdy, I've been using Konsole, part of KDE, for command line stuff ever since I started using Linux.  Linux is all I've ever used.  No windoze.  ;-)  While Konsole is good enough for almost everything, there is one feature I wish it had.  The ability to e

Re: [gentoo-user] how to prevent ebuild from checking for available space

2024-03-22 Thread Neil Bothwick
On Fri, 22 Mar 2024 12:57:34 -0400, Jack wrote: > In this case, the offending package is dev-lang/rust, but this has > happened to me previously with other packages that require a lot of > space and time to build. > > The build fails for any reason.  Since it has already progressed over > half

Re: [gentoo-user] how to prevent ebuild from checking for available space

2024-03-22 Thread Jack
On 2024.03.22 16:22, Neil Bothwick wrote: On Fri, 22 Mar 2024 12:57:34 -0400, Jack wrote: > In this case, the offending package is dev-lang/rust, but this has > happened to me previously with other packages that require a lot of > space and time to build. > > The build fails for any reason.  Sin

Re: [gentoo-user] how to prevent ebuild from checking for available space

2024-03-22 Thread Jack
On 2024.03.22 16:22, Neil Bothwick wrote: On Fri, 22 Mar 2024 12:57:34 -0400, Jack wrote: > In this case, the offending package is dev-lang/rust, but this has > happened to me previously with other packages that require a lot of > space and time to build. > > The build fails for any reason.  Sin