http://bugs.winehq.org/show_bug.cgi?id=15049
Summary: Wine configure script doesn't find HAL development files on Fedora 9 Product: Wine Version: CVS/GIT Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P1 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: aldwulf@gmail.com
Created an attachment (id=15705) --> (http://bugs.winehq.org/attachment.cgi?id=15705) Configure script output
I fetched WINE from GIT and runned configure script. It detected all HAL headers, but at the end of output it returned that libhal devel files were not found. I have installed hal-devel package (there's no package like libhal-devel), but it didn't help.
http://bugs.winehq.org/show_bug.cgi?id=15049
Paul Vriens Paul.Vriens.Wine@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Paul.Vriens.Wine@gmail.com
--- Comment #1 from Paul Vriens Paul.Vriens.Wine@gmail.com 2008-08-28 03:33:08 --- Are you running the 64bit version of F9? If so did you install both the 32bit and 64bit packages? (See http://wiki.winehq.org/WineOn64bit).
http://bugs.winehq.org/show_bug.cgi?id=15049
--- Comment #2 from Marcin aldwulf@gmail.com 2008-08-28 03:37:53 --- No, it's 32-bit system (that makes my problem stranger...)
http://bugs.winehq.org/show_bug.cgi?id=15049
--- Comment #3 from Paul Vriens Paul.Vriens.Wine@gmail.com 2008-08-28 03:42:44 --- Do you have dbus-devel as well? What are the versions of both dbus-devel and hal-devel? (I'm running F9 on i386 without a problem.)
http://bugs.winehq.org/show_bug.cgi?id=15049
--- Comment #4 from Paul Vriens Paul.Vriens.Wine@gmail.com 2008-08-28 04:29:46 --- One difference I see in my output (dbus_connection_close) is:
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... yes checking for -lhal... libhal.so.1 checking for -lncurses... libncurses.so.5
compared to yours:
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 for -lncurses... libncurses.so.5
http://bugs.winehq.org/show_bug.cgi?id=15049
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Priority|P1 |P2 Resolution| |INVALID
--- Comment #5 from Dmitry Timoshkov dmitry@codeweavers.com 2008-09-02 01:16:54 --- Upgrade your libraries.
http://bugs.winehq.org/show_bug.cgi?id=15049
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Dmitry Timoshkov dmitry@codeweavers.com 2008-09-02 01:17:04 --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=15049
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified