Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
0.9.1
Description
I get the latest thrift-0.9.1.tar.gz , but in build I get an build error:
...
make[3]: Leaving directory `/var/tmp/fst/src/thrift-0.9.1/lib/perl'
Making all in php
make[3]: Entering directory `/var/tmp/fst/src/thrift-0.9.1/lib/php'
Making all in test
make[4]: Entering directory `/var/tmp/fst/src/thrift-0.9.1/lib/php/test'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/var/tmp/fst/src/thrift-0.9.1/lib/php/test'
make[4]: Entering directory `/var/tmp/fst/src/thrift-0.9.1/lib/php'
cd src/ext/thrift_protocol/ \
&& make
make[5]: Entering directory `/var/tmp/fst/src/thrift-0.9.1/lib/php/src/ext/thrift_protocol'
make[5]: *** No targets specified and no makefile found. Stop.
make[5]: Leaving directory `/var/tmp/fst/src/thrift-0.9.1/lib/php/src/ext/thrift_protocol'
make[4]: *** [src/ext/thrift_protocol/modules/thrift_protocol.so] Error 2
make[4]: Leaving directory `/var/tmp/fst/src/thrift-0.9.1/lib/php'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/fst/src/thrift-0.9.1/lib/php'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/fst/src/thrift-0.9.1/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/fst/src/thrift-0.9.1'
make: *** [all] Error 2
Here is the configure output: http://www.frugalware.org/paste/14300
I use php-5.3.26.
Maybe it is an forgot Makefile fail? (The thrift-0.9.0/lib/php/src/ext/thrift_protocol/Makefile was exist in thrift-0.9.0.tar.gz source, in 0.9.1 doesn't exist)