aura icon indicating copy to clipboard operation
aura copied to clipboard

Cannot update jdk-temurin packages

Open tsdh opened this issue 10 months ago • 1 comments

aura is unable to update or install the jdk-temurin packages (the former and all jdk<jdk-version>-temurin) packages from the AUR. They all fail with the same error:

❯ aura -Auax                                                                            
aura :: Fetching package information...
aura :: Comparing package versions...
aura :: AUR packages to upgrade:
 jdk-temurin :: 23.0.1.u11-1 -> 23.0.2.u7-1
aura :: Determining dependencies...
aura :: AUR packages:
 jdk-temurin
aura :: Proceed? [Y/n] y
aura :: Saved package state.
aura :: Preparing build directories...
aura :: Building jdk-temurin...
==> ERROR: install file (install_jdk-temurin.sh) does not exist or is not a regular file.
aura :: Package failed to build, citing:

  makepkg failed.

aura :: Action cancelled.

Doing it manually with makepkg works fine as well as using yay.

tsdh avatar Jan 26 '25 09:01 tsdh

Thanks for reporting. There must be an install file failing to be copied over to the build dir.

fosskers avatar Jan 26 '25 11:01 fosskers