Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 2020 06:28:50 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r543004 - head
Message-ID:  <202007240628.06O6SoiI014832@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Fri Jul 24 06:28:49 2020
New Revision: 543004
URL: https://svnweb.freebsd.org/changeset/ports/543004

Log:
  Amend bash entry from 20200716 with a solution for a know problem that occurs
  after an incomplete base update.
  
  PR:	248209 (motivated by)

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Fri Jul 24 06:21:08 2020	(r543003)
+++ head/UPDATING	Fri Jul 24 06:28:49 2020	(r543004)
@@ -65,6 +65,16 @@ you update your ports collection, before attempting an
 
   # 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007240628.06O6SoiI014832>