Opened 16 years ago
Closed 16 years ago
#2206 closed defect (fixed)
Tcl/E2fsprogs libraries are read only
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 6.4 |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
This is a small but annoying issue. The Tcl library is installed read only. So if you follow the instructions to strip the binaries, you'll get an error message when it tries to strip the Tcl library. Both chapters 5 and 6 are affected.
If it is determined that the library should be left read only, then a note in the stripping sections should be created saying there will be an error.
Change History (5)
comment:1 by , 16 years ago
Summary: | Tcl library is read only → Tcl/E2fsprogs libraries are read only |
---|
comment:2 by , 16 years ago
Milestone: | 7.0 → 6.4 |
---|
comment:3 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
comment:5 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Added chmod instructions to e2fsprogs and tcl to ensure all libraries are writable by root for stripping.
Fixed at revision 8709.
Note:
See TracTickets
for help on using tickets.
Noted that in Chapter 5 installation of E2fsprogs the static libraries are installed read-only as well. Same thing if you try to strip them. You'll get an error message. They should probably be set 644.