Mailing List Archive

Cyrus-SASL from portage ebuild in OSX
Hi List-

Does anyone have this working?

I added ppc-macos to the KEYWORDS in the ebuild and tried to merge
2.1.20-r1 but it breaks with ld complaints (see bug 80548).

TIA.


--
-Kevin
http://www.gnosys.us


--
gentoo-osx@gentoo.org mailing list
Re: Cyrus-SASL from portage ebuild in OSX [ In reply to ]
-----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.

On Feb 4, 2005, at 8:32 AM, Kevin wrote:

> Hi List-
>
> Does anyone have this working?
>
> I added ppc-macos to the KEYWORDS in the ebuild and tried to merge
> 2.1.20-r1 but it breaks with ld complaints (see bug 80548).
>
> TIA.
>
>
> --
> -Kevin
> http://www.gnosys.us
>
>
> --
> gentoo-osx@gentoo.org mailing list
>
>
Lina Pezzella
Ebuild/Porting Co-Lead
Gentoo for Mac OS X
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (Darwin)

iD8DBQFCA5MuNJ9STR9DbYERAvwyAJ43qQXNisu/rq5sGJmbVNdBirfmTACgu6ze
/I80YlZp5Z491Eogn0LgsnQ=
=sQSY
-----END PGP SIGNATURE-----


--
gentoo-osx@gentoo.org mailing list
Re: Cyrus-SASL from portage ebuild in OSX [ In reply to ]
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?

Thanks.


--
-Kevin
http://www.gnosys.us


--
gentoo-osx@gentoo.org mailing list
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@gentoo.org mailing list
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (Darwin)

iD8DBQFCA7MLJ0rMK/3OwgsRAshAAJoCakxMVDHxPrVlGjveXAcs59Ud7QCbB5cX
t5wlKD2GShHQluy5edrFwi8=
=gkKs
-----END PGP SIGNATURE-----


--
gentoo-osx@gentoo.org mailing list