aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2020-07-24 06:28:49 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2020-07-24 06:28:49 +0000
commit2d5b16833bd84a2fce78f5d199d19b873a7b7aa9 (patch)
tree8b7d95eddcb42dbfbfdd86b176cb40e056324612 /UPDATING
parente631c689ee7ad219ce41b6cc731587d5048720c0 (diff)
downloadports-2d5b16833bd84a2fce78f5d199d19b873a7b7aa9.tar.gz
ports-2d5b16833bd84a2fce78f5d199d19b873a7b7aa9.zip
Amend bash entry from 20200716 with a solution for a know problem that occurs
after an incomplete base update. PR: 248209 (motivated by)
Notes
Notes: svn path=/head/; revision=543004
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 3fee8be08c68..4b6b2810321e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -65,6 +65,16 @@ you update your ports collection, before attempting any port upgrades.
# ln -s /etc/profile /usr/local/etc/
+ If you encounter the following error, you may have the obsolete
+ /lib/libreadline.so.8 lying around after an incomplete base update:
+
+ ld-elf.so.1: Undefined symbol "rl_signal_event_hook" referenced from COPY relocation in /usr/local/bin/bash
+
+ Please refer to to (23.5.6.2) in the FreeBSD Handbook on how to
+ safely check for outdated files and libraries:
+
+ https://www.freebsd.org/doc/en/books/handbook/makeworld.html
+
20200713:
AFFECTS: users of mail/php7[2-4]-imap
AUTHOR: tz@FreeBSD.org