[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2014-03-21 Thread Scott Ritchie
** Also affects: wine1.6 (Ubuntu) Importance: Undecided Status: New ** Changed in: wine1.6 (Ubuntu) Importance: Undecided => Wishlist ** Changed in: wine1.4 (Ubuntu) Status: Confirmed => Won't Fix ** Summary changed: - apt-get build-dep script for wine missing xorg and + Wi

[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2013-08-21 Thread Dan Kegel
lxc is the easiest way to do the chroot. http://wiki.winehq.org/WineOn64bit shows how to build just the 32 bit part; http://wiki.winehq.org/BuildingBiarchWineOnUbuntu shows how to build and install a biarch 32/64 bit wine. -- You received this bug notification because you are a member of Ubuntu

[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2013-04-07 Thread K1773R
its a good idea to implement a new feature into a LTS and break the system itself... just sad ubuntu team, its getting worse and worse! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/944321 Title: ap

[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2012-12-13 Thread Scott Ritchie
This is not a simple fix and requires substantial engineering. It is, however, specced out and in progress: https://wiki.ubuntu.com/MultiarchCross Now, you could argue that we should not have attempted multiarch at all until multiarch cross was ready, but if that were the case we still wouldn't h

[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2012-12-13 Thread dk
This is important guys - please fix this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/944321 Title: apt-get build-dep script for wine missing xorg and To manage notifications about this bug go to

[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2012-11-26 Thread B Bobo
** Tags added: multiarch ubuntu-disaster -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/944321 Title: apt-get build-dep script for wine missing xorg and To manage notifications about this bug go to:

[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2012-10-21 Thread Daniel Harvison
haha01haha01, I actually find the vm a little more straightforward. It's just like compiling wine used to be before the blasted multiarch troubles. And I'm definitely not experienced in messing around with chroots. -- You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2012-10-20 Thread haha01haha01
Thanks for your research Daniel, it looks like I'm going with 32-bit then. By the way, I think you can use a chroot to compile wine on 64-bit, you don't need to set up a whole vm for that. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2012-10-18 Thread Daniel Harvison
Eric Appleman & haha01haha01, I've installed Quantal and had a go myself, it still has the freetype problem when trying to compile wine. Guess I'm stuck with my virtualbox method for now. This is so very annoying for those of us trying to build wine from source, it's more or less necessary for some

[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2012-10-15 Thread haha01haha01
I also wish to know that, with quantal being rolled out next week, I need to know whether I am going with 32 or 64 and the compilability of wine is my most major concern. Has anybody tried to do this on quantal64 and can update us on the situation? -- You received this bug notification because yo

[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2012-09-13 Thread Eric Appleman
Has the situation in quantal improved at all? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/944321 Title: apt-get build-dep script for wine missing xorg and To manage notifications about this bug g

[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2012-07-18 Thread killown
sudo apt-get install libfreetype6-dev:i386 removes libc6-dev:i386 libfreetype6-dev:i386 linux-libc-dev:i386 zlib1g-dev:i386 Can't compile wine because that -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2012-06-25 Thread James Christie
The issue is that you need the development headers for your libraries, which are not co-installable. Your system can easily install both the 64 and 32bit version of libraries to run applications. When compiling software though, you need the header files that inform the compiler about the functional

[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2012-06-22 Thread kenjiru
I've also tried to install libfreetype6-dev:i386 and it started removing random packages. Until I figure it out, it removed : build-essential dkms g++ gcc gcc-multilib nvidia-current. Please fix this package! I find unacceptable to require people to install a 32bit system just for compiling wine!

[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2012-06-13 Thread James Christie
It's hardly a fix, but a workaround that I used is to install 32bit Ubuntu into a virtual machine with VirtualBox. I compiled wine there and then copied the folder to the host machine. After that you only need to make sure that the 32bit libraries are installed, which can be done by running "sudo a

[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2012-06-12 Thread Timur Losev
I nearly forgot, here is glibconfig.h with 32bit support. Eric Pouech indicated where to put it. http://dl.dropbox.com/u/60967706/glibconfig.h Hope this help -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2012-06-12 Thread Timur Losev
Finally. I got some results. Just want to warn: I am not pro-linux-user. I am just a programmer. I installed gcc-snapshot for compiling 32bit applications(-m32 flag). I compiled freetype-249 and wine on gcc-snapshot. configure command for freetype: ../configure CC="/usr/lib/gcc-snapshot/bin/gcc"

[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2012-06-12 Thread Timur Losev
btw, version buit by me is 1.5.6 - latest from repo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/944321 Title: apt-get build-dep script for wine missing xorg and To manage notifications about this

[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2012-05-07 Thread michael
libfreetype6-dev_2.4.8-1ubuntu2_i386.deb seems to be very ugly packagedit even removed: build-essential dkms g++ gcc gcc-multilib libcairo2-dev libfontconfig1-dev libfreetype6-dev libgtk2.0-dev libpango1.0-dev libxft-dev nvidia-current oss-linux Who but some sick...would want to remove gcc

[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2012-05-03 Thread Michael Mc Donnell
This is affecting me as well. Anyway to finally get the fonts to install and continue trying to build wine? Ubuntu 12.04 is unfortunately severally broken. Eric Pouech managed to compile 32-bit wine with a lot of hacks. See http://permalink.gmane.org/gmane.comp.emulators.wine.devel/89728 -- You

[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2012-05-03 Thread Bryan Pederson
This is affecting me as well. Anyway to finally get the fonts to install and continue trying to build wine? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/944321 Title: apt-get build-dep script for w

[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2012-04-30 Thread Michael Mc Donnell
The X package is now co-installable? I used: $ sudo apt-get install libx11-dev:i386 Which made configure continue. Now the problem is that I can't install libfreetype6-dev:i386 without also removing gcc :-( -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2012-04-22 Thread Laryllan
Hi Scott, i'd like a how-to or sth too. Needing wine and cannot get it to work on precise. Thanks for your help. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/944321 Title: apt-get build-dep scrip

[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2012-04-20 Thread tizbac
Still no way of building it? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/944321 Title: apt-get build-dep script for wine missing xorg and To manage notifications about this bug go to: https://bug

[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2012-04-11 Thread Scott Ritchie
https://wiki.ubuntu.com/MultiarchSpec#Co-installable_-dev_packages Again, dev packages are not co-installable but they should be. To build the wine package 12.04 you need to build the i386 parts in an i386 pbuilder and the amd64 parts natively or in an amd64 pbuilder, and then install the wine-i3

[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2012-04-11 Thread Vlad
I run @vlad:/tmp/wine-1.5.1# sudo apt-get build-dep wine then I get @vlad:/tmp/wine-1.5.1# ./configure checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the

[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2012-04-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: wine1.4 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/944321 Title: apt

[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2012-03-27 Thread Dan Kegel
Why aren't dev packages coinstallable? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/944321 Title: apt-get build-dep script for wine missing xorg and To manage notifications about this bug go to: h

[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2012-03-27 Thread Dan Kegel
oh, crap. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/944321 Title: apt-get build-dep script for wine missing xorg and To manage notifications about this bug go to: https://bugs.launchpad.net/ubu

[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2012-03-26 Thread Scott Ritchie
Yes, 32-on-64 builds of Wine in Precise are substantially more complicated now, because -dev packages are not cross-architecture coinstallable. I recommend setting up a 32-bit chroot for building 32-bit wine. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2012-03-26 Thread Susan Cragin
apt-get build-dep wine1.4:i386 and/or wine1.4-i386:386 do not work. The script defaults to wine1.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/944321 Title: apt-get build-dep script for wine missi

[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2012-03-02 Thread Scott Ritchie
The Wine package now builds differently on amd64 than on i386 - it builds 64-bit only, and then i386 support is pulled in a cross architecture way. It has to be this way, both to get 64 bit support and because due to multiarch the build daemons no longer have access to i386 packages on amd64. You

[Bug 944321] Re: apt-get build-dep script for wine missing xorg and

2012-03-02 Thread Martin Pitt
** Package changed: apport (Ubuntu) => wine1.4 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/944321 Title: apt-get build-dep script for wine missing xorg and To manage notifications about