[Bug 207527] archivers/dpkg: incorrect /var/db/dpkg contents

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Feb 26 18:07:54 UTC 2016


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

            Bug ID: 207527
           Summary: archivers/dpkg: incorrect /var/db/dpkg contents
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: pawel at FreeBSD.org
          Reporter: amdmi3 at FreeBSD.org
          Assignee: pawel at FreeBSD.org
             Flags: maintainer-feedback?(pawel at FreeBSD.org)

The port creates some directories under /var/db/dpkg:

post-install:
        (cd ${STAGEDIR}${DPKGDIR} && ${MKDIR} available diversions \
                statoverride status)

This is incorrect as these all should be files (spied at some ubuntu system)
and in fact this breaks dpkg operation. These should either not be touched at
all (if dpkg can create them on its own) or some default versions should be
installed and handled via @sample.

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


More information about the freebsd-ports-bugs mailing list