mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 10:42:45 +00:00
Document the (alpha only) "out of memory" and "PT_LOAD: too few segments"
problems with the new groff and mention possible workarounds for people buildworlding to current. Reviewed by: ru (a slighly older version)
This commit is contained in:
parent
7c697970f4
commit
fd9e8bdaef
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105889
14
UPDATING
14
UPDATING
@ -22,6 +22,20 @@ NOTE TO PEOPLE WHO THINK THAT 5.0-CURRENT IS SLOW:
|
||||
integrity. Re-enabling write caching can substantially improve
|
||||
performance.
|
||||
|
||||
20021023:
|
||||
Alphas with kernels from between 20020830 and 20021023 and/or
|
||||
rtld (ld-elf.so.1) older than 20021023 may experience problems
|
||||
with groff while doing a buildworld (kernel: "out of memory",
|
||||
fixed in rev 1.129 of kern/imgact_elf.c; rtld: "too few PT_LOAD
|
||||
segments", fixed in rev 1.8 of libexec/rtld-elf/map_object.c).
|
||||
|
||||
So, to successfully upgrade your Alpha, you must either
|
||||
upgrade your kernel and rtld first (which might be a bit
|
||||
tricky), or avoid running the bootstrapped groff during the
|
||||
"transitional" buildworld. To avoid running groff during the
|
||||
transitional upgrade run make buildworld with -DNOMAN,
|
||||
-DNO_SHAREDOCS, and -DNO_LPR.
|
||||
|
||||
20020831:
|
||||
gcc has been upgraded to 3.2. It is not all binary compatible
|
||||
with earlier versions of gcc for c++ programs. All c++
|
||||
|
Loading…
Reference in New Issue
Block a user