[kde-freebsd] [Bug 200018] editors/kate-plugin-pate: Poudriere build fails: Filesystem touched during build
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Dec 14 17:23:24 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200018
Raphael Kubo da Costa <rakuco at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|Open |In Progress
--- Comment #3 from Raphael Kubo da Costa <rakuco at FreeBSD.org> ---
This is caused by kdelibs's PythonMacros.cmake creating .pyc and .pyo files
with ${STAGEDIR} in them. devel/py-pykde4's files (__init__.pyc and
pykdeconfig.pyc) are installed with ${STAGEDIR} hardcoded, kate-plugin-pate is
built with write permissions to the directory py-pykde4's files were installed,
writes them with the right paths and causes a filesystem violation.
I am trying to solve this upstream with
https://git.reviewboard.kde.org/r/126345/. If that lands, we'll need to bump
PORTREVISION in kdelibs4 and other ports that use the PYTHON_INSTALL() CMake
macro (checking lxr.kde.org lists at least the affected KDE ports).
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list