Summary: | Can't build wine with xml support on a amd64 multilib system | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Volker Schroer <dl1ksv> |
Component: | New packages | Assignee: | Wine Maintainers <wine> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | gentoo-bugs |
Priority: | High | ||
Version: | 2006.1 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Volker Schroer
2006-09-05 08:32:43 UTC
Can you please post some build logs containing the errors. Information on what version of wine you're using would also be very helpful as well as USE flags ("emerge -pv wine" will show this). I have wine 0.9.20 built on amd64 (2006.1/desktop) with the xml USE flag on. Lacking paranormal abilities, reopen with some build errors. ;) (In reply to comment #2) > Lacking paranormal abilities, reopen with some build errors. ;) > equery u wine ============= [ Searching for packages matching wine... ] [ Colour Code : set unset ] [ Legend : Left column (U) - USE flags from make.conf ] [ : Right column (I) - USE flags packages was installed with ] [ Found these USE variables for app-emulation/wine-0.9.20 ] U I + + X : Adds support for X11 + + alsa : Adds support for media-libs/alsa-lib (Advanced Linux Sound Architecture) - - arts : Adds support for aRts: the KDE sound daemon + + cups : Add support for CUPS (Common Unix Printing System) - - dbus : Enable dbus support for anything that needs it (gpsd, gnomemeeting, etc) - - debug : Tells configure and the makefiles to build for debugging. Effects vary across packages, but generally it will at least add -g to CFLAGS. Remember to set FEATURES=nostrip too - - esd : Adds support for media-sound/esound (Enlightened Sound Daemon) - - gif : Adds GIF image support - - glut : Build an OpenGL plugin using the GLUT library + + hal : Enable Hardware Abstraction Layer (HAL) support - - jack : Adds support for the JACK Audio Connection Kit - - jpeg : Adds JPEG image support - - lcms : Adds lcms support (color management engine) - - ldap : Adds LDAP support (Lightweight Directory Access Protocol) - - nas : Adds support for network audio sound + + ncurses : Adds ncurses support (console display library) + + opengl : Adds support for OpenGL (3D graphics) - - oss : Adds support for OSS (Open Sound System) - - scanner : Adds support for scanner hardware (e.g. build the sane frontend in kdegraphics) + + xml : Add support for XML files ================================================ There were no build erros, but if you run wine you'll get ================================== fixme:htmlhelp:HtmlHelpW Not all HH cases handled correctly This program tried to use a DOMDocument object, but libxml2 support was not present at compile time. !!!! fixme:ole:CoCreateInstance no instance created for interface {2933bf81-7b36-11d2-b20e-00c04f983e60} of class {2933bf90-7b36-11d2-b20e-00c04f983e60}, hres is 0x80004001 ================================ There existed a libxml2 lib, but only 64 bit and not 32 bit . it's a dupe |