i386 compilation error on Ubuntu Jammy

Questions about Wine on Linux
Locked
KenSharp
Level 4
Level 4
Posts: 122
Joined: Mon Jul 13, 2009 8:52 pm

i386 compilation error on Ubuntu Jammy

Post by KenSharp »

I thought it was about time I updated my chroots when compiling Wine so I've moved from Ubuntu Bionic to Ubuntu Jammy.

Wine64 compiles without issue, but Wine32 isn't so lucky.

Code: Select all

/home/test/wine/wine32/tools/makedep: /lib/i386-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /home/test/wine/wine32/tools/makedep)

Code: Select all

$ apt show libc6
Package: libc6
Version: 2.35-0ubuntu3.1
Priority: required
Section: libs
Source: glibc
Origin: Ubuntu
I've no idea how to get this working. The libc version is, apparently, correct. What am I missing?

A mixed Focal amd64 / Bionic i386 compilation seems to work fine so I'm sticking with that for now, but I'll have to update eventually (or just use Debian).
jkfloris
Level 12
Level 12
Posts: 3146
Joined: Thu Aug 14, 2014 10:10 am

Re: i386 compilation error on Ubuntu Jammy

Post by jkfloris »

Did you install the 32bit version as well?

Code: Select all

apt show libc6:i386
KenSharp
Level 4
Level 4
Posts: 122
Joined: Mon Jul 13, 2009 8:52 pm

Re: i386 compilation error on Ubuntu Jammy

Post by KenSharp »

Okay, well, I was pretty certain that I'd replied but I can't have.

This started working. I think it was just to a mess I made in the compilation directories.
Locked