Advertisement
Guest User

Untitled

a guest
May 18th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.41 KB | None | 0 0
  1. ==> Making package: carla 1.2.4-3 (Wed May 18 05:32:09 EDT 2016)
  2. ==> Checking runtime dependencies...
  3. ==> Checking buildtime dependencies...
  4. ==> Retrieving sources...
  5. -> Downloading Carla-1.2.4-src.tar.bz2...
  6. % Total % Received % Xferd Average Speed Time Time Time Current
  7. Dload Upload Total Spent Left Speed
  8. 0 355 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  9. 100 4947k 100 4947k 0 0 298k 0 0:00:16 0:00:16 --:--:-- 821k
  10. ==> Validating source files with sha512sums...
  11. Carla-1.2.4-src.tar.bz2 ... Passed
  12. ==> Extracting sources...
  13. -> Extracting Carla-1.2.4-src.tar.bz2 with bsdtar
  14. ==> Starting build()...
  15. make -C source/backend
  16. make[1]: Entering directory '/tmp/yaourt-tmp-tyson/aur-carla/src/Carla-1.2.4/source/backend'
  17. make -C engine
  18. make[2]: Entering directory '/tmp/yaourt-tmp-tyson/aur-carla/src/Carla-1.2.4/source/backend/engine'
  19. g++ CarlaEngine.cpp -Wall -Wextra -fPIC -pipe -DNDEBUG -O2 -ffast-math -mtune=generic -msse -mfpmath=sse -fvisibility=hidden -std=gnu++0x -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -I. -I.. -I../../includes -I../../libs -I../../utils -DWANT_NATIVE -DWANT_LADSPA -DWANT_DSSI -DWANT_LV2 -DWANT_VST -DVESTIGE_HEADER -DWANT_RTAUDIO -DWANT_FLUIDSYNTH -DWANT_LINUXSAMPLER -DWANT_OPENGL -DWANT_AUDIOFILE -DWANT_MIDIFILE -DWANT_ZYNADDSUBFX -DWANT_ZYNADDSUBFX_UI -D__UNIX_JACK__ -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DHAVE_GETTIMEOFDAY -Irtaudio-4.0.12 -Irtaudio-4.0.12/include -Irtmidi-2.0.1 -I/usr/include/alsa -D__LINUX_ALSA__ -D__LINUX_ALSASEQ__ -D_REENTRANT -D__LINUX_PULSE__ -c -o CarlaEngine.cpp.o
  20. In file included from CarlaEngineInternal.hpp:26:0,
  21. from CarlaEngine.cpp:18:
  22. ../../utils/RtList.hpp: In static member function ‘static void* List<T>::operator new(size_t)’:
  23. ../../utils/RtList.hpp:33:49: warning: ‘operator new’ must not return NULL unless it is declared ‘throw()’ (or -fcheck-new is in effect)
  24. static void* operator new (size_t) { return nullptr; } \
  25. ^
  26. ../../utils/RtList.hpp:374:5: note: in expansion of macro ‘LIST_DECLARATIONS’
  27. LIST_DECLARATIONS(List)
  28. ^~~~~~~~~~~~~~~~~
  29. ../../utils/RtList.hpp: In static member function ‘static void* RtList<T>::operator new(size_t)’:
  30. ../../utils/RtList.hpp:33:49: warning: ‘operator new’ must not return NULL unless it is declared ‘throw()’ (or -fcheck-new is in effect)
  31. static void* operator new (size_t) { return nullptr; } \
  32. ^
  33. ../../utils/RtList.hpp:524:5: note: in expansion of macro ‘LIST_DECLARATIONS’
  34. LIST_DECLARATIONS(RtList)
  35. ^~~~~~~~~~~~~~~~~
  36. ../../utils/RtList.hpp: In static member function ‘static void* NonRtList<T>::operator new(size_t)’:
  37. ../../utils/RtList.hpp:33:49: warning: ‘operator new’ must not return NULL unless it is declared ‘throw()’ (or -fcheck-new is in effect)
  38. static void* operator new (size_t) { return nullptr; } \
  39. ^
  40. ../../utils/RtList.hpp:554:5: note: in expansion of macro ‘LIST_DECLARATIONS’
  41. LIST_DECLARATIONS(NonRtList)
  42. ^~~~~~~~~~~~~~~~~
  43. ../../utils/RtList.hpp: In static member function ‘static void* NonRtListNew<T>::operator new(size_t)’:
  44. ../../utils/RtList.hpp:33:49: warning: ‘operator new’ must not return NULL unless it is declared ‘throw()’ (or -fcheck-new is in effect)
  45. static void* operator new (size_t) { return nullptr; } \
  46. ^
  47. ../../utils/RtList.hpp:584:5: note: in expansion of macro ‘LIST_DECLARATIONS’
  48. LIST_DECLARATIONS(NonRtListNew)
  49. ^~~~~~~~~~~~~~~~~
  50. g++ CarlaEngineOsc.cpp -Wall -Wextra -fPIC -pipe -DNDEBUG -O2 -ffast-math -mtune=generic -msse -mfpmath=sse -fvisibility=hidden -std=gnu++0x -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -I. -I.. -I../../includes -I../../libs -I../../utils -DWANT_NATIVE -DWANT_LADSPA -DWANT_DSSI -DWANT_LV2 -DWANT_VST -DVESTIGE_HEADER -DWANT_RTAUDIO -DWANT_FLUIDSYNTH -DWANT_LINUXSAMPLER -DWANT_OPENGL -DWANT_AUDIOFILE -DWANT_MIDIFILE -DWANT_ZYNADDSUBFX -DWANT_ZYNADDSUBFX_UI -D__UNIX_JACK__ -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DHAVE_GETTIMEOFDAY -Irtaudio-4.0.12 -Irtaudio-4.0.12/include -Irtmidi-2.0.1 -I/usr/include/alsa -D__LINUX_ALSA__ -D__LINUX_ALSASEQ__ -D_REENTRANT -D__LINUX_PULSE__ -c -o CarlaEngineOsc.cpp.o
  51. g++ CarlaEngineThread.cpp -Wall -Wextra -fPIC -pipe -DNDEBUG -O2 -ffast-math -mtune=generic -msse -mfpmath=sse -fvisibility=hidden -std=gnu++0x -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -I. -I.. -I../../includes -I../../libs -I../../utils -DWANT_NATIVE -DWANT_LADSPA -DWANT_DSSI -DWANT_LV2 -DWANT_VST -DVESTIGE_HEADER -DWANT_RTAUDIO -DWANT_FLUIDSYNTH -DWANT_LINUXSAMPLER -DWANT_OPENGL -DWANT_AUDIOFILE -DWANT_MIDIFILE -DWANT_ZYNADDSUBFX -DWANT_ZYNADDSUBFX_UI -D__UNIX_JACK__ -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DHAVE_GETTIMEOFDAY -Irtaudio-4.0.12 -Irtaudio-4.0.12/include -Irtmidi-2.0.1 -I/usr/include/alsa -D__LINUX_ALSA__ -D__LINUX_ALSASEQ__ -D_REENTRANT -D__LINUX_PULSE__ -c -o CarlaEngineThread.cpp.o
  52. g++ CarlaEngineNative.cpp -Wall -Wextra -fPIC -pipe -DNDEBUG -O2 -ffast-math -mtune=generic -msse -mfpmath=sse -fvisibility=hidden -std=gnu++0x -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -I. -I.. -I../../includes -I../../libs -I../../utils -DWANT_NATIVE -DWANT_LADSPA -DWANT_DSSI -DWANT_LV2 -DWANT_VST -DVESTIGE_HEADER -DWANT_RTAUDIO -DWANT_FLUIDSYNTH -DWANT_LINUXSAMPLER -DWANT_OPENGL -DWANT_AUDIOFILE -DWANT_MIDIFILE -DWANT_ZYNADDSUBFX -DWANT_ZYNADDSUBFX_UI -D__UNIX_JACK__ -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DHAVE_GETTIMEOFDAY -Irtaudio-4.0.12 -Irtaudio-4.0.12/include -Irtmidi-2.0.1 -I/usr/include/alsa -D__LINUX_ALSA__ -D__LINUX_ALSASEQ__ -D_REENTRANT -D__LINUX_PULSE__ -c -o CarlaEngineNative.cpp.o
  53. In file included from CarlaEngineInternal.hpp:26:0,
  54. from CarlaEngineNative.cpp:20:
  55. ../../utils/RtList.hpp: In static member function ‘static void* List<T>::operator new(size_t)’:
  56. ../../utils/RtList.hpp:33:49: warning: ‘operator new’ must not return NULL unless it is declared ‘throw()’ (or -fcheck-new is in effect)
  57. static void* operator new (size_t) { return nullptr; } \
  58. ^
  59. ../../utils/RtList.hpp:374:5: note: in expansion of macro ‘LIST_DECLARATIONS’
  60. LIST_DECLARATIONS(List)
  61. ^~~~~~~~~~~~~~~~~
  62. ../../utils/RtList.hpp: In static member function ‘static void* RtList<T>::operator new(size_t)’:
  63. ../../utils/RtList.hpp:33:49: warning: ‘operator new’ must not return NULL unless it is declared ‘throw()’ (or -fcheck-new is in effect)
  64. static void* operator new (size_t) { return nullptr; } \
  65. ^
  66. ../../utils/RtList.hpp:524:5: note: in expansion of macro ‘LIST_DECLARATIONS’
  67. LIST_DECLARATIONS(RtList)
  68. ^~~~~~~~~~~~~~~~~
  69. ../../utils/RtList.hpp: In static member function ‘static void* NonRtList<T>::operator new(size_t)’:
  70. ../../utils/RtList.hpp:33:49: warning: ‘operator new’ must not return NULL unless it is declared ‘throw()’ (or -fcheck-new is in effect)
  71. static void* operator new (size_t) { return nullptr; } \
  72. ^
  73. ../../utils/RtList.hpp:554:5: note: in expansion of macro ‘LIST_DECLARATIONS’
  74. LIST_DECLARATIONS(NonRtList)
  75. ^~~~~~~~~~~~~~~~~
  76. ../../utils/RtList.hpp: In static member function ‘static void* NonRtListNew<T>::operator new(size_t)’:
  77. ../../utils/RtList.hpp:33:49: warning: ‘operator new’ must not return NULL unless it is declared ‘throw()’ (or -fcheck-new is in effect)
  78. static void* operator new (size_t) { return nullptr; } \
  79. ^
  80. ../../utils/RtList.hpp:584:5: note: in expansion of macro ‘LIST_DECLARATIONS’
  81. LIST_DECLARATIONS(NonRtListNew)
  82. ^~~~~~~~~~~~~~~~~
  83. g++ CarlaEngineBridge.cpp -Wall -Wextra -fPIC -pipe -DNDEBUG -O2 -ffast-math -mtune=generic -msse -mfpmath=sse -fvisibility=hidden -std=gnu++0x -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -I. -I.. -I../../includes -I../../libs -I../../utils -DWANT_NATIVE -DWANT_LADSPA -DWANT_DSSI -DWANT_LV2 -DWANT_VST -DVESTIGE_HEADER -DWANT_RTAUDIO -DWANT_FLUIDSYNTH -DWANT_LINUXSAMPLER -DWANT_OPENGL -DWANT_AUDIOFILE -DWANT_MIDIFILE -DWANT_ZYNADDSUBFX -DWANT_ZYNADDSUBFX_UI -D__UNIX_JACK__ -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DHAVE_GETTIMEOFDAY -Irtaudio-4.0.12 -Irtaudio-4.0.12/include -Irtmidi-2.0.1 -I/usr/include/alsa -D__LINUX_ALSA__ -D__LINUX_ALSASEQ__ -D_REENTRANT -D__LINUX_PULSE__ -c -o CarlaEngineBridge.cpp.o
  84. g++ CarlaEngineJack.cpp -Wall -Wextra -fPIC -pipe -DNDEBUG -O2 -ffast-math -mtune=generic -msse -mfpmath=sse -fvisibility=hidden -std=gnu++0x -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -I. -I.. -I../../includes -I../../libs -I../../utils -DWANT_NATIVE -DWANT_LADSPA -DWANT_DSSI -DWANT_LV2 -DWANT_VST -DVESTIGE_HEADER -DWANT_RTAUDIO -DWANT_FLUIDSYNTH -DWANT_LINUXSAMPLER -DWANT_OPENGL -DWANT_AUDIOFILE -DWANT_MIDIFILE -DWANT_ZYNADDSUBFX -DWANT_ZYNADDSUBFX_UI -D__UNIX_JACK__ -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DHAVE_GETTIMEOFDAY -Irtaudio-4.0.12 -Irtaudio-4.0.12/include -Irtmidi-2.0.1 -I/usr/include/alsa -D__LINUX_ALSA__ -D__LINUX_ALSASEQ__ -D_REENTRANT -D__LINUX_PULSE__ -c -o CarlaEngineJack.cpp.o
  85. In file included from CarlaEngineInternal.hpp:26:0,
  86. from CarlaEngineJack.cpp:18:
  87. ../../utils/RtList.hpp: In static member function ‘static void* List<T>::operator new(size_t)’:
  88. ../../utils/RtList.hpp:33:49: warning: ‘operator new’ must not return NULL unless it is declared ‘throw()’ (or -fcheck-new is in effect)
  89. static void* operator new (size_t) { return nullptr; } \
  90. ^
  91. ../../utils/RtList.hpp:374:5: note: in expansion of macro ‘LIST_DECLARATIONS’
  92. LIST_DECLARATIONS(List)
  93. ^~~~~~~~~~~~~~~~~
  94. ../../utils/RtList.hpp: In static member function ‘static void* RtList<T>::operator new(size_t)’:
  95. ../../utils/RtList.hpp:33:49: warning: ‘operator new’ must not return NULL unless it is declared ‘throw()’ (or -fcheck-new is in effect)
  96. static void* operator new (size_t) { return nullptr; } \
  97. ^
  98. ../../utils/RtList.hpp:524:5: note: in expansion of macro ‘LIST_DECLARATIONS’
  99. LIST_DECLARATIONS(RtList)
  100. ^~~~~~~~~~~~~~~~~
  101. ../../utils/RtList.hpp: In static member function ‘static void* NonRtList<T>::operator new(size_t)’:
  102. ../../utils/RtList.hpp:33:49: warning: ‘operator new’ must not return NULL unless it is declared ‘throw()’ (or -fcheck-new is in effect)
  103. static void* operator new (size_t) { return nullptr; } \
  104. ^
  105. ../../utils/RtList.hpp:554:5: note: in expansion of macro ‘LIST_DECLARATIONS’
  106. LIST_DECLARATIONS(NonRtList)
  107. ^~~~~~~~~~~~~~~~~
  108. ../../utils/RtList.hpp: In static member function ‘static void* NonRtListNew<T>::operator new(size_t)’:
  109. ../../utils/RtList.hpp:33:49: warning: ‘operator new’ must not return NULL unless it is declared ‘throw()’ (or -fcheck-new is in effect)
  110. static void* operator new (size_t) { return nullptr; } \
  111. ^
  112. ../../utils/RtList.hpp:584:5: note: in expansion of macro ‘LIST_DECLARATIONS’
  113. LIST_DECLARATIONS(NonRtListNew)
  114. ^~~~~~~~~~~~~~~~~
  115. g++ CarlaEngineRtAudio.cpp -Wall -Wextra -fPIC -pipe -DNDEBUG -O2 -ffast-math -mtune=generic -msse -mfpmath=sse -fvisibility=hidden -std=gnu++0x -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -I. -I.. -I../../includes -I../../libs -I../../utils -DWANT_NATIVE -DWANT_LADSPA -DWANT_DSSI -DWANT_LV2 -DWANT_VST -DVESTIGE_HEADER -DWANT_RTAUDIO -DWANT_FLUIDSYNTH -DWANT_LINUXSAMPLER -DWANT_OPENGL -DWANT_AUDIOFILE -DWANT_MIDIFILE -DWANT_ZYNADDSUBFX -DWANT_ZYNADDSUBFX_UI -D__UNIX_JACK__ -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DHAVE_GETTIMEOFDAY -Irtaudio-4.0.12 -Irtaudio-4.0.12/include -Irtmidi-2.0.1 -I/usr/include/alsa -D__LINUX_ALSA__ -D__LINUX_ALSASEQ__ -D_REENTRANT -D__LINUX_PULSE__ -c -o CarlaEngineRtAudio.cpp.o
  116. In file included from CarlaEngineInternal.hpp:26:0,
  117. from CarlaEngineRtAudio.cpp:20:
  118. ../../utils/RtList.hpp: In static member function ‘static void* List<T>::operator new(size_t)’:
  119. ../../utils/RtList.hpp:33:49: warning: ‘operator new’ must not return NULL unless it is declared ‘throw()’ (or -fcheck-new is in effect)
  120. static void* operator new (size_t) { return nullptr; } \
  121. ^
  122. ../../utils/RtList.hpp:374:5: note: in expansion of macro ‘LIST_DECLARATIONS’
  123. LIST_DECLARATIONS(List)
  124. ^~~~~~~~~~~~~~~~~
  125. ../../utils/RtList.hpp: In static member function ‘static void* RtList<T>::operator new(size_t)’:
  126. ../../utils/RtList.hpp:33:49: warning: ‘operator new’ must not return NULL unless it is declared ‘throw()’ (or -fcheck-new is in effect)
  127. static void* operator new (size_t) { return nullptr; } \
  128. ^
  129. ../../utils/RtList.hpp:524:5: note: in expansion of macro ‘LIST_DECLARATIONS’
  130. LIST_DECLARATIONS(RtList)
  131. ^~~~~~~~~~~~~~~~~
  132. ../../utils/RtList.hpp: In static member function ‘static void* NonRtList<T>::operator new(size_t)’:
  133. ../../utils/RtList.hpp:33:49: warning: ‘operator new’ must not return NULL unless it is declared ‘throw()’ (or -fcheck-new is in effect)
  134. static void* operator new (size_t) { return nullptr; } \
  135. ^
  136. ../../utils/RtList.hpp:554:5: note: in expansion of macro ‘LIST_DECLARATIONS’
  137. LIST_DECLARATIONS(NonRtList)
  138. ^~~~~~~~~~~~~~~~~
  139. ../../utils/RtList.hpp: In static member function ‘static void* NonRtListNew<T>::operator new(size_t)’:
  140. ../../utils/RtList.hpp:33:49: warning: ‘operator new’ must not return NULL unless it is declared ‘throw()’ (or -fcheck-new is in effect)
  141. static void* operator new (size_t) { return nullptr; } \
  142. ^
  143. ../../utils/RtList.hpp:584:5: note: in expansion of macro ‘LIST_DECLARATIONS’
  144. LIST_DECLARATIONS(NonRtListNew)
  145. ^~~~~~~~~~~~~~~~~
  146. g++ rtaudio-4.0.12/RtAudio.cpp -Wall -Wextra -fPIC -pipe -DNDEBUG -O2 -ffast-math -mtune=generic -msse -mfpmath=sse -fvisibility=hidden -std=gnu++0x -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -I. -I.. -I../../includes -I../../libs -I../../utils -DWANT_NATIVE -DWANT_LADSPA -DWANT_DSSI -DWANT_LV2 -DWANT_VST -DVESTIGE_HEADER -DWANT_RTAUDIO -DWANT_FLUIDSYNTH -DWANT_LINUXSAMPLER -DWANT_OPENGL -DWANT_AUDIOFILE -DWANT_MIDIFILE -DWANT_ZYNADDSUBFX -DWANT_ZYNADDSUBFX_UI -D__UNIX_JACK__ -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DHAVE_GETTIMEOFDAY -Irtaudio-4.0.12 -Irtaudio-4.0.12/include -Irtmidi-2.0.1 -I/usr/include/alsa -D__LINUX_ALSA__ -D__LINUX_ALSASEQ__ -D_REENTRANT -D__LINUX_PULSE__ -c -o rtaudio-4.0.12/RtAudio.cpp.o
  147. rtaudio-4.0.12/RtAudio.cpp: In member function ‘virtual RtAudio::DeviceInfo RtApiPulse::getDeviceInfo(unsigned int)’:
  148. rtaudio-4.0.12/RtAudio.cpp:6464:61: warning: unused parameter ‘device’ [-Wunused-parameter]
  149. RtAudio::DeviceInfo RtApiPulse::getDeviceInfo( unsigned int device )
  150. ^~~~~~
  151. rtaudio-4.0.12/RtAudio.cpp: At global scope:
  152. rtaudio-4.0.12/RtAudio.cpp:1843:13: warning: ‘void jackSilentError(const char*)’ defined but not used [-Wunused-function]
  153. static void jackSilentError( const char * ) {};
  154. ^~~~~~~~~~~~~~~
  155. g++ rtmidi-2.0.1/RtMidi.cpp -Wall -Wextra -fPIC -pipe -DNDEBUG -O2 -ffast-math -mtune=generic -msse -mfpmath=sse -fvisibility=hidden -std=gnu++0x -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -I. -I.. -I../../includes -I../../libs -I../../utils -DWANT_NATIVE -DWANT_LADSPA -DWANT_DSSI -DWANT_LV2 -DWANT_VST -DVESTIGE_HEADER -DWANT_RTAUDIO -DWANT_FLUIDSYNTH -DWANT_LINUXSAMPLER -DWANT_OPENGL -DWANT_AUDIOFILE -DWANT_MIDIFILE -DWANT_ZYNADDSUBFX -DWANT_ZYNADDSUBFX_UI -D__UNIX_JACK__ -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DHAVE_GETTIMEOFDAY -Irtaudio-4.0.12 -Irtaudio-4.0.12/include -Irtmidi-2.0.1 -I/usr/include/alsa -D__LINUX_ALSA__ -D__LINUX_ALSASEQ__ -D_REENTRANT -D__LINUX_PULSE__ -c -o rtmidi-2.0.1/RtMidi.cpp.o
  156. ar rs ../libcarla_engine.a CarlaEngine.cpp.o CarlaEngineOsc.cpp.o CarlaEngineThread.cpp.o CarlaEngineNative.cpp.o CarlaEngineBridge.cpp.o CarlaEngineJack.cpp.o CarlaEngineRtAudio.cpp.o rtaudio-4.0.12/RtAudio.cpp.o rtmidi-2.0.1/RtMidi.cpp.o
  157. ar: creating ../libcarla_engine.a
  158. ar rs ../libcarla_engine_plugin.a CarlaEngine.cpp.o CarlaEngineOsc.cpp.o CarlaEngineThread.cpp.o CarlaEngineNative.cpp.o
  159. ar: creating ../libcarla_engine_plugin.a
  160. make[2]: Leaving directory '/tmp/yaourt-tmp-tyson/aur-carla/src/Carla-1.2.4/source/backend/engine'
  161. make -C plugin
  162. make[2]: Entering directory '/tmp/yaourt-tmp-tyson/aur-carla/src/Carla-1.2.4/source/backend/plugin'
  163. g++ CarlaPlugin.cpp -Wall -Wextra -fPIC -pipe -DNDEBUG -O2 -ffast-math -mtune=generic -msse -mfpmath=sse -fvisibility=hidden -std=gnu++0x -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -I. -I.. -I../../includes -I../../libs -I../../utils -DWANT_NATIVE -DWANT_LADSPA -DWANT_DSSI -DWANT_LV2 -DWANT_VST -DVESTIGE_HEADER -DWANT_RTAUDIO -DWANT_FLUIDSYNTH -DWANT_LINUXSAMPLER -DWANT_OPENGL -DWANT_AUDIOFILE -DWANT_MIDIFILE -DWANT_ZYNADDSUBFX -DWANT_ZYNADDSUBFX_UI -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I/usr/include/qt4/QtCore -c -o CarlaPlugin.cpp.o
  164. In file included from CarlaPluginInternal.hpp:30:0,
  165. from CarlaPlugin.cpp:18:
  166. ../../utils/RtList.hpp: In static member function ‘static void* List<T>::operator new(size_t)’:
  167. ../../utils/RtList.hpp:33:49: warning: ‘operator new’ must not return NULL unless it is declared ‘throw()’ (or -fcheck-new is in effect)
  168. static void* operator new (size_t) { return nullptr; } \
  169. ^
  170. ../../utils/RtList.hpp:374:5: note: in expansion of macro ‘LIST_DECLARATIONS’
  171. LIST_DECLARATIONS(List)
  172. ^~~~~~~~~~~~~~~~~
  173. ../../utils/RtList.hpp: In static member function ‘static void* RtList<T>::operator new(size_t)’:
  174. ../../utils/RtList.hpp:33:49: warning: ‘operator new’ must not return NULL unless it is declared ‘throw()’ (or -fcheck-new is in effect)
  175. static void* operator new (size_t) { return nullptr; } \
  176. ^
  177. ../../utils/RtList.hpp:524:5: note: in expansion of macro ‘LIST_DECLARATIONS’
  178. LIST_DECLARATIONS(RtList)
  179. ^~~~~~~~~~~~~~~~~
  180. ../../utils/RtList.hpp: In static member function ‘static void* NonRtList<T>::operator new(size_t)’:
  181. ../../utils/RtList.hpp:33:49: warning: ‘operator new’ must not return NULL unless it is declared ‘throw()’ (or -fcheck-new is in effect)
  182. static void* operator new (size_t) { return nullptr; } \
  183. ^
  184. ../../utils/RtList.hpp:554:5: note: in expansion of macro ‘LIST_DECLARATIONS’
  185. LIST_DECLARATIONS(NonRtList)
  186. ^~~~~~~~~~~~~~~~~
  187. ../../utils/RtList.hpp: In static member function ‘static void* NonRtListNew<T>::operator new(size_t)’:
  188. ../../utils/RtList.hpp:33:49: warning: ‘operator new’ must not return NULL unless it is declared ‘throw()’ (or -fcheck-new is in effect)
  189. static void* operator new (size_t) { return nullptr; } \
  190. ^
  191. ../../utils/RtList.hpp:584:5: note: in expansion of macro ‘LIST_DECLARATIONS’
  192. LIST_DECLARATIONS(NonRtListNew)
  193. ^~~~~~~~~~~~~~~~~
  194. /usr/lib/qt4/bin/moc CarlaPluginGui.hpp -DMOC_PARSING -o moc_CarlaPluginGui.cpp
  195. g++ CarlaPluginGui.cpp -Wall -Wextra -fPIC -pipe -DNDEBUG -O2 -ffast-math -mtune=generic -msse -mfpmath=sse -fvisibility=hidden -std=gnu++0x -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -I. -I.. -I../../includes -I../../libs -I../../utils -DWANT_NATIVE -DWANT_LADSPA -DWANT_DSSI -DWANT_LV2 -DWANT_VST -DVESTIGE_HEADER -DWANT_RTAUDIO -DWANT_FLUIDSYNTH -DWANT_LINUXSAMPLER -DWANT_OPENGL -DWANT_AUDIOFILE -DWANT_MIDIFILE -DWANT_ZYNADDSUBFX -DWANT_ZYNADDSUBFX_UI -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I/usr/include/qt4/QtCore -c -o CarlaPluginGui.cpp.o
  196. In file included from CarlaPluginInternal.hpp:30:0,
  197. from CarlaPluginGui.hpp:21,
  198. from CarlaPluginGui.cpp:18:
  199. ../../utils/RtList.hpp: In static member function ‘static void* List<T>::operator new(size_t)’:
  200. ../../utils/RtList.hpp:33:49: warning: ‘operator new’ must not return NULL unless it is declared ‘throw()’ (or -fcheck-new is in effect)
  201. static void* operator new (size_t) { return nullptr; } \
  202. ^
  203. ../../utils/RtList.hpp:374:5: note: in expansion of macro ‘LIST_DECLARATIONS’
  204. LIST_DECLARATIONS(List)
  205. ^~~~~~~~~~~~~~~~~
  206. ../../utils/RtList.hpp: In static member function ‘static void* RtList<T>::operator new(size_t)’:
  207. ../../utils/RtList.hpp:33:49: warning: ‘operator new’ must not return NULL unless it is declared ‘throw()’ (or -fcheck-new is in effect)
  208. static void* operator new (size_t) { return nullptr; } \
  209. ^
  210. ../../utils/RtList.hpp:524:5: note: in expansion of macro ‘LIST_DECLARATIONS’
  211. LIST_DECLARATIONS(RtList)
  212. ^~~~~~~~~~~~~~~~~
  213. ../../utils/RtList.hpp: In static member function ‘static void* NonRtList<T>::operator new(size_t)’:
  214. ../../utils/RtList.hpp:33:49: warning: ‘operator new’ must not return NULL unless it is declared ‘throw()’ (or -fcheck-new is in effect)
  215. static void* operator new (size_t) { return nullptr; } \
  216. ^
  217. ../../utils/RtList.hpp:554:5: note: in expansion of macro ‘LIST_DECLARATIONS’
  218. LIST_DECLARATIONS(NonRtList)
  219. ^~~~~~~~~~~~~~~~~
  220. ../../utils/RtList.hpp: In static member function ‘static void* NonRtListNew<T>::operator new(size_t)’:
  221. ../../utils/RtList.hpp:33:49: warning: ‘operator new’ must not return NULL unless it is declared ‘throw()’ (or -fcheck-new is in effect)
  222. static void* operator new (size_t) { return nullptr; } \
  223. ^
  224. ../../utils/RtList.hpp:584:5: note: in expansion of macro ‘LIST_DECLARATIONS’
  225. LIST_DECLARATIONS(NonRtListNew)
  226. ^~~~~~~~~~~~~~~~~
  227. CarlaPluginGui.cpp: In constructor ‘CarlaBackend::CarlaPluginGui::CarlaPluginGui(CarlaBackend::CarlaEngine*, CarlaBackend::CarlaPluginGui::Callback*, const CarlaBackend::CarlaPluginGui::Options&, const QByteArray&)’:
  228. CarlaPluginGui.cpp:33:51: warning: unused parameter ‘engine’ [-Wunused-parameter]
  229. CarlaPluginGui::CarlaPluginGui(CarlaEngine* const engine, Callback* const callback, const Options& options, const QByteArray& lastGeometry)
  230. ^~~~~~
  231. g++ CarlaPluginThread.cpp -Wall -Wextra -fPIC -pipe -DNDEBUG -O2 -ffast-math -mtune=generic -msse -mfpmath=sse -fvisibility=hidden -std=gnu++0x -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -I. -I.. -I../../includes -I../../libs -I../../utils -DWANT_NATIVE -DWANT_LADSPA -DWANT_DSSI -DWANT_LV2 -DWANT_VST -DVESTIGE_HEADER -DWANT_RTAUDIO -DWANT_FLUIDSYNTH -DWANT_LINUXSAMPLER -DWANT_OPENGL -DWANT_AUDIOFILE -DWANT_MIDIFILE -DWANT_ZYNADDSUBFX -DWANT_ZYNADDSUBFX_UI -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I/usr/include/qt4/QtCore -c -o CarlaPluginThread.cpp.o
  232. g++ BridgePlugin.cpp -Wall -Wextra -fPIC -pipe -DNDEBUG -O2 -ffast-math -mtune=generic -msse -mfpmath=sse -fvisibility=hidden -std=gnu++0x -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -I. -I.. -I../../includes -I../../libs -I../../utils -DWANT_NATIVE -DWANT_LADSPA -DWANT_DSSI -DWANT_LV2 -DWANT_VST -DVESTIGE_HEADER -DWANT_RTAUDIO -DWANT_FLUIDSYNTH -DWANT_LINUXSAMPLER -DWANT_OPENGL -DWANT_AUDIOFILE -DWANT_MIDIFILE -DWANT_ZYNADDSUBFX -DWANT_ZYNADDSUBFX_UI -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I/usr/include/qt4/QtCore -c -o BridgePlugin.cpp.o
  233. In file included from CarlaPluginInternal.hpp:30:0,
  234. from BridgePlugin.cpp:18:
  235. ../../utils/RtList.hpp: In static member function ‘static void* List<T>::operator new(size_t)’:
  236. ../../utils/RtList.hpp:33:49: warning: ‘operator new’ must not return NULL unless it is declared ‘throw()’ (or -fcheck-new is in effect)
  237. static void* operator new (size_t) { return nullptr; } \
  238. ^
  239. ../../utils/RtList.hpp:374:5: note: in expansion of macro ‘LIST_DECLARATIONS’
  240. LIST_DECLARATIONS(List)
  241. ^~~~~~~~~~~~~~~~~
  242. ../../utils/RtList.hpp: In static member function ‘static void* RtList<T>::operator new(size_t)’:
  243. ../../utils/RtList.hpp:33:49: warning: ‘operator new’ must not return NULL unless it is declared ‘throw()’ (or -fcheck-new is in effect)
  244. static void* operator new (size_t) { return nullptr; } \
  245. ^
  246. ../../utils/RtList.hpp:524:5: note: in expansion of macro ‘LIST_DECLARATIONS’
  247. LIST_DECLARATIONS(RtList)
  248. ^~~~~~~~~~~~~~~~~
  249. ../../utils/RtList.hpp: In static member function ‘static void* NonRtList<T>::operator new(size_t)’:
  250. ../../utils/RtList.hpp:33:49: warning: ‘operator new’ must not return NULL unless it is declared ‘throw()’ (or -fcheck-new is in effect)
  251. static void* operator new (size_t) { return nullptr; } \
  252. ^
  253. ../../utils/RtList.hpp:554:5: note: in expansion of macro ‘LIST_DECLARATIONS’
  254. LIST_DECLARATIONS(NonRtList)
  255. ^~~~~~~~~~~~~~~~~
  256. ../../utils/RtList.hpp: In static member function ‘static void* NonRtListNew<T>::operator new(size_t)’:
  257. ../../utils/RtList.hpp:33:49: warning: ‘operator new’ must not return NULL unless it is declared ‘throw()’ (or -fcheck-new is in effect)
  258. static void* operator new (size_t) { return nullptr; } \
  259. ^
  260. ../../utils/RtList.hpp:584:5: note: in expansion of macro ‘LIST_DECLARATIONS’
  261. LIST_DECLARATIONS(NonRtListNew)
  262. ^~~~~~~~~~~~~~~~~
  263. g++ NativePlugin.cpp -Wall -Wextra -fPIC -pipe -DNDEBUG -O2 -ffast-math -mtune=generic -msse -mfpmath=sse -fvisibility=hidden -std=gnu++0x -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -I. -I.. -I../../includes -I../../libs -I../../utils -DWANT_NATIVE -DWANT_LADSPA -DWANT_DSSI -DWANT_LV2 -DWANT_VST -DVESTIGE_HEADER -DWANT_RTAUDIO -DWANT_FLUIDSYNTH -DWANT_LINUXSAMPLER -DWANT_OPENGL -DWANT_AUDIOFILE -DWANT_MIDIFILE -DWANT_ZYNADDSUBFX -DWANT_ZYNADDSUBFX_UI -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I/usr/include/qt4/QtCore -c -o NativePlugin.cpp.o
  264. In file included from CarlaPluginInternal.hpp:30:0,
  265. from NativePlugin.cpp:18:
  266. ../../utils/RtList.hpp: In static member function ‘static void* List<T>::operator new(size_t)’:
  267. ../../utils/RtList.hpp:33:49: warning: ‘operator new’ must not return NULL unless it is declared ‘throw()’ (or -fcheck-new is in effect)
  268. static void* operator new (size_t) { return nullptr; } \
  269. ^
  270. ../../utils/RtList.hpp:374:5: note: in expansion of macro ‘LIST_DECLARATIONS’
  271. LIST_DECLARATIONS(List)
  272. ^~~~~~~~~~~~~~~~~
  273. ../../utils/RtList.hpp: In static member function ‘static void* RtList<T>::operator new(size_t)’:
  274. ../../utils/RtList.hpp:33:49: warning: ‘operator new’ must not return NULL unless it is declared ‘throw()’ (or -fcheck-new is in effect)
  275. static void* operator new (size_t) { return nullptr; } \
  276. ^
  277. ../../utils/RtList.hpp:524:5: note: in expansion of macro ‘LIST_DECLARATIONS’
  278. LIST_DECLARATIONS(RtList)
  279. ^~~~~~~~~~~~~~~~~
  280. ../../utils/RtList.hpp: In static member function ‘static void* NonRtList<T>::operator new(size_t)’:
  281. ../../utils/RtList.hpp:33:49: warning: ‘operator new’ must not return NULL unless it is declared ‘throw()’ (or -fcheck-new is in effect)
  282. static void* operator new (size_t) { return nullptr; } \
  283. ^
  284. ../../utils/RtList.hpp:554:5: note: in expansion of macro ‘LIST_DECLARATIONS’
  285. LIST_DECLARATIONS(NonRtList)
  286. ^~~~~~~~~~~~~~~~~
  287. ../../utils/RtList.hpp: In static member function ‘static void* NonRtListNew<T>::operator new(size_t)’:
  288. ../../utils/RtList.hpp:33:49: warning: ‘operator new’ must not return NULL unless it is declared ‘throw()’ (or -fcheck-new is in effect)
  289. static void* operator new (size_t) { return nullptr; } \
  290. ^
  291. ../../utils/RtList.hpp:584:5: note: in expansion of macro ‘LIST_DECLARATIONS’
  292. LIST_DECLARATIONS(NonRtListNew)
  293. ^~~~~~~~~~~~~~~~~
  294. NativePlugin.cpp: In member function ‘virtual void CarlaBackend::NativePlugin::process(float**, float**, uint32_t)’:
  295. NativePlugin.cpp:1512:45: error: ‘rint’ is not a member of ‘std’
  296. value = std::rint(value);
  297. ^~~
  298. Makefile:63: recipe for target 'NativePlugin.cpp.o' failed
  299. make[2]: *** [NativePlugin.cpp.o] Error 1
  300. make[2]: Leaving directory '/tmp/yaourt-tmp-tyson/aur-carla/src/Carla-1.2.4/source/backend/plugin'
  301. Makefile:12: recipe for target 'all' failed
  302. make[1]: *** [all] Error 2
  303. make[1]: Leaving directory '/tmp/yaourt-tmp-tyson/aur-carla/src/Carla-1.2.4/source/backend'
  304. Makefile:30: recipe for target 'backend' failed
  305. make: *** [backend] Error 2
  306. ==> ERROR: A failure occurred in build().
  307. Aborting...
  308. ==> ERROR: Makepkg was unable to build .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement