Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 704772 - media-sound/lmms-1.2.1 - plugins/carlabase/carla.cpp:344:39: error: invalid conversion from 'float**' to 'const float**' [-fpermissive]
Summary: media-sound/lmms-1.2.1 - plugins/carlabase/carla.cpp:344:39: error: invalid c...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-04 15:46 UTC by Simon
Modified: 2020-06-13 09:12 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon 2020-01-04 15:46:08 UTC
Emerging media-sound/lmms-1.2.1 with USE="jack -alsa -debug -fluidsynth -libgig -mp3 -ogg -portaudio -pulseaudio -sdl -soundio -stk (-vst)" gives the following error

> /var/tmp/portage/media-sound/lmms-1.2.1/work/lmms-1.2.1/plugins/carlabase/carla.cpp: In member function 'virtual void CarlaInstrument::play(sample_t (*)[2])':
/var/tmp/portage/media-sound/lmms-1.2.1/work/lmms-1.2.1/plugins/carlabase/carla.cpp:344:39: error: invalid conversion from 'float**' to 'const float**' [-fpermissive]
  344 |         fDescriptor->process(fHandle, rBuf, rBuf, bufsize, fMidiEvents, fMidiEventCount);
      |                                       ^~~~
      |                                       |
      |                                       float**

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2020-01-05 13:16:28 UTC
Please attach the entire build log to this bug report.
Please post your `emerge --info' output in a comment.
Comment 2 Miroslav Šulc gentoo-dev 2020-06-13 09:12:13 UTC
can't reproduce