[Bug 205056] USE_PYTHON=autoplist fails to generate the correct plist when some tag is empty in

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Dec 6 11:51:24 UTC 2015


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

            Bug ID: 205056
           Summary: USE_PYTHON=autoplist fails to generate the correct
                    plist when some tag is empty in
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr at FreeBSD.org
          Reporter: yuri at rawbw.com
                CC: freebsd-ports-bugs at FreeBSD.org

For this very simple port:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201386

This error occurs without the patch:
> # make check-plist
> ====> Checking for pkg-plist issues (check-plist)
> ===> Parsing plist
> ===> Checking for items in STAGEDIR missing from pkg-plist
> Error: Orphaned: @dir bandit
> ===> Checking for items in pkg-plist which are not in STAGEDIR
> Error: Missing: bandit
> ===> Error: Plist issues found.
> *** Error code 1

The cause is the empty bandit= tag in setup.cfg:
> [files]
> data_files = 
>         bandit =

I am not familiar with 'autoplist', somebody should take a look why this empty
tag triggers the error in plist.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list