Ticket #287 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

pulseaudio 0.9.10 fails to build in openembedded with undefined references to pa_log_level_meta

Reported by: pH5 Owned by: lennart
Milestone: 0.9.11 Component: build-system
Keywords: Cc:

Description

libpulsedsp and libpstream-util reference pa_log_level_meta from libpulsecore. Adding libpulsecore.la to their LIBADD variables in Makefile.am fixes the build here.

Attachments

libpulsedsp-references-libpulsecore.patch (1.0 kB) - added by pH5 4 years ago.
Add libpulsecore.la to libpulsedsp_la_LIBADD and libpstream_util_la_LIBADD in src/Makefile.am

Change History

Changed 4 years ago by pH5

Add libpulsecore.la to libpulsedsp_la_LIBADD and libpstream_util_la_LIBADD in src/Makefile.am

Changed 4 years ago by lennart

  • status changed from new to assigned
  • milestone set to 0.9.11

This has been fixed a while back in git.

Changed 4 years ago by coling

  • status changed from assigned to closed
  • resolution set to fixed

I think this was meant to be closed seeing as Lennart said it was fixed already :)

Changed 4 years ago by coling

Oh and for completeness, as I now remember it was me that fixed it:

The fix is in this [3166ce86d0cd7f3ee02cdbb1a3a09e0b5e91d5f8] commit but then I realised that you shouldn't actually link against libpulsecore for libpulsedsp, and fixed it in this in [3e4afae7f611ce7b70471fbceaca69a696e10a06] :)

Note: See TracTickets for help on using tickets.