Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Dec 2013 09:30:06 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336703 - head
Message-ID:  <201312170930.rBH9U6hv090782@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Tue Dec 17 09:30:06 2013
New Revision: 336703
URL: http://svnweb.freebsd.org/changeset/ports/336703

Log:
  Instructions to work around ruby-bdb breakage through bugfix upgrade of db[56].

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Tue Dec 17 09:28:19 2013	(r336702)
+++ head/UPDATING	Tue Dec 17 09:30:06 2013	(r336703)
@@ -5,6 +5,34 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20131217:
+  AFFECTS: users of databases/ruby-bdb and databases/db5 or databases/db6
+  AUTHOR: mandree@FreeBSD.org
+
+  databases/db5 and databases/db6 have recently been updated to fix
+  bugs. This changed their patchlevel version.
+
+  However, ruby-bdb breaks during the upgrade due to a bug described in
+  <http://www.freebsd.org/cgi/query-pr.cgi?pr=184921>.
+
+  THIS MEANS THAT YOU MUST NOT USE PORTUPGRADE TO UPGRADE databases/db5
+  databases/db6 and databases/ruby-bdb. Doing that will break the latter and
+  cause corrupted dependency data.  Use portmaster for the upgrade.
+
+  If you are in a situation where portupgrade refuses to work with
+  errors like:
+
+  DB needs compatible versions of libdb & db.h
+    you have db.h version 5.3.21 and libdb version 5.3.28
+
+  then you must manually upgrade the ruby-bdb port and repair dependency data:
+
+  # make -C /usr/ports/databases/ruby-bdb all deinstall install clean
+  # pkgdb -fu
+  # portupgrade -f db5 db6
+
+  This should return portupgrade to normal operation.
+
 20131216:
   AFFECTS: users of x11/xorg, graphics/libGL, graphics/dri, all xorg ports
   AUTHOR: zeising@FreeBSD.org



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