Opened 13 years ago
Closed 13 years ago
#3033 closed defect (invalid)
glibc-2.14.1/scripts/gen-sorted.awk problems
Reported by: | Murphy McMahon | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.2 |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
I am going through the book (development version) for the first time using Ubuntu 11.10 as the base OS.
At chapter 5.7 (Glibc-2.14.1), make
would not run due to unescaped slashes on a few lines (19, 59, and a few others) of glibc-2.14.1/scripts/gen-sorted.awk.
Escaping the slashes allowed make
to compile, as expected.
Change History (2)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
I'm going to mark this as invalid. Discuss problems like these on lfs-support. The most likely issue is that you are not using gawk as explained in the host system requirements.
Also, the default shell for Ubuntu is dash. Make sure you changed to to bash.
Note:
See TracTickets
for help on using tickets.
Update: I believe the offending lines are 19, 59, and 65, judging from the temporary files created by Emacs. I did not create a patch before changing and saving the file, sorry.