Artix Linux Forum

Artix Linux => Package management => Topic started by: fehigax145 on 12 June 2021, 11:37:45

Title: [FIXED] Can't install jre-openjdk and jdk-openjdk from gremlins repo
Post by: fehigax145 on 12 June 2021, 11:37:45
warning: cannot resolve "libharfbuzz.so=libharfbuzz.so-64", a dependency of "jre-openjdk-headless"
warning: cannot resolve "jre16-openjdk-headless=16.0.1-1", a dependency of "jre-openjdk"
warning: cannot resolve "jre16-openjdk=16.0.1-1", a dependency of "jdk-openjdk"
warning: cannot resolve "libharfbuzz.so=libharfbuzz.so-64", a dependency of "jre-openjdk-headless"
warning: cannot resolve "jre16-openjdk-headless=16.0.1-1", a dependency of "jre-openjdk"
:: The following packages cannot be upgraded due to unresolvable dependencies:
      jdk-openjdk  jre-openjdk
Title: Re: Can't install jre-openjdk and jdk-openjdk from gremlins repo
Post by: fehigax145 on 12 June 2021, 11:45:54
There is a typo in depends section in jre-openjdk-headless package.
In Arch repos it is libharfbuzz.so=0-64
In Artix repos it is libharfbuzz.so=libharfbuzz.so-64
Title: Re: Can't install jre-openjdk and jdk-openjdk from gremlins repo
Post by: alium on 12 June 2021, 12:14:15
hi, thanks for report!
where exactly you see that?
There is a typo in depends section in jre-openjdk-headless package.
In Arch repos it is libharfbuzz.so=0-64
In Artix repos it is libharfbuzz.so=libharfbuzz.so-64
PKGBUILD in artix should be exactly copy of archlinux PKGBUILD (i just copyied it, not modified)
Title: Re: Can't install jre-openjdk and jdk-openjdk from gremlins repo
Post by: fehigax145 on 12 June 2021, 12:16:29
pacman -Si jre-openjdk-headless
Title: Re: Can't install jre-openjdk and jdk-openjdk from gremlins repo
Post by: SGOrava on 12 June 2021, 13:04:08
Yeah, but last build seems to have failed and the reported error is present in testing.
Title: Re: Can't install jre-openjdk and jdk-openjdk from gremlins repo
Post by: alium on 12 June 2021, 13:45:59
another version of java-openjdk in testing, please test it
Title: Re: Can't install jre-openjdk and jdk-openjdk from gremlins repo
Post by: fehigax145 on 12 June 2021, 14:16:16
another version of java-openjdk in testing, please test it
It works! Thank you!