http://bugs.winehq.org/show_bug.cgi?id=15709
Summary: Reopen: configure fails to detect a few packages Product: Wine Version: CVS/GIT Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: mah@jump-ing.de
You were far to quick to close #15701, gentlemen. I'm well aware of the 32-bit library requirement and did all the measueres recommended in the 64-bit-build-howto.
Still, configure doesn't do what it should.
Description: Opened: 2008-10-21 16:06 I think the following snippet is self-declaring:
mah@piccard:~/wine$ CFLAGS="-m32 -g" LDFLAGS="-L/opt/mesa/lib -L/lib32 -L/usr/lib32" ./configure [...] [...] configure: libhal development files not found, no dynamic device support. configure: libgnutls development files not found, no schannel support. configure: libcups development files not found, CUPS won't be supported.
configure: Finished. Do 'make depend && make' to compile Wine.
mah@piccard:~/wine$ sudo apt-get install libhal-dev libgnutls-dev libcups-dev Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut Lese Status-Informationen ein... Fertig libhal-dev ist schon die neueste Version. libgnutls-dev ist schon die neueste Version. E: Konnte Paket libcups-dev nicht finden
Translations: "ist schon die neueste Version" -> "is newest version already" "Konnte Paket ... nicht finden" -> "Couldn't find package ..."
libhal-dev is version 0.5.11-4ubuntu3 libgnutls-dev is 2.4.1-1build1
The overall system is Ubuntu 8.10 Intrepid Ibex on AMD64.
http://bugs.winehq.org/show_bug.cgi?id=15709
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from Alexandre Julliard julliard@winehq.org 2008-10-22 04:51:37 --- If configure doesn't find the libraries it means you don't have them. Having up-to-date 64-bit packages is irrelevant. Look in config.log to find out what is missing, and fix your setup.
http://bugs.winehq.org/show_bug.cgi?id=15709
--- Comment #2 from Traumflug mah@jump-ing.de 2008-10-22 04:52:44 --- If this is indeed an 32-bit vs. 64.bit library issue, configure should detect this to give an apropritate error message. The current situation is misleading.
http://bugs.winehq.org/show_bug.cgi?id=15709
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Version|CVS/GIT |1.1.6
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2008-10-22 07:10:04 --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=15709
--- Comment #4 from Austin English austinenglish@gmail.com 2008-10-22 11:06:27 --- (In reply to comment #2)
If this is indeed an 32-bit vs. 64.bit library issue, configure should detect this to give an apropritate error message. The current situation is misleading.
Alexandre committed a patch today to do this: http://source.winehq.org/git/wine.git/?a=commitdiff;h=93f094c544ec6794bb8454...