From owner-freebsd-ports@FreeBSD.ORG Tue Jul 11 21:50:46 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A06A16A50E for ; Tue, 11 Jul 2006 21:50:46 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 0E6A243D76 for ; Tue, 11 Jul 2006 21:50:39 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 11 Jul 2006 21:50:38 -0000 Received: from p54A7CF4F.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.207.79] by mail.gmx.net (mp019) with SMTP; 11 Jul 2006 23:50:38 +0200 X-Authenticated: #5465401 Message-ID: <44B41D18.6000201@gmx.de> Date: Tue, 11 Jul 2006 23:50:16 +0200 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 To: gerald@FreeBSD.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-ports@freebsd.org Subject: emulators/wine - linker error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 21:50:46 -0000 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