Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Nov 2007 14:19:34 +1100
From:      "nrgmilk@gmail.com" <nrgmilk@gmail.com>
To:        Kevin Oberman <oberman@es.net>
Cc:        gnome@freebsd.org, bug-followup@FreeBSD.org
Subject:   Re: Status of ports/118030
Message-ID:  <4743A3C6.1010907@gmail.com>
In-Reply-To: <20071119195611.5B4054500F@ptavv.es.net>
References:  <20071119195611.5B4054500F@ptavv.es.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello.

I tried follow things repeat for about two weeks.
*portupgrade -fap
*buildworld
*buildkernel
*all comment out in make.conf
The following are make.conf that I am describing.

JAVA_VERSION= 1.6+
JAVA_OS= native
JAVA_VENDOR= bsdjava

LOCALIZED_LANG= ja

WITH_CHARSET= utf8
WITH_XCHARSET= all
WITH_OPENSSL= YES

PACKAGE_BUILDING=yes
APR_UTIL_WITH_BERKELEY_DB=yes




Error of BETA3 went out still.

/usr/bin/ld: warning: libkrb5.so.8, needed by
/usr/local/lib/libexchange-storage-1.2.so, may conflict with libkrb5.so.23
/usr/bin/ld: warning: libroken.so.9, needed by
/usr/local/lib/libexchange-storage-1.2.so, may conflict with libroken.so.19
/usr/bin/ld: warning: libgssapi.so.8, needed by
/usr/local/lib/libexchange-storage-1.2.so, may conflict with libgssapi.so.2
/usr/lib/libkrb5.so.8: undefined reference to `copy_octet_string'
gmake[2]: *** [evolution-exchange-storage] Error 1

it linked compulsorily.
in /usr/lib

ln -s libkrb5.so libkrb5.so.8
ln -s libgssapi.so libgssapi.so.8
ln -s libroken.so libroken.so.9

libkrb5.so.8 -> libkrb5.so
libkrb5.so -> libkrb5.so.23
libkrb5.so.23

libroken.so.9 -> libroken.so.19
libroken.so -> libroken.so.19
libroken.so.19

libgssapi.so.8 -> libgssapi.so
libgssapi.so -> libgssapi.so.2
libgssapi.so.2

portupgrade -fp mail/evolution-exchange
The error disappeared when these were executed.
and portupgrade -fp lib*

links changed automatically

in /usr/lib
libkrb5.so -> libkrb5.so.8
libkrb5.so.8

libroken.so -> libroken.so.9
libroken.so.9

libgssapi.so -> libgssapi.so.8
libgssapi.so.8

Seemingly, it seems to have solved the problem.
However, it is uneasy because it forcibly changed it by hand power.

> Any status on this PR? I am having the same problem on multiple systems
> and would like to resolve them, but, the patch shows up in the trouble
> report as unformatted garbage, so I can't try it.
>
> Thanks,
>   




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4743A3C6.1010907>