<div dir="ltr">Hello,<div><br></div><div>i got the following error message if i build the rpm packages.</div><div><br></div><div><br></div><div><br></div><div><div>Processing files: freeswitch-spidermonkey-1.4.5-3.el6.x86_64</div>
<div>error: File not found by glob: /home/karsten/freeswitch/rpmbuild/BUILDROOT/freeswitch-1.4.5-3.el6.x86_64/usr/lib64/freeswitch/mod/mod_spidermonkey*.so*</div><div>error: File not found by glob: /home/karsten/freeswitch/rpmbuild/BUILDROOT/freeswitch-1.4.5-3.el6.x86_64/usr/lib64/libjs.so*</div>
<div>error: File not found: /home/karsten/freeswitch/rpmbuild/BUILDROOT/freeswitch-1.4.5-3.el6.x86_64/usr/lib64/libnspr4.so</div><div>error: File not found: /home/karsten/freeswitch/rpmbuild/BUILDROOT/freeswitch-1.4.5-3.el6.x86_64/usr/lib64/libplds4.so</div>
<div>error: File not found: /home/karsten/freeswitch/rpmbuild/BUILDROOT/freeswitch-1.4.5-3.el6.x86_64/usr/lib64/libplc4.so</div><div><br></div><div><br></div><div>RPM build errors:</div><div>    File not found by glob: /home/karsten/freeswitch/rpmbuild/BUILDROOT/freeswitch-1.4.5-3.el6.x86_64/usr/lib64/freeswitch/mod/mod_spidermonkey*.so*</div>
<div>    File not found by glob: /home/karsten/freeswitch/rpmbuild/BUILDROOT/freeswitch-1.4.5-3.el6.x86_64/usr/lib64/libjs.so*</div><div>    File not found: /home/karsten/freeswitch/rpmbuild/BUILDROOT/freeswitch-1.4.5-3.el6.x86_64/usr/lib64/libnspr4.so</div>
<div>    File not found: /home/karsten/freeswitch/rpmbuild/BUILDROOT/freeswitch-1.4.5-3.el6.x86_64/usr/lib64/libplds4.so</div><div>    File not found: /home/karsten/freeswitch/rpmbuild/BUILDROOT/freeswitch-1.4.5-3.el6.x86_64/usr/lib64/libplc4.so</div>
<div>mkdir: cannot create directory `/home/karsten/freeswitch/RPMS&#39;: File exists</div><div><br></div><div><br></div><div>git version 8f5c321714f2759e37f90f8b28916a6bdd4246c3</div><div><br></div><div>I run this little helper script, to build the rpms with the nice FS build-helpers:</div>
<div><br><div>#!/bin/bash -xv</div><div>export LANG=C</div><div>MY_DIR=&quot;/home/karsten/&quot;</div><div>FS_DIR=&quot;freeswitch&quot;</div><div>export version_number=&quot;1.4.5&quot;</div><div>export build_number=&quot;3&quot;</div>
<div><br></div><div>if [[ ! -d freeswitch ]]; then</div><div>    #git clone git://<a href="http://git.freeswitch.org/freeswitch">git.freeswitch.org/freeswitch</a></div><div>    git clone -b v1.4 git://<a href="http://git.freeswitch.org/freeswitch.git">git.freeswitch.org/freeswitch.git</a></div>
<div>fi</div><div><br></div><div>#cp freeswitch.spec freeswitch/</div><div>cd ${FS_DIR} || exit 1</div><div><br></div><div>if [[ x`pwd` == &quot;x${MY_DIR}&quot; ]]; then</div><div>        echo &quot;something goes wrong&quot;</div>
<div>        exit 1</div><div>fi</div><div><br></div><div>for idx in RPMS rpmbuild src_dist</div><div>do</div><div>        if [[ -d ${idx} ]]; then</div><div>            rm -rf ${idx}</div><div>        fi</div><div>done</div>
<div>./scripts/ci/src_tarball.sh ${version_number}</div><div>./scripts/ci/get_extra_sources.sh ${version_number}</div><div>./scripts/ci/rpmbuilder.sh  ${version_number} ${build_number}</div></div><div><br></div><div><br></div>
<div><br></div>-- <br>Kind Regards<br>*Karsten Horsmann*<br>
</div></div>