I'm attempting to build a PHP 5.2.5 package for CentOS 5.2 (x86_64) using a Fedora SRPM.
Satisified all dependencies and looked like it was going to build, but barfed at the end with a known apr/apxs issue - CentOS bug 2934.
A workaround suggested in bug report didn't work, but produced a related but different error (I've updated the bug report).
There is supposed to be a yum package in testing that fixes this issue. Where can I access the testing repo, or this package?
Thanks
Mick
On Sat, 2008-10-11 at 19:07 +0930, admin wrote:
I'm attempting to build a PHP 5.2.5 package for CentOS 5.2 (x86_64) using a Fedora SRPM.
Satisified all dependencies and looked like it was going to build, but barfed at the end with a known apr/apxs issue - CentOS bug 2934.
A workaround suggested in bug report didn't work, but produced a related but different error (I've updated the bug report).
There is supposed to be a yum package in testing that fixes this issue. Where can I access the testing repo, or this package?
grep c5-t /etc/yum.repos.d/CentOS-* /etc/yum.repos.d/CentOS-Testing.repo:[c5-testing]
and sometime Karan has things
$ grep test /etc/yum.repos.d/kbsingh-CentOS-Extras.repo # All new packages are now released to the testing repository first # Note: The testing repository is disabled by default baseurl=http://centos.karan.org/el $releasever/extras/testing/$basearch/RPMS/
Thanks
Mick
<snip sig stuff>
HTH
On Sat, Oct 11, 2008 at 3:34 AM, William L. Maltby CentOS4Bill@triad.rr.com wrote:
On Sat, 2008-10-11 at 19:07 +0930, admin wrote:
There is supposed to be a yum package in testing that fixes this issue. Where can I access the testing repo, or this package?
grep c5-t /etc/yum.repos.d/CentOS-* /etc/yum.repos.d/CentOS-Testing.repo:[c5-testing]
A new set of yum rpm's are supposed to be placed in the c5-testing repo any minutes now. Before using anything from this repo, please read:
http://wiki.centos.org/AdditionalResources/Repositories
especially this part:
CentOS-Testing - This repository is a proving grounds for packages on their way to CentOSPlus and CentOS Extras. They may or may not replace core CentOS packages, and are not guaranteed to function properly. These packages build, and install, but are waiting for feedback from testers as to functionality and stability. Packages in this repository will come and go during the development period, so it should not be left enabled or used on production systems. This repository is intentionally not shipped with CentOS by default, although the repository config files can be found at:
CentOS 4: http://dev.centos.org/centos/4/CentOS-Testing.repo CentOS 5: http://dev.centos.org/centos/5/CentOS-Testing.repo
Akemi
admin wrote:
I'm attempting to build a PHP 5.2.5 package for CentOS 5.2 (x86_64) using a Fedora SRPM.
why not just use the php-5.2 in c5-testing and contribute a bit to the project as well ? a few more people testing those packages would be nice.
I'm attempting to build a PHP 5.2.5 package for CentOS 5.2 (x86_64) using a Fedora SRPM.
why not just use the php-5.2 in c5-testing and contribute a bit to the project as well ? a few more people testing those packages would be nice.
That's exactly what I've done. I went for the 5.2.6 packages. I fully realise these are testing packages. I have run up a Xen VM just for the purpose of testing Drupal 7's PostgreSQL 8.3.4 compatibility, so its all close to the edge.
Will let you know how it goes.
Mick
admin wrote:
I'm attempting to build a PHP 5.2.5 package for CentOS 5.2 (x86_64) using a Fedora SRPM.
Satisified all dependencies and looked like it was going to build, but barfed at the end with a known apr/apxs issue - CentOS bug 2934.
A workaround suggested in bug report didn't work, but produced a related but different error (I've updated the bug report).
I can confirm that the yum package in testing 11/10/2008 (yum 3.2.19-9.el5.centos.noarch.rpm) fixed this issue for me and allowed PHP packages to build. After updating yum I uninstalled httpd-devel.i386 and httpd-devel.x86_64 and installed plain httpd-devel and then packages built.
Its kind of a moot point now because while browsing the testing repo I found the packages I needed anyway (PHP 5.2.3 and 5.2.6).
Mick