Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 02 Aug 2020 08:37:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 248415] New port: databases/db18 Oracle Berkeley DB, Release 18.1
Message-ID:  <bug-248415-7788-03q2LsFS2y@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-248415-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-248415-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248415

--- Comment #2 from Yasuhiro KIMURA <yasu@utahime.org> ---
(In reply to VVD from comment #1)

It's a bit difficult to answer. What I can say is

* Neither format of database file nor log file is changed between 6.2 and 1=
8.1.
* Berkeley DB has been developed so it keeps backward compatibility of API.=
 So
source code that can be compiled with 6.2 should also be compiled with 18.1
* However, sometimes problem happens beyond scope of API compatibility. One=
 of
such cases is databases/ruby-bdb port. Because it it Ruby port it uses
extconf.rb as configuration script. But one of them included in source arch=
ive
doesn't consider case that major version of Berkeley DB has two or more dig=
its.
As a result it fails to configure with 18.1 and need to be patched. So I
wouldn't be surprised even if there are another one that fails to build with
18.1 for similar reason.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248415-7788-03q2LsFS2y>