You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2019. It is now read-only.
[x] Installing Java build requirements success
[x] Making build directories success
[x] Updating from https://github.com/rraptorr/sun-java6 success
[x] Removing local clones of sun-java6 success
[x] Cloning sun-java6 with v6.45-1 success
[x] Getting releases download page success
[x] Downloading jdk-6u45-linux-i586.bin : 68.47 MB success
[x] Symlinking jdk-6u45-linux-i586.bin success
[x] Downloading jdk-6u45-linux-x64.bin : 68.75 MB success
[x] Symlinking jdk-6u45-linux-x64.bin success
success
[x] Downloading jce_policy-6.zip : 8.89 KB success
[x] Symlinking jce_policy-6.zip success
[x] Updating the changelog success
[x] Building the packages success
ERROR! Packages failed to build.
The following lines are the last lines of oab-java.sh.log:
[x] Building the packages dpkg-buildpackage: source package sun-java6
dpkg-buildpackage: source version 6.45-1~saucy1
dpkg-buildpackage: source changed by root <root@grappa>
dpkg-source --before-build src
dpkg-buildpackage: host architecture amd64
dpkg-checkbuilddeps: Unmet build dependencies: lib32asound2
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: warning: (Use -d flag to override.)
17708's retcode: 3
success
After some research I found that lib32asound2 is not present in ubuntu repositories starting from 13.10. This probably comes from the multi-arch switch on debian.
Probably some packages still keep lib32asound2 as dependency.
The text was updated successfully, but these errors were encountered:
Hi, I obtain the following error on Ubuntu 13.10:
The following lines are the last lines of oab-java.sh.log:
After some research I found that lib32asound2 is not present in ubuntu repositories starting from 13.10. This probably comes from the multi-arch switch on debian.
Probably some packages still keep lib32asound2 as dependency.
The text was updated successfully, but these errors were encountered: