
























Yes, here. ✋
I have PYTHONPYCACHEPREFIX in env and unset PYTHONPYCACHEPREFIX solves the issue.
Still think this is an issue with the build script, __pycache__ shouldn't be expected or copied around.
Does someone experience the same error?
ERROR: File 'src/bubblejail/__pycache__' could not be found
==> FEHLER: Ein Fehler geschah in package().
Breche ab...
-> Fehler beim Erstellen: bubblejail-exit status 4
-> Die folgenden Pakete konnten nicht installiert werden. Ein manueller Eingriff ist erforderlich:
bubblejail - exit status 4
@xiota should be fixed now. Thank you for pointing this out.
@Henry-ZHR you are correct. I forgot to update it. Thank you for pointing this out.
Should update dependency: python-pyqt5 -> python-pyqt6
@Nonie689 you need the GPG keys to verify the signatures. The PKGBUILD has the instructions in the comment.
Or you can use --skippgpcheck and rely on SHA512 sums.
Failed with:
==> Verifying source file signatures with gpg... bubblejail-0.6.2.tar.gz ... FAILED (unknown public key F1A55E62951B2143)
==> Making package: bubblejail 0.6.2-1 (Wed Jun 22 14:24:02 2022)
==> WARNING: Skipping dependency checks.
==> Retrieving sources...
-> Found bubblejail-0.6.2.tar.gz
-> Found bubblejail-0.6.2.tar.gz.sig
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting bubblejail-0.6.2.tar.gz with bsdtar
bsdtar: Failed to set default locale
==> Sources are ready.
:: failed to verify integrity or prepare bubblejail package
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
The PYTHONPYCACHEPREFIX issue should be fixed with the commit f6e6346b964156b767391854580dfa24d3a74b3a
Although the byte code cache will probably not be used correctly. I will probably switch to the meson provided bytecode compilation over home made solution.