Hi guys,
I need to install php52-5.2.13 on a 7.4-RELEASE-p4 because our developers need this particular version.
All nice and good. Did a portdowngrade and then make install.
The first error:
was corrected by modifying:
to
but then, another problem appears that I don't understand.
Here is the output
At this point, the installation stalls. CTRL+T unveils something interesting:
A yes cmd is running which by nature will never finish.
So I thought it's a problem of the PHP source, but running a manual ./configure works just fine.
Another interesting this is that, AFAIK, autotools are used when a package has no configure file but the source for php52 has that file. Hence, is there any use for autotools?
I need to install php52-5.2.13 on a 7.4-RELEASE-p4 because our developers need this particular version.
All nice and good. Did a portdowngrade and then make install.
The first error:
Code:
===> php52-5.2.13 Bad autotool stanza: autoconf:262.
*** Error code 1
Code:
USE_AUTOTOOLS= autoconf:262
Code:
USE_AUTOTOOLS= autoconf
Here is the output
Code:
===> php52-5.2.13 depends on file: /usr/local/sbin/apxs - found
===> php52-5.2.13 depends on file: /usr/local/bin/autoconf-2.68 - found
===> php52-5.2.13 depends on executable: pkg-config - found
===> php52-5.2.13 depends on shared library: xml2.5 - found
===> Configuring for php52-5.2.13
configure.in:4: warning: prefer named diversions
configure.in:260: warning: prefer named diversions
configure.in:297: warning: prefer named diversions
configure.in:657: warning: prefer named diversions
configure.in:898: warning: prefer named diversions
ext/pdo_dblib/config.m4:55: warning: AC_CACHE_VAL(pdo_inc_path, ...): suspicious cache-id, must contain _cv_ to be cached
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
aclocal.m4:2725: PHP_CHECK_PDO_INCLUDES is expanded from...
ext/pdo_dblib/config.m4:55: the top level
ext/pdo_firebird/config.m4:43: warning: AC_CACHE_VAL(pdo_inc_path, ...): suspicious cache-id, must contain _cv_ to be cached
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
aclocal.m4:2725: PHP_CHECK_PDO_INCLUDES is expanded from...
ext/pdo_firebird/config.m4:43: the top level
ext/pdo_mysql/config.m4:135: warning: AC_CACHE_VAL(pdo_inc_path, ...): suspicious cache-id, must contain _cv_ to be cached
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
aclocal.m4:2725: PHP_CHECK_PDO_INCLUDES is expanded from...
ext/pdo_mysql/config.m4:135: the top level
ext/pdo_oci/config.m4:231: warning: AC_CACHE_VAL(pdo_inc_path, ...): suspicious cache-id, must contain _cv_ to be cached
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
aclocal.m4:2725: PHP_CHECK_PDO_INCLUDES is expanded from...
ext/pdo_oci/config.m4:231: the top level
ext/pdo_odbc/config.m4:42: warning: AC_CACHE_VAL(pdo_inc_path, ...): suspicious cache-id, must contain _cv_ to be cached
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
aclocal.m4:2725: PHP_CHECK_PDO_INCLUDES is expanded from...
ext/pdo_odbc/config.m4:42: the top level
ext/pdo_pgsql/config.m4:108: warning: AC_CACHE_VAL(pdo_inc_path, ...): suspicious cache-id, must contain _cv_ to be cached
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
aclocal.m4:2725: PHP_CHECK_PDO_INCLUDES is expanded from...
ext/pdo_pgsql/config.m4:108: the top level
ext/pdo_sqlite/config.m4:14: warning: AC_CACHE_VAL(pdo_inc_path, ...): suspicious cache-id, must contain _cv_ to be cached
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
aclocal.m4:2725: PHP_CHECK_PDO_INCLUDES is expanded from...
ext/pdo_sqlite/config.m4:14: the top level
ext/sqlite/config.m4:50: warning: AC_CACHE_VAL(pdo_inc_path, ...): suspicious cache-id, must contain _cv_ to be cached
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
aclocal.m4:2725: PHP_CHECK_PDO_INCLUDES is expanded from...
ext/sqlite/config.m4:50: the top level
ext/standard/config.m4:3: warning: prefer named diversions
ext/standard/config.m4:208: warning: prefer named diversions
At this point, the installation stalls. CTRL+T unveils something interesting:
Code:
load: 0.86 cmd: yes 94477 [running] 28.59u 0.36s 23% 660k
So I thought it's a problem of the PHP source, but running a manual ./configure works just fine.
Another interesting this is that, AFAIK, autotools are used when a package has no configure file but the source for php52 has that file. Hence, is there any use for autotools?