Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LegacyControllerMappingValidationTest.HidMappingsValid (Failed) on Launchpad #13349

Closed
daschuer opened this issue Jun 9, 2024 · 7 comments
Closed
Labels
Milestone

Comments

@daschuer
Copy link
Member

daschuer commented Jun 9, 2024

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

@daschuer daschuer added the bug label Jun 9, 2024
@Swiftb0y
Copy link
Member

Swiftb0y commented Jun 9, 2024

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

@daschuer
Copy link
Member Author

daschuer commented Jun 9, 2024

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

@daschuer
Copy link
Member Author

daschuer commented Jun 9, 2024

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

@daschuer
Copy link
Member Author

daschuer commented Jun 9, 2024

"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

@Swiftb0y
Copy link
Member

Swiftb0y commented Jun 9, 2024

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

@daschuer
Copy link
Member Author

daschuer commented Jun 9, 2024

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

@daschuer daschuer added this to the 2.6-beta milestone Jun 9, 2024
@daschuer
Copy link
Member Author

daschuer commented Jun 9, 2024

It is fixed now: https://launchpad.net/~mixxx/+archive/ubuntu/nightlies/+packages

@daschuer daschuer closed this as completed Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants