search for: nut_version

Displaying 11 results from an estimated 11 matches for "nut_version".

Did you mean: nt_version
2013 Feb 12
1
revisiting #613643 - Should include/nut_version.h be removed from nut_2.4.3.orig.tar.gz?
Regid, You suggested we remove nut_version.h from the .orig.tar.gz for NUT: <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613643> The original intent was that nut_version.h would be generated from "make dist" (or "make distcheck*") when the official nut-X.Y.Z.tar.gz tarball is created. At that point, it is s...
2008 Aug 15
2
Problem with APC and Fedora 8 I86_64
...al drivers: yes build SNMP drivers: no build USB drivers: yes enable HAL support: yes build neon based XML driver: no only build specific drivers: apcsmart usbhid-ups -------------- next part -------------- Making all in include make[1]: Entering directory `/home/software/nut/nut-2.2.2/include' NUT_VERSION: "2.2.2" test -f nut_version.h || cp _nut_version.h nut_version.h cmp -s _nut_version.h nut_version.h || cp _nut_version.h nut_version.h rm -f _nut_version.h make all-am make[2]: Entering directory `/home/software/nut/nut-2.2.2/include' make[2]: Nothing to be done for `all-am'. m...
2015 Feb 13
1
Testing recommend, make Install error Re: Nut-upsuser Digest, Vol 116, Issue 10
...nss-devel gcc-c++ So now I didn't get last errors on make. But I get a new one when I try to do - make install --------------------------- *[root at artesano nut-2.7.2.6]# make install* Making install in include make[1]: Entering directory `/home/artesano/Downloads/nut-2.7.2.6/include' NUT_VERSION: "2.7.2.6" test -f nut_version.h || cp _nut_version.h nut_version.h cmp -s _nut_version.h nut_version.h || cp _nut_version.h nut_version.h rm -f _nut_version.h make install-am make[2]: Entering directory `/home/artesano/Downloads/nut-2.7.2.6/include' make[3]: Entering directory `/hom...
2008 Feb 08
1
Building NUT 2.2.1 under Solaris 10 (SPARC)
...nable SSL development code: yes enable IPv6 support: yes build CGI programs: no build upsclient library: no build serial drivers: yes build SNMP drivers: yes build USB drivers: libusb-based drivers only enable HAL support: no [huge at anubis ~/Prog/nut/nut-2.2.1]: make Making all in include test -f nut_version.h || cp _nut_version.h nut_version.h cmp -s _nut_version.h nut_version.h || cp _nut_version.h nut_version.h rm -f _nut_version.h make all-am Making all in common if gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -O -Wall -Wsign-compare -MT common.o -MD -MP -MF ".deps/common.Tpo&quo...
2013 Nov 04
1
Makefile fix for tarball compilation
...his, the default compilation (so far without CGI and some drivers) seems to succeed. ################### --- include/Makefile.orig Mon Nov 4 13:12:39 2013 +++ include/Makefile Mon Nov 4 13:23:02 2013 @@ -473,9 +473,11 @@ # magic to include SVN revision number in NUT version string nut_version.h: FORCE - @GITREV=`git describe --tags 2>/dev/null | sed 's/^v\([0-9]\)/\1/' `; \ + @GITREV=`git describe --tags 2>/dev/null | sed 's/^v\([0-9]\)/\1/' ` || \ + GITREV=""; \ if [ -z "$$GITREV" ]; \ - then S...
2013 Jul 29
3
nut package with Riello UPS support
...support: yes (OpenSSL) enable libwrap (tcp-wrappers) support: no enable libltdl (Libtool dlopen abstraction) support: no build nut-scanner: no build CGI programs: no enable HAL support: no build and install documentation: no build and install the development files: no # make Making all in include NUT_VERSION: "2.6.5-183-ga074844" test -f nut_version.h || cp _nut_version.h nut_version.h cmp -s _nut_version.h nut_version.h || cp _nut_version.h nut_version.h rm -f _nut_version.h make all-am Making all in common Making all in clients Making all in conf Making all in data Making all in html Makin...
2008 Mar 27
1
[nut-commits] svn commit r1207 - in trunk: . include
...re any reason for not backporting this, or is it simply an oversight? 2007/12/31, Charles Lepple <clepple-guest at alioth.debian.org>: > Author: clepple-guest > Date: Mon Dec 31 16:32:58 2007 > New Revision: 1207 > > Log: > Remove GNU Make extensions from rule to create nut_version.h, and handle case > where svnversion does not exist. > > > Modified: > trunk/ChangeLog > trunk/include/Makefile.am > > Modified: trunk/ChangeLog > ============================================================================== > --- trunk/ChangeLog (orig...
2007 Dec 30
1
eliminating GNU Make features in include/Makefile.am
...bably a GNU make extension) include/Makefile.am:10: shell if test "$(SVNREV: non-POSIX variable name include/Makefile.am:10: (probably a GNU make extension) I think that the $(shell ...) construct is actually a GNU Make feature. Since we do not use the variables on lines 9 and 10 outside the nut_version.h rule below, does anyone have any objections to merging those shell commands into that rule? I would also like to add some code to gracefully handle the case where svnversion does not exist on the target system, which is related, but still can cause a problem on systems with GNU Make. (This is wh...
2011 Jun 22
1
[nut-commits] buildbot failure in Network UPS Tools on Ubuntu-maverick-x86
> > The Buildbot has detected a new failure of Ubuntu-maverick-x86 on > Network UPS Tools. > Full details are available at: > http://buildbot.networkupstools.org/public/nut/builders/Ubuntu-maverick-x86/builds/32 > > Buildbot URL: http://buildbot.networkupstools.org/public/nut/ > > Buildslave for this Build: cayenne Fred, I had a few spare cycles and tried building
2015 Feb 13
1
Error installing Nut 2.7.2 on RedHat 6.6
...upport: no build nut-scanner: no build CGI programs: no build and install documentation: no build and install the development files: no ----------------------- *[artesano at artesano nut-2.7.2]$ make* Making all in include make[1]: Entering directory `/home/artesano/Downloads/nut-2.7.2/include' NUT_VERSION: "2.7.2" test -f nut_version.h || cp _nut_version.h nut_version.h cmp -s _nut_version.h nut_version.h || cp _nut_version.h nut_version.h rm -f _nut_version.h make all-am make[2]: Entering directory `/home/artesano/Downloads/nut-2.7.2/include' make[2]: Leaving directory `/home/artesan...
2012 Mar 08
18
some fixes, improvements, and new features (EPO and DYING) for NUT
Here are a series of my recent changes to NUT. The first few in the set are primarily little fixes and improvements. In among those are a few for .gitignore files which of course you can ignore for SVN, and there's one for a commit to a generated file which of course should not be tracked in any VCS. Then there are a couple or three to do with generating the header files used by