惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

雷峰网
雷峰网
aimingoo的专栏
aimingoo的专栏
云风的 BLOG
云风的 BLOG
Microsoft Security Blog
Microsoft Security Blog
Vercel News
Vercel News
The GitHub Blog
The GitHub Blog
T
The Blog of Author Tim Ferriss
Microsoft Azure Blog
Microsoft Azure Blog
U
Unit 42
IT之家
IT之家
D
DataBreaches.Net
Y
Y Combinator Blog
B
Blog RSS Feed
F
Fortinet All Blogs
GbyAI
GbyAI
V
Visual Studio Blog
博客园 - 叶小钗
Google DeepMind News
Google DeepMind News
美团技术团队
L
LangChain Blog
N
Netflix TechBlog - Medium
G
Google Developers Blog
Recent Announcements
Recent Announcements
T
Tailwind CSS Blog

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - lemminx
2026-06-17 · via AUR Newest Packages

Latest Comments

nervocalm commented on 2026-06-16 23:49 (UTC) (edited on 2026-06-16 23:50 (UTC) by nervocalm)

Hi everyone... It is giving error again in the license directory

install: cannot stat '/home/nervocalm/.cache/yay/lemminx/src/license/*': No such file or directory

Removing the license check/copy code, like @spixmaster showed below, worked for me. Thanks!

bart commented on 2026-05-26 06:40 (UTC)

@Spixmaster: It is fixed now. Sorry for the issues, but eclipse's mirror system is a bit ... peculiar

Spixmaster commented on 2026-05-24 10:04 (UTC)

I compiled from source. The tests fail so they have to be disabled.

Even then the result is broken.

❯ lemminx
Picked up _JAVA_OPTIONS: -Djava.util.prefs.userRoot=/home/matheus/.config/java/
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
no main manifest attribute, in /usr/share/java/lemminx/lemminx-0.31.1.jar
# Maintainer: Bart Libert <bart plus aur at libert dot email>
# Contributor: Radim Sückr <kontakt@radimsuckr.cz>

# This PKGBUILD is based on https://aur.archlinux.org/packages/jdtls, thank you

pkgname=lemminx
pkgver=0.31.1
_jarname="${pkgname}-${pkgver}.jar"
pkgrel=1
pkgdesc='Eclipse XML language server'
arch=('any')
url='https://github.com/eclipse/lemminx'
license=('EPL-2.0')
depends=('java-runtime')
makedepends=()
# https://download.eclipse.org/lemminx/releases/
source=("${pkgname}-v${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz"
    'launcher.sh')
sha512sums=('1d1b0d532991de8da7e1fb864f3094bf997aac236573eda4a9a30ba230517a1701ce71e7aed174dfad7be1caa1b15043a33912e95f7752561f1c6bfcf3981e8d'
    '21973956910861bb7c608a0240cc8fd2ef15a5753bfee8df36dfda39721a06d474a66c59a22501b990fb3d3d063531a385dca62a7e91b248c1cb9509aff77cec')
changelog="CHANGELOG.md"

build()
{
    cd "${srcdir}"/"${pkgname}"-"${pkgver}"/ || exit 1
    ./mvnw clean verify -DskipTests
}

package()
{
    install -Dm644 "${srcdir}"/"${pkgname}"-"${pkgver}"/org.eclipse.lemminx/target/org.eclipse.lemminx-0.31.1.jar "${pkgdir}/usr/share/java/lemminx/${_jarname}"
    #     for file in ${srcdir}/license/*; do
    #         install -Dm644 "${srcdir}/license/${file##*/}" "${pkgdir}/usr/share/licenses/${pkgname}/${file##*/}"
    #     done
    install -Dm755 "${srcdir}/launcher.sh" "${pkgdir}/usr/bin/lemminx"
}

Spixmaster commented on 2026-05-24 09:33 (UTC) (edited on 2026-05-24 09:35 (UTC) by Spixmaster)

I fixed the PKGBUILD locally. Even then, it is still broken.

❯ lemminx
Error: Invalid or corrupt jarfile /usr/share/java/lemminx/lemminx-0.31.1.jar

In general, the approach is wrong. Do not install a binary. Otherwise, the package should be called lemminx-bin.

Use ./mvnw clean verify.

Spixmaster commented on 2026-05-24 09:31 (UTC)

Error happens.

install: cannot stat '/home/matheus/.cache/paru/clone/lemminx/src/license/*': No such file or directory

Mailaender commented on 2026-05-18 11:13 (UTC)

Coelacanthus commented on 2024-01-16 15:48 (UTC)

Please follow RFC16 use EPL-2.0

Grelek commented on 2022-05-03 10:57 (UTC) (edited on 2022-05-03 10:57 (UTC) by Grelek)

thomy2000 commented on 2022-05-02 20:17 (UTC) (edited on 2022-05-02 20:19 (UTC) by thomy2000)

Oh they stopped doing releases and switched to tags instead. Hope others also see this. Sorry for flagging.

thomy2000 commented on 2022-05-02 20:09 (UTC)

Why is the version at 20 when the release on the git page is only at 11?