FS#76046 - [sfizz] FTBFS

Attached to Project: Community Packages
Opened by xctan (xctan) - Wednesday, 28 September 2022, 12:46 GMT
Last edited by David Runge (dvzrv) - Saturday, 25 February 2023, 22:35 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To David Runge (dvzrv)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

failed to build with system vst3sdk (3.7.6_build_18-1) as configured in PKGBUILD

cd /build/sfizz/src/build/plugins/vst && /usr/bin/c++ -DDEVELOPMENT -I/build/sfizz/src/sfizz-1.2.0/plugins/vst/external/VST_SDK/VST3_SDK -I/build/sfizz/src/sfizz-1.2.0/plugins/editor/external/vstgui4 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto=auto -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wextra -Wno-multichar -Werror=return-type -msse2 -Wno-extra -Wno-class-memaccess -Wno-reorder -Wno-ignored-qualifiers -Wno-unknown-pragmas -Wno-unused-function -Wno-unused-parameter -Wno-unused-variable -std=gnu++17 -MD -MT plugins/vst/CMakeFiles/vst3sdk_vstgui.dir/external/VST_SDK/VST3_SDK/public.sdk/source/vst/vstguieditor.cpp.o -MF CMakeFiles/vst3sdk_vstgui.dir/external/VST_SDK/VST3_SDK/public.sdk/source/vst/vstguieditor.cpp.o.d -o CMakeFiles/vst3sdk_vstgui.dir/external/VST_SDK/VST3_SDK/public.sdk/source/vst/vstguieditor.cpp.o -c /build/sfizz/src/sfizz-1.2.0/plugins/vst/external/VST_SDK/VST3_SDK/public.sdk/source/vst/vstguieditor.cpp
/build/sfizz/src/sfizz-1.2.0/plugins/vst/external/VST_SDK/VST3_SDK/public.sdk/source/vst/vstguieditor.cpp: In member function ‘virtual Steinberg::tresult Steinberg::Vst::VSTGUIEditor::onKeyDown(Steinberg::char16, Steinberg::int16, Steinberg::int16)’: /build/sfizz/src/sfizz-1.2.0/plugins/vst/external/VST_SDK/VST3_SDK/public.sdk/source/vst/vstguieditor.cpp:298:21: error: ‘translateKeyMessage’ was not declared in this scope 298 | if (translateKeyMessage (keyCode, key, keyMsg, modifiers)) | ^~~~~~~~~~~~~~~~~~~
/build/sfizz/src/sfizz-1.2.0/plugins/vst/external/VST_SDK/VST3_SDK/public.sdk/source/vst/vstguieditor.cpp: In member function ‘virtual Steinberg::tresult Steinberg::Vst::VSTGUIEditor::onKeyUp(Steinberg::char16, Steinberg::int16, Steinberg::int16)’:
/build/sfizz/src/sfizz-1.2.0/plugins/vst/external/VST_SDK/VST3_SDK/public.sdk/source/vst/vstguieditor.cpp:322:21: error: ‘translateKeyMessage’ was not declared in this scope
322 | if (translateKeyMessage (keyCode, key, keyMsg, modifiers))
| ^~~~~~~~~~~~~~~~~~~
This task depends upon

Closed by  David Runge (dvzrv)
Saturday, 25 February 2023, 22:35 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed with sfizz 1.2.0-3
Comment by loqs (loqs) - Wednesday, 28 September 2022, 16:15 GMT Comment by David Runge (dvzrv) - Saturday, 25 February 2023, 22:35 GMT
I have now disabled the devendoring of vst3sdk until upstream fixes their stuff again.

Loading...