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

Raphael Kubo da Costa <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Open                        |In Progress

--- Comment #3 from Raphael Kubo da Costa <[email protected]> ---
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.
_______________________________________________
kde-freebsd mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to