#16596: php5 build errores ---------------------------------+------------------------------------------ Reporter: artrigue@gmail.com | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: Port: php5 | ---------------------------------+------------------------------------------ Changes (by blb@macports.org): * cc: artrigue@gmail.com (removed) * cc: jwa@macports.org (added) * owner: macports-tickets@lists.macosforge.org => ryandesign@macports.org * type: enhancement => defect Old description:
sudo port -v install php5 +apache2 +fastcgi +imap +mysql5 +pcntl +pear +pspell +sockets +tidy | tee -a ./php5_install_log
produces (besides a massive log) ld errors: /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: Undefined symbols: _executor_globals _sapi_globals _compiler_globals _core_globals
...looking through the log I see 4 places where it appears a configuration script is called with invalid parameters:
Generating files updating cache ./config.cache [...] creating main/internal_functions_cli.c +--------------------------------------------------------------------+ | License: | | This software is subject to the PHP License, available in this | | distribution in the file LICENSE. By continuing this installation | | process, you are bound by the terms of this license agreement. | | If you do not agree with the terms of this license, you must abort | | the installation process at this point. | +--------------------------------------------------------------------+
Thank you for using PHP.
Notice: Following unknown configure options were used:
--with-xml --with-expat-dir=/opt/local --enable-filepro --enable-trans-sid --enable-dbx
Check './configure --help' for available options
---> Building php5 with target all
I have perl 5.10 and a generally fresh 10.4 install (plus updates to 10.4.11), and xcode 2.5. I only have had this hard drive installed for 2 days :)
Logfile is attached
New description: sudo port -v install php5 +apache2 +fastcgi +imap +mysql5 +pcntl +pear +pspell +sockets +tidy | tee -a ./php5_install_log produces (besides a massive log) ld errors: {{{ /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: Undefined symbols: _executor_globals _sapi_globals _compiler_globals _core_globals }}} ...looking through the log I see 4 places where it appears a configuration script is called with invalid parameters: {{{ Generating files updating cache ./config.cache [...] creating main/internal_functions_cli.c +--------------------------------------------------------------------+ | License: | | This software is subject to the PHP License, available in this | | distribution in the file LICENSE. By continuing this installation | | process, you are bound by the terms of this license agreement. | | If you do not agree with the terms of this license, you must abort | | the installation process at this point. | +--------------------------------------------------------------------+ Thank you for using PHP. Notice: Following unknown configure options were used: --with-xml --with-expat-dir=/opt/local --enable-filepro --enable-trans-sid --enable-dbx Check './configure --help' for available options ---> Building php5 with target all }}} I have perl 5.10 and a generally fresh 10.4 install (plus updates to 10.4.11), and xcode 2.5. I only have had this hard drive installed for 2 days :) Logfile is attached -- -- Ticket URL: <http://trac.macports.org/ticket/16596#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS