Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Oct 2011 06:57:15 GMT
From:      Alexander Panyushkin <vsityz@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/161254: postgresql91-server not build whith openldap24-client
Message-ID:  <201110030657.p936vFQO011247@red.freebsd.org>
Resent-Message-ID: <201110030700.p9370OQZ074385@freefall.freebsd.org>

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

>Number:         161254
>Category:       ports
>Synopsis:       postgresql91-server not build whith openldap24-client
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 03 07:00:24 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Panyushkin
>Release:        FreeBSD 9.0-BETA3
>Organization:
>Environment:
FreeBSD 9.0-BETA3 #0: Fri Sep 30 16:19:37 EEST 2011     root@xxx.xxx.xxx:/usr/obj/usr/src/sys/Kernel  amd64
>Description:
make.config:
WITH_NLS=trueCPUTYPE?=nocona
KERNCONF=Kernel
MAKE_JOBS_NUMBER=4
BATCH_DELETE_OLD_FILES=yes
.if ${.CURDIR:M*/usr/src/*} || ${.CURDIR:M*/usr/obj/*}
CFLAGS+= -D_FORTIFY_SOURCE=2
.endif
.if ${.CURDIR:M*/ports/*}
CFLAGS+= -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security
.endif
.if !defined(CC) || ${CC} == "cc"
CC=clang
.endif
.if !defined(CXX) || ${CXX} == "c++"
CXX=clang++
.endif
.if !defined(CPP) || ${CPP} == "cpp"
CPP=clang -E
.endif
WITHOUT_X11=                    yes
PYTHON_DEFAULT_VERSION=python2.7
DEFAULT_PGSQL_VER=91
PERL_VERSION=5.12.4

options:
WITHOUT_DTRACE=true
WITHOUT_PAM=true
WITH_LDAP=true
WITHOUT_MIT_KRB5=true
WITHOUT_HEIMDAL_KRB5=true
WITHOUT_OPTIMIZED_CFLAGS=true
WITH_XML=true
WITH_TZDATA=true
WITHOUT_DEBUG=true
WITHOUT_GSSAPI=true
WITH_INTDATE=true

.. [cut]...
checking for zlib.h... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking for ERR_set_mark... yes
checking libxml/parser.h usability... yes
checking libxml/parser.h presence... yes
checking for libxml/parser.h... yes
checking ldap.h usability... no
checking ldap.h presence... no
checking for ldap.h... no
configure: error: header file <ldap.h> is required for LDAP
===>  Script "configure" failed unexpectedly.
Please report the problem to girgen@FreeBSD.org [maintainer] and attach the
"/tmp/usr/ports/databases/postgresql91-client/work/postgresql-9.1.0/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/ports/databases/postgresql91-client.
*** Error code 1

Stop in /usr/ports/databases/postgresql91-client.

===>>> make failed for databases/postgresql91-client
===>>> Aborting update

===>>> Update for databases/postgresql91-client failed
===>>> Aborting update

===>>> You can restart from the point of failure with this command line:
       portmaster <flags> databases/postgresql91-server databases/postgresql91-client net/openldap24-client security/cyrus-sasl2

>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



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