Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 939545 - media-sound/lmms-1.2.2-r2 fails to build
Summary: media-sound/lmms-1.2.2-r2 fails to build
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2024-09-12 19:19 UTC by Christian Birchinger
Modified: 2024-09-15 18:03 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch that fixes the build (lmms-1.2.2-carla-plugin-build-fix.patch,439 bytes, patch)
2024-09-12 19:20 UTC, Christian Birchinger
Details | Diff
Full build log (lmms-1.2.2-r2-build.log,380.69 KB, text/plain)
2024-09-13 06:42 UTC, Christian Birchinger
Details
emerge --info output (emerge-info.txt,7.44 KB, text/plain)
2024-09-13 06:50 UTC, Christian Birchinger
Details

Note You need to log in before you can comment on or make changes to this bug.
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