public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] cyrus-sasl error.
@ 2006-10-25 23:14 Leandro Melo de Sales
  2006-10-26  0:17 ` Jamie
  2006-10-26  0:31 ` Bryan Whitehead
  0 siblings, 2 replies; 5+ messages in thread
From: Leandro Melo de Sales @ 2006-10-25 23:14 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1489 bytes --]

Hi,

  I'm trying to update openldap and one of package dependency is cyrus-sasl,
but when emerge compile cyrus-sasl package, it shows the following message:

# emerge cyrus-sasl
Calculating dependencies... done!

>>> Emerging (1 of 1) dev-libs/cyrus-sasl-2.1.22 to /
 * cyrus-sasl-2.1.22.tar.gz MD5 ;-)
...
...
...
...
x86_64-pc-linux-gnu-gcc -shared  .libs/sasldb.o .libs/sasldb_init.o
.libs/plugin_common.o -Wl,--whole-archive ../sasldb/.libs/libsasldb.a
-Wl,--no-whole-archive  /usr/lib64/libdb-4.2.so -lresolv  -march=athlon64
-Wl,-soname -Wl,libsasldb.so.2 -o .libs/libsasldb.so.2.0.22
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.6/../../../../x86_64-pc-linux-gnu/bin/ld:
../sasldb/.libs/libsasldb.a(allockey.o): relocation R_X86_64_32S against `a
local symbol' can not be used when making a shared object; recompile with
-fPIC
../sasldb/.libs/libsasldb.a(allockey.o): could not read symbols: Bad value
collect2: ld returned 1 exit status
make[2]: *** [libsasldb.la] Error 1
make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.22/work/cyrus-
sasl-2.1.22/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.22/work/cyrus-
sasl-2.1.22'
make: *** [all] Error 2

!!! ERROR: dev-libs/cyrus-sasl-2.1.22 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  cyrus-sasl-2.1.22.ebuild, line 166:   Called die


Any clue/suggestion will be greatfully accepted. Thank you.

Leandro

[-- Attachment #2: Type: text/html, Size: 2677 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] cyrus-sasl error.
  2006-10-25 23:14 [gentoo-user] cyrus-sasl error Leandro Melo de Sales
@ 2006-10-26  0:17 ` Jamie
  2006-10-26  3:10   ` Leandro Melo de Sales
  2006-10-26  0:31 ` Bryan Whitehead
  1 sibling, 1 reply; 5+ messages in thread
From: Jamie @ 2006-10-26  0:17 UTC (permalink / raw
  To: gentoo-user

Best guess it that one of the files is currupted or has an update. Try and
emerge --sync then try again.

> Hi,
>
>   I'm trying to update openldap and one of package dependency is
> cyrus-sasl,
> but when emerge compile cyrus-sasl package, it shows the following
> message:
>
> # emerge cyrus-sasl
> Calculating dependencies... done!
>
>>>> Emerging (1 of 1) dev-libs/cyrus-sasl-2.1.22 to /
>  * cyrus-sasl-2.1.22.tar.gz MD5 ;-)
> ...
> ...
> ...
> ...
> x86_64-pc-linux-gnu-gcc -shared  .libs/sasldb.o .libs/sasldb_init.o
> .libs/plugin_common.o -Wl,--whole-archive ../sasldb/.libs/libsasldb.a
> -Wl,--no-whole-archive  /usr/lib64/libdb-4.2.so -lresolv  -march=athlon64
> -Wl,-soname -Wl,libsasldb.so.2 -o .libs/libsasldb.so.2.0.22
> /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.6/../../../../x86_64-pc-linux-gnu/bin/ld:
> ../sasldb/.libs/libsasldb.a(allockey.o): relocation R_X86_64_32S against
> `a
> local symbol' can not be used when making a shared object; recompile with
> -fPIC
> ../sasldb/.libs/libsasldb.a(allockey.o): could not read symbols: Bad value
> collect2: ld returned 1 exit status
> make[2]: *** [libsasldb.la] Error 1
> make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.22/work/cyrus-
> sasl-2.1.22/plugins'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.22/work/cyrus-
> sasl-2.1.22'
> make: *** [all] Error 2
>
> !!! ERROR: dev-libs/cyrus-sasl-2.1.22 failed.
> Call stack:
>   ebuild.sh, line 1546:   Called dyn_compile
>   ebuild.sh, line 937:   Called src_compile
>   cyrus-sasl-2.1.22.ebuild, line 166:   Called die
>
>
> Any clue/suggestion will be greatfully accepted. Thank you.
>
> Leandro
>


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] cyrus-sasl error.
  2006-10-25 23:14 [gentoo-user] cyrus-sasl error Leandro Melo de Sales
  2006-10-26  0:17 ` Jamie
@ 2006-10-26  0:31 ` Bryan Whitehead
  1 sibling, 0 replies; 5+ messages in thread
From: Bryan Whitehead @ 2006-10-26  0:31 UTC (permalink / raw
  To: gentoo-user

Can you do a "emerge -upv dev-libs/cyrus-sasl" and post?

I'd like to see your use flags.


Leandro Melo de Sales wrote:
> Hi,
>
>   I'm trying to update openldap and one of package dependency is 
> cyrus-sasl, but when emerge compile cyrus-sasl package, it shows the 
> following message:
>
> # emerge cyrus-sasl
> Calculating dependencies... done!
>
> >>> Emerging (1 of 1) dev-libs/cyrus-sasl-2.1.22 to /
>  * cyrus-sasl-2.1.22.tar.gz MD5 ;-) 
> ...                                                                                                                                                           
> ...
> ...
> ...
> x86_64-pc-linux-gnu-gcc -shared  .libs/sasldb.o .libs/sasldb_init.o 
> .libs/plugin_common.o -Wl,--whole-archive ../sasldb/.libs/libsasldb.a 
> -Wl,--no-whole-archive  /usr/lib64/libdb- 4.2.so <http://4.2.so> 
> -lresolv  -march=athlon64 -Wl,-soname -Wl,libsasldb.so.2 -o 
> .libs/libsasldb.so.2.0.22
> /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.6/../../../../x86_64-pc-linux-gnu/bin/ld: 
> ../sasldb/.libs/libsasldb.a(allockey.o): relocation R_X86_64_32S 
> against `a local symbol' can not be used when making a shared object; 
> recompile with -fPIC
> ../sasldb/.libs/libsasldb.a(allockey.o): could not read symbols: Bad value
> collect2: ld returned 1 exit status
> make[2]: *** [libsasldb.la <http://libsasldb.la>] Error 1
> make[2]: Leaving directory `/var/tmp/portage/cyrus- 
> sasl-2.1.22/work/cyrus-sasl-2.1.22/plugins'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory 
> `/var/tmp/portage/cyrus-sasl-2.1.22/work/cyrus-sasl-2.1.22'
> make: *** [all] Error 2
>
> !!! ERROR: dev-libs/cyrus- sasl-2.1.22 failed.
> Call stack:
>   ebuild.sh, line 1546:   Called dyn_compile
>   ebuild.sh, line 937:   Called src_compile
>   cyrus-sasl-2.1.22.ebuild, line 166:   Called die
>
>
> Any clue/suggestion will be greatfully accepted. Thank you.
>
> Leandro
>

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] cyrus-sasl error.
  2006-10-26  0:17 ` Jamie
@ 2006-10-26  3:10   ` Leandro Melo de Sales
  2006-10-26  3:47     ` Joshua Schmidlkofer
  0 siblings, 1 reply; 5+ messages in thread
From: Leandro Melo de Sales @ 2006-10-26  3:10 UTC (permalink / raw
  To: gentoo-user

Please, for those one that has this same problem go to:

http://bugs.gentoo.org/show_bug.cgi?id=152544
http://bugs.gentoo.org/show_bug.cgi?id=152665

Leandro.

2006/10/25, Jamie <gentoo@ihug.co.nz>:
> Best guess it that one of the files is currupted or has an update. Try and
> emerge --sync then try again.
>
> > Hi,
> >
> >   I'm trying to update openldap and one of package dependency is
> > cyrus-sasl,
> > but when emerge compile cyrus-sasl package, it shows the following
> > message:
> >
> > # emerge cyrus-sasl
> > Calculating dependencies... done!
> >
> >>>> Emerging (1 of 1) dev-libs/cyrus-sasl-2.1.22 to /
> >  * cyrus-sasl-2.1.22.tar.gz MD5 ;-)
> > ...
> > ...
> > ...
> > ...
> > x86_64-pc-linux-gnu-gcc -shared  .libs/sasldb.o .libs/sasldb_init.o
> > .libs/plugin_common.o -Wl,--whole-archive ../sasldb/.libs/libsasldb.a
> > -Wl,--no-whole-archive  /usr/lib64/libdb-4.2.so -lresolv  -march=athlon64
> > -Wl,-soname -Wl,libsasldb.so.2 -o .libs/libsasldb.so.2.0.22
> > /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.6/../../../../x86_64-pc-linux-gnu/bin/ld:
> > ../sasldb/.libs/libsasldb.a(allockey.o): relocation R_X86_64_32S against
> > `a
> > local symbol' can not be used when making a shared object; recompile with
> > -fPIC
> > ../sasldb/.libs/libsasldb.a(allockey.o): could not read symbols: Bad value
> > collect2: ld returned 1 exit status
> > make[2]: *** [libsasldb.la] Error 1
> > make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.22/work/cyrus-
> > sasl-2.1.22/plugins'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.22/work/cyrus-
> > sasl-2.1.22'
> > make: *** [all] Error 2
> >
> > !!! ERROR: dev-libs/cyrus-sasl-2.1.22 failed.
> > Call stack:
> >   ebuild.sh, line 1546:   Called dyn_compile
> >   ebuild.sh, line 937:   Called src_compile
> >   cyrus-sasl-2.1.22.ebuild, line 166:   Called die
> >
> >
> > Any clue/suggestion will be greatfully accepted. Thank you.
> >
> > Leandro
> >
>
>
> --
> gentoo-user@gentoo.org mailing list
>
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] cyrus-sasl error.
  2006-10-26  3:10   ` Leandro Melo de Sales
@ 2006-10-26  3:47     ` Joshua Schmidlkofer
  0 siblings, 0 replies; 5+ messages in thread
From: Joshua Schmidlkofer @ 2006-10-26  3:47 UTC (permalink / raw
  To: gentoo-user

Yeah, the updates work.  If you're really lazy, I have stuck this in
my overlay since I had to do it on multiple systems:

https://embassy.asylumware.com/projects/portage

sincerely,
  joshua



On 10/25/06, Leandro Melo de Sales <leandroal@gmail.com> wrote:
> Please, for those one that has this same problem go to:
>
> http://bugs.gentoo.org/show_bug.cgi?id=152544
> http://bugs.gentoo.org/show_bug.cgi?id=152665
>
> Leandro.
>
> 2006/10/25, Jamie <gentoo@ihug.co.nz>:
> > Best guess it that one of the files is currupted or has an update. Try and
> > emerge --sync then try again.
> >
> > > Hi,
> > >
> > >   I'm trying to update openldap and one of package dependency is
> > > cyrus-sasl,
> > > but when emerge compile cyrus-sasl package, it shows the following
> > > message:
> > >
> > > # emerge cyrus-sasl
> > > Calculating dependencies... done!
> > >
> > >>>> Emerging (1 of 1) dev-libs/cyrus-sasl-2.1.22 to /
> > >  * cyrus-sasl-2.1.22.tar.gz MD5 ;-)
> > > ...
> > > ...
> > > ...
> > > ...
> > > x86_64-pc-linux-gnu-gcc -shared  .libs/sasldb.o .libs/sasldb_init.o
> > > .libs/plugin_common.o -Wl,--whole-archive ../sasldb/.libs/libsasldb.a
> > > -Wl,--no-whole-archive  /usr/lib64/libdb-4.2.so -lresolv  -march=athlon64
> > > -Wl,-soname -Wl,libsasldb.so.2 -o .libs/libsasldb.so.2.0.22
> > > /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.6/../../../../x86_64-pc-linux-gnu/bin/ld:
> > > ../sasldb/.libs/libsasldb.a(allockey.o): relocation R_X86_64_32S against
> > > `a
> > > local symbol' can not be used when making a shared object; recompile with
> > > -fPIC
> > > ../sasldb/.libs/libsasldb.a(allockey.o): could not read symbols: Bad value
> > > collect2: ld returned 1 exit status
> > > make[2]: *** [libsasldb.la] Error 1
> > > make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.22/work/cyrus-
> > > sasl-2.1.22/plugins'
> > > make[1]: *** [all-recursive] Error 1
> > > make[1]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.22/work/cyrus-
> > > sasl-2.1.22'
> > > make: *** [all] Error 2
> > >
> > > !!! ERROR: dev-libs/cyrus-sasl-2.1.22 failed.
> > > Call stack:
> > >   ebuild.sh, line 1546:   Called dyn_compile
> > >   ebuild.sh, line 937:   Called src_compile
> > >   cyrus-sasl-2.1.22.ebuild, line 166:   Called die
> > >
> > >
> > > Any clue/suggestion will be greatfully accepted. Thank you.
> > >
> > > Leandro
> > >
> >
> >
> > --
> > gentoo-user@gentoo.org mailing list
> >
> --
> gentoo-user@gentoo.org mailing list
>
>
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-10-26  3:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-25 23:14 [gentoo-user] cyrus-sasl error Leandro Melo de Sales
2006-10-26  0:17 ` Jamie
2006-10-26  3:10   ` Leandro Melo de Sales
2006-10-26  3:47     ` Joshua Schmidlkofer
2006-10-26  0:31 ` Bryan Whitehead

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox