mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Alphas with libc.so between 2003/03/12 and 2003/03/29 cannot be
upgraded cleanly. Document the reason and possible workarounds. Requested by: gallatin
This commit is contained in:
parent
a70a2b741b
commit
47a657d1b8
1 changed files with 15 additions and 0 deletions
15
UPDATING
15
UPDATING
|
|
@ -27,6 +27,21 @@ NOTE TO PEOPLE WHO THINK THAT 5.0-CURRENT IS SLOW:
|
|||
effects of this bug (hang on boot when starting devd), some
|
||||
allowances are made.
|
||||
|
||||
20030329:
|
||||
Alphas with libc from between 20030312 and 20030329 exhibit
|
||||
floating point exceptions (FPEs), most notably in awk(1)
|
||||
while upgrading the system through a buildworld.
|
||||
|
||||
So, to successfully upgrade your Alpha, you must either
|
||||
downgrade your libc.so to a pre-20030312 version, or update
|
||||
/usr/share/mk/bsd.cpu.mk to revision 1.26 which adds -mieee
|
||||
to CFLAGS, then forcibly rebuild and install libc:
|
||||
|
||||
cd /usr/src/lib/libc && \
|
||||
make cleandir && make obj && \
|
||||
make -DNOMAN -DNOPROFILE all && \
|
||||
make -DNOMAN -DNOPROFILE install
|
||||
|
||||
20030208:
|
||||
sendmail 8.12.7 has been imported. It has one important
|
||||
change for IPv6 users. The default submit.mc now uses
|
||||
|
|
|
|||
Loading…
Reference in a new issue