Bjarne, The problem with running “grep 'fatal error'” is that you see things out of context.
> On Oct 30, 2017, at 4:48 PM, Bjarne D Mathiesen <[email protected]> > wrote: > > I'm seeing this for both > php55-apache2handler > php71-apache2handler > > Does anybody have any idea as to > what's going on > how to solve this > ??? > > MacPro: root# port -f clean --all php71-apache2handler > ---> Cleaning php71-apache2handler > MacPro: root# port upgrade php71-apache2handler > ---> Computing dependencies for php71-apache2handler > ---> Fetching distfiles for php71-apache2handler > ---> Attempting to fetch php-7.1.11.tar.xz from > http://pl.php.net/get/php-7.1.11.tar.xz/from/this/mirror?dummy= > ---> Verifying checksums for php71-apache2handler > > ---> Extracting php71-apache2handler > ---> Applying patches to php71-apache2handler > ---> Configuring php71-apache2handler > Error: Failed to configure php71-apache2handler, consult > /macports/var/macports/build/_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_php/php71-apache2handler/work/php-7.1.11/config.log > Error: Failed to configure php71-apache2handler: configure failure: > command execution failed > Error: See > /macports/var/macports/logs/_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_php/php71-apache2handler/main.log > for details. > Error: Follow https://guide.macports.org/#project.tickets to report a bug. > MacPro: root# grep 'fatal error' > /macports/var/macports/build/_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_php/php71-apache2handler/work/php-7.1.11/config.log The following three errors are expected errors: (testing for a nonexistent file) > conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found > conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found > conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found The following two errors are testing for the minix OS: (which we are not using) > conftest.c:52:10: fatal error: 'minix/config.h' file not found > conftest.c:19:10: fatal error: 'minix/config.h' file not found > > -- > Bjarne D Mathiesen > Korsør ; Danmark ; Europa > ---------------------------------------------------------------------- > denne besked er skrevet i et totalt M$-frit miljø > macOS 10.12.6 Sierra (16G29) > 2 x 3,46 GHz 6-Core Intel Xeon ; 48 GB 1333 MHz DDR3 ECC > ATI Radeon HD 5770 1024 MB So the actual problem is something else. Please open a ticket at trac.macports.org, and attach the entire main.log file. Marius -- Marius Schamschula
