Bug 186656

Summary: lang/php5 build fails on 9.2-STABLE i386
Product: Ports & Packages Reporter: Ben Grimm <freebsd-pr>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Ben Grimm 2014-02-11 17:30:00 UTC
Below output is after issuing a `make clean distclean` and with an otherwise working (on amd64) set of options.

[root@box /usr/ports/lang/php5]# make
===>  License PHP301 accepted by the user
===>  Found saved configuration for php5-5.4.25
===>   php5-5.4.25 depends on file: /usr/local/sbin/pkg - found
=> php-5.4.25.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch http://dk1.php.net/distributions/php-5.4.25.tar.bz2
php-5.4.25.tar.bz2                            100% of   11 MB  257 kBps 00m45s
===> Fetching all distfiles required by php5-5.4.25 for building
===>  Extracting for php5-5.4.25
=> SHA256 Checksum OK for php-5.4.25.tar.bz2.
===>  Patching for php5-5.4.25
===>  Applying FreeBSD patches for php5-5.4.25
===>   php5-5.4.25 depends on file: /usr/local/sbin/apxs - found
===>   php5-5.4.25 depends on file: /usr/local/bin/autoconf-2.69 - found
===>   php5-5.4.25 depends on shared library: libpcre.so - found
===>   php5-5.4.25 depends on shared library: libxml2.so - found
===>  Configuring for php5-5.4.25
Syntax error: "(" unexpected (expecting "then")
*** [do-configure] Error code 2

Stop in /usr/ports/lang/php5.
*** [build] Error code 1

Stop in /usr/ports/lang/php5.

How-To-Repeat: On a 32-bit 9.2 system with up-to-date ports and an up-to-date ports tree, run `make` in /usr/ports/lang/php5.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-11 17:30:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2014-02-13 11:57:42 UTC
State Changed
From-To: open->closed

Unable to reproduce on a 9.2 i386, you should have something broken.
Comment 3 Ben C. O. Grimm 2014-02-13 11:57:53 UTC
Please close PR, this was a hitherto working CONFIGURE_ARGS entry in
make.conf that now apparently doesn't work any longer. Rewritten the
entry, fixed. Sorry for the noise.