While trying an RPM build of the latest source on a CentOS 6.2 machine,
I tried the
make distro.centos-6-x86_64.lib.rpm
A curl request failed with a 404 for
http://download.sipfoundry.org/pub/sipXecs/libs/php-seclib-0.2.1-0.a.1.s
rc.rpm
and when I checked the http://download.sipfoundry.org/pub/sipXecs/libs/
it was indeed not there (no "php" anything). Not sure if this is an
issue, since I am not even sure if I need to build the libs, but I
figured I would mention it here in case there is any followup needed. I
am going to just skip it and move on to building the actual sipx.rpm
D Chang
-=[ Error Message ]=-
INFO: Done(repo/CentOS_6/source/cfengine-3.3.0-1.el6.src.rpm)
Config(centos-6-x86_64) 3 minutes 21 seconds
INFO: Results and/or logs in: repo/CentOS_6/x86_64
INFO: State Changed: end
find repo/CentOS_6/x86_64 -name '*.src.rpm' -exec rm {} \;
cd repo/CentOS_6/x86_64; createrepo -g
/home/patlive/code/sipxecs/mak/comps.xml --checksum=sha .
50/50 - freeswitch-lang-he-1.0.7-4700.gee579.x86_64.rpm
Saving Primary metadata
Saving file lists metadata
Saving other metadata
test -d /home/patlive/libsrc || mkdir -p /home/patlive/libsrc
test -d repo/CentOS_6/source || mkdir -p repo/CentOS_6/source
if [ -n "/home/patlive/code/sipxecs/php-seclib/php-seclib.spec" ]; then
\
if [ -f
/home/patlive/code/sipxecs/php-seclib/includes.patch ]; then cp
/home/patlive/code/sipxecs/php-seclib/includes.patch
/home/patlive/rpmbuild/SOURCES; else if [ ! -f
/home/patlive/libsrc/includes.patch ]; then curl -f -o
/home/patlive/libsrc/includes.patch
http://download.sipfoundry.org/pub/sipXecs/libs/includes.patch; fi ; cp
/home/patlive/libsrc/includes.patch /home/patlive/rpmbuild/SOURCES; fi;
if [ -f phpseclib0.2.1a.zip ]; then cp phpseclib0.2.1a.zip
/home/patlive/rpmbuild/SOURCES; else if [ ! -f
/home/patlive/libsrc/phpseclib0.2.1a.zip ]; then curl -f -o
/home/patlive/libsrc/phpseclib0.2.1a.zip
http://download.sipfoundry.org/pub/sipXecs/libs/phpseclib0.2.1a.zip; fi
; cp /home/patlive/libsrc/phpseclib0.2.1a.zip
/home/patlive/rpmbuild/SOURCES; fi; \
rpmbuild -bs --define "_source_filedigest_algorithm
md5" --nodeps /home/patlive/code/sipxecs/php-seclib/php-seclib.spec; \
elif [ -n "" ]; then \
rpmbuild -ts --define "_source_filedigest_algorithm
md5" --nodeps ; \
else \
if [ -f php-seclib-0.2.1-0.a.1.src.rpm ]; then cp
php-seclib-0.2.1-0.a.1.src.rpm
/home/patlive/rpmbuild/SRPMS/php-seclib-0.2.1-0.a.1.src.rpm; else if [ !
-f /home/patlive/libsrc/php-seclib-0.2.1-0.a.1.src.rpm ]; then curl -f
-o /home/patlive/libsrc/php-seclib-0.2.1-0.a.1.src.rpm
http://download.sipfoundry.org/pub/sipXecs/libs/php-seclib-0.2.1-0.a.1.s
rc.rpm; fi ; cp /home/patlive/libsrc/php-seclib-0.2.1-0.a.1.src.rpm
/home/patlive/rpmbuild/SRPMS/php-seclib-0.2.1-0.a.1.src.rpm; fi; \
fi
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent Left
Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:--
0
curl: (22) The requested URL returned error: 404
cp: cannot stat `/home/patlive/libsrc/phpseclib0.2.1a.zip': No such file
or directory
error: File /home/patlive/rpmbuild/SOURCES/phpseclib0.2.1a.zip: No such
file or directory
make[2]: *** [php-seclib.srpm] Error 1
make[2]: Leaving directory `/home/patlive/code/sipxecs/build'
make[1]: *** [lib.rpm] Error 2
make[1]: Leaving directory `/home/patlive/code/sipxecs/build'
make: *** [distro.centos-6-x86_64.lib.rpm] Error 2
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev/