Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Sep 2020 09:29:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 249255] devel/tortoisehg: Python autoplist generates invalid items
Message-ID:  <bug-249255-21822-mfbrXRUQk2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-249255-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-249255-21822@https.bugs.freebsd.org/bugzilla/>

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

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |needs-qa
           Severity|Affects Only Me             |Affects Many People
              Flags|                            |maintainer-feedback?(python
                   |                            |@FreeBSD.org)
             Status|New                         |Open
           Assignee|python@FreeBSD.org          |arrowd@FreeBSD.org
                 CC|                            |python@FreeBSD.org
            Summary|Python autoplist generates  |devel/tortoisehg: Python
                   |invalid items               |autoplist generates invalid
                   |                            |items

--- Comment #1 from Kubilay Kocak <koobs@FreeBSD.org> ---
autoplist uses setuptools --record output to produce the pkg-plist. This ca=
n be
verified by looking at the various plist files in the $WRKDIR post-install

All else being equal, it's very likely these files aren't packaged correctly
upstream, in the sense that they aren't in the --record output, due to being
'specially handled' in some way.

The usual method this takes place is custom build* or install* methods in
setup.py, that override or replace the defaults in setuptools, which fail to
add the files being processed to setuptools output files list that's used in
--record output.

Workaround: pkg-plist entries can be used in combination (complementary to)
autoplist, so put those "missing" pkg-plist entries there, if they arent
already, until the root cause is identified and resolved.

--=20
You are receiving this mail because:
You are on the CC list for the bug.
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-249255-21822-mfbrXRUQk2>