Package Details: basex 12.0-2

Git Clone URL: https://aur.archlinux.org/basex.git (read-only, click to copy)
Package Base: basex
Description: Light-weight, high-performance XML database system and XPath/XQuery processor.
Upstream URL: https://basex.org/
Licenses: BSD
Submitter: chheien
Maintainer: drrossum
Last Packager: drrossum
Votes: 24
Popularity: 0.000000
First Submitted: 2010-07-04 06:43 (UTC)
Last Updated: 2025-10-28 11:16 (UTC)

Dependencies (3)

Required by (0)

Sources (3)

Latest Comments

1 2 3 4 Next › Last »

chrisd12348765 commented on 2025-10-21 14:29 (UTC) (edited on 2025-10-22 00:21 (UTC) by chrisd12348765)

I'm having an issue installing with 'yay -S basex':

install: cannot stat 'img/logo_256.png': No such file or directory ==> ERROR: A failure occurred in package(). Aborting... -> error making: basex-exit status 4 -> Failed to install the following packages. Manual intervention is required: basex - exit status 4

Update: a BaseX team member has passed along some additional, possibly helpful info. Here is their message:

"I don't know who manages the AUR packaging process in the Arch sphere of communities, but an update to the PKGBUILD process maybe needs to happen. It looks like there's an extract and install logo step[1] that needs a small syntax change:

from: jar -xf basex/BaseX.jar img/logo_256.png to: jar -xf basex/BaseX.jar img/logo_large-0.png

Maybe there was a change in how BaseX bundles up those PNGs for the JAR back in the past."

drrossum commented on 2020-09-14 08:57 (UTC)

thanks for notifying me. Fixed that now

jeroenhd commented on 2020-09-12 08:44 (UTC) (edited on 2020-09-12 08:44 (UTC) by jeroenhd)

Getting a SHA mismatch after the latest version bump

==> Validating source files with sha1sums...
    BaseX942.zip ... FAILED
    basex.sh ... Passed
    BaseX.desktop ... Passed
==> ERROR: One or more files did not pass the validity check!

mrshannon commented on 2017-05-19 17:52 (UTC)

This package needs java-environment added to the makedepends array. The java-runtime from the depends array is not enough to build as it does not provide the jar command.

rst0aur commented on 2017-04-03 09:23 (UTC)

@drrossum Thanks for pointing this. No, I am using fish.

drrossum commented on 2017-02-08 08:13 (UTC)

Are you using csh? Because the profile.d/basex.sh should add the BASEX_HOME/bin to your PATH variable on a sh compatible shell.

rst0aur commented on 2017-02-04 20:49 (UTC)

Adding symlinks to the executable scripts of basex might be useful :) sudo ln -s /usr/share/java/basex/bin/* /usr/bin/

Admat81 commented on 2016-05-12 16:16 (UTC) (edited on 2016-05-12 19:14 (UTC) by Admat81)

@maxf: hmmm... I have installed all 'java-runtime" stuff (jre8-openjdk-headless, jre8-openjdk, jdk8-openjdk) but I had no set default Java environment. So I used this: 'archlinux-java fix' and after that I installed BaseX from AUR package sucessfull without any problems :D Thanks!

maxf commented on 2016-05-12 11:25 (UTC)

@Admat81: You're missing 'java-runtime', which is missing as a dependency in this package. Install a JRE (for example jdk8-openjdk since you'll probably also want javac) to fix this.

Admat81 commented on 2016-05-12 11:14 (UTC)

When I try install it, I have ERROR: /tmp/yaourt-tmp-user/aur-basex/./PKGBUILD: line 39: jar: command not found A failure occurred in package(). Makepkg was unable to build basex. I'm new and I don't know, how to install it correctly :(