Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2006 10:38:00 +0200
From:      "[LoN]Kamikaze" <LoN_Kamikaze@gmx.de>
To:        Gerald Pfeifer <gerald@pfeifer.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: emulators/wine - linker error
Message-ID:  <44B757E8.1090209@gmx.de>
In-Reply-To: <Pine.LNX.4.63.0607131737160.26483@acrux.dbai.tuwien.ac.at>
References:  <44B41D18.6000201@gmx.de> <Pine.LNX.4.63.0607131737160.26483@acrux.dbai.tuwien.ac.at>

next in thread | previous in thread | raw e-mail | index | archive | help
Gerald Pfeifer wrote:
> On Tue, 11 Jul 2006, [LoN]Kamikaze wrote:
>> 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'
> 
> My guess is you have some packages installed, which make Wine's
> configure detect support for LDAP, but the implementation is not
> sufficient to really build.
> 
> One of the weaknesses of the FreeBSD Ports Collection is that building
> on your local machine may find packages, and change the behavior of the
> build, which the package maintainer never has seen nor tested against.
> 
> I believe that if you do a 
> 
>   % pkg_info | grep ldap
> 
> you will find packages different from openldap-client, and if you remove
> all (or some) of these, the Wine build will succeed.
> 
> Looking at upstream changes, it looks as if some things have changed 
> in the meantime.
> 
> Gerald
> 

Thanks, that did the trick!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44B757E8.1090209>