Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Feb 2016 18:07:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 207527] archivers/dpkg: incorrect /var/db/dpkg contents
Message-ID:  <bug-207527-13@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: amdmi3@FreeBSD.org
          Assignee: pawel@FreeBSD.org
             Flags: maintainer-feedback?(pawel@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.

--=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-207527-13>