emulators/wine - linker error

[LoN]Kamikaze LoN_Kamikaze at gmx.de
Tue Jul 11 21:50:46 UTC 2006


The latest version of the port fails with the following output on my system (FBSD 6.1):

cc -c -I. -I. -I../../include -I../../include  -D__WINESRC__  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith -I/usr/local/include -O2 -pipe -march=pentium-m  -o parse.o parse.c
parse.c: In function `ldap_parse_sort_controlW':
parse.c:238: warning: implicit declaration of function `ldap_parse_sort_control'
parse.c: In function `ldap_parse_vlv_controlW':
parse.c:292: warning: implicit declaration of function `ldap_parse_vlv_control'
cc -c -I. -I. -I../../include -I../../include  -D__WINESRC__  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith -I/usr/local/include -O2 -pipe -march=pentium-m  -o rename.o rename.c
cc -c -I. -I. -I../../include -I../../include  -D__WINESRC__  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith -I/usr/local/include -O2 -pipe -march=pentium-m  -o search.o search.c
cc -c -I. -I. -I../../include -I../../include  -D__WINESRC__  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith -I/usr/local/include -O2 -pipe -march=pentium-m  -o value.o value.c
LD_LIBRARY_PATH="../../libs/unicode:$LD_LIBRARY_PATH" ../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include  -D__WINESRC__   -fowldap32.res wldap32.rc
../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./wldap32.spec    add.o ber.o bind.o compare.o control.o delete.o dn.o error.o extended.o init.o main.o misc.o modify.o modrdn.o option.o page.o parse.o rename.o search.o value.o  wldap32.res   -Wl,--rpath,\$ORIGIN/`../../tools/relpath /usr/local/lib/wine /usr/local/lib` -o wldap32.dll.so -L../../dlls -luser32 -lkernel32  -L../../libs -lwine -lldap_r -llber -L../../libs/port -lwine_port -L/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/lib/wine
parse.o(.text+0x12aa): In function `ldap_parse_sort_controlW':
/mnt/vault/work/mnt/vault/ports/emulators/wine/work/wine-0.9.17/dlls/wldap32/parse.c:238: undefined reference to `ldap_parse_sort_control'
parse.o(.text+0x1b16): In function `ldap_parse_vlv_controlW':
/mnt/vault/work/mnt/vault/ports/emulators/wine/work/wine-0.9.17/dlls/wldap32/parse.c:292: undefined reference to `ldap_parse_vlv_control'
winegcc: cc failed.
gmake[2]: *** [wldap32.dll.so] Error 2
gmake[2]: Leaving directory `/mnt/vault/work/mnt/vault/ports/emulators/wine/work/wine-0.9.17/dlls/wldap32'
gmake[1]: *** [wldap32] Error 2
gmake[1]: Leaving directory `/mnt/vault/work/mnt/vault/ports/emulators/wine/work/wine-0.9.17/dlls'
gmake: *** [dlls] Error 2
*** Error code 2


More information about the freebsd-ports mailing list