Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2019 23:35:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 238712] editors/nvi-devel: Fix DB_CREATE error and segmentation fault
Message-ID:  <bug-238712-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 238712
           Summary: editors/nvi-devel: Fix DB_CREATE error and
                    segmentation fault
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: johans@FreeBSD.org
          Reporter: leres@freebsd.org
          Assignee: johans@FreeBSD.org
             Flags: maintainer-feedback?(johans@FreeBSD.org)

Created attachment 205223
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D205223&action=
=3Dedit
patch

Under certain conditions nvi crashes with:

    BDB0635 DB_CREATE must be specified to create databases.
    Segmentation fault (core dumped)

I sometimes see it using this tcsh alias:

    alias pvi 'env EXINIT=3D"${EXINIT} expandtab" /usr/local/bin/nvi

This patch applies a macports.org fix found in this github commit:

=20=20=20
https://github.com/handyman5/homebrew/commit/05b62a22b545761870fb1046d1c2c4=
9cdba06b38

that adds the DB_CREATE flag when using bdb >=3D 4.4.

--=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-238712-7788>