Bug 224534 - devel/py-qt5-core: fs violations due to stray __pycache__ directories
Summary: devel/py-qt5-core: fs violations due to stray __pycache__ directories
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-23 05:51 UTC by Yuri Victorovich
Modified: 2018-04-13 23:02 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (kde)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2017-12-23 05:51:54 UTC
The PyQt5-based package audio/Carla fails with fs_violation: http://package21.nyi.freebsd.org/data/111amd64-default-qat/456875/logs/errors/Carla-1.9.7.b.279.log

> =>> Checking for filesystem violations... done
> =>> Error: Filesystem touched during build:
> extra: usr/local/lib/python3.6/site-packages/PyQt5/__pycache__/pyrcc_main.cpython-36.pyc

__pycache__ aren't supposed to be left.
Comment 1 Walter Schwarzenfeld freebsd_triage 2018-03-07 06:16:06 UTC
Does 
https://svnweb.freebsd.org/ports?view=revision&revision=463772
it fix?
Comment 2 Adriaan de Groot freebsd_committer freebsd_triage 2018-04-13 23:02:10 UTC
The packages for py-qt5-core and py-qt5-xml now include the compiled files in __cache__ to avoid this; that was introduced in the revision that comment #1 refers to.