http://bugs.winehq.org/show_bug.cgi?id=15620
--- Comment #12 from Nenad Mikša DoDoEntertainment@gmail.com 2008-10-17 07:04:18 --- Created an attachment (id=16703) --> (http://bugs.winehq.org/attachment.cgi?id=16703) Wine's configuration log
Just as I have started a regression test, I've run into a big troubles.
First of all:
dodo@2nd-of-12:~/wine_new/wine-git$ sudo apt-get build-dep wine wine-dev [sudo] password for dodo: Reading package lists... Done Building dependency tree Reading state information... Done E: Build-dependencies for wine could not be satisfied. dodo@2nd-of-12:~/wine_new/wine-git$ sudo apt-get install git-core flex bison libstdc++6-dev libartsc0-dev libasound2-dev libaudio2 libaudiofile0 libc6-dev libesd-alsa0 libesd0-dev libgcc1 libgl1-mesa-glx libgl1-mesa-dev libglib2.0-0 libglu1-mesa-dev libgphoto2-2-dev libgphoto2-port0 libice6 liblcms1-dev libldap2-dev libsm6 libx11-6 libxau6 libxext6 libxml2-dev libxslt1.1 libxt6 libxxf86vm1 msttcorefonts build-essential Reading package lists... Done Building dependency tree Reading state information... Done git-core is already the newest version. flex is already the newest version. bison is already the newest version. libaudio2 is already the newest version. libaudio2 set to manually installed. libaudiofile0 is already the newest version. libc6-dev is already the newest version. libc6-dev set to manually installed. libesd-alsa0 is already the newest version. libesd0-dev is already the newest version. libesd0-dev set to manually installed. libgcc1 is already the newest version. libgl1-mesa-glx is already the newest version. libglib2.0-0 is already the newest version. libgphoto2-port0 is already the newest version. libgphoto2-port0 set to manually installed. libice6 is already the newest version. libice6 set to manually installed. libldap2-dev is already the newest version. libldap2-dev set to manually installed. libsm6 is already the newest version. libsm6 set to manually installed. libx11-6 is already the newest version. libxau6 is already the newest version. libxau6 set to manually installed. libxext6 is already the newest version. libxml2-dev is already the newest version. libxslt1.1 is already the newest version. libxt6 is already the newest version. libxt6 set to manually installed. libxxf86vm1 is already the newest version. libxxf86vm1 set to manually installed. msttcorefonts is already the newest version. build-essential is already the newest version. Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: libasound2-dev: Depends: libasound2 (= 1.0.15-3ubuntu4) but 1.0.16-0ubuntu0.1 is to be installed libglu1-mesa-dev: Depends: libglu1-mesa (= 7.0.3~rc2-1ubuntu3) but 7.1.0~git20080728.b5095ab9-0ubuntu0tormod is to be installed E: Broken packages
After I've figured out how to solve that (I had to enable debian's repository and I'm on ubuntu hardy), I've run into an even bigger problem: after running the same command again, I've got this:
The following packages have unmet dependencies: libglu1-mesa-dev: Depends: libglu1-mesa (= 7.0.3-6) but 7.1.0~git20080728.b5095ab9-0ubuntu0tormod is to be installed libstdc++6-dev: Depends: g++-3.4 (= 3.4.6-6ubuntu5) but it is not going to be installed Depends: gcc-3.4-base (= 3.4.6-6ubuntu5) but 3.4.6-8 is to be installed E: Broken packages
After that, ignoring the above errors, I've run the following:
dodo@2nd-of-12:~/wine_new/wine-git$ CC="ccache gcc -m32" ./configure --verbose 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... ccache gcc -m32 checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details.
Can someone please help me with these errors?
In the meantime I've tried RollerCoaster Tycoon. It has sound with 1.1.5, but kills the sound with 1.1.6 too.
Can anyone else recreate this bug, or is it x86_64 and "Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller" specific bug?