Is there a particular reason why Zenoss has no support for the latest version 
of Fedora (10)?  I've tried installing from source on Fedora 10 (x86) but I've 
run into what seems to be a simple error:


Code:

...
rm -f func.refs
docbook2man -o devel-man local-fontconfig-devel.sgml && \
        mv devel-man/manpage.refs func.refs && \
        mv devel-man/*.3 . && \
        rm -f devel-man/manpage.links && \
        rmdir devel-man
Using catalogs: /etc/sgml/sgml-docbook-3.1-1.0-41.fc10.cat
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl#print
Working on: 
/usr/local/zenoss/zenossinst/build/fontconfig-2.6.0/doc/local-fontconfig-devel.sgml
Done.
rmdir: failed to remove `devel-man': Directory not empty
gmake[3]: *** [func.refs] Error 1
gmake[3]: Leaving directory 
`/usr/local/zenoss/zenossinst/build/fontconfig-2.6.0/doc'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory 
`/usr/local/zenoss/zenossinst/build/fontconfig-2.6.0'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/local/zenoss/zenossinst/build/fontconfig-2.6.0'
gmake: *** [/usr/local/zenoss/zenossinst/build/rrddeps-build] Error 2
unable to build zenoss and prerequisites, see zenbuild.log




When I try to view the zenbuild.log, I found that there was not sufficient 
detail:


Code:

...
running build_scripts
 installing: mysql-python
running build_scripts
running install
running build
running build_py
creating build
creating build/lib.linux-i686-2.4
copying _mysql_exceptions.py -> build/lib.linux-i686-2.4
creating build/lib.linux-i686-2.4/MySQLdb
copying MySQLdb/__init__.py -> build/lib.linux-i686-2.4/MySQLdb
copying MySQLdb/converters.py -> build/lib.linux-i686-2.4/MySQLdb
copying MySQLdb/connections.py -> build/lib.linux-i686-2.4/MySQLdb
copying MySQLdb/cursors.py -> build/lib.linux-i686-2.4/MySQLdb
copying MySQLdb/sets.py -> build/lib.linux-i686-2.4/MySQLdb
copying MySQLdb/times.py -> build/lib.linux-i686-2.4/MySQLdb
copying MySQLdb/stringtimes.py -> build/lib.linux-i686-2.4/MySQLdb
copying MySQLdb/mxdatetimes.py -> build/lib.linux-i686-2.4/MySQLdb
copying MySQLdb/pytimes.py -> build/lib.linux-i686-2.4/MySQLdb
creating build/lib.linux-i686-2.4/MySQLdb/constants
copying MySQLdb/constants/__init__.py -> 
build/lib.linux-i686-2.4/MySQLdb/constants
copying MySQLdb/constants/CR.py -> build/lib.linux-i686-2.4/MySQLdb/constants
copying MySQLdb/constants/FIELD_TYPE.py -> 
build/lib.linux-i686-2.4/MySQLdb/constants
copying MySQLdb/constants/ER.py -> build/lib.linux-i686-2.4/MySQLdb/constants
copying MySQLdb/constants/FLAG.py -> build/lib.linux-i686-2.4/MySQLdb/constants
copying MySQLdb/constants/REFRESH.py -> 
build/lib.linux-i686-2.4/MySQLdb/constants
copying MySQLdb/constants/CLIENT.py -> 
build/lib.linux-i686-2.4/MySQLdb/constants
running build_ext
building '_mysql' extension
creating build/temp.linux-i686-2.4
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes 
-fPIC -I/usr/include/mysql -I//usr/local/zenoss/include/python2.4 -c _mysql.c 
-o build/temp.linux-i686-2.4/_mysql.o -I/usr/include/mysql -g -pipe 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m32 -fasynchronous-unwind-tables -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fwrapv -fPIC
gcc -pthread -shared build/temp.linux-i686-2.4/_mysql.o -L/usr/lib/mysql 
-L/usr/lib -lmysqlclient_r -lz -lpthread -lcrypt -lnsl -lm -lpthread -lssl 
-lcrypto -lmysqlclient_r -o build/lib.linux-i686-2.4/_mysql.so
running install_lib
copying build/lib.linux-i686-2.4/_mysql.so -> /usr/local/zenoss/lib/python




I tried modifying the Makefile in 
/usr/local/zenoss/zenossinst/build/fontconfig-2.6.0/doc by replacing rmdir to 
rm -rf.  I then reran the ./install.sh script but then found more errors.  Am I 
fighting a losing battle since I'm running on Fedora 10?  Or should I press on?

Please help...




-------------------- m2f --------------------

Read this topic online here:
http://forums.zenoss.com/viewtopic.php?p=33858#33858

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to