Re: Wine missing from repositories?

2006-04-16 Thread Neil Skrypuch
On Sunday, April 16, 2006 01:54, Dee Ayy wrote:
> 1) I installed wine at work from kubunu breezy repositories (standard and
> maybe universe and multiverse repositories are added) on wednesday
> 4/12/2006, yet on thursday 4/13/2006 I installed ubuntu breezy at home and
> definitely had standard, universe, multiverse, and even the *deb
> http://wine.sourceforge.net/apt/ binary/* repository added, yet could not
> see wine available for installation.  Is Wine missing from repositories?
>
> 2) I thought I might be able to build wine from source for my AMD64 using
> the info on this page http://www.winehq.com/site/download-deb , but I seem
> to be getting a ubuntu compiler problem.  But I am posting the error in
> case it is a winehq problem and this helps you (and attaching config.log):
>
> [EMAIL PROTECTED]:/home/user1/apt_sources# apt-get --build source wine
> Reading package lists... Done
> Building dependency tree... Done
> Need to get 13.6MB of source archives.
> Get:1 http://wine.sourceforge.net source/ wine 0.9.11~winehq1-1 (dsc)
> [1209B]
> Get:2 http://wine.sourceforge.net source/ wine 0.9.11~winehq1-1 (tar) [
> 13.5MB]
> Get:3 http://wine.sourceforge.net source/ wine 0.9.11~winehq1-1 (diff) [
> 47.1kB]
> Fetched 3B in 0s (4B/s)
> Skipping unpack of already unpacked source in wine-0.9.11~winehq1
> dpkg-buildpackage: source package is wine
> dpkg-buildpackage: source version is 0.9.11~winehq1-1
> dpkg-buildpackage: source changed by Scott Ritchie <[EMAIL PROTECTED]>
> dpkg-buildpackage: host architecture amd64
>  debian/rules clean
> dh_testdir
> dh_testroot
> rm -f build-stamp
> # Add here commands to clean up after the build process.
> /usr/bin/make distclean
> make[1]: Entering directory `/home/user1/apt_sources/wine-0.9.11~winehq1'
> make[1]: *** No rule to make target `distclean'.  Stop.
> make[1]: Leaving directory `/home/user1/apt_sources/wine-0.9.11~winehq1'
> make: [clean] Error 2 (ignored)
> #-/usr/bin/make -C documentation clean
> dh_clean
>  debian/rules build
> dh_testdir
> # Add here commands to configure the package.
> CFLAGS="-Wall -g -O2" ./configure --host=x86_64-linux-gnu
> --build=x86_64-linux-gnu --prefix=/usr --mandir=\${prefix}/share/man
> --infodir=\${prefix}/share/info
> checking build system type... x86_64-pc-linux-gnu
> checking host system type... x86_64-pc-linux-gnu
> checking whether make sets $(MAKE)... yes
> checking for x86_64-linux-gnu-gcc... gcc -m32
> checking for C compiler default output file name... configure: error: C
> compiler cannot create executables
> See `config.log' for more details.
> make: *** [config.status] Error 77
> Build command 'cd wine-0.9.11~winehq1 && dpkg-buildpackage -b -uc' failed.
> E: Child process failed
>
>
> Please advise.
> **

Wine builds as a 32-bit app by default. Judging by your config.log, you don't 
have any 32-bit emulation libraries installed, and a variety of these are 
needed to build Wine. If you build Wine as a 64-bit app, you'll only be able 
to run 64-bit Windows applications.

I don't use the apt packages, so I won't comment on them beyond noting that 
there does appear to be packages here: 
http://wine.sourceforge.net/apt/breezy/

- Neil




Wine missing from repositories?

2006-04-15 Thread Dee Ayy
1) I installed wine at work from kubunu breezy repositories (standard
and maybe universe and multiverse repositories are added) on wednesday
4/12/2006, yet on thursday 4/13/2006 I installed ubuntu breezy at home
and definitely had standard, universe, multiverse, and even the deb http://wine.sourceforge.net/apt/ binary/ repository added, yet could not see wine available for installation.  Is Wine missing from repositories?


2) I thought I might be able to build wine from source for my AMD64
using the info on this page http://www.winehq.com/site/download-deb ,
but I seem to be getting a ubuntu compiler problem.  But I am
posting the error in case it is a winehq problem and this helps you
(and attaching config.log):

[EMAIL PROTECTED]:/home/user1/apt_sources# apt-get --build source wine
Reading package lists... Done
Building dependency tree... Done
Need to get 13.6MB of source archives.
Get:1 http://wine.sourceforge.net source/ wine 0.9.11~winehq1-1 (dsc) [1209B]
Get:2 http://wine.sourceforge.net source/ wine 0.9.11~winehq1-1 (tar) [13.5MB]
Get:3 http://wine.sourceforge.net source/ wine 0.9.11~winehq1-1 (diff) [47.1kB]
Fetched 3B in 0s (4B/s)
Skipping unpack of already unpacked source in wine-0.9.11~winehq1
dpkg-buildpackage: source package is wine
dpkg-buildpackage: source version is 0.9.11~winehq1-1
dpkg-buildpackage: source changed by Scott Ritchie <[EMAIL PROTECTED]>
dpkg-buildpackage: host architecture amd64
 debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp
# Add here commands to clean up after the build process.
/usr/bin/make distclean
make[1]: Entering directory `/home/user1/apt_sources/wine-0.9.11~winehq1'
make[1]: *** No rule to make target `distclean'.  Stop.
make[1]: Leaving directory `/home/user1/apt_sources/wine-0.9.11~winehq1'
make: [clean] Error 2 (ignored)
#-/usr/bin/make -C documentation clean
dh_clean
 debian/rules build
dh_testdir
# Add here commands to configure the package.
CFLAGS="-Wall -g -O2" ./configure --host=x86_64-linux-gnu
--build=x86_64-linux-gnu --prefix=/usr --mandir=\${prefix}/share/man
--infodir=\${prefix}/share/info
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for x86_64-linux-gnu-gcc... gcc -m32
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
make: *** [config.status] Error 77
Build command 'cd wine-0.9.11~winehq1 && dpkg-buildpackage -b -uc' failed.
E: Child process failed


Please advise.
 
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by Wine configure 0.9.11, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure --host=x86_64-linux-gnu --build=x86_64-linux-gnu --prefix=/usr --mandir=${prefix}/share/man --infodir=${prefix}/share/info

## - ##
## Platform. ##
## - ##

hostname = ubuntu
uname -m = x86_64
uname -r = 2.6.12-10-amd64-generic
uname -s = Linux
uname -v = #1 Sat Mar 11 16:15:30 UTC 2006

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch  = x86_64
/usr/bin/arch -k   = unknown
/usr/convex/getsysinfo = unknown
hostinfo   = unknown
/bin/machine   = unknown
/usr/bin/oslevel   = unknown
/bin/universe  = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/bin/X11


## --- ##
## Core tests. ##
## --- ##

configure:1424: checking build system type
configure:1442: result: x86_64-pc-linux-gnu
configure:1450: checking host system type
configure:1464: result: x86_64-pc-linux-gnu
configure:1504: checking whether make sets $(MAKE)
configure:1524: result: yes
configure:1541: checking for x86_64-linux-gnu-gcc
configure:1567: result: gcc -m32
configure:1849: checking for C compiler version
configure:1852: gcc -m32 --version &5
gcc (GCC) 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:1855: $? = 0
configure:1857: gcc -m32 -v &5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --with-gxx-include-dir=/usr/include/c++/4.0.2 --enable-shared --with-system-zlib --libexecdir=/usr/lib --enable-nls --without-included-gettext --enable-threads=posix --program-suffix=-4.0 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk-default --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-