On 07/29/2013 12:13 PM, lilit-aibolit wrote:
On 07/29/2013 11:31 AM, Marios Makassikis wrote:
ln -s /usr/local/bin/python3.2 /usr/local/bin/python
Thanks. It helped a bit, but now

# rm /usr/local/bin/python
# ln -s /usr/local/bin/python2.7 /usr/local/bin/python
# pwd
/root/nut
# export AUTOMAKE_VERSION=1.13.1
# export AUTOCONF_VERSION=2.69
# export CONFIGURE_STYLE=autoconf
# ./autogen.sh
Regenerating Augeas ups.conf lens...
Calling autoreconf...
/usr/local/bin/aclocal[35]: /usr/local/bin/aclocal-1.13.1: not found
autoreconf-2.69: aclocal failed with exit status: 127


.

corrected:
# pkg_add libtool asciidoc
libtool-2.4.2: ok
# ls -la /usr/local/bin/aclocal
aclocal        aclocal-1.13
# export AUTOMAKE_VERSION=1.13
# export AUTOCONF_VERSION=2.69
# export CONFIGURE_STYLE=autoconf
# ./autogen.sh
Calling autoreconf...
aclocal-1.13: warning: autoconf input should be named 'configure.ac', not 'configure.in'
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
aclocal-1.13: warning: autoconf input should be named 'configure.ac', not 'configure.in' automake-1.13: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:11: installing './config.guess'
configure.in:11: installing './config.sub'
configure.in:15: installing './install-sh'
configure.in:15: installing './missing'
automake-1.13: warning: autoconf input should be named 'configure.ac', not 'configure.in'
clients/Makefile.am: installing './depcomp'
parallel-tests: installing './test-driver'

# ./configure --with-user=_ups --with-group=_ups

Configuration summary:
======================
build serial drivers: yes
build USB drivers: yes
build SNMP drivers: no
build neon based XML driver: no
enable Avahi support: no
build Powerman PDU client driver: no
build IPMI driver: no
build Mac OS X meta-driver: no
enable SSL 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
Making all in tools
Making all in .
Making all in nut-scanner
make  all-am
Regenerating the SNMP helper files.
Regenerating the USB helper files.
Making all in docs
Making all in .
Making all in man
Using existing nut.conf.5 manual page, since 'asciidoc' was not found.
Using existing ups.conf.5 manual page, since 'asciidoc' was not found.
Using existing upsd.conf.5 manual page, since 'asciidoc' was not found.
Using existing upsd.users.5 manual page, since 'asciidoc' was not found.
Using existing upsmon.conf.5 manual page, since 'asciidoc' was not found.
Using existing upssched.conf.5 manual page, since 'asciidoc' was not found.
Using existing nutupsdrv.8 manual page, since 'asciidoc' was not found.
Using existing upsc.8 manual page, since 'asciidoc' was not found.
Using existing upscmd.8 manual page, since 'asciidoc' was not found.
Using existing upsd.8 manual page, since 'asciidoc' was not found.
Using existing upsdrvctl.8 manual page, since 'asciidoc' was not found.
Using existing upslog.8 manual page, since 'asciidoc' was not found.
Using existing upsmon.8 manual page, since 'asciidoc' was not found.
Using existing upsrw.8 manual page, since 'asciidoc' was not found.
Using existing upssched.8 manual page, since 'asciidoc' was not found.
Using existing nut-scanner.8 manual page, since 'asciidoc' was not found.
Using existing nut-recorder.8 manual page, since 'asciidoc' was not found.
Using existing apcsmart.8 manual page, since 'asciidoc' was not found.
Using existing apcsmart-old.8 manual page, since 'asciidoc' was not found.
Using existing bcmxcp.8 manual page, since 'asciidoc' was not found.
Using existing belkin.8 manual page, since 'asciidoc' was not found.
Using existing belkinunv.8 manual page, since 'asciidoc' was not found.
Using existing bestfortress.8 manual page, since 'asciidoc' was not found.
Using existing bestuferrups.8 manual page, since 'asciidoc' was not found.
Using existing bestups.8 manual page, since 'asciidoc' was not found.
Using existing bestfcom.8 manual page, since 'asciidoc' was not found.
Using existing blazer.8 manual page, since 'asciidoc' was not found.
make: don't know how to make blazer_ser.8 (prerequisite of: all-am)
Stop in docs/man
*** Error 1 in docs (Makefile:511 'all-recursive')
*** Error 1 in /root/nut (Makefile:499 'all-recursive')

Reply via email to