
kito at gentoo
Feb 4, 2005, 10:38 AM
Post #4 of 4
(691 views)
Permalink
|
|
Re: Cyrus-SASL from portage ebuild in OSX
[In reply to]
|
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Feb 4, 2005, at 11:28 AM, Kevin wrote: > On Fri, 2005-02-04 at 10:22 -0500, Lina Pezzella wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> This package depends on a version of autoconf that is newer than the >> OSX provided version. By policy, we do not yet provide for support for >> packages that require OSX files to be overwritten. Of course, if you >> are adventurous, you are more than welcome to try it. > > I was adventurous and installed several versions of autoconf and > automake to resolve those dependencies without any apparent ill effects > (installed several other software packages that did not require ebuild > revisions afterwards and some other software from tarballs). But the > complaints from ld I wasn't sure about how to resolve: > > ld: multiple definitions of symbol _global_callbacks > client.lo definition of _global_callbacks in section (__DATA,__common) > server.lo definition of _global_callbacks in section (__DATA,__common) > /usr/bin/libtool: internal link edit command failed > > Has anyone on this list managed to install cyrus-sasl in osx from > ebuild? > If not, does anyone have suggestions on solving this problem? I would first try CPPFLAGS="-fno-common" either in the makefile or you environment. Also see if there the -static flag is being passed during the link phase of the build, if it is, get rid of it. Good luck =) > > Thanks. > > > -- > -Kevin > http://www.gnosys.us > > > -- > gentoo-osx [at] gentoo mailing list > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (Darwin) iD8DBQFCA7MLJ0rMK/3OwgsRAshAAJoCakxMVDHxPrVlGjveXAcs59Ud7QCbB5cX t5wlKD2GShHQluy5edrFwi8= =gkKs -----END PGP SIGNATURE----- -- gentoo-osx [at] gentoo mailing list
|