|
From: Reindl H. <h.r...@th...> - 2014-07-02 18:49:57
|
something is terrible wrong with open-vm-tools-9.4.6-1770165
there is no ./configure and calling "autoconf" before
./configure in the SPEC leades to a lot of other errors
[builduser@buildserver64:/rpmbuild/SPECS]$ rpmbuild -bb vmware-tools.spec
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.mXaiCw
+ umask 022
+ cd /home/builduser/rpmbuild/BUILD
+ cd /home/builduser/rpmbuild/BUILD
+ rm -rf open-vm-tools-9.4.6-1770165
+ /usr/bin/gzip -dc /home/builduser/rpmbuild/SOURCES/open-vm-tools-9.4.6-1770165.tar.gz
+ /usr/bin/tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd open-vm-tools-9.4.6-1770165
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.kOwJ28
+ umask 022
+ cd /home/builduser/rpmbuild/BUILD
+ cd open-vm-tools-9.4.6-1770165
+ autoconf
configure.ac:86: error: possibly undefined macro: AC_MSG_ERROR
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:137: error: possibly undefined macro: AC_MSG_WARN
configure.ac:210: error: possibly undefined macro: AM_INIT_AUTOMAKE
configure.ac:243: error: possibly undefined macro: AM_PROG_CC_C_O
configure.ac:252: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.ac:295: error: possibly undefined macro: AC_VMW_CHECK_LIB
configure.ac:379: error: possibly undefined macro: AC_VMW_DEFAULT_FLAGS
configure.ac:388: error: possibly undefined macro: AC_VMW_LIB_ERROR
configure.ac:532: error: possibly undefined macro: AC_VMW_CHECK_LIBXX
configure.ac:657: error: possibly undefined macro: AC_DEFINE
configure.ac:1016: error: possibly undefined macro: AM_CONDITIONAL
error: Bad exit status from /var/tmp/rpm-tmp.kOwJ28 (%build)
|