Helo,
to get some experience with bubblewrap using bubblejail as a GUI (AUR) I tried to install bubblejail by cli command in Manjaro:
sudo pamac install bubblejail
I got follwoing error message (German parts of the text translated!)
Cloning bubblejail Build-Files…
Running as unit: run-u74.service
Finished with result: exit-code
Main processes terminated with: code=exited, status=239/CACHE_DIRECTORY
Service runtime: 19ms
CPU time consumed: 7ms
Memory peak: 1.5M (swap: 0B)
Error: Process couldn’t be prepared successfully:
Error cloning of build-files for bubblejail.
Does anybody know what is wrong and can explain how to get the install process working?
Try the correct command:
pamac build bubblejail
Never use sudo with pamac as it will mess up permissions, and always use build
instead of install
for building AUR packages with pamac.
Also, make sure that you have the base-devel
package installed before you start the build.
TL:DR
DISCLAIMER: AUR packages are user produced content. Any use of the provided files is at your own risk.
sudo pacman-mirrors -aS unstable
sudo pacman -Syu base-devel
When you sync your system any CUSTOM package may cease to function without warning OR your system may cease to function due to a CUSTOM package - therefore one must remove all CUSTOM packages before an issue can be validated as related to Manjaro.
custom packages - unsupported - you are on your own!
Manjaro and AUR
This …
4 Likes
works flawlessly with:
yay -S bubblejail
Also works flawlessly with pamac build bubblejail
:
Compiling '/var/tmp/pamac-build-scotty/bubblejail/pkg/bubblejail/usr/lib/bubblejail/python-packages/bubblejail/bwrap_config.py'...
Compiling '/var/tmp/pamac-build-scotty/bubblejail/pkg/bubblejail/usr/lib/bubblejail/python-packages/bubblejail/exceptions.py'...
Compiling '/var/tmp/pamac-build-scotty/bubblejail/pkg/bubblejail/usr/lib/bubblejail/python-packages/bubblejail/services.py'...
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "bubblejail"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: bubblejail 0.9.1-1 (Tue 27 Aug 2024 20:13:19)
==> Cleaning up...
Checking keyring... [1/1]
Checking integrity... [1/1]
Loading packages files... [1/1]
Checking file conflicts... [1/1]
Checking available disk space... [1/1]
Installing bubblejail (0.9.1-1)... [1/1]
Running post-transaction hooks...
Arming ConditionNeedsUpdate... [1/3]
Updating icon theme caches... [2/3]
Updating the desktop file MIME type cache... [3/3]
Transaction successfully finished.
Thankyou for all the rapid and very helpful replies for a non expert and simple
Manjaro user like me.
Really great!
I mean … yes it is the correct syntax.
But pamac will try build
if install
does not find any repo package.
2 Likes
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.