OpenClovis / SAFplus-Availability-Scalability-Platform

Middleware that provides libraries, GUI, and code generator to design multi-node (clustered) applications that are highly available, redundant, and scalable. Provides sub-second node and application fault detection and failover, and useful application libraries including distributed hash tables (checkpoint), event, logging, and communications. Implements SA-Forum APIs where applicable. Used anywhere reliability is a must -- like telecom, wireless, defense and enterprise computing. Download stable release with installer from: ftp.openclovis.com
www.openclovis.com
GNU General Public License v2.0
19 stars 13 forks source link

Problem in 'make images' for cross compiler #93

Closed hungta closed 11 years ago

hungta commented 11 years ago

Created toolchain using crosstool-ng and the compilation of ASP libs and the model succeeded. Now getting an error during 'make images':

db sqlite3 gdbm net-snmp openhpi install: cannot stat `/home/mrv/clovis/buildtools/i686-pc-linux-gnu/sbin/openhpid': No such file or directory

install: cannot stat `/home/mrv/clovis/buildtools/i686-pc-linux-gnu/bin/hpi': No such file or directory

tar: lib/hpi: Cannot stat: No such file or directory

tar: Exiting with failure status due to previous errors

tar: lib/oh: Cannot stat: No such file or directory

tar: Exiting with failure status due to previous errors

tar: lib/glib: Cannot stat: No such file or directory

tar: Exiting with failure status due to previous errors

tar: lib/gmodule: Cannot stat: No such file or directory

tar: Exiting with failure status due to previous errors

tar: lib/gobject: Cannot stat: No such file or directory

tar: Exiting with failure status due to previous errors

tar: lib/gthread: Cannot stat: No such file or directory

tar: Exiting with failure status due to previous errors

pyhpi

Failure detected while trying to install openhpid.

Failure detected while trying to install hpi binaries.

Failure detected while trying to copy in hpi libraries.

hungta commented 11 years ago

openhpi stuffs should not be present in the images in case the model was not configured as "cm-build=openhpi". This will be fixed in the prerequisites.sh script.