Changes between Version 13 and Version 14 of cross-chap5
- Timestamp:
- 05/06/2020 05:42:16 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cross-chap5
v13 v14 62 62 63 63 ==== glibc in ch6 failes with "bison: m4 subprocess failed" (Moody, 04.05.2020) 64 (BLOCKER: solved /workaround)64 (BLOCKER: solved) 65 65 66 66 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: … … 106 106 107 107 or pass M4=/usr/bin/m4 to configure for bison. 108 >> works (at least build, not booted)109 108 110 109 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)112 110 113 111 or move bison (and flex) to chroot. 114 >> + m4 ??115 112 116 113 Solution:: 117 one of the discussed above. Not yet decided114 Moving bison/flex to chroot as well doing a test on /bin being a link. 118 115 119 116 ----