search for: hal_callouts_path

Displaying 3 results from an estimated 3 matches for "hal_callouts_path".

2010 Feb 23
6
Network UPS Tools 2.4.3
Network UPS Tools version 2.4.3 has been released. http://www.networkupstools.org/ Note: this is only a bugfix release that only solves the regression on IPv6 activation. Direct access: - Download: http://www.networkupstools.org/source/2.4/nut-2.4.3.tar.gz - News: http://www.networkupstools.org/source/2.4/new-2.4.3.txt - ChangeLog: http://www.networkupstools.org/source/2.4/ChangeLog the NUT
2008 Apr 30
0
[Fwd: Re: openSUSE 11.0 - NUT]
...al.m4 @@ -63,7 +63,7 @@ dnl As per HAL spec, ?5 Callouts and ?2 Device Information Files dnl - addon install path: $libdir/hal AC_MSG_CHECKING(for libhal Callouts path) - if (test -d "/usr/lib/hal") + if (test -d "${libdir}/hal") then # For Debian HAL_CALLOUTS_PATH="${libdir}/hal" I found another problem - nut-2.2.2-pre3 is not parallel build ready and parallel build fails in ~80% of cases. It seems that dependencies are not complete. Build on one processor works. gcc -I../include -I/usr/include -O2 -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -...
2008 Apr 30
2
openSUSE 11.0 - NUT
...r HAL spec, ?5 Callouts and ?2 Device Information Files > dnl - addon install path: $libdir/hal > AC_MSG_CHECKING(for libhal Callouts path) > - if (test -d "/usr/lib/hal") > + if (test -d "${libdir}/hal") > then > # For Debian > HAL_CALLOUTS_PATH="${libdir}/hal" applied in Testing and trunk. thanks. > I found another problem - nut-2.2.2-pre3 is not parallel build ready and > parallel build fails in ~80% of cases. It seems that dependencies are > not complete. > > Build on one processor works. > ... I'...