Void Linux discussion
 help / color / mirror / Atom feed
* strange linking issue with libjack on armv6hf-musl
@ 2015-06-15  3:11 Chris Brannon
  2015-06-15 15:34 ` Juan RP
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Brannon @ 2015-06-15  3:11 UTC (permalink / raw)
  To: voidlinux

Hello,
Earlier today, I built the espeak package and its dependencies for my
armv6hf-musl system, a Raspberry Pi.
On the Pi, I tried to build a program that uses espeak.
I got a bunch of errors like the following:

/lib/libjack.so.0: undefined reference to `vtable for
std::basic_streambuf<char, std::char_traits<char> >@GLIBCXX_3.4'
/lib/libjack.so.0: undefined reference to
`__cxa_allocate_exception@CXXABI_1.3'
/lib/libjack.so.0: undefined reference to
`std::basic_ios<char,
std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)@GLIBCXX_3.4'
*snip more like this*
/lib/libjack.so.0: undefined reference to
`std::string::append(std::string const&)@GLIBCXX_3.4'
*and more of the same*

espeak links against libjack indirectly, via portaudio.

Here's a very tiny program that reproduces the problem:

#include <espeak/speak_lib.h>

int main(void) {
  int rate = 	espeak_Initialize(AUDIO_OUTPUT_PLAYBACK, 50, NULL, 0);
  return 0;
}

It should compile with gcc example.c -lespeak

I also see the same errors when trying to build an example program from
the portaudio distribution.

I made a package of my original program that uses espeak, and that built
just fine with xbps-src -a armv6hf-musl on an x86_64 machine.
So the question is, why does libjack give all these undefined reference
errors when I'm building natively on the Pi, but not when
cross-compiling via xbps-src?
My suspicion is that it has something to do with the libjack package
being cross-compiled originally, but I don't know enough about cross
compilation to prove it.

-- Chris

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

* Re: strange linking issue with libjack on armv6hf-musl
  2015-06-15  3:11 strange linking issue with libjack on armv6hf-musl Chris Brannon
@ 2015-06-15 15:34 ` Juan RP
  2015-06-15 21:07   ` Chris Brannon
  0 siblings, 1 reply; 3+ messages in thread
From: Juan RP @ 2015-06-15 15:34 UTC (permalink / raw)
  To: void..., ch...


[-- Attachment #1.1: Type: text/plain, Size: 223 bytes --]

Chris,

jack needed to be rebuilt with the new gcc (the one that disables symbol 
versioning) to unbreak
linking against it. I've triggered a rebuild this morning, upgrade jack 
packages and should be ok.

Cheers


[-- Attachment #1.2: Type: text/html, Size: 254 bytes --]

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

* Re: strange linking issue with libjack on armv6hf-musl
  2015-06-15 15:34 ` Juan RP
@ 2015-06-15 21:07   ` Chris Brannon
  0 siblings, 0 replies; 3+ messages in thread
From: Chris Brannon @ 2015-06-15 21:07 UTC (permalink / raw)
  To: voidlinux

Juan RP <xtr...@gmail.com> writes:

> Chris,
>
> jack needed to be rebuilt with the new gcc (the one that disables
> symbol versioning) to unbreak
> linking against it. I've triggered a rebuild this morning, upgrade
> jack packages and should be ok.

Juan,
Sorry, I'm still seeing the same behavior after upgrading my jack
packages (jack, libjack, and jack-devel) to 1.9.10_8.

-- Chris

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

end of thread, other threads:[~2015-06-15 21:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-15  3:11 strange linking issue with libjack on armv6hf-musl Chris Brannon
2015-06-15 15:34 ` Juan RP
2015-06-15 21:07   ` Chris Brannon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).