[Bug 252866] WITH_OPENLDAP build option fails on missing file lber.h

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 20 17:29:42 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252866

            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 at FreeBSD.org
          Reporter: editor at 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=/usr/obj/usr/src/amd64.amd64/tmp
-B/usr/obj/usr/src/amd64.amd64/tmp/usr/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  -I/usr/src/contrib/com_err  -I.
-I/usr/local/include -DOPENLDAP=1 -DLDAP_DEPRECATED=1
-DHDB_DB_DIR="\"/var/heimdal\""   -DHAVE_CONFIG_H -I/usr/src/kerberos5/include
-g -MD  -MF.depend.asn1_hdb_entry_alias.pico -MTasn1_hdb_entry_alias.pico
-std=gnu99 -Wno-format-zero-length -fstack-protector-strong
-Wno-error=deprecated-declarations -Wsystem-headers -Werror -Wno-pointer-sign
-Wno-error=absolute-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 
-I/usr/src/contrib/com_err  -I. -I/usr/local/include -DOPENLDAP=1
-DLDAP_DEPRECATED=1 -DHDB_DB_DIR="\"/var/heimdal\""   -DHAVE_CONFIG_H
-I/usr/src/kerberos5/include -g -MD  -MF.depend.asn1_hdb_keyset.pico
-MTasn1_hdb_keyset.pico -std=gnu99 -Wno-format-zero-length
-fstack-protector-strong -Wno-error=deprecated-declarations -Wsystem-headers
-Werror -Wno-pointer-sign -Wno-error=absolute-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 
-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

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


More information about the freebsd-bugs mailing list