[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[pkg-wine-party] Bug#618224: marked as done (wine-unstable: FTBFS: configure: error: FreeType 32-bit development files not found. Fonts will not be built.)



Your message dated Mon, 15 Aug 2011 22:33:40 +0200
with message-id <4E4982A4.3020704@arcticnet.no>
and subject line Re: wine-unstable: FTBFS: configure: error: FreeType 32-bit development, files not found. Fonts will not be built.
has caused the Debian Bug report #618224,
regarding wine-unstable: FTBFS: configure: error: FreeType 32-bit development files not found. Fonts will not be built.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
618224: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618224
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: wine-unstable
Version: 1.1.32-1
Severity: serious
Tags: wheezy sid
User: debian-qa@lists.debian.org
Usertags: qa-ftbfs-20110313 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
>  /usr/bin/fakeroot debian/rules clean
> bash debian/prep-control.sh "-unstable"
> bash debian/multiarch-control.sh "n" "n"
> touch control-stamp
> dh_testdir
> dh_testdir
> rm -f install-arch32-stamp build-arch32-stamp configure-arch32-stamp
> rm -f install-arch64-stamp build-arch64-stamp configure-arch64-stamp
> rm -rf build32
> rm -rf build64
> dh_testdir
> dh_testroot
> bash debian/clean-install.sh "-unstable"
> rm -f install-arch-stamp build-indep-stamp configure-ia32-stamp control-stamp
> rm -rf lib32
> dh_clean
> # can't rm debian/control here because it'd break dpkg-buildpackage.
>  dpkg-source -b wine-unstable-1.1.32
> dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1)
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building wine-unstable using existing wine-unstable_1.1.32.orig.tar.gz
> dpkg-source: info: building wine-unstable in wine-unstable_1.1.32-1.diff.gz
> dpkg-source: warning: the diff modifies the following upstream files: 
>  Makefile.in
>  configure
>  configure.ac
>  dlls/Makedll.rules.in
>  dlls/comdlg32/Makefile.in
>  dlls/wineps.drv/Makefile.in
>  dlls/winex11.drv/xfont.c
>  fonts/Makefile.in
>  libs/wine/Makefile.in
>  loader/wine.man.in
>  tools/Makefile.in
> dpkg-source: info: use the '3.0 (quilt)' format to have separate and documented changes to upstream files, see dpkg-source(1)
> dpkg-source: info: building wine-unstable in wine-unstable_1.1.32-1.dsc
>  debian/rules build
> bash debian/prep-control.sh "-unstable"
> bash debian/multiarch-control.sh "n" "n"
> touch control-stamp
> dh_testdir
> dh_testdir
> touch build-indep-stamp
> mkdir lib32 || true
> bash debian/ia32.sh /emul/ia32-linux lib32
> Symlinking in ia32-libs...
> touch configure-ia32-stamp
> dh_testdir
> mkdir build32 || true
> cd build32 && \
> 	CC="gcc" \
> 	CFLAGS="-O2 -g" \
> 	LDFLAGS=" -L/build/user-wine-unstable_1.1.32-1-amd64-_KVJaR/wine-unstable-1.1.32/lib32" \
> 	../configure --disable-win64 --with-x --disable-tests \
> 	--prefix=/usr \
> 	--sysconfdir=/etc \
> 	--bindir=/usr/bin \
> 	--libdir=/usr/lib32 \
> 	--mandir=/usr/share/man \
> 	--infodir=/usr/share/info
> 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 for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables... 
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking for g++... g++
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking for cpp... cpp
> checking whether gcc -m32 works... yes
> checking for the directory containing the Wine tools... $(TOPOBJDIR)
> checking for flex... flex
> checking for bison... bison
> checking for ar... ar
> checking for ranlib... ranlib
> checking for strip... strip
> checking whether ln -s works... yes
> checking whether ln works... yes
> checking for grep that handles long lines and -e... /bin/grep
> checking for egrep... /bin/grep -E
> checking for ldconfig... /sbin/ldconfig
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for lclint... no
> checking for lint... no
> checking for fontforge... no
> checking for pkg-config... pkg-config
> checking for rsvg... no
> checking for icotool... no
> checking for prelink... /usr/sbin/prelink
> checking for i386_set_ldt in -li386... no
> checking for _oss_ioctl in -lossaudio... no
> checking for special C compiler options needed for large files... no
> checking for _FILE_OFFSET_BITS value needed for large files... 64
> checking how to run the C preprocessor... gcc -m32 -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking AL/al.h usability... yes
> checking AL/al.h presence... yes
> checking for AL/al.h... yes
> checking AudioUnit/AudioUnit.h usability... no
> checking AudioUnit/AudioUnit.h presence... no
> checking for AudioUnit/AudioUnit.h... no
> checking Carbon/Carbon.h usability... no
> checking Carbon/Carbon.h presence... no
> checking for Carbon/Carbon.h... no
> checking CoreAudio/CoreAudio.h usability... no
> checking CoreAudio/CoreAudio.h presence... no
> checking for CoreAudio/CoreAudio.h... no
> checking DiskArbitration/DiskArbitration.h usability... no
> checking DiskArbitration/DiskArbitration.h presence... no
> checking for DiskArbitration/DiskArbitration.h... no
> checking IOKit/IOKitLib.h usability... no
> checking IOKit/IOKitLib.h presence... no
> checking for IOKit/IOKitLib.h... no
> checking IOKit/hid/IOHIDLib.h usability... no
> checking IOKit/hid/IOHIDLib.h presence... no
> checking for IOKit/hid/IOHIDLib.h... no
> checking OpenAL/al.h usability... no
> checking OpenAL/al.h presence... no
> checking for OpenAL/al.h... no
> checking alias.h usability... no
> checking alias.h presence... no
> checking for alias.h... no
> checking alsa/asoundlib.h usability... yes
> checking alsa/asoundlib.h presence... yes
> checking for alsa/asoundlib.h... yes
> checking arpa/inet.h usability... yes
> checking arpa/inet.h presence... yes
> checking for arpa/inet.h... yes
> checking arpa/nameser.h usability... yes
> checking arpa/nameser.h presence... yes
> checking for arpa/nameser.h... yes
> checking asm/types.h usability... yes
> checking asm/types.h presence... yes
> checking for asm/types.h... yes
> checking capi20.h usability... yes
> checking capi20.h presence... yes
> checking for capi20.h... yes
> checking curses.h usability... yes
> checking curses.h presence... yes
> checking for curses.h... yes
> checking direct.h usability... no
> checking direct.h presence... no
> checking for direct.h... no
> checking dirent.h usability... yes
> checking dirent.h presence... yes
> checking for dirent.h... yes
> checking dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking elf.h usability... yes
> checking elf.h presence... yes
> checking for elf.h... yes
> checking float.h usability... yes
> checking float.h presence... yes
> checking for float.h... yes
> checking fnmatch.h usability... yes
> checking fnmatch.h presence... yes
> checking for fnmatch.h... yes
> checking fontconfig/fontconfig.h usability... yes
> checking fontconfig/fontconfig.h presence... yes
> checking for fontconfig/fontconfig.h... yes
> checking getopt.h usability... yes
> checking getopt.h presence... yes
> checking for getopt.h... yes
> checking grp.h usability... yes
> checking grp.h presence... yes
> checking for grp.h... yes
> checking gsm.h usability... yes
> checking gsm.h presence... yes
> checking for gsm.h... yes
> checking gsm/gsm.h usability... yes
> checking gsm/gsm.h presence... yes
> checking for gsm/gsm.h... yes
> checking ieeefp.h usability... no
> checking ieeefp.h presence... no
> checking for ieeefp.h... no
> checking inet/mib2.h usability... no
> checking inet/mib2.h presence... no
> checking for inet/mib2.h... no
> checking io.h usability... no
> checking io.h presence... no
> checking for io.h... no
> checking jack/jack.h usability... yes
> checking jack/jack.h presence... yes
> checking for jack/jack.h... yes
> checking jpeglib.h usability... yes
> checking jpeglib.h presence... yes
> checking for jpeglib.h... yes
> checking kstat.h usability... no
> checking kstat.h presence... no
> checking for kstat.h... no
> checking lber.h usability... yes
> checking lber.h presence... yes
> checking for lber.h... yes
> checking lcms.h usability... yes
> checking lcms.h presence... yes
> checking for lcms.h... yes
> checking lcms/lcms.h usability... no
> checking lcms/lcms.h presence... no
> checking for lcms/lcms.h... no
> checking ldap.h usability... yes
> checking ldap.h presence... yes
> checking for ldap.h... yes
> checking libaudioio.h usability... no
> checking libaudioio.h presence... no
> checking for libaudioio.h... no
> checking link.h usability... yes
> checking link.h presence... yes
> checking for link.h... yes
> checking linux/cdrom.h usability... yes
> checking linux/cdrom.h presence... yes
> checking for linux/cdrom.h... yes
> checking linux/compiler.h usability... no
> checking linux/compiler.h presence... no
> checking for linux/compiler.h... no
> checking linux/hdreg.h usability... yes
> checking linux/hdreg.h presence... yes
> checking for linux/hdreg.h... yes
> checking linux/input.h usability... yes
> checking linux/input.h presence... yes
> checking for linux/input.h... yes
> checking linux/ioctl.h usability... yes
> checking linux/ioctl.h presence... yes
> checking for linux/ioctl.h... yes
> checking linux/joystick.h usability... yes
> checking linux/joystick.h presence... yes
> checking for linux/joystick.h... yes
> checking linux/major.h usability... yes
> checking linux/major.h presence... yes
> checking for linux/major.h... yes
> checking linux/param.h usability... yes
> checking linux/param.h presence... yes
> checking for linux/param.h... yes
> checking linux/serial.h usability... yes
> checking linux/serial.h presence... yes
> checking for linux/serial.h... yes
> checking linux/types.h usability... yes
> checking linux/types.h presence... yes
> checking for linux/types.h... yes
> checking linux/ucdrom.h usability... no
> checking linux/ucdrom.h presence... no
> checking for linux/ucdrom.h... no
> checking mach-o/nlist.h usability... no
> checking mach-o/nlist.h presence... no
> checking for mach-o/nlist.h... no
> checking mach/mach.h usability... no
> checking mach/mach.h presence... no
> checking for mach/mach.h... no
> checking mach/machine.h usability... no
> checking mach/machine.h presence... no
> checking for mach/machine.h... no
> checking machine/cpu.h usability... no
> checking machine/cpu.h presence... no
> checking for machine/cpu.h... no
> checking machine/limits.h usability... no
> checking machine/limits.h presence... no
> checking for machine/limits.h... no
> checking machine/soundcard.h usability... no
> checking machine/soundcard.h presence... no
> checking for machine/soundcard.h... no
> checking mntent.h usability... yes
> checking mntent.h presence... yes
> checking for mntent.h... yes
> checking mpg123.h usability... yes
> checking mpg123.h presence... yes
> checking for mpg123.h... yes
> checking ncurses.h usability... yes
> checking ncurses.h presence... yes
> checking for ncurses.h... yes
> checking netdb.h usability... yes
> checking netdb.h presence... yes
> checking for netdb.h... yes
> checking netinet/in.h usability... yes
> checking netinet/in.h presence... yes
> checking for netinet/in.h... yes
> checking netinet/in_systm.h usability... yes
> checking netinet/in_systm.h presence... yes
> checking for netinet/in_systm.h... yes
> checking netinet/tcp.h usability... yes
> checking netinet/tcp.h presence... yes
> checking for netinet/tcp.h... yes
> checking netinet/tcp_fsm.h usability... no
> checking netinet/tcp_fsm.h presence... no
> checking for netinet/tcp_fsm.h... no
> checking openssl/err.h usability... yes
> checking openssl/err.h presence... yes
> checking for openssl/err.h... yes
> checking openssl/ssl.h usability... yes
> checking openssl/ssl.h presence... yes
> checking for openssl/ssl.h... yes
> checking png.h usability... yes
> checking png.h presence... yes
> checking for png.h... yes
> checking poll.h usability... yes
> checking poll.h presence... yes
> checking for poll.h... yes
> checking process.h usability... no
> checking process.h presence... no
> checking for process.h... no
> checking pthread.h usability... yes
> checking pthread.h presence... yes
> checking for pthread.h... yes
> checking pwd.h usability... yes
> checking pwd.h presence... yes
> checking for pwd.h... yes
> checking regex.h usability... yes
> checking regex.h presence... yes
> checking for regex.h... yes
> checking sched.h usability... yes
> checking sched.h presence... yes
> checking for sched.h... yes
> checking scsi/scsi.h usability... yes
> checking scsi/scsi.h presence... yes
> checking for scsi/scsi.h... yes
> checking scsi/scsi_ioctl.h usability... yes
> checking scsi/scsi_ioctl.h presence... yes
> checking for scsi/scsi_ioctl.h... yes
> checking scsi/sg.h usability... yes
> checking scsi/sg.h presence... yes
> checking for scsi/sg.h... yes
> checking soundcard.h usability... no
> checking soundcard.h presence... no
> checking for soundcard.h... no
> checking stdbool.h usability... yes
> checking stdbool.h presence... yes
> checking for stdbool.h... yes
> checking for stdint.h... (cached) yes
> checking for strings.h... (cached) yes
> checking stropts.h usability... yes
> checking stropts.h presence... yes
> checking for stropts.h... yes
> checking sys/asoundlib.h usability... yes
> checking sys/asoundlib.h presence... yes
> checking for sys/asoundlib.h... yes
> checking sys/cdio.h usability... no
> checking sys/cdio.h presence... no
> checking for sys/cdio.h... no
> checking sys/elf32.h usability... no
> checking sys/elf32.h presence... no
> checking for sys/elf32.h... no
> checking sys/epoll.h usability... yes
> checking sys/epoll.h presence... yes
> checking for sys/epoll.h... yes
> checking sys/errno.h usability... yes
> checking sys/errno.h presence... yes
> checking for sys/errno.h... yes
> checking sys/event.h usability... no
> checking sys/event.h presence... no
> checking for sys/event.h... no
> checking sys/exec_elf.h usability... no
> checking sys/exec_elf.h presence... no
> checking for sys/exec_elf.h... no
> checking sys/filio.h usability... no
> checking sys/filio.h presence... no
> checking for sys/filio.h... no
> checking sys/inotify.h usability... yes
> checking sys/inotify.h presence... yes
> checking for sys/inotify.h... yes
> checking sys/ioctl.h usability... yes
> checking sys/ioctl.h presence... yes
> checking for sys/ioctl.h... yes
> checking sys/ipc.h usability... yes
> checking sys/ipc.h presence... yes
> checking for sys/ipc.h... yes
> checking sys/limits.h usability... no
> checking sys/limits.h presence... no
> checking for sys/limits.h... no
> checking sys/link.h usability... no
> checking sys/link.h presence... no
> checking for sys/link.h... no
> checking sys/mman.h usability... yes
> checking sys/mman.h presence... yes
> checking for sys/mman.h... yes
> checking sys/modem.h usability... no
> checking sys/modem.h presence... no
> checking for sys/modem.h... no
> checking sys/msg.h usability... yes
> checking sys/msg.h presence... yes
> checking for sys/msg.h... yes
> checking sys/mtio.h usability... yes
> checking sys/mtio.h presence... yes
> checking for sys/mtio.h... yes
> checking sys/param.h usability... yes
> checking sys/param.h presence... yes
> checking for sys/param.h... yes
> checking sys/poll.h usability... yes
> checking sys/poll.h presence... yes
> checking for sys/poll.h... yes
> checking sys/prctl.h usability... yes
> checking sys/prctl.h presence... yes
> checking for sys/prctl.h... yes
> checking sys/protosw.h usability... no
> checking sys/protosw.h presence... no
> checking for sys/protosw.h... no
> checking sys/ptrace.h usability... yes
> checking sys/ptrace.h presence... yes
> checking for sys/ptrace.h... yes
> checking sys/resource.h usability... yes
> checking sys/resource.h presence... yes
> checking for sys/resource.h... yes
> checking sys/scsiio.h usability... no
> checking sys/scsiio.h presence... no
> checking for sys/scsiio.h... no
> checking sys/shm.h usability... yes
> checking sys/shm.h presence... yes
> checking for sys/shm.h... yes
> checking sys/signal.h usability... yes
> checking sys/signal.h presence... yes
> checking for sys/signal.h... yes
> checking sys/socket.h usability... yes
> checking sys/socket.h presence... yes
> checking for sys/socket.h... yes
> checking sys/socketvar.h usability... yes
> checking sys/socketvar.h presence... yes
> checking for sys/socketvar.h... yes
> checking sys/sockio.h usability... no
> checking sys/sockio.h presence... no
> checking for sys/sockio.h... no
> checking sys/soundcard.h usability... yes
> checking sys/soundcard.h presence... yes
> checking for sys/soundcard.h... yes
> checking sys/statvfs.h usability... yes
> checking sys/statvfs.h presence... yes
> checking for sys/statvfs.h... yes
> checking sys/strtio.h usability... no
> checking sys/strtio.h presence... no
> checking for sys/strtio.h... no
> checking sys/syscall.h usability... yes
> checking sys/syscall.h presence... yes
> checking for sys/syscall.h... yes
> checking sys/tihdr.h usability... no
> checking sys/tihdr.h presence... no
> checking for sys/tihdr.h... no
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking sys/timeout.h usability... no
> checking sys/timeout.h presence... no
> checking for sys/timeout.h... no
> checking sys/times.h usability... yes
> checking sys/times.h presence... yes
> checking for sys/times.h... yes
> checking sys/uio.h usability... yes
> checking sys/uio.h presence... yes
> checking for sys/uio.h... yes
> checking sys/un.h usability... yes
> checking sys/un.h presence... yes
> checking for sys/un.h... yes
> checking sys/utsname.h usability... yes
> checking sys/utsname.h presence... yes
> checking for sys/utsname.h... yes
> checking sys/vm86.h usability... yes
> checking sys/vm86.h presence... yes
> checking for sys/vm86.h... yes
> checking sys/wait.h usability... yes
> checking sys/wait.h presence... yes
> checking for sys/wait.h... yes
> checking syscall.h usability... yes
> checking syscall.h presence... yes
> checking for syscall.h... yes
> checking termios.h usability... yes
> checking termios.h presence... yes
> checking for termios.h... yes
> checking for unistd.h... (cached) yes
> checking utime.h usability... yes
> checking utime.h presence... yes
> checking for utime.h... yes
> checking valgrind/memcheck.h usability... no
> checking valgrind/memcheck.h presence... no
> checking for valgrind/memcheck.h... no
> checking valgrind/valgrind.h usability... no
> checking valgrind/valgrind.h presence... no
> checking for valgrind/valgrind.h... no
> checking zlib.h usability... yes
> checking zlib.h presence... yes
> checking for zlib.h... yes
> checking whether stat file-mode macros are broken... no
> checking for sys/mount.h... yes
> checking for sys/statfs.h... yes
> checking for sys/sysctl.h... yes
> checking for sys/user.h... yes
> checking for sys/vfs.h... yes
> checking for netinet/ip.h... yes
> checking for net/if.h... yes
> checking for net/if_arp.h... yes
> checking for net/if_dl.h... no
> checking for net/if_types.h... no
> checking for net/route.h... yes
> checking for netinet/if_ether.h... yes
> checking for netinet/if_inarp.h... no
> checking for netinet/in_pcb.h... no
> checking for netinet/ip_icmp.h... yes
> checking for netinet/ip_var.h... no
> checking for netinet/udp.h... yes
> checking for netipx/ipx.h... yes
> checking for netinet/tcp_timer.h... no
> checking for netinet/udp_var.h... no
> checking for netinet/icmp_var.h... no
> checking for netinet/tcp_var.h... no
> checking for linux/ipx.h... yes
> checking for linux/irda.h... yes
> checking for mach-o/dyld_images.h... no
> checking for resolv.h... yes
> checking for ucontext.h... yes
> checking for sys/thr.h... no
> checking for pthread_np.h... no
> checking for linux/videodev.h... yes
> checking for linux/capi.h... yes
> checking for ldd... /usr/bin/ldd
> checking whether we can build a GNU style ELF dll... yes
> checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... yes
> checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... yes
> checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... yes
> checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... yes
> checking whether the compiler supports -fPIC -Wl,--export-dynamic... yes
> checking whether the compiler supports -Wl,--enable-new-dtags... yes
> checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... yes
> checking for i386-pc-mingw32-gcc... no
> checking for i586-mingw32msvc-gcc... no
> checking for i386-mingw32msvc-gcc... no
> checking for i686-mingw32-gcc... no
> checking for i586-mingw32-gcc... no
> checking for i486-mingw32-gcc... no
> checking for i386-mingw32-gcc... no
> checking for i686-pc-mingw32-gcc... no
> checking for i386-pc-mingw32-dlltool... no
> checking for i586-mingw32msvc-dlltool... no
> checking for i386-mingw32msvc-dlltool... no
> checking for i686-mingw32-dlltool... no
> checking for i586-mingw32-dlltool... no
> checking for i486-mingw32-dlltool... no
> checking for i386-mingw32-dlltool... no
> checking for i686-pc-mingw32-dlltool... no
> checking for i386-pc-mingw32-ar... no
> checking for i586-mingw32msvc-ar... no
> checking for i386-mingw32msvc-ar... no
> checking for i686-mingw32-ar... no
> checking for i586-mingw32-ar... no
> checking for i486-mingw32-ar... no
> checking for i386-mingw32-ar... no
> checking for i686-pc-mingw32-ar... no
> checking for pthread_create in -lpthread... yes
> checking for X... libraries /usr/lib, headers 
> checking whether -R must be followed by a space... neither works
> checking for dnet_ntoa in -ldnet... no
> checking for dnet_ntoa in -ldnet_stub... no
> checking for gethostbyname... yes
> checking for connect... yes
> checking for remove... yes
> checking for shmat... yes
> checking for IceConnectionNumber in -lICE... no
> checking for -lX11... not found
> checking for -lXext... not found
> checking for X11/Xlib.h... yes
> checking for X11/XKBlib.h... yes
> checking for X11/Xutil.h... yes
> checking for X11/Xcursor/Xcursor.h... yes
> checking for X11/extensions/shape.h... yes
> checking for X11/extensions/XInput.h... yes
> checking for X11/extensions/XShm.h... yes
> checking for X11/extensions/Xcomposite.h... yes
> checking for X11/extensions/Xinerama.h... yes
> checking for X11/extensions/Xrandr.h... yes
> checking for X11/extensions/Xrender.h... yes
> checking for X11/extensions/xf86vmode.h... yes
> checking for X11/extensions/xf86vmproto.h... yes
> checking for XkbQueryExtension in -lX11... no
> checking for -lXcursor... not found
> checking for -lXi... not found
> checking for XShmQueryExtension in -lXext... no
> checking for XShapeQueryExtension in -lXext... no
> checking for -lXxf86vm... not found
> checking for -lXinerama... not found
> checking for -lXcomposite... not found
> checking for XICCallback.callback... yes
> checking for GL/gl.h... yes
> checking for GL/glx.h... yes
> checking for GL/glu.h... yes
> checking for up-to-date OpenGL version... yes
> checking for -lGL... not found
> checking for -lGL... not found
> checking for -lGLU... not found
> checking audio/audiolib.h usability... yes
> checking audio/audiolib.h presence... yes
> checking for audio/audiolib.h... yes
> checking for audio/soundlib.h... yes
> checking for AuCreateFlow in -laudio... no
> checking libxml/parser.h usability... yes
> checking libxml/parser.h presence... yes
> checking for libxml/parser.h... yes
> checking for xmlParseMemory in -lxml2... no
> checking for xmlReadMemory in -lxml2... no
> checking for xmlNewDocPI in -lxml2... no
> checking for libxslt/pattern.h... yes
> checking for libxslt/transform.h... yes
> checking for -lxslt... not found
> checking dbus/dbus.h usability... yes
> checking dbus/dbus.h presence... yes
> checking for dbus/dbus.h... yes
> checking hal/libhal.h usability... yes
> checking hal/libhal.h presence... yes
> checking for hal/libhal.h... yes
> checking for dbus_connection_close in -ldbus-1... no
> checking gnutls/gnutls.h usability... yes
> checking gnutls/gnutls.h presence... yes
> checking for gnutls/gnutls.h... yes
> checking for -lgnutls... not found
> checking for -lncurses... libncurses.so.5
> checking for mousemask... yes
> checking for sane-config... sane-config
> checking sane/sane.h usability... yes
> checking sane/sane.h presence... yes
> checking for sane/sane.h... yes
> checking for -lsane... not found
> checking for gphoto2-config... gphoto2-config
> checking for gphoto2-port-config... gphoto2-port-config
> checking gphoto2-camera.h usability... yes
> checking gphoto2-camera.h presence... yes
> checking for gphoto2-camera.h... yes
> checking for gp_camera_new in -lgphoto2... no
> checking for cmsOpenProfileFromFile in -llcms... no
> checking for freetype-config... freetype-config
> checking for -lfreetype... not found
> configure: error: FreeType 32-bit development files not found. Fonts will not be built.
> Use the --without-freetype option if you really want this.
> make: *** [configure-arch32-stamp] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2011/03/13/wine-unstable_1.1.32-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lucas@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lucas@nussbaum.fr             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
Version: 1.1.33-1

(Closing manually since this specific version was never installed into
the Debian archive.) Full changelog for this version is:

wine-unstable (1.1.33-1) unstable; urgency=low

  * New upstream release 1.1.33, released Nov 13, 2009.
    - Gecko now installed at wineprefix creation time.
    - Better support for certificates in crypt32.
    - Improved sound support in mciwave.
    - Some more Direct3D 10 functions.
    - Many cleanups for issues spotted by Valgrind.
    - Various bug fixes.
  * Make wine-bin depend on libwine-gecko.
  * Updated mime-info.keys to use "wine-safe start /unix" as the MIME
    handler for .exe files.
  * Add proper package suffixes to the installed reportbug control
    files.
  * On amd64, build-depend on ia32-libs-dev. Closes: #618224.
  * Installed mshta.exe.so into libwine-bin.
  * Installed function_grep.pl into libwine-dev (in /usr/share/wine).
  * Clean up leftover file debian/noexec.diff.
  * Temporarily force gcc 4.4 until packaging a release that works with
    newer gcc versions.

 -- Ove Kaaven <ovek@arcticnet.no>  Sun, 14 Aug 2011 14:45:42 +0200


--- End Message ---

Reply to: