pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/39461: databases/ldapvi does not build on OS X



>Number:         39461
>Category:       pkg
>Synopsis:       databases/ldapvi does not build on OS X
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Sep 05 10:35:00 +0000 2008
>Originator:     Edgar Fuß
>Release:        pkgsrc-2008Q2
>Organization:
Mathematisches Institut der Uni Bonn
>Environment:
Darwin xxx 8.11.0 Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; 
root:xnu-792.24.17~1/RELEASE_PPC Power Macintosh powerpc
>Description:
On Mac OS X 10.4.11, databases/ldapvi fails to build.

During configure, there is a warning
checking for pkg-config... 
xxx/pkgsrc/databases/ldapvi/work/.tools/bin/pkg-config
checking for main in -lglib-2.0... yes
Package openssl was not found in the pkg-config search path.
Perhaps you should add the directory containing `openssl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'openssl' found
Package openssl was not found in the pkg-config search path.
Perhaps you should add the directory containing `openssl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'openssl' found

and during build an error
gcc -no-cpp-precomp -isystem /usr/include -DLDAP_DEPRECATED -I/usr/pkg/include 
-I/usr/include  -I/usr/pkg/include/glib/glib-2.0 
-I/usr/pkg/lib/glib-2.0/include   -pipe -O2 -DLDAP_DEPRECATED 
-I/usr/pkg/include -I/usr/include -o ldapvi ldapvi.o data.o diff.o error.o 
misc.o parse.o port.o print.o search.o base64.o arguments.o parseldif.o 
schema.c sasl.o -L/usr/pkg/lib -L/usr/lib -lssl  -L/usr/pkg/lib -lglib-2.0 
-lintl -liconv   -lreadline -lpopt -lcurses -lldap -llber -lresolv 
/usr/bin/ld: warning suggest use of -bind_at_load, as lazy binding may result 
in errors or different symbols being used
/usr/bin/ld: Undefined symbols:
_MD5
_MD5_Final
_MD5_Init
_MD5_Update
_RAND_bytes
symbol _PC used from dynamic library 
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libncurses.dylib(lib_tputs.o) 
not from earlier dynamic library /usr/pkg/lib/libreadline.5.dylib(terminal.o)
collect2: ld returned 1 exit status
gmake: *** [ldapvi] Error 1


>How-To-Repeat:
cd databases/ldapvi; make build
>Fix:



Home | Main Index | Thread Index | Old Index