Re: [lfs-support] SIGFPE not generated by raise

2020-05-26 Thread Xi Ruoyao
On 2020-05-27 00:27 -0500, Bruce Dubbs write: > On 5/26/20 11:43 PM, Xi Ruoyao wrote: > > On 2020-05-26 18:17 +0100, Ken Moffat wrote: > > > I'm trying to discover why two tests in the testsuite for 'check' > > > always fail for me. I've now got a response that the tests raise > > > SIGFPE but do

Re: [lfs-support] SIGFPE not generated by raise

2020-05-26 Thread Bruce Dubbs
On 5/26/20 11:43 PM, Xi Ruoyao wrote: On 2020-05-26 18:17 +0100, Ken Moffat wrote: I'm trying to discover why two tests in the testsuite for 'check' always fail for me. I've now got a response that the tests raise SIGFPE but do not receive it. The example is ken@plexi ~/check-debug $cat

Re: [lfs-support] SIGFPE not generated by raise

2020-05-26 Thread Xi Ruoyao
On 2020-05-26 18:17 +0100, Ken Moffat wrote: > I'm trying to discover why two tests in the testsuite for 'check' > always fail for me. I've now got a response that the tests raise > SIGFPE but do not receive it. The example is > > ken@plexi ~/check-debug $cat test.c > #include > > #include

Re: [lfs-support] SIGFPE not generated by raise

2020-05-26 Thread Ken Moffat
On Tue, May 26, 2020 at 07:38:34PM +0100, Ken Moffat wrote: > On Tue, May 26, 2020 at 01:32:55PM -0400, Don Cross wrote: > > On Tue, May 26, 2020 at 1:17 PM Ken Moffat wrote: > > > > > I'm trying to discover why two tests in the testsuite for 'check' > > > always fail for me. I've now got a

Re: [lfs-support] SIGFPE not generated by raise

2020-05-26 Thread Ken Moffat
On Tue, May 26, 2020 at 01:32:55PM -0400, Don Cross wrote: > On Tue, May 26, 2020 at 1:17 PM Ken Moffat wrote: > > > I'm trying to discover why two tests in the testsuite for 'check' > > always fail for me. I've now got a response that the tests raise > > SIGFPE but do not receive it. The

Re: [lfs-support] SIGFPE not generated by raise

2020-05-26 Thread Ken Moffat
On Tue, May 26, 2020 at 12:28:15PM -0500, Bruce Dubbs wrote: > On 5/26/20 12:17 PM, Ken Moffat wrote: > > I'm trying to discover why two tests in the testsuite for 'check' > > always fail for me. I've now got a response that the tests raise > > SIGFPE but do not receive it. The example is [...]

[lfs-support] SIGFPE not generated by raise

2020-05-26 Thread Ken Moffat
I'm trying to discover why two tests in the testsuite for 'check' always fail for me. I've now got a response that the tests raise SIGFPE but do not receive it. The example is ken@plexi ~/check-debug $cat test.c #include #include int main() { printf("Before\n"); raise(SIGFPE);

Re: [lfs-support] FTP Error

2020-05-26 Thread Greekforce1821
Thank you very much!!! Good night! Στις Τρί, 26 Μαΐ 2020 στις 11:48 μ.μ., ο/η Douglas R. Reno < ren...@linuxfromscratch.org> έγραψε: > > On 5/26/20 3:46 PM, Greekforce1821 wrote: > > Good evening gentlemen, I am having some issues with the FTP in BLFS > terminal, as you can see in the photo, I

Re: [lfs-support] FTP Error

2020-05-26 Thread Douglas R. Reno
On 5/26/20 3:46 PM, Greekforce1821 wrote: Good evening gentlemen, I am having some issues with the FTP in BLFS terminal, as you can see in the photo, I tried to login to ftp://ftp.gnu.org using the command ftp ftp.gnu.org

Re: [lfs-support] Kernel Error

2020-05-26 Thread Scott Andrews
On Tue, 26 May 2020 13:36:20 +0300 Greekforce1821 wrote: > Hello again! , I am experiencing some kind of errors in my bootable > kernel. As you can see in the photo, when I reached the end of the > guide and shutdown -r now the system, the kernel loaded but there > were some kind of errors

Re: [lfs-support] SIGFPE not generated by raise

2020-05-26 Thread Don Cross
On Tue, May 26, 2020 at 1:17 PM Ken Moffat wrote: > I'm trying to discover why two tests in the testsuite for 'check' > always fail for me. I've now got a response that the tests raise > SIGFPE but do not receive it. The example is > > ken@plexi ~/check-debug $cat test.c > #include > >

Re: [lfs-support] SIGFPE not generated by raise

2020-05-26 Thread Bruce Dubbs
On 5/26/20 12:17 PM, Ken Moffat wrote: I'm trying to discover why two tests in the testsuite for 'check' always fail for me. I've now got a response that the tests raise SIGFPE but do not receive it. The example is ken@plexi ~/check-debug $cat test.c #include #include int main() {

Re: [lfs-support] Kernel Error

2020-05-26 Thread Bruce Dubbs
On 5/26/20 5:36 AM, Greekforce1821 wrote: Hello again! , I am experiencing some kind of errors in my bootable kernel. As you can see in the photo, when I reached the end of the guide and shutdown -r now the system, the kernel loaded but there were some kind of errors  about root. How can I fix

[lfs-support] Kernel Error

2020-05-26 Thread Greekforce1821
Hello again! , I am experiencing some kind of errors in my bootable kernel. As you can see in the photo, when I reached the end of the guide and shutdown -r now the system, the kernel loaded but there were some kind of errors about root. How can I fix this? --