Error while installing e os installer in arch linux

while installing easy installer in arch its show some error

==> Making package: easy-installer 0.13.4-2 (Wed 07 Sep 2022 16:34:18 IST)
==> Checking runtime dependencies…
==> Checking buildtime dependencies…
==> Retrieving sources…
→ Updating easy-installer-0.13.4 git repo…
→ Found easy-installer.8.md
==> Validating source files with md5sums…
easy-installer-0.13.4 … Skipped
easy-installer.8.md … Passed
==> Extracting sources…
→ Creating working copy of easy-installer-0.13.4 git repo…
Reset branch ‘makepkg’
==> Removing existing $pkgdir/ directory…
==> Starting build()…

Task :buildSrc:compileJava NO-SOURCE
Task :buildSrc:compileGroovy NO-SOURCE
Task :buildSrc:processResources NO-SOURCE
Task :buildSrc:classes UP-TO-DATE
Task :buildSrc:jar UP-TO-DATE
Task :buildSrc:assemble UP-TO-DATE
Task :buildSrc:compileTestJava NO-SOURCE
Task :buildSrc:compileTestGroovy NO-SOURCE
Task :buildSrc:processTestResources NO-SOURCE
Task :buildSrc:testClasses UP-TO-DATE
Task :buildSrc:test NO-SOURCE
Task :buildSrc:check UP-TO-DATE
Task :buildSrc:build UP-TO-DATE

Configure project :
Found module name ‘ecorp.easy.installer’

Task :clean

Task :compileJava
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

Task :processResources
Task :classes
Task :jar
Task :prepareMergedJarsDir
Task :createMergedModule
Task :createDelegatingModules
Task :prepareModulesDir

Task :jlink FAILED
Error: Hash of java.xml (4b805321762bc6762fabcde937d39fbc32cbfb19ab44bcf5cd6dd69a83960a9e) differs to expected hash (91ebb0c25713aacebb2071a372e7a358ef31f69f265094464d3e2e81dcce553a) recorded in java.base

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ‘:jlink’.

Process ‘command ‘/usr/lib/jvm/java-11-openjdk/bin/jlink’’ finished with non-zero exit value 1

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 4s
9 actionable tasks: 9 executed

That doesn’t look like the procedure described in Easy Installer beta for Linux

I’m not familiar with Arch, but it doesn’t seem that a package for the installer exists: Arch Linux - Package Search

How exactly are you trying to install?

Edit: searching for that kind of error message gives several results, e.g. Comment #8 : Bug #1868699 : Bugs : openjdk-14 package : Ubuntu but I’m not sure how to fix the thing that is mentioned as the reason for this failure.

Edit2: I actually found something it the code repository of the installer, see aur: fix jlink error during build (!167) · Merge requests · e / devices / Easy Installer · GitLab

1 Like

I’ve added the information to the troubleshooting topic

1 Like

No, it does not show up there but is found

https://aur.archlinux.org/packages/easy-installer

and is documented for dependencies but Flagged out-of-date (2022-08-25).

This is an AUR package and not from the official repositories.
It did not work for me either :frowning:
I did however succeed with the snap version. Try this.