Re: [lfs-support] A speedup with 4.14 and later kernels (against Meltdown)

2018-02-15 Thread Ken Moffat
On Thu, Feb 15, 2018 at 12:43:21PM +, Hazel Russman wrote: > I'm not sure what Ken means by "bisect" but I have established that the most > recent 4.13 kernel (4.13.16) boots with acpi enabled and 4.14.1 doesn't, nor > anything later than that. > 'git bisect'. In other words, working

Re: [lfs-support] Adjusting the Toolchain: components with '-linux-gnu' should be ignored

2018-02-15 Thread René Nyffenegger
I am afraid I have to bother you again with theser SEARCH_DIRs. While the question above pertained to step 6.10, I now have a similar thing in Step 6.20 (Installation of GCC) SEARCH_DIR("=/tools/x86_64-pc-linux-gnu/lib64") SEARCH_DIR("/usr/lib") SEARCH_DIR("/lib")

Re: [lfs-support] Adjusting the Toolchain: components with '-linux-gnu' should be ignored

2018-02-15 Thread Baho Utot
On 2/15/2018 10:58 AM, René Nyffenegger wrote: On 02/15/2018 01:54 PM, Baho Utot wrote: On 2/15/2018 5:51 AM, René Nyffenegger wrote: As I am proceeding with building LFS, I am now in Step 6.10, Adjusting the Toolchain. The book instructs me to grep 'SEARCH.*/usr/lib' dummy.log |sed

Re: [lfs-support] Adjusting the Toolchain: components with '-linux-gnu' should be ignored

2018-02-15 Thread René Nyffenegger
On 02/15/2018 01:54 PM, Baho Utot wrote: On 2/15/2018 5:51 AM, René Nyffenegger wrote: As I am proceeding with building LFS, I am now in Step 6.10, Adjusting the Toolchain. The book instructs me to grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g' On my system, the output is:   

Re: [lfs-support] make -k check hangs in installation of GCC

2018-02-15 Thread Pierre Labastie
On 15/02/2018 15:11, René Nyffenegger wrote: I am trying to install GCC (Step 6.20, http://www.linuxfromscratch.org/lfs/view/stable/chapter06/gcc.html) The line reading    make -k check seems to hang. The last lines printed are (before my intervention with CTRL-C) are

[lfs-support] make -k check hangs in installation of GCC

2018-02-15 Thread René Nyffenegger
I am trying to install GCC (Step 6.20, http://www.linuxfromscratch.org/lfs/view/stable/chapter06/gcc.html) The line reading make -k check seems to hang. The last lines printed are (before my intervention with CTRL-C) are

Re: [lfs-support] A speedup with 4.14 and later kernels (against Meltdown)

2018-02-15 Thread Thomas Seeling
Hallo, > Thomas, I'm not quite sure what you are asking me to do. I save all > my config files for reference. I've got a 4.14.1 kernel building now, > made with oldconfig using the 4.13.16 config file and defaults for > all new options. What exactly do you want me to do with it when it's >

Re: [lfs-support] Adjusting the Toolchain: components with '-linux-gnu' should be ignored

2018-02-15 Thread Baho Utot
On 2/15/2018 5:51 AM, René Nyffenegger wrote: As I am proceeding with building LFS, I am now in Step 6.10, Adjusting the Toolchain. The book instructs me to grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g' On my system, the output is:   SEARCH_DIR("=/tools/x86_64-pc-linux-gnu/lib64")  

Re: [lfs-support] A speedup with 4.14 and later kernels (against Meltdown)

2018-02-15 Thread Hazel Russman
On Thu, 15 Feb 2018 09:47:33 +0100 Thomas Seeling wrote: > Hallo, > > >> I wonder if that explains the problems I am having with recent > >> kernels. I am running on an old machine without PCID (I just > >> checked) and I cannot boot anything later than the end of series

[lfs-support] Adjusting the Toolchain: components with '-linux-gnu' should be ignored

2018-02-15 Thread René Nyffenegger
As I am proceeding with building LFS, I am now in Step 6.10, Adjusting the Toolchain. The book instructs me to grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g' On my system, the output is: SEARCH_DIR("=/tools/x86_64-pc-linux-gnu/lib64") SEARCH_DIR("/usr/lib") SEARCH_DIR("/lib")

Re: [lfs-support] Step 6.9: error: missing __attribute__ ((constructor)) support

2018-02-15 Thread René Nyffenegger
I'm afraid your problem is just a stupid typo somewhere in either glibc, binutils or gcc, either in chapter 5 or 6. Tim, you're right. I must have overlooked something. I was able to build Glibc in the second step now. -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ:

Re: [lfs-support] Step 6.9: error: missing __attribute__ ((constructor)) support

2018-02-15 Thread René Nyffenegger
you seem to be misreading what the book says. The current stable book is 8.1, and the following specific minimum versions are mentioned: gcc-4.7 (you imply versions > 4.4.1 are not tested) glibc-2.11. As Pierre said, gcc-7.3.0 did not exist when 8.1 was released. In practice it should be

Re: [lfs-support] A speedup with 4.14 and later kernels (against Meltdown)

2018-02-15 Thread Thomas Seeling
Hallo, >> I wonder if that explains the problems I am having with recent >> kernels. I am running on an old machine without PCID (I just >> checked) and I cannot boot anything later than the end of series >> 4.13. The panic occurs in the acpi driver I have some old machines which I reuse as DNS,

Re: [lfs-support] A speedup with 4.14 and later kernels (against Meltdown)

2018-02-15 Thread Ken Moffat
On Thu, Feb 15, 2018 at 07:57:31AM +, Hazel Russman wrote: > On Thu, 15 Feb 2018 06:52:02 + > Ken Moffat wrote: > > > If anyone is still using an older stable kernel on stressed-out > > intel hardware, I've just been reading a post which mentions that > > 4.14

Re: [lfs-support] A speedup with 4.14 and later kernels (against Meltdown)

2018-02-15 Thread Hazel Russman
On Thu, 15 Feb 2018 06:52:02 + Ken Moffat wrote: > If anyone is still using an older stable kernel on stressed-out > intel hardware, I've just been reading a post which mentions that > 4.14 now *uses* PCID (Processor Context ID, apparently added with > Westmere