Skip to content
This repository was archived by the owner on Apr 9, 2019. It is now read-only.
This repository was archived by the owner on Apr 9, 2019. It is now read-only.

oab-java.sh fails to package java 6 on Ubuntu 14.04 #133

@shinji257

Description

@shinji257

Java 6 fails to package on Ubuntu 14.04. Maybe issue started with 13.10 but I can't test at this time.

This is due to a dependency on packages that no longer exists. The best I can tell is that they were dropped on 13.10.

Packages in question are lib32asound2 and ia32-libs.

lib32asound2 is likely just libasound2:i386 however ia32-libs was pulling in a bunch of other stuff and I don't know what the additional needed is there.

Using a fork of the script I was able to install Java 7 and Java 8 successfully.
Java 6 fails to package on Ubuntu 14.04. Maybe issue started with 13.10 but I can't test at this time.

This is due to a dependency on packages that no longer exists. The best I can tell is that they were dropped on 13.10.

Packages in question are lib32asound2 and ia32-libs.

lib32asound2 is likely just libasound2:i386 however ia32-libs was pulling in a bunch of other stuff and I don't know what the additional needed is there.

Using a fork of the script I was able to install Java 7 and Java 8 successfully.

Fork: https://github.com/ladios/oab-java6/blob/master/oab-java.sh

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions