Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 939545

Summary: media-sound/lmms-1.2.2-r2 fails to build
Product: Gentoo Linux Reporter: Christian Birchinger <cbirchinger>
Component: Current packagesAssignee: Alexis Ballier <aballier>
Status: UNCONFIRMED ---    
Severity: normal CC: cbirchinger, proaudio
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch that fixes the build
Full build log
emerge --info output

Description Christian Birchinger 2024-09-12 19:19:35 UTC
media-sound/lmms-1.2.2-r2 fails to build the following error:

/var/tmp/portage/media-sound/lmms-1.2.2-r2/work/lmms/plugins/carlabase/carla.cpp: In constructor ‘CarlaInstrument::CarlaInstrument(InstrumentTrack*, const Plugin::Descriptor*, bool)’:
/var/tmp/portage/media-sound/lmms-1.2.2-r2/work/lmms/plugins/carlabase/carla.cpp:136:32: error: ‘carla_get_native_patchbay_plugin’ was not declared in this scope
  136 |       fDescriptor(isPatchbay ? carla_get_native_patchbay_plugin() : carla_get_native_rack_plugin()),
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/tmp/portage/media-sound/lmms-1.2.2-r2/work/lmms/plugins/carlabase/carla.cpp:136:69: error: ‘carla_get_native_rack_plugin’ was not declared in this scope
  136 |       fDescriptor(isPatchbay ? carla_get_native_patchbay_plugin() : carla_get_native_rack_plugin()),
      |                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~

Applying the attached patch will fix this issue

Reproducible: Always
Comment 1 Christian Birchinger 2024-09-12 19:20:18 UTC
Created attachment 902805 [details, diff]
Patch that fixes the build
Comment 2 Greg Kubaryk 2024-09-13 01:57:51 UTC
attach build.log, comment with emerge --info?
Comment 3 Christian Birchinger 2024-09-13 06:42:52 UTC
Created attachment 902815 [details]
Full build log
Comment 4 Christian Birchinger 2024-09-13 06:50:55 UTC
Created attachment 902818 [details]
emerge --info output