[Bug 238712] editors/nvi-devel: Fix DB_CREATE error and segmentation fault

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jun 19 23:35:28 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238712

            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 at FreeBSD.org
          Reporter: leres at freebsd.org
          Assignee: johans at FreeBSD.org
             Flags: maintainer-feedback?(johans at FreeBSD.org)

Created attachment 205223
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=205223&action=edit
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="${EXINIT} expandtab" /usr/local/bin/nvi

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

   
https://github.com/handyman5/homebrew/commit/05b62a22b545761870fb1046d1c2c49cdba06b38

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

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


More information about the freebsd-ports-bugs mailing list