Comment 9 for bug 954029

Revision history for this message
opensshd (opensshd) wrote : Re: package gettext 0.18.1.1-5ubuntu3 failed to install/upgrade: gettext:i386 0.18.1.1-5ubuntu3 (Multi-Arch

Workaround - amd64 12.04 - stock repos:

sudo apt-cache policy wine

returns 1.4.0

sudo apt-get build-dep wine

Downloaded the source code for it here:

[url]http://sourceforge.net/projects/wine/files/Source/wine-1.4.tar.bz2/download[/url]

After build dep is done I:

$ ./configure --without-x --without-freetype
$ make
$ sudo make install

Wine installs no errors.

Then as the workaround to the GUI frontend I:

sudo apt-get install q4wine

QT GUI works =]