Subject: Re: Wine builds ok but wont run
To: David Laight <david@l8s.co.uk>
From: Adam <adam@albedo.art.pl>
List: tech-pkg
Date: 01/15/2005 20:37:35
--Apple-Mail-2-809120296
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
	charset=US-ASCII;
	format=flowed

>> Hi guys
>>
>> Just updated pkgsrc a few hours ago and built emulators/wine 
>> (wine-20050111).
>> It builds and installs ok but it wont run.
>>
>> Just running wine --help throws this error up
>>
>> wine: failed to initialize: mmap of entire address space failed: 
>> Cannot
>> allocate memory
>
> IIRC - from discussion on the wine-devel list...
>
> The problem stems from the fact that some M$ libraries assume they are
> loaded below 0x80000000.  Unix systems tend to allocate addresses up
> to 0xc0000000 (or even 0xe0000000) to user space (forcing the kernel
> to 'shoe-horn' itself into the remaining address space).
>
> wine tries to mmap all the space above 0x80000000 during startup in 
> order
> to stop the OS using those addresses for windows libraries later on.
>
> Under Linux this is done setting a "don't allocate swap space" flag, 
> and
> the mmap'ed space cannot be counted towards the processes VM limts(s).
>
> I would have thought it better to add a flag to mmap to say "map below
> specified address".
>
> 	David


Okay guys,

I've commited the package, because it started working for me 
(NetBSD-i386-current 2.99.14).
I thought it was because I enabled NEW_BUFQ_STRATEGY, but, after a 
test, I discovered it is not the case.
I will continue on the investigation, but in the mean time, if someone 
could compare the output of 'make configure' with mine (attached), I'd 
appreciate. (I think my version have discovered fontforge and installed 
some fonts).

Thanks :)

Kind regards,
Adam


--Apple-Mail-2-809120296
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
	x-unix-mode=0644;
	name="wine.configure.works.txt"
Content-Disposition: attachment;
	filename=wine.configure.works.txt

===> *** No /usr/distfiles/pkg-vulnerabilities file found,
===> *** skipping vulnerability checks. To fix, install
===> *** the pkgsrc/security/audit-packages package and run
===> *** '/usr/pkg/sbin/download-vulnerability-list'.
=> Checksum OK for Wine-20050111.tar.gz.
===> Extracting for wine-20050111
===> Required installed package xorg-libs>=6.8.1nb2: xorg-libs-6.8.1nb4 found
===> Required installed package glu>=6.0.1nb2: glu-6.2.1 found
===> Required installed package glut>=6.0.1nb1: glut-6.2.1 found
===> Required installed package MesaLib>=6.0.1nb1: MesaLib-6.2.1 found
===> Required installed package jpeg>=6bnb2: jpeg-6bnb3 found
===> Required installed package libungif>=4.1.3nb1: libungif-4.1.3nb2 found
===> Required installed package fontconfig>=2.2.96nb1: fontconfig-2.2.96nb1 found
===> Required installed package zlib>=1.2.1nb3: zlib-1.2.2 found
===> Required installed package freetype2>=2.1.9nb1: freetype2-2.1.9nb1 found
===> Required installed package expat>=1.95.8nb2: expat-1.95.8nb2 found
===> Required installed package bison-[0-9]*: bison-1.875nb1 found
===> Required installed package libtool-base>=1.5.10nb6: libtool-base-1.5.10nb9 found
===> Required installed package gmake>=3.78: gmake-3.80nb4 found
===> Patching for wine-20050111
===> Applying pkgsrc patches for wine-20050111
===> Overriding tools for wine-20050111
===> Creating toolchain wrappers for wine-20050111
===> Configuring for wine-20050111
checking build system type... i386-unknown-netbsdelf2.99.14
checking host system type... i386--netbsdelf
checking whether gmake sets $(MAKE)... yes
checking for i386--netbsdelf-gcc... cc
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 cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking for i386--netbsdelf-g++... c++
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking for i386--netbsdelf-cpp... no
checking for cpp... cpp
checking for the directory containing the Wine tools... $(TOPOBJDIR)
checking how to run the C preprocessor... cc -E
checking for X... libraries /usr/pkg/xorg/lib, headers /usr/pkg/xorg/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for flex... flex
checking for bison... bison
checking for i386--netbsdelf-gas... no
checking for i386--netbsdelf-as... no
checking for gas... no
checking for as... as
checking for i386--netbsdelf-ld... no
checking for ld... ld
checking for i386--netbsdelf-ar... no
checking for ar... ar
checking for i386--netbsdelf-ranlib... no
checking for ranlib... ranlib
checking for i386--netbsdelf-strip... no
checking for strip... strip
checking for i386--netbsdelf-windres... no
checking for windres... false
checking whether ln -s works... yes
checking whether ln works... yes
checking for egrep... grep -E
checking for ldconfig... /sbin/ldconfig
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking for lclint... no
checking for lint... lint
checking for docbook2html... no
checking for db2html... no
checking for docbook2pdf... no
checking for db2pdf... no
checking for docbook2ps... no
checking for db2ps... no
checking for docbook2txt... no
checking for db2txt... no
checking for fontforge... fontforge
checking for i386_set_ldt in -li386... yes
checking for _oss_ioctl in -lossaudio... yes
checking for iswalnum... yes
checking for gethostbyname... (cached) yes
checking for connect... (cached) yes
checking for inet_aton... yes
checking for _xpg4_setrunelocale in -lxpg4... no
checking for poll in -lpoll... no
checking for res_9_init in -lresolv... no
checking for pthread_create in -lpthread... yes
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 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 cups/cups.h usability... no
checking cups/cups.h presence... no
checking for cups/cups.h... no
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
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 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 gif_lib.h usability... yes
checking gif_lib.h presence... yes
checking for gif_lib.h... yes
checking ieeefp.h usability... yes
checking ieeefp.h presence... yes
checking for ieeefp.h... yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking jack/jack.h usability... no
checking jack/jack.h presence... no
checking for jack/jack.h... no
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking lcms/lcms.h usability... no
checking lcms/lcms.h presence... no
checking for lcms/lcms.h... no
checking lcms.h usability... no
checking lcms.h presence... no
checking for lcms.h... no
checking link.h usability... yes
checking link.h presence... yes
checking for link.h... yes
checking linux/cdrom.h usability... no
checking linux/cdrom.h presence... no
checking for linux/cdrom.h... no
checking linux/compiler.h usability... no
checking linux/compiler.h presence... no
checking for linux/compiler.h... no
checking linux/hdreg.h usability... no
checking linux/hdreg.h presence... no
checking for linux/hdreg.h... no
checking linux/input.h usability... no
checking linux/input.h presence... no
checking for linux/input.h... no
checking linux/ioctl.h usability... no
checking linux/ioctl.h presence... no
checking for linux/ioctl.h... no
checking linux/joystick.h usability... no
checking linux/joystick.h presence... no
checking for linux/joystick.h... no
checking linux/major.h usability... no
checking linux/major.h presence... no
checking for linux/major.h... no
checking linux/param.h usability... no
checking linux/param.h presence... no
checking for linux/param.h... no
checking linux/serial.h usability... no
checking linux/serial.h presence... no
checking for linux/serial.h... no
checking linux/ucdrom.h usability... no
checking linux/ucdrom.h presence... no
checking for linux/ucdrom.h... no
checking machine/cpu.h usability... yes
checking machine/cpu.h presence... yes
checking for machine/cpu.h... yes
checking mntent.h usability... no
checking mntent.h presence... no
checking for mntent.h... no
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... yes
checking netinet/tcp_fsm.h presence... yes
checking for netinet/tcp_fsm.h... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.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/sg.h usability... no
checking scsi/sg.h presence... no
checking for scsi/sg.h... no
checking scsi/scsi.h usability... no
checking scsi/scsi.h presence... no
checking for scsi/scsi.h... no
checking scsi/scsi_ioctl.h usability... no
checking scsi/scsi_ioctl.h presence... no
checking for scsi/scsi_ioctl.h... no
checking for stdint.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/cdio.h usability... yes
checking sys/cdio.h presence... yes
checking for sys/cdio.h... yes
checking sys/elf32.h usability... no
checking sys/elf32.h presence... no
checking for sys/elf32.h... no
checking sys/errno.h usability... yes
checking sys/errno.h presence... yes
checking for sys/errno.h... yes
checking sys/epoll.h usability... no
checking sys/epoll.h presence... no
checking for sys/epoll.h... no
checking sys/exec_elf.h usability... yes
checking sys/exec_elf.h presence... yes
checking for sys/exec_elf.h... yes
checking sys/filio.h usability... yes
checking sys/filio.h presence... yes
checking for sys/filio.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/link.h usability... no
checking sys/link.h presence... no
checking for sys/link.h... no
checking sys/lwp.h usability... yes
checking sys/lwp.h presence... yes
checking for sys/lwp.h... yes
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/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/ptrace.h usability... yes
checking sys/ptrace.h presence... yes
checking for sys/ptrace.h... yes
checking sys/reg.h usability... no
checking sys/reg.h presence... no
checking for sys/reg.h... no
checking sys/scsiio.h usability... yes
checking sys/scsiio.h presence... yes
checking for sys/scsiio.h... yes
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/sockio.h usability... yes
checking sys/sockio.h presence... yes
checking for sys/sockio.h... yes
checking sys/statfs.h usability... no
checking sys/statfs.h presence... no
checking for sys/statfs.h... no
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/sysctl.h usability... no
checking sys/sysctl.h presence... yes
checking for sys/sysctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
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/vfs.h usability... no
checking sys/vfs.h presence... no
checking for sys/vfs.h... no
checking sys/vm86.h usability... no
checking sys/vm86.h presence... no
checking for sys/vm86.h... no
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking syscall.h usability... no
checking syscall.h presence... no
checking for syscall.h... no
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 whether stat file-mode macros are broken... no
checking X11/Xlib.h usability... yes
checking X11/Xlib.h presence... yes
checking for X11/Xlib.h... yes
checking for X11/XKBlib.h... yes
checking for X11/Xutil.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/Xrandr.h... no
checking for X11/extensions/Xrender.h... no
checking for X11/extensions/xf86dga.h... yes
checking for X11/extensions/xf86vmode.h... yes
checking for XkbQueryExtension in -lX11... yes
checking for XShmQueryExtension in -lXext... yes
checking for XShapeQueryExtension in -lXext... yes
checking for XDGAQueryExtension in -lXxf86dga... yes
checking for XF86VidModeQueryExtension in -lXxf86vm... yes
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking GL/glx.h usability... yes
checking GL/glx.h presence... yes
checking for GL/glx.h... yes
checking for GL/glext.h... yes
checking for up-to-date OpenGL version... yes
checking for glXCreateContext in -lGL... yes
checking for gluLookAt in -lGLU... yes
checking for glutMainLoop in -lglut... yes
checking audio/audiolib.h usability... no
checking audio/audiolib.h presence... no
checking for audio/audiolib.h... no
checking for sane-config... (cached) no
checking unicode/ubidi.h usability... no
checking unicode/ubidi.h presence... no
checking for unicode/ubidi.h... no
checking for FT_Init_FreeType in -lfreetype... yes
checking for freetype-config... freetype-config
checking for ft2build.h... yes
checking for freetype/freetype.h... yes
checking for freetype/ftglyph.h... yes
checking for freetype/tttables.h... yes
checking for freetype/ftnames.h... no
checking for freetype/ftsnames.h... yes
checking for freetype/ttnameid.h... yes
checking for freetype/ftoutln.h... yes
checking for freetype/ftwinfnt.h... yes
checking for freetype/internal/sfnt.h... yes
checking for parport header/ppdev.h... no
checking for va_copy... yes
checking for __va_copy... yes
checking for sigsetjmp... yes
checking for pthread_rwlock_t... yes
checking for pthread_rwlockattr_t... yes
checking for pthread_getattr_np... no
checking for pthread_get_stackaddr_np... no
checking for pthread_get_stacksize_np... no
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking for Open Sound System... yes
checking for Open Sound System/MIDI interface... no
checking for artsc-config... (cached) true
checking alsa/asoundlib.h usability... no
checking alsa/asoundlib.h presence... no
checking for alsa/asoundlib.h... no
checking sys/asoundlib.h usability... no
checking sys/asoundlib.h presence... no
checking for sys/asoundlib.h... no
checking libaudioio.h usability... no
checking libaudioio.h presence... no
checking for libaudioio.h... no
checking capi20.h usability... no
checking capi20.h presence... no
checking for capi20.h... no
checking whether mmap64 works defined as mmap... yes
checking for gcc strength-reduce bug... no
checking for gcc -fshort-wchar support... yes
checking for gcc -mpreferred-stack-boundary=2 support... yes
checking for gcc -fno-strict-aliasing support... yes
checking for gcc -gstabs+ support... yes
checking for broken string.h that generates warnings... no
checking how to define a function in assembly code... .type @function
checking whether external symbols need an underscore prefix... no
checking for assembler keyword for ASCII strings... .string
checking for assembler keyword for word values... .short
checking for .size in assembler... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for dlopen... yes
checking whether we can build a GNU style ELF dll... yes
checking whether the linker accepts -z defs... yes
checking whether the linker accepts -init and -fini... yes
checking whether the linker accepts version scripts... yes
checking whether the linker accepts --export-dynamic... yes
checking whether we can relocate the executable to 0x77f00000... yes
checking for i586-mingw32msvc-gcc... no
checking for i386-mingw32msvc-gcc... no
checking for i386-mingw32-gcc... no
checking for mingw-gcc... no
checking for i586-mingw32msvc-dlltool... no
checking for i386-mingw32msvc-dlltool... no
checking for i386-mingw32-dlltool... no
checking for mingw-dlltool... no
checking for i586-mingw32msvc-windres... no
checking for i386-mingw32msvc-windres... no
checking for i386-mingw32-windres... no
checking for mingw-windres... no
checking for ldd... /usr/bin/ldd
checking for -lX11 soname... libX11.so.6
checking for -lXext soname... libXext.so.6
checking for -lXi soname... libXi.so.6
checking for -lXrender soname... libXrender.so
checking for -lXrandr soname... libXrandr.so
checking for -lfreetype soname... libfreetype.so.6
checking for -lGL soname... libGL.so
checking for -ltxc_dxtn soname... libtxc_dxtn.so
checking for -lcups soname... libcups.so
checking for -ljack soname... libjack.so
checking for -lfontconfig soname... libfontconfig.so.1
checking for -lssl soname... libssl.so.3
checking for -lcrypto soname... libcrypto.so.2
checking for -lncurses soname... libncurses.so
checking for -lcurses soname... libcurses.so.6
checking for -ljpeg soname... libjpeg.so.62
checking for -lungif soname... libungif.so.4
checking for -lgif soname... libgif.so
checking for -llcms soname... liblcms.so
checking for -lcapi20 soname... libcapi20.so
checking for working alloca.h... no
checking for alloca... yes
checking for _lwp_create... yes
checking for _lwp_self... yes
checking for _pclose... yes
checking for _popen... yes
checking for _snprintf... yes
checking for _spawnvp... no
checking for _stricmp... no
checking for _strnicmp... no
checking for _vsnprintf... yes
checking for chsize... no
checking for clone... yes
checking for epoll_create... no
checking for ffs... yes
checking for finite... no
checking for fork... yes
checking for fpclass... no
checking for fstatfs... yes
checking for fstatvfs... yes
checking for ftruncate... yes
checking for futimes... yes
checking for getnetbyname... yes
checking for getopt_long... yes
checking for getpagesize... yes
checking for getprotobyname... yes
checking for getprotobynumber... yes
checking for getpwuid... yes
checking for getservbyport... yes
checking for gettid... no
checking for gettimeofday... yes
checking for getuid... yes
checking for inet_network... yes
checking for lstat... yes
checking for memmove... yes
checking for mmap... yes
checking for pclose... yes
checking for popen... yes
checking for pread... yes
checking for pwrite... yes
checking for readlink... yes
checking for rfork... no
checking for sched_yield... no
checking for select... yes
checking for sendmsg... yes
checking for settimeofday... yes
checking for sigaltstack... yes
checking for sigprocmask... yes
checking for snprintf... yes
checking for spawnvp... no
checking for statfs... yes
checking for statvfs... yes
checking for strcasecmp... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for tcgetattr... yes
checking for timegm... yes
checking for usleep... yes
checking for vsnprintf... yes
checking for wait4... yes
checking for waitpid... yes
checking for sys/mount.h... yes
checking for sys/user.h... yes
checking for net/if.h... yes
checking for net/if_arp.h... yes
checking for net/if_dl.h... yes
checking for net/if_types.h... yes
checking for net/route.h... yes
checking for resolv.h... yes
checking for ucontext.h... yes
checking for GNU style IPX support... no
checking for linux style IPX support... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for long long... yes
checking for fsblkcnt_t... yes
checking for fsfilcnt_t... yes
checking for sigset_t... yes
checking whether linux/input.h is for real... no
checking for sigaddset... yes
checking whether we can use re-entrant gethostbyname_r Linux style... no
checking whether sys/mount.h defines statfs... no
checking for struct statfs.f_bfree... no
checking for struct statfs.f_bavail... no
checking for struct statfs.f_frsize... no
checking for struct statfs.f_ffree... no
checking for struct statfs.f_favail... no
checking for struct statfs.f_namelen... no
checking for struct statvfs.f_blocks... yes
checking for struct msghdr.msg_accrights... no
checking for struct sockaddr.sa_len... yes
checking for struct sockaddr_un.sun_len... yes
checking for siginfo_t.si_fd... no
checking for struct option.name... yes
checking for struct stat.st_blocks... yes
checking whether we need to define __i386__... no
configure: creating ./config.status
config.status: creating Make.rules
config.status: creating dlls/Makedll.rules
config.status: creating dlls/Maketest.rules
config.status: creating libs/Makelib.rules
config.status: creating programs/Makeprog.rules
config.status: creating Makefile
config.status: creating dlls/Makefile
config.status: creating dlls/advapi32/Makefile
config.status: creating dlls/advapi32/tests/Makefile
config.status: creating dlls/advpack/Makefile
config.status: creating dlls/amstream/Makefile
config.status: creating dlls/atl/Makefile
config.status: creating dlls/avicap32/Makefile
config.status: creating dlls/avifil32/Makefile
config.status: creating dlls/cabinet/Makefile
config.status: creating dlls/capi2032/Makefile
config.status: creating dlls/cards/Makefile
config.status: creating dlls/cfgmgr32/Makefile
config.status: creating dlls/comcat/Makefile
config.status: creating dlls/comctl32/Makefile
config.status: creating dlls/comctl32/tests/Makefile
config.status: creating dlls/commdlg/Makefile
config.status: creating dlls/crtdll/Makefile
config.status: creating dlls/crypt32/Makefile
config.status: creating dlls/ctl3d/Makefile
config.status: creating dlls/d3d8/Makefile
config.status: creating dlls/d3d9/Makefile
config.status: creating dlls/d3dim/Makefile
config.status: creating dlls/d3drm/Makefile
config.status: creating dlls/d3dx8/Makefile
config.status: creating dlls/d3dxof/Makefile
config.status: creating dlls/dbghelp/Makefile
config.status: creating dlls/dciman32/Makefile
config.status: creating dlls/ddraw/Makefile
config.status: creating dlls/ddraw/tests/Makefile
config.status: creating dlls/devenum/Makefile
config.status: creating dlls/dinput/Makefile
config.status: creating dlls/dinput8/Makefile
config.status: creating dlls/dmband/Makefile
config.status: creating dlls/dmcompos/Makefile
config.status: creating dlls/dmime/Makefile
config.status: creating dlls/dmloader/Makefile
config.status: creating dlls/dmscript/Makefile
config.status: creating dlls/dmstyle/Makefile
config.status: creating dlls/dmsynth/Makefile
config.status: creating dlls/dmusic/Makefile
config.status: creating dlls/dmusic32/Makefile
config.status: creating dlls/dplay/Makefile
config.status: creating dlls/dplayx/Makefile
config.status: creating dlls/dpnet/Makefile
config.status: creating dlls/dpnhpast/Makefile
config.status: creating dlls/dsound/Makefile
config.status: creating dlls/dsound/tests/Makefile
config.status: creating dlls/dswave/Makefile
config.status: creating dlls/dxdiagn/Makefile
config.status: creating dlls/dxerr8/Makefile
config.status: creating dlls/dxerr9/Makefile
config.status: creating dlls/dxguid/Makefile
config.status: creating dlls/gdi/Makefile
config.status: creating dlls/gdi/tests/Makefile
config.status: creating dlls/glu32/Makefile
config.status: creating dlls/glut32/Makefile
config.status: creating dlls/hhctrl.ocx/Makefile
config.status: creating dlls/iccvid/Makefile
config.status: creating dlls/icmp/Makefile
config.status: creating dlls/ifsmgr.vxd/Makefile
config.status: creating dlls/imagehlp/Makefile
config.status: creating dlls/imm32/Makefile
config.status: creating dlls/iphlpapi/Makefile
config.status: creating dlls/iphlpapi/tests/Makefile
config.status: creating dlls/itss/Makefile
config.status: creating dlls/kernel/Makefile
config.status: creating dlls/kernel/tests/Makefile
config.status: creating dlls/lzexpand/Makefile
config.status: creating dlls/lzexpand/tests/Makefile
config.status: creating dlls/mapi32/Makefile
config.status: creating dlls/mapi32/tests/Makefile
config.status: creating dlls/mlang/Makefile
config.status: creating dlls/mlang/tests/Makefile
config.status: creating dlls/mmdevldr.vxd/Makefile
config.status: creating dlls/monodebg.vxd/Makefile
config.status: creating dlls/mpr/Makefile
config.status: creating dlls/msacm/Makefile
config.status: creating dlls/msacm/imaadp32/Makefile
config.status: creating dlls/msacm/msadp32/Makefile
config.status: creating dlls/msacm/msg711/Makefile
config.status: creating dlls/msacm/winemp3/Makefile
config.status: creating dlls/msacm/tests/Makefile
config.status: creating dlls/mscms/Makefile
config.status: creating dlls/mscms/tests/Makefile
config.status: creating dlls/msdmo/Makefile
config.status: creating dlls/mshtml/Makefile
config.status: creating dlls/msi/Makefile
config.status: creating dlls/msi/tests/Makefile
config.status: creating dlls/msimg32/Makefile
config.status: creating dlls/msisys/Makefile
config.status: creating dlls/msnet32/Makefile
config.status: creating dlls/msrle32/Makefile
config.status: creating dlls/msvcrt/Makefile
config.status: creating dlls/msvcrt/tests/Makefile
config.status: creating dlls/msvcrt20/Makefile
config.status: creating dlls/msvcrt40/Makefile
config.status: creating dlls/msvcrtd/Makefile
config.status: creating dlls/msvcrtd/tests/Makefile
config.status: creating dlls/msvidc32/Makefile
config.status: creating dlls/msvideo/Makefile
config.status: creating dlls/mswsock/Makefile
config.status: creating dlls/netapi32/Makefile
config.status: creating dlls/netapi32/tests/Makefile
config.status: creating dlls/newdev/Makefile
config.status: creating dlls/ntdll/Makefile
config.status: creating dlls/ntdll/tests/Makefile
config.status: creating dlls/odbc32/Makefile
config.status: creating dlls/ole32/Makefile
config.status: creating dlls/ole32/tests/Makefile
config.status: creating dlls/oleacc/Makefile
config.status: creating dlls/oleaut32/Makefile
config.status: creating dlls/oleaut32/tests/Makefile
config.status: creating dlls/olecli/Makefile
config.status: creating dlls/oledlg/Makefile
config.status: creating dlls/olepro32/Makefile
config.status: creating dlls/olesvr/Makefile
config.status: creating dlls/opengl32/Makefile
config.status: creating dlls/psapi/Makefile
config.status: creating dlls/psapi/tests/Makefile
config.status: creating dlls/qcap/Makefile
config.status: creating dlls/quartz/Makefile
config.status: creating dlls/quartz/tests/Makefile
config.status: creating dlls/rasapi32/Makefile
config.status: creating dlls/richedit/Makefile
config.status: creating dlls/rpcrt4/Makefile
config.status: creating dlls/rpcrt4/tests/Makefile
config.status: creating dlls/rsabase/Makefile
config.status: creating dlls/rsabase/tests/Makefile
config.status: creating dlls/rsaenh/Makefile
config.status: creating dlls/rsaenh/tests/Makefile
config.status: creating dlls/secur32/Makefile
config.status: creating dlls/serialui/Makefile
config.status: creating dlls/setupapi/Makefile
config.status: creating dlls/shdocvw/Makefile
config.status: creating dlls/shell32/Makefile
config.status: creating dlls/shell32/tests/Makefile
config.status: creating dlls/shfolder/Makefile
config.status: creating dlls/shlwapi/Makefile
config.status: creating dlls/shlwapi/tests/Makefile
config.status: creating dlls/snmpapi/Makefile
config.status: creating dlls/sti/Makefile
config.status: creating dlls/strmiids/Makefile
config.status: creating dlls/tapi32/Makefile
config.status: creating dlls/ttydrv/Makefile
config.status: creating dlls/twain/Makefile
config.status: creating dlls/unicows/Makefile
config.status: creating dlls/url/Makefile
config.status: creating dlls/urlmon/Makefile
config.status: creating dlls/urlmon/tests/Makefile
config.status: creating dlls/user/Makefile
config.status: creating dlls/user/tests/Makefile
config.status: creating dlls/uuid/Makefile
config.status: creating dlls/uxtheme/Makefile
config.status: creating dlls/vdhcp.vxd/Makefile
config.status: creating dlls/vdmdbg/Makefile
config.status: creating dlls/version/Makefile
config.status: creating dlls/version/tests/Makefile
config.status: creating dlls/vmm.vxd/Makefile
config.status: creating dlls/vnbt.vxd/Makefile
config.status: creating dlls/vnetbios.vxd/Makefile
config.status: creating dlls/vtdapi.vxd/Makefile
config.status: creating dlls/vwin32.vxd/Makefile
config.status: creating dlls/win32s/Makefile
config.status: creating dlls/winaspi/Makefile
config.status: creating dlls/wined3d/Makefile
config.status: creating dlls/winedos/Makefile
config.status: creating dlls/wineps/Makefile
config.status: creating dlls/wininet/Makefile
config.status: creating dlls/wininet/tests/Makefile
config.status: creating dlls/winmm/Makefile
config.status: creating dlls/winmm/joystick/Makefile
config.status: creating dlls/winmm/mcianim/Makefile
config.status: creating dlls/winmm/mciavi/Makefile
config.status: creating dlls/winmm/mcicda/Makefile
config.status: creating dlls/winmm/mciseq/Makefile
config.status: creating dlls/winmm/mciwave/Makefile
config.status: creating dlls/winmm/midimap/Makefile
config.status: creating dlls/winmm/tests/Makefile
config.status: creating dlls/winmm/wavemap/Makefile
config.status: creating dlls/winmm/winealsa/Makefile
config.status: creating dlls/winmm/winearts/Makefile
config.status: creating dlls/winmm/wineaudioio/Makefile
config.status: creating dlls/winmm/winejack/Makefile
config.status: creating dlls/winmm/winenas/Makefile
config.status: creating dlls/winmm/wineoss/Makefile
config.status: creating dlls/winnls/Makefile
config.status: creating dlls/winsock/Makefile
config.status: creating dlls/winsock/tests/Makefile
config.status: creating dlls/winspool/Makefile
config.status: creating dlls/winspool/tests/Makefile
config.status: creating dlls/wintab32/Makefile
config.status: creating dlls/wintrust/Makefile
config.status: creating dlls/wow32/Makefile
config.status: creating dlls/wsock32/Makefile
config.status: creating dlls/x11drv/Makefile
config.status: creating documentation/Makefile
config.status: creating fonts/Makefile
config.status: creating include/Makefile
config.status: creating libs/Makefile
config.status: creating libs/port/Makefile
config.status: creating libs/unicode/Makefile
config.status: creating libs/wine/Makefile
config.status: creating libs/wpp/Makefile
config.status: creating loader/Makefile
config.status: creating programs/Makefile
config.status: creating programs/avitools/Makefile
config.status: creating programs/clock/Makefile
config.status: creating programs/cmdlgtst/Makefile
config.status: creating programs/control/Makefile
config.status: creating programs/expand/Makefile
config.status: creating programs/msiexec/Makefile
config.status: creating programs/notepad/Makefile
config.status: creating programs/progman/Makefile
config.status: creating programs/regedit/Makefile
config.status: creating programs/regsvr32/Makefile
config.status: creating programs/rpcss/Makefile
config.status: creating programs/rundll32/Makefile
config.status: creating programs/start/Makefile
config.status: creating programs/taskmgr/Makefile
config.status: creating programs/uninstaller/Makefile
config.status: creating programs/view/Makefile
config.status: creating programs/wcmd/Makefile
config.status: creating programs/wineboot/Makefile
config.status: creating programs/winebrowser/Makefile
config.status: creating programs/winecfg/Makefile
config.status: creating programs/wineconsole/Makefile
config.status: creating programs/winedbg/Makefile
config.status: creating programs/winefile/Makefile
config.status: creating programs/winemenubuilder/Makefile
config.status: creating programs/winemine/Makefile
config.status: creating programs/winepath/Makefile
config.status: creating programs/winetest/Makefile
config.status: creating programs/winevdm/Makefile
config.status: creating programs/winhelp/Makefile
config.status: creating programs/winver/Makefile
config.status: creating server/Makefile
config.status: creating tools/Makefile
config.status: creating tools/widl/Makefile
config.status: creating tools/winapi/Makefile
config.status: creating tools/winebuild/Makefile
config.status: creating tools/winedump/Makefile
config.status: creating tools/winegcc/Makefile
config.status: creating tools/wmc/Makefile
config.status: creating tools/wrc/Makefile
config.status: creating include/config.h
config.status: executing dlls/ddraw/d3ddevice commands
config.status: executing dlls/ddraw/dclipper commands
config.status: executing dlls/ddraw/ddraw commands
config.status: executing dlls/ddraw/direct3d commands
config.status: executing dlls/ddraw/dpalette commands
config.status: executing dlls/ddraw/dsurface commands
config.status: executing dlls/gdi/enhmfdrv commands
config.status: executing dlls/gdi/mfdrv commands
config.status: executing dlls/kernel/messages commands
config.status: executing dlls/user/dde commands
config.status: executing dlls/user/resources commands
config.status: executing dlls/wineps/data commands
config.status: executing include/wine commands
config.status: executing misc commands
config.status: executing programs/regedit/tests commands
config.status: executing windows commands

Configure finished.  Do 'gmake depend && gmake' to compile Wine.


--Apple-Mail-2-809120296--