Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux localinstall is not installing deplist #193

Closed
CharmsStyler opened this issue Dec 2, 2019 · 1 comment
Closed

Linux localinstall is not installing deplist #193

CharmsStyler opened this issue Dec 2, 2019 · 1 comment

Comments

@CharmsStyler
Copy link

CharmsStyler commented Dec 2, 2019

Describe the bug

As per instructions here https://docs.aws.amazon.com/corretto/latest/corretto-8-ug/generic-linux-install.html
yum localinstall is not installing openjdk deplist see yum deplist java-1.8.0-openjdk.x86_64

To Reproduce

sudo yum localinstall java-1.8.0-amazon-corretto-devel-1.8.0_232.b09-1.x86_64.rpm

Run sample java application

import java.awt.GraphicsEnvironment;
class FontTest{
  public static void main(String[] args) {
         String[] fonts = GraphicsEnvironment
                 .getLocalGraphicsEnvironment()
                 .getAvailableFontFamilyNames();

         for (String font : fonts) {
             System.out.println(font);
         }
         
   }
}

Expected behavior

install corretto8 along with its(openjdk) package dependencies

Platform information

OS: Centos
Version java-1.8.0-amazon-corretto-devel-1.8.0_232.b09-1.x86_64.rpm
@alvdavi
Copy link
Contributor

alvdavi commented Dec 3, 2019

Hi,

Thanks for pointing this out. Back in the day we took the decision to make Corretto RPMs not to depend on anything as they were just the tgz repackaged. We are reconsidering this position right now, we will keep this ticket updated.

@ziyiluo ziyiluo added this to the 8u242 milestone Dec 18, 2019
@ziyiluo ziyiluo removed this from the 8u242 milestone Feb 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants