#[SOLVED] AUR: epic-asset-manager - ERROR: A failure occurred in prepare() when running makepkg -si

17 messages · Page 1 of 1 (latest)

frank tartan
#

trying to install this from the AUR and I'm getting an error that I can't really figure out...here's the console output:

==> Making package: epic-asset-manager 3.8.6-1 (Wed 26 Mar 2025 10:14:20 AM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found v3.8.6.tar.gz
==> Validating source files with sha256sums...
    v3.8.6.tar.gz ... Passed
==> Extracting sources...
  -> Extracting v3.8.6.tar.gz with bsdtar
==> Starting prepare()...
==> ERROR: A failure occurred in prepare().
    Aborting...```
everything I've googled says RTFM, but there's no information in this particular error...the prepare block doesn't do much at all...Any ideas?
#

what does this even do? prepare() { cd "$srcdir" [[ -d build ]] && rm -rf build }

analog adderBOT
prisma ledge
#

Lol

frank tartan
#

I much prefer to solve the actual problem with the package on aur...seems like it's a problem with the pkg that needs to be addressed?

#

can I remove the prepare function from the pkgbuild?

prisma ledge
#

cd "$srcdir" are unnecesssary

frank tartan
#

[SOLVED] AUR: epic-asset-manager - ERROR: A failure occurred in prepare() when running makepkg -si

frank tartan
# prisma ledge Yep

That worked! I've posted a comment on the package page. Marking solved. Thanks for the help!