Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jul 2017 12:30:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 220596] shells/xonsh: Python-ish BASH-wards shell
Message-ID:  <bug-220596-21822-ClLAzQbxbo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-220596-21822@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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

--- Comment #5 from Roberto Fernandez Cueto <roberfern@gmail.com> ---
I am following the steps under
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/testing.html
and I have found the following:

Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: %%PYTHON_SITELIBDIR%%/xonsh/__amalgam__.py
Error: Orphaned:
%%PYTHON_SITELIBDIR%%/xonsh/__pycache__/__amalgam__.cpython-36.%%PYTHON_PYOEXTENSION%%
Error: Orphaned:
%%PYTHON_SITELIBDIR%%/xonsh/__pycache__/__amalgam__.cpython-36.pyc
Error: Orphaned: %%PYTHON_SITELIBDIR%%/xonsh/completers/__amalgam__.py
Error: Orphaned:
%%PYTHON_SITELIBDIR%%/xonsh/completers/__pycache__/__amalgam__.cpython-36.%%PYTHON_PYOEXTENSION%%
Error: Orphaned:
%%PYTHON_SITELIBDIR%%/xonsh/completers/__pycache__/__amalgam__.cpython-36.pyc
Error: Orphaned: %%PYTHON_SITELIBDIR%%/xonsh/history/__amalgam__.py
Error: Orphaned:
%%PYTHON_SITELIBDIR%%/xonsh/history/__pycache__/__amalgam__.cpython-36.%%PYTHON_PYOEXTENSION%%
Error: Orphaned:
%%PYTHON_SITELIBDIR%%/xonsh/history/__pycache__/__amalgam__.cpython-36.pyc
Error: Orphaned: %%PYTHON_SITELIBDIR%%/xonsh/prompt/__amalgam__.py
Error: Orphaned:
%%PYTHON_SITELIBDIR%%/xonsh/prompt/__pycache__/__amalgam__.cpython-36.%%PYTHON_PYOEXTENSION%%
Error: Orphaned:
%%PYTHON_SITELIBDIR%%/xonsh/prompt/__pycache__/__amalgam__.cpython-36.pyc
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.

Is it usual to find this kind of errors on python ports or how can I solve this
issue so this message disappears?

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

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220596-21822-ClLAzQbxbo>