search for: nut_check_libh

Displaying 6 results from an estimated 6 matches for "nut_check_libh".

Did you mean: nut_check_libhal
2009 Dec 24
2
[nut-commits] buildbot failure in FreeBSD-i686
Citeren clepple+buildbot op ghz.cc: > The Buildbot has detected a new failure of FreeBSD-i686. > Full details are available at: > http://buildbot.ghz.cc/public/nut/FreeBSD-i686/builds/35 Charles, It seems that m4/nut_check_libhal.m4 fails to detect the proper path where to install the .fdi files. I have no idea where these files live on FreeBSD, so could you please find out what to do here? Do these exist at all? Best regards, Arjen -- Please keep list traffic on the list
2008 Apr 30
0
[Fwd: Re: openSUSE 11.0 - NUT]
Stanislav Brabec wrote: > Please note that 2.2.2-pre3 installs hald addons by default to / on > openSUSE 11.0 beta 2 x86_64. Not a big problem. Here is a patch, which fixes openSUSE 11.0 beta 2 x86_64: --- m4/nut_check_libhal.m4 +++ m4/nut_check_libhal.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") the...
2008 Jul 17
0
r1515 - branches/trunk-make-package: anybody interested in taking over?
...pied, changed from r1506, /trunk/data/driver.list > branches/trunk-make-package/drivers/ > - copied from r1510, /trunk/drivers/ > branches/trunk-make-package/drivers/main-hal.c > - copied unchanged from r1511, /trunk/drivers/main-hal.c > branches/trunk-make-package/m4/nut_check_libhal.m4 > - copied unchanged from r1511, /trunk/m4/nut_check_libhal.m4 > branches/trunk-make-package/packaging/debian/po/ > - copied from r1505, /branches/Testing/packaging/debian/po/ > branches/trunk-make-package/scripts/ > - copied from r1510, /trunk/scripts/ > M...
2008 Apr 30
2
openSUSE 11.0 - NUT
...islav Brabec <sbrabec at suse.cz>: > Stanislav Brabec wrote: > > > Please note that 2.2.2-pre3 installs hald addons by default to / on > > openSUSE 11.0 beta 2 x86_64. Not a big problem. > > Here is a patch, which fixes openSUSE 11.0 beta 2 x86_64: > > --- m4/nut_check_libhal.m4 > +++ m4/nut_check_libhal.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 (tes...
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 Feb 02
1
[nut-commits] svn commit r1264 - in trunk: . drivers m4 scripts/hal
On Feb 1, 2008 6:11 PM, Arnaud Quette <aquette at alioth.debian.org> wrote: > Author: aquette > Date: Fri Feb 1 23:11:33 2008 > New Revision: 1264 > > Log: > fix HAL support installation [Alioth Bug #304156] Arnaud, I tried to fix some of the errors that I was seeing in buildbot, but I still get the following error on "make distcheck", and I don't know how