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

Bug 704772

Summary: media-sound/lmms-1.2.1 - plugins/carlabase/carla.cpp:344:39: error: invalid conversion from 'float**' to 'const float**' [-fpermissive]
Product: Gentoo Linux Reporter: Simon <simon.vanderveldt+gentoo>
Component: Current packagesAssignee: Alexis Ballier <aballier>
Status: RESOLVED NEEDINFO    
Severity: normal CC: fordfrog, polynomial-c, proaudio
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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