Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jan 2006 08:00:09 GMT
From:      "Eugene M. Zheganin" <emz@norma.perm.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/91989: php4-openssl port is broken
Message-ID:  <200601190800.k0J809Jw088906@www.freebsd.org>
Resent-Message-ID: <200601190810.k0J8A9kl070341@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         91989
>Category:       ports
>Synopsis:       php4-openssl port is broken
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 19 08:10:08 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Eugene M. Zheganin
>Release:        FreeBSD 4.11-RELEASE
>Organization:
Norma JSC.
>Environment:
FreeBSD ns.hq.norma.perm.ru 4.11-RELEASE FreeBSD 4.11-RELEASE #1: Tue Mar  1 19:46:40 YEKT 2005     emz@ns.hq.norma.perm
.ru:/usr/obj/usr/src/sys/HQ  i386
>Description:
The 'make'` call falls on configure:

===Cut===
# make
===>  Vulnerability check disabled, database not found
===>  Extracting for php4-openssl-4.4.2
=> MD5 Checksum OK for php-4.4.2.tar.bz2.
# make
===>   php4-openssl-4.4.2 depends on file: /usr/local/lib/libcrypto.so.3 - found
===>   php4-openssl-4.4.2 depends on executable: phpize - found
===>   php4-openssl-4.4.2 depends on file: /usr/local/bin/autoconf259 - found
===>  PHPizing for php4-openssl-4.4.2
autoheader253: `config.h.in' is created
Configuring for:
  PHP Api Version:   20020918
  Zend Module Api No:   20020429
  Zend Extension Api No:   20021010
===>  Configuring for php4-openssl-4.4.2
configure: WARNING: you should use --build, --host, --target
checking build system type... i386-portbld-freebsd4.11
checking host system type... i386-portbld-freebsd4.11
checking for i386-portbld-freebsd4.11-gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking whether cc understands -c and -o together... yes
checking if compiler supports -R... yes
checking for PHP prefix... /usr/local
checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/Zend -I/usr
/local/include/php/TSRM
checking for PHP extension directory... /usr/local/lib/php/20020429
checking for re2c... exit 0;
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking for OpenSSL support... yes, shared
checking for Kerberos support... no
./configure.lineno: 2998: Syntax error: word unexpected (expecting ")")
===>  Script "configure" failed unexpectedly.
Please report the problem to ale@FreeBSD.org [maintainer] and attach the
"/usr/local/ports/security/php4-openssl/work/php-4.4.2/ext/openssl/config.log"
including the output of the failure of your make command. Also, it might be
a good idea to provide an overview of all packages installed on your system
(e.g. an `ls /var/db/pkg`).
*** Error code 1

Stop in /usr/local/ports/security/php4-openssl.
===Cut===

The ./configure call inside the 'work' dir gives perhaps more detailed ouput:
===Cut===
# ./configure
checking build system type... i386-unknown-freebsd4.11
checking host system type... i386-unknown-freebsd4.11
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether gcc and cc understand -c and -o together... yes
checking if compiler supports -R... yes
checking for PHP prefix... /usr/local
checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/Zend -I/usr
/local/include/php/TSRM
checking for PHP extension directory... /usr/local/lib/php/20020429
checking for re2c... exit 0;
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking for OpenSSL support... yes, shared
checking for Kerberos support... no
./configure: line 2998: syntax error near unexpected token `OPENSSL_SHARED_LIBADD'
./configure: line 2998: `    PHP_SETUP_KERBEROS(OPENSSL_SHARED_LIBADD)'
===Cut===
>How-To-Repeat:
update your ports
cd /usr/ports/security/php4-openssl && make
>Fix:
              
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601190800.k0J809Jw088906>