Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jan 2021 17:29:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 252866] WITH_OPENLDAP build option fails on missing file lber.h
Message-ID:  <bug-252866-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252866

            Bug ID: 252866
           Summary: WITH_OPENLDAP build option fails on missing file
                    lber.h
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: editor@callfortesting.org

The WITH_OPENLDAP build option fails on lber.h

/usr/src/crypto/heimdal/lib/hdb/hdb-ldap.c:39:10: fatal error: 'lber.h' file
not found
#include <lber.h>

A find in /usr/src does not locate lber.h

--- asn1_hdb_entry_alias.pico ---
cc -target x86_64-unknown-freebsd13.0
--sysroot=3D/usr/obj/usr/src/amd64.amd64/tmp
-B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -fpic -DPIC  -O2 -pipe -fno-comm=
on
-I/usr/src/crypto/heimdal/lib/hdb -I/usr/src/crypto/heimdal/lib/asn1=20
-I/usr/src/crypto/heimdal/lib/roken -I/usr/src/contrib/sqlite3/=20
-I/usr/src/crypto/heimdal/lib/krb5  -I/usr/src/contrib/com_err  -I.
-I/usr/local/include -DOPENLDAP=3D1 -DLDAP_DEPRECATED=3D1
-DHDB_DB_DIR=3D"\"/var/heimdal\""   -DHAVE_CONFIG_H -I/usr/src/kerberos5/in=
clude
-g -MD  -MF.depend.asn1_hdb_entry_alias.pico -MTasn1_hdb_entry_alias.pico
-std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong
-Wno-error=3Ddeprecated-declarations -Wsystem-headers -Werror -Wno-pointer-=
sign
-Wno-error=3Dabsolute-value -Wno-empty-body -Wno-string-plus-int
-Wno-unused-const-variable -Wno-tautological-
/bin -fpic -DPIC  -O2 -pipe -fno-common -I/usr/src/crypto/heimdal/lib/hdb
-I/usr/src/crypto/heimdal/lib/asn1  -I/usr/src/crypto/heimdal/lib/roken
-I/usr/src/contrib/sqlite3/  -I/usr/src/crypto/heimdal/lib/krb5=20
-I/usr/src/contrib/com_err  -I. -I/usr/local/include -DOPENLDAP=3D1
-DLDAP_DEPRECATED=3D1 -DHDB_DB_DIR=3D"\"/var/heimdal\""   -DHAVE_CONFIG_H
-I/usr/src/kerberos5/include -g -MD  -MF.depend.asn1_hdb_keyset.pico
-MTasn1_hdb_keyset.pico -std=3Dgnu99 -Wno-format-zero-length
-fstack-protector-strong -Wno-error=3Ddeprecated-declarations -Wsystem-head=
ers
-Werror -Wno-pointer-sign -Wno-error=3Dabsolute-value -Wno-empty-body
-Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare
-Wno-unused-value -Wno-parentheses-equality -Wno-unused-function
-Wno-enum-conversion -Wno-unused-local-typedef -Wno-address-of-packed-member
-Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses=20
-Qunused-arguments    -c asn1_hdb_keyset.c -o asn1_hdb_keyset.pico
--- hdb-ldap.o ---
/usr/src/crypto/heimdal/lib/hdb/hdb-ldap.c:39:10: fatal error: 'lber.h' file
not found
#include <lber.h>
         ^~~~~~~~
--- hdb-ldap.pico ---
/usr/src/crypto/heimdal/lib/hdb/hdb-ldap.c:39:10: fatal error: 'lber.h' file
not found
#include <lber.h>
         ^~~~~~~~
--- hdb-ldap.o ---
1 error generated.
*** [hdb-ldap.o] Error code 1

make[4]: stopped in /usr/src/kerberos5/lib/libhdb
--- hdb-ldap.pico ---
1 error generated.
*** [hdb-ldap.pico] Error code 1

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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