Search Criteria
Package Details: bubblejail 0.10.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/bubblejail.git (read-only, click to copy) |
|---|---|
| Package Base: | bubblejail |
| Description: | Bubblewrap based sandboxing utility |
| Upstream URL: | https://github.com/igo95862/bubblejail |
| Keywords: | sandbox |
| Licenses: | GPL-3.0-or-later |
| Submitter: | igo95862 |
| Maintainer: | igo95862 |
| Last Packager: | igo95862 |
| Votes: | 15 |
| Popularity: | 0.014962 |
| First Submitted: | 2020-10-07 13:36 (UTC) |
| Last Updated: | 2025-10-29 21:33 (UTC) |
Dependencies (18)
- bubblewrap (bubblewrap-gitAUR, bubblewrap-gitAUR, bubblewrap-suid)
- desktop-file-utils (desktop-file-utils-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libnotify (libnotify-gitAUR)
- python
- python-cattrs
- python-pyqt6 (python-pyqt6-pre-releaseAUR)
- python-pyxdg
- python-tomli-w
- xdg-dbus-proxy
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- linux-headers (linux-galaxyaudio-headers-binAUR) (make)
- meson (meson-gitAUR) (make)
- python-jinja (make)
- scdoc (scdoc-gitAUR) (make)
- bash-completion (bash-completion-gitAUR) (optional) – completions for bash shell
- fish (fish-gitAUR) (optional) – completions for fish shell
- slirp4netns (slirp4netns-gitAUR) (optional) – Namespaced networking stack
Latest Comments
1 2 Next › Last »
igo95862 commented on 2024-03-02 09:48 (UTC) (edited on 2024-03-02 09:49 (UTC) by igo95862)
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.
Baerbeisser commented on 2024-03-01 21:46 (UTC) (edited on 2024-03-01 21:52 (UTC) by Baerbeisser)
Yes, here. ✋
I have
PYTHONPYCACHEPREFIXin env andunset PYTHONPYCACHEPREFIXsolves the issue.Still think this is an issue with the build script,
__pycache__shouldn't be expected or copied around.Tiptup commented on 2023-11-16 09:04 (UTC) (edited on 2023-11-16 09:04 (UTC) by Tiptup)
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 4igo95862 commented on 2023-10-28 07:58 (UTC)
@xiota should be fixed now. Thank you for pointing this out.
igo95862 commented on 2023-07-02 08:22 (UTC)
@Henry-ZHR you are correct. I forgot to update it. Thank you for pointing this out.
Henry-ZHR commented on 2023-07-02 03:54 (UTC)
Should update dependency:
python-pyqt5->python-pyqt6igo95862 commented on 2023-02-12 09:14 (UTC)
@Nonie689 you need the GPG keys to verify the signatures. The PKGBUILD has the instructions in the comment.
Or you can use
--skippgpcheckand rely on SHA512 sums.nonie689 commented on 2022-06-22 12:25 (UTC) (edited on 2022-06-22 12:25 (UTC) by nonie689)
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
1 2 Next › Last »