mixxxdj / mixxx

Mixxx is Free DJ software that gives you everything you need to perform live mixes.

Home Page:http://mixxx.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LegacyControllerMappingValidationTest.HidMappingsValid (Failed) on Launchpad

daschuer opened this issue · comments

Bug Description

This is a regression probably since #11407
The last working one is 2.6-alpha-4-g4d9db3e5d0

Version

2.6-alpha

OS

Ubuntu

Can you share the log output from the failing tests? Any indicators for causes?

The full log is here:
https://launchpadlibrarian.net/734318393/buildlog_ubuntu-noble-amd64.mixxx_2.6~alpha~9~g165350481f-1~noble_BUILDING.txt.gz

Value of: testLoadMapping(mapping)
  Actual: false
Expected: true
Error while validating /<<PKGBUILDDIR>>/res/controllers/Dummy Device Screen.hid.xml

Ah I see, we need to install some more Qt modules.

"QtQml.WorkerScript" is not installed
"Qt5Compat.GraphicalEffects" is not installed
"QtQuick.Window" is not installed
"QtQuick.Layouts" is not installed
"QtQuick.Shapes" is not installed
"QtQuick.Controls" is not installed
"QtQml.WorkerScript" is not installed
"Qt5Compat.GraphicalEffects" is not installed

yup, looks about right. Not sure about workerscript necessarily, but it doesn't hurt.

Pushed a possible fix directly to main 6d12418
hopefully that fixes the issue.