#254 closed defect (duplicate)
Before starting with chapter 5, export LC_ALL="C"
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | Book | Version: | CVS |
Severity: | normal | Keywords: | |
Cc: |
Description
if LC_ALL is set to something else, there will be a high chance of getting problems later on in chapter 6 if you exit and re-enter after installing Glibc and before re-installing Bash. The problem encountered is this error which prevents you entering chroot:
loadlocale.c:220: _nl_load_locale: Assertion `idx % alignof (u_int32_t) == 0' failed
Somewere in chapter 5, introduction perhaps (or a seperate page titled "Important - Make Sure You Read This", or whatever looks good) add this command plus explanation. We can move the "test if $LFS is set if you plan to use it" to that page as well and remove it from chapter 5's introduction.
Change History (9)
comment:1 by , 23 years ago
comment:2 by , 23 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Since bug #149 fixes it, let's mark this one a duplicate
* This bug has been marked as a duplicate of 149 *
comment:3 by , 23 years ago
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
comment:4 by , 23 years ago
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
* This bug has been marked as a duplicate of 149 *
comment:6 by , 23 years ago
Owner: | changed from | to
---|---|
Status: | reopened → assigned |
comment:7 by , 23 years ago
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
* This bug has been marked as a duplicate of 249 *
comment:8 by , 23 years ago
Keywords: | VERIFIED added |
---|
confirmed that it's been added to chapter05/installasuser.xml as part of bug 249's fix.
comment:9 by , 23 years ago
Keywords: | VERIFIED removed |
---|
Bug 149 fixes this and adds an explanation to "Install everything as non-root" that will replace "Install all software as root"