All of lore.kernel.org
 help / color / mirror / Atom feed
* Thread-support in perl-native often breaks libintl-perl
@ 2007-02-08 11:31 Martin Dietze
  2007-02-14  1:34 ` Jamie Lenehan
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Dietze @ 2007-02-08 11:31 UTC (permalink / raw)
  To: openembedded-devel

Hi,

 on most platforms thread support is turned off for the
cross-compiled perl packages. However it is always turned 
on in the perl-native package. Since libraries like
libintl-perl depend on perl-native since they include their
headers from staging/[my-platform]-linux/lib/perl5 we get
an inconsistent configuration: the shared lib gettext_xs.so
is cross-compiled with headers with thread support turned
on while the actual (non-native) perl has it turned off. In
the end libintl-perl will not work:

| /var/bin/perl: relocation error: /var/lib/perl5/auto/Locale/gettext_xs/gettext_xs.so: undefined symbol: Perl_Gthr_key_ptr

Removing the `-Dusethreads' from the perl-native recipe solves
this problem, but will it cause problems for others?

BTW, where is bugs.openembedded.org - it has not been up for a 
longer while...

Cheers,

Martin

-- 
-------------- Martin Dietze --------------- / -- 4G Systeme GmbH Hamburg ---
-- martin@the-little-red-haired-girl.org -- / ---- dietze@4g-systems.com ----
------------- / http://herbert.the-little-red-haired-girl.org / -------------
=+= 
- Are you attempting to tell me my duty, sir?
- No. Just having fun trying to guess what they are.



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

end of thread, other threads:[~2007-02-19 11:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-08 11:31 Thread-support in perl-native often breaks libintl-perl Martin Dietze
2007-02-14  1:34 ` Jamie Lenehan
2007-02-19 11:27   ` Paul Sokolovsky

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.