Changes between Version 6 and Version 7 of gcc14-todo
- Timestamp:
- 02/02/2024 11:41:39 AM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
gcc14-todo
v6 v7 5 5 == Expect (5.45.4) 6 6 7 FTBFSwith `configure: error: could not find source file 'pty_.c'`.7 **FTBFS** with `configure: error: could not find source file 'pty_.c'`. 8 8 9 9 Fedora uses [https://src.fedoraproject.org/rpms/expect/blob/rawhide/f/expect-configure-c99.patch a patch], but the patch needs to run autoconf. For LFS we can just pass `CC="gcc -std=gnu89"` to configure. … … 27 27 https://lists.gnu.org/archive/html/bug-bash/2023-11/msg00104.html 28 28 29 Real issue.Causing multiple test failures (for e.g. "printf %.4f 1" outputs "0.0000").29 **Real issue.** Causing multiple test failures (for e.g. "printf %.4f 1" outputs "0.0000"). 30 30 31 31 Workaround: `bash_cv_strtold_broken=no` (for safety better include it in chapter 6 too, besides chapter 8).