[pulseaudio-tickets] [Bug 69448] New: module-tunnel: Fails to build with HAVE_X11 due to missing XCB link

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Sep 16 21:27:29 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=69448

          Priority: medium
            Bug ID: 69448
                CC: lennart at poettering.net
          Assignee: pulseaudio-bugs at lists.freedesktop.org
           Summary: module-tunnel: Fails to build with HAVE_X11 due to
                    missing XCB link
        QA Contact: pulseaudio-bugs at lists.freedesktop.org
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: emanuele.aina at collabora.com
          Hardware: All
            Status: NEW
           Version: unspecified
         Component: build-system
           Product: PulseAudio

Build fails on current git master (v4.0-173-g81ac0db) with the following error:

  CCLD     module-tunnel-sink.la
  CCLD     module-tunnel-source.la
  .libs/module_tunnel_sink_la-module-tunnel.o: In function
`module_tunnel_sink_LTX_pa__init':
  /build/pulseaudio/src/modules/module-tunnel.c:1987: undefined reference to
`xcb_connect'
  /build/pulseaudio/src/modules/module-tunnel.c:1990: undefined reference to
`xcb_connection_has_error'
  /build/pulseaudio/src/modules/module-tunnel.c:1992: undefined reference to
`xcb_disconnect'
  /build/pulseaudio/src/modules/module-tunnel.c:2235: undefined reference to
`xcb_disconnect'
  /build/pulseaudio/src/modules/module-tunnel.c:2253: undefined reference to
`xcb_disconnect'
  collect2: error: ld returned 1 exit status
  make[3]: *** [module-tunnel-sink.la] Error 1
  make[3]: *** Waiting for unfinished jobs....
  .libs/module-tunnel.o: In function `module_tunnel_source_LTX_pa__init':
  /build/pulseaudio/src/modules/module-tunnel.c:1987: undefined reference to
`xcb_connect'
  /build/pulseaudio/src/modules/module-tunnel.c:1990: undefined reference to
`xcb_connection_has_error'
  /build/pulseaudio/src/modules/module-tunnel.c:1992: undefined reference to
`xcb_disconnect'
  /build/pulseaudio/src/modules/module-tunnel.c:2235: undefined reference to
`xcb_disconnect'
  /build/pulseaudio/src/modules/module-tunnel.c:2253: undefined reference to
`xcb_disconnect'
  collect2: error: ld returned 1 exit status
  make[3]: *** [module-tunnel-source.la] Error 

It seems that if HAVE_X11 is defined, module-tunnel.c should link to XCB. Patch
attached.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20130917/56562863/attachment.html>


More information about the pulseaudio-bugs mailing list