[Nut-upsuser] Network UPS Tools version 2.2.2-pre2 released
Roger Price
rprice at cs.uml.edu
Sat Apr 19 10:52:24 UTC 2008
On Sat, 19 Apr 2008, Arjen de Korte wrote:
> > You're making this far more complex than needed. With the RPMs I sent you,
> > I also included the source RPM for nut (which was built on openSUSE 10.3
> > by the way). Extract that with
> > rpm -Uvh nut-2.2.2-pre2.src.rpm
> > and then rebuild the lot with
> > rpmbuild -ba /usr/src/packages/SPECS/nut.spec
> > There is also a command to do this in one go, but I don't remember this at
> > the moment.
> I just found it
> rpmbuild --rebuild nut-2.2.2-pre2.src.rpm
> should do the trick.
Lets go! The command
rpmbuild --rebuild nut-2.2.2-pre2.src.rpm
gives me
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.67245
+ umask 022
+ cd /usr/src/packages/BUILD
+ cd /usr/src/packages/BUILD
+ rm -rf nut-2.2.2
+ tar -xf /usr/src/packages/SOURCES/nut-2.2.2-pre2.tar
+ cd nut-2.2.2
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chown -Rhf root .
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chgrp -Rhf root .
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ autoreconf -f -i
configure.in:69: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use
m4_pattern_allow.
See the Autoconf documentation.
configure.in:312: error: possibly undefined macro: AC_DISABLE_STATIC
autoreconf: /usr/bin/autoconf failed with exit status: 1
error: Bad exit status from /var/tmp/rpm-tmp.67245 (%prep)
I guess I need to specify m4_pattern_allow, but where?
I also get the error message
sh: /usr/sbin/apxs: No such file or directory
presumably because I use apache2. I do have /usr/sbin/apxs2
Do I need to specify apxs2 somewhere?
Roger
More information about the Nut-upsuser
mailing list