Opened 16 years ago
Closed 16 years ago
#2259 closed task (fixed)
Chapter 5 text fixes
Reported by: | Chris Staub | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 6.4 |
Component: | Book | Version: | SVN |
Severity: | minor | Keywords: | |
Cc: |
Description
Here is a patch to address a number of issues with the text in Chapter 5. These are:
- Chapter 6 ncurses instructions mention its testsuite, but Chapter 5 instructions say it has none.
- The "bootstrap" make targe for GCC is no longer used at all (since that's now the default) so the text about the "bootstrap" target not being used in Pass 2 is not valid.
- GCC's specs patch has been replaced with a for loop/sed commands in the Pass 2 instructions, but the "Technical Notes" page still mentions the specs patch.
- I don't like the wording in Coreutils instructions referring to installing "su" ("because it cannot install it" doesn't sound right) though I guess this is debatable.
- Glibc instructions say not to bother with the testsuite since no c++ compiler has been installed yet. DejaGNU's testsuite also uses c++, so I believe its instructions should say the same thing.
Attachments (1)
Change History (7)
by , 16 years ago
Attachment: | chapter5-updates.patch added |
---|
comment:2 by , 16 years ago
Got a couple more...
- The Util-Linux-ng instructions say that the "libuuid.so" file is not found unless a flag is passed to make. Actually, as the E2fsprogs instructions in Chapter 5 only install its static libs, this should be "libuuid.a".
- The "Stripping" page says that the 2nd strip command will "skip some twenty files". However, the 1st strip command also skips a few (mostly .la files), and the number of skipped files is well over twenty (I counted 37 in /tools/{s,}bin, plus some in /tools/lib).
comment:3 by , 16 years ago
Replying to willimm:
Is this for 6.4?
If it is, put it there!
You just enjoy plastering your name over every single ticket, don't you?
comment:4 by , 16 years ago
Me too. I just removed all changes made to all tickets made by willimm. Since it is a one liner, I can remove comments a lot faster than he can make them.
comment:5 by , 16 years ago
Milestone: | → 6.4 |
---|---|
Owner: | changed from | to
comment:6 by , 16 years ago
Status: | new → assigned |
---|
comment:7 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Applied the patch. Thanks Chris.
Fixed at revision 8719.
Note:
See TracTickets
for help on using tickets.
Chapter 5 updates