Changes between Version 13 and Version 14 of cross-chap5


Ignore:
Timestamp:
05/06/2020 05:42:16 PM (4 years ago)
Author:
thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • cross-chap5

    v13 v14  
    6262
    6363==== glibc in ch6 failes with "bison: m4 subprocess failed" (Moody, 04.05.2020)
    64   (BLOCKER: solved/workaround)
     64  (BLOCKER: solved)
    6565
    6666  While it has been reported (in IRC) that others have build CC5 successfully on Arch, here is what happens when compiling `glibc` in Chap6 after installing man-pages:
     
    106106
    107107  or pass M4=/usr/bin/m4 to configure for bison.
    108   >> works (at least build, not booted)
    109108
    110109  or `if [ -L /bin ]; then PATH=$LFS/tools/bin:/usr/bin; else PATH=$LFS/tools/bin:/bin:/usr/bin; fi`
    111   >> works (at least build, not booted)
    112110
    113111  or move bison (and flex) to chroot.
    114   >> + m4 ??
    115112
    116113 Solution::
    117   one of the discussed above. Not yet decided
     114  Moving bison/flex to chroot as well doing a test on /bin being a link.
    118115
    119116----