Ok...I pressed on last night by untar-ing the fontconfig-2.6.0.tar.gz file
under the /usr/local/zenoss/zenossinst/rrddeps directory, modifying the
Makefile in /usr/local/zenoss/zenossinst/rrddeps/fontconfig-2.6.0/doc to
perform a rm -rf instead of a rmdir on the devel-man directory and then re-ran
the ./install.sh script.
Next error found (although it did progress a little further) was as follows:
Code:
...
gmake[1]: Entering directory `/usr/local/zenoss/zenossinst/build/wmi-1.2.2'
cd Samba/source ; \
./autogen.sh ; \
CPPFLAGS="-I//usr/local/zenoss/include/python2.4"
\
./configure --without-readline --enable-debug ; \
gmake proto bin/wmic bin/winexe libraries ; \
touch pywmi-build
./autogen.sh: running script/mkversion.sh
./script/mkversion.sh: 'version.h' created for
Samba("4.0.0tp4-SVN-build-UNKNOWN")
./autogen.sh: running autoheader -I. -Ilib/replace
build/m4/check_cc.m4:8: error: AC_REQUIRE: circular dependency of AC_GNU_SOURCE
lib/replace/autoconf-2.60.m4:169: AC_USE_SYSTEM_EXTENSIONS is expanded from...
../../lib/autoconf/specific.m4:332: AC_GNU_SOURCE is expanded from...
lib/replace/autoconf-2.60.m4:169: AC_USE_SYSTEM_EXTENSIONS is expanded from...
build/m4/check_cc.m4:8: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
autoheader: '/usr/bin/autom4te' failed with exit status: 1
/bin/sh: line 2: ./configure: No such file or directory
gmake[2]: Entering directory
`/usr/local/zenoss/zenossinst/build/wmi-1.2.2/Samba/source'
gmake[2]: *** No rule to make target `proto'. Stop.
gmake[2]: Leaving directory
`/usr/local/zenoss/zenossinst/build/wmi-1.2.2/Samba/source'
cd Samba/source ; \
cp bin/winexe //usr/local/zenoss/bin ; \
cp bin/wmic //usr/local/zenoss/bin ; \
cp bin/shared/*async_wmi_lib.so.0* //usr/local/zenoss/lib/python
cp: cannot stat `bin/winexe': No such file or directory
cp: cannot stat `bin/wmic': No such file or directory
cp: cannot stat `bin/shared/*async_wmi_lib.so.0*': No such file or directory
gmake[1]: *** [pywmi-installed] Error 1
gmake[1]: Leaving directory `/usr/local/zenoss/zenossinst/build/wmi-1.2.2'
After looking into this error a little further, I found that the problem
originates from trying to run a make defined by the
/usr/local/zenoss/zenossinst/build/wmi-1.2.2/GNUmakefile file. This file
executes the script
/usr/local/zenoss/zenossinst/build/wmi-1.2.2/Samba/source/autogen.sh which
tries to run autoheader as follows:
Code:
[zen...@sinister source]$ autoheader -I. -Ilib/replace
build/m4/check_cc.m4:8: error: AC_REQUIRE: circular dependency of AC_GNU_SOURCE
lib/replace/autoconf-2.60.m4:169: AC_USE_SYSTEM_EXTENSIONS is expanded from...
../../lib/autoconf/specific.m4:332: AC_GNU_SOURCE is expanded from...
lib/replace/autoconf-2.60.m4:169: AC_USE_SYSTEM_EXTENSIONS is expanded from...
build/m4/check_cc.m4:8: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
autoheader: '/usr/bin/autom4te' failed with exit status: 1
[zen...@sinister source]$ pwd
/usr/local/zenoss/zenossinst/build/wmi-1.2.2/Samba/source
Where do I go from here?? If anyone can shed some light here, please help...
-------------------- m2f --------------------
Read this topic online here:
http://forums.zenoss.com/viewtopic.php?p=33873#33873
-------------------- m2f --------------------
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users