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
Created attachment 902805 [details, diff] Patch that fixes the build
attach build.log, comment with emerge --info?
Created attachment 902815 [details] Full build log
Created attachment 902818 [details] emerge --info output