Re: [lfs-support] Booting LFS with systemd

2018-07-13 Thread Hazel Russman
On Fri, 13 Jul 2018 08:26:01 +0100 Ken Moffat wrote: > On Fri, Jul 13, 2018 at 12:47:50AM -0400, Michael Shell wrote: > > I should have realized that since Hazel was working with the full git tree, > > that he could easily revert any commit within git. Duh! > > > > H ... I think what I was t

Re: [lfs-support] Booting LFS with systemd

2018-07-13 Thread Frans de Boer
On 13-07-18 16:24, Michael Shell wrote: On Fri, 13 Jul 2018 09:35:24 -0400 Michael Shell wrote: what exactly did gdb say about systemd's crash? And FWIW, command output can be logged to a file as well as displayed on the screen at the same time via the use of tee: gdb /bin/program | tee gd

Re: [lfs-support] Booting LFS with systemd

2018-07-13 Thread Michael Shell
On Fri, 13 Jul 2018 09:35:24 -0400 Michael Shell wrote: > what exactly did gdb say about systemd's crash? And FWIW, command output can be logged to a file as well as displayed on the screen at the same time via the use of tee: gdb /bin/program | tee gdb_log.txt Actually, from https://www.lin

Re: [lfs-support] Booting LFS with systemd

2018-07-13 Thread Michael Shell
On Fri, 13 Jul 2018 09:35:24 -0400 Michael Shell wrote: > In anycase, either by changing the m4/binutils build order, or > adding the symlink, you can compile glibc successfully, right? I read Bruce's old post too quickly. That symlink fix was for building the newer binutils, not glibc. Actuall

Re: [lfs-support] Booting LFS with systemd

2018-07-13 Thread Michael Shell
On Fri, 13 Jul 2018 14:28:12 +0200 Frans de Boer wrote: > In an effort to understand why systemd crashes and having a message > that there is a segfault in glibc while booting, i tried to > recompile all again. Now I can't even compile glibc. Frans, We kind of leaped over some steps/info her

Re: [lfs-support] Booting LFS with systemd

2018-07-13 Thread Frans de Boer
On 06-07-18 08:23, Frans de Boer wrote: On 07/06/2018 05:32 AM, Michael Shell wrote: On Thu, 5 Jul 2018 21:48:16 +0200 Frans de Boer wrote: I had even rebuild everything with systemd-232, and that worked as before. But after 232, things started to behave strange. Now way to debug systemd, wha

Re: [lfs-support] Booting LFS with systemd

2018-07-13 Thread Ken Moffat
On Fri, Jul 13, 2018 at 12:47:50AM -0400, Michael Shell wrote: > On Thu, 12 Jul 2018 08:41:23 +0100 > Ken Moffat wrote: > > > And the generic command is probably 'git revert 7744ccdbc16f' but > > since I'm not currently bisecting, I'm not sure what state that > > would leave things in. > > >