Re: php-pear package build problem

2011-09-13 Thread Pavel Alexeev (aka Pahan-Hubbitus)
13.09.2011 09:36, Remi Collet wrote: Le 07/09/2011 09:14, Pavel Alexeev (aka Pahan-Hubbitus) a écrit : %if 0%{?php_zend_api:1} if you want to use (guessing php_zend_api is not defined as 0 even on EPEL) Just for interest - is there change of minimal buildroot happened since F15? Why it was

Re: php-pear package build problem

2011-09-12 Thread TASAKA Mamoru
Pavel Alexeev (aka Pahan-Hubbitus) wrote, at 09/11/2011 01:01 AM +9:00: Now I change it on: %if %( php -r echo (version_compare(PHP_VERSION, '5.3.0', '=') ? 1 : 0); /dev/null || echo 0 ) but on make srpm got error: error: /home/pasha/SOFT/git/php-pecl-runkit/master/php-pecl-runkit.spec:74:

Re: php-pear package build problem

2011-09-12 Thread Pavel Alexeev (aka Pahan-Hubbitus)
12.09.2011 19:57, TASAKA Mamoru wrote: Pavel Alexeev (aka Pahan-Hubbitus) wrote, at 09/11/2011 01:01 AM +9:00: Now I change it on: %if %( php -r echo (version_compare(PHP_VERSION, '5.3.0', '=') ? 1 : 0); /dev/null || echo 0 ) but on make srpm got error: error:

Re: php-pear package build problem

2011-09-12 Thread Remi Collet
Le 07/09/2011 09:14, Pavel Alexeev (aka Pahan-Hubbitus) a écrit : %if 0%{?php_zend_api:1} if you want to use (guessing php_zend_api is not defined as 0 even on EPEL) Just for interest - is there change of minimal buildroot happened since F15? Why it was worked before? Was it announced and I

Re: php-pear package build problem

2011-09-10 Thread Pavel Alexeev (aka Pahan-Hubbitus)
07.09.2011 18:59, TASAKA Mamoru wrote: If you still see some issue, please write in detail what you see (and post the spec file you are currently using). Yes, apparently I still have it. The long time awhile I have there condition: %if %( php -r echo (version_compare(PHP_VERSION, '5.3.0',

Re: php-pear package build problem

2011-09-07 Thread Pavel Alexeev (aka Pahan-Hubbitus)
06.09.2011 18:47, TASAKA Mamoru wrote: Pavel Alexeev (aka Pahan-Hubbitus) wrote, at 09/06/2011 07:00 PM +9:00: 05.09.2011 19:17, TASAKA Mamoru wrote: 2. The line 28 %if %{?php_zend_api}0 cannot be parsed when %php_zend_api is not integer (and this is actually happening currently). The

Re: php-pear package build problem

2011-09-07 Thread TASAKA Mamoru
Pavel Alexeev (aka Pahan-Hubbitus) wrote, at 09/07/2011 04:14 PM +9:00: 06.09.2011 18:47, TASAKA Mamoru wrote: Pavel Alexeev (aka Pahan-Hubbitus) wrote, at 09/06/2011 07:00 PM +9:00: 05.09.2011 19:17, TASAKA Mamoru wrote: 2. The line 28 %if %{?php_zend_api}0 cannot be parsed when

Re: php-pear package build problem

2011-09-06 Thread Pavel Alexeev (aka Pahan-Hubbitus)
05.09.2011 19:17, TASAKA Mamoru wrote: (Well, as you posted your first mail to fedora devel list, please keep sending your reply also to devel list. This type of private mails will be very confusing to many people who are also watching mailing list because they cannot know what is currently

Re: php-pear package build problem

2011-09-06 Thread TASAKA Mamoru
Pavel Alexeev (aka Pahan-Hubbitus) wrote, at 09/06/2011 07:00 PM +9:00: 05.09.2011 19:17, TASAKA Mamoru wrote: First: * php-devel is not installed when trying to package srpm from spec and sources. This is what koji (build server) always does. i.e. koji tries to package srpm first, at

php-pear package build problem

2011-09-04 Thread Pavel Alexeev (aka Pahan-Hubbitus)
Hello. I have couple of bugs with FBFS similar to [1]. At first glance it is trivial - php-config doesn't found [2]. But what interesting, it still there as was in Fedora 15: [pasha@vbox temp]$ repoquery --whatprovides '*/php-config' php-devel-0:5.3.6-2.fc15.i686 [pasha@vbox temp]$ repoquery