Re: RFR: 8308086: GHA: x86_32 host configuration failing with unmet dependencies

2023-05-15 Thread Aleksey Shipilev
On Mon, 15 May 2023 10:00:42 GMT, Aleksey Shipilev wrote: > Currently failing at host configuration step with: > > > The following packages have unmet dependencies: > libc6:i386 : Depends: libgcc-s1:i386 but it is not going to be installed > libtiffxx5:i386 : Depends: libstdc++6:i386 (>= 5) b

Re: RFR: 8308086: GHA: x86_32 host configuration failing with unmet dependencies

2023-05-15 Thread Thomas Stuefe
On Mon, 15 May 2023 13:22:12 GMT, Aleksey Shipilev wrote: > > Thank you for fixing this > > Thanks for looking at it. Trivial, right? Trivial. - PR Comment: https://git.openjdk.org/jdk/pull/13981#issuecomment-1547890912

Re: RFR: 8308086: GHA: x86_32 host configuration failing with unmet dependencies

2023-05-15 Thread Aleksey Shipilev
On Mon, 15 May 2023 10:20:51 GMT, Thomas Stuefe wrote: > Thank you for fixing this Thanks for looking at it. Trivial, right? GHAs do not complain anymore. - PR Comment: https://git.openjdk.org/jdk/pull/13981#issuecomment-1547852643

Re: RFR: 8308086: GHA: x86_32 host configuration failing with unmet dependencies

2023-05-15 Thread Thomas Stuefe
On Mon, 15 May 2023 10:00:42 GMT, Aleksey Shipilev wrote: > Currently failing at host configuration step with: > > > The following packages have unmet dependencies: > libc6:i386 : Depends: libgcc-s1:i386 but it is not going to be installed > libtiffxx5:i386 : Depends: libstdc++6:i386 (>= 5) b

RFR: 8308086: GHA: x86_32 host configuration failing with unmet dependencies

2023-05-15 Thread Aleksey Shipilev
Currently failing at host configuration step with: The following packages have unmet dependencies: libc6:i386 : Depends: libgcc-s1:i386 but it is not going to be installed libtiffxx5:i386 : Depends: libstdc++6:i386 (>= 5) but it is not going to be installed ``` The fix is to add the dependen