-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
kdenlive: build broken #26160
Labels
Comments
You need to modify the CMakeLists.txt: We should send a patch upstream. This must be a required change since QT5.8. |
Fixed by: dc07372 |
hedning
added a commit
to hedning/nixpkgs
that referenced
this issue
Aug 24, 2017
- Updated to use qt5 - Added a required cmake patch (like this one for kdenlive NixOS#26160) - Optional, by default true, dependency on qtwebkit
hedning
added a commit
to hedning/CopyQ
that referenced
this issue
Aug 24, 2017
When trying to build with nix there were errors, see NixOS/nixpkgs#26160 for a similar issue with kdenlive.
hedning
added a commit
to hedning/CopyQ
that referenced
this issue
Aug 24, 2017
When trying to build with nix cmake couldn't find all qt modules, see NixOS/nixpkgs#26160 for a similar issue with kdenlive.
This was referenced Aug 24, 2017
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue description
Kdenlive build fails because CMake can't find QtConcurrent.
Error:
It appears to have been broken by some changes made to qtbase but I am not familiar enough with it to know what specifically.
Changes between success and first failure: https://hydra.nixos.org/api/scmdiff?type=git&branch=&rev2=f099f55e5b9e9bb39db7662b6f1b09000b05d369&rev1=fa5196e47e3a72553155f684c8e66a97d91e6dff&uri=https%3A%2F%2Fgithub.com%2FNixOS%2Fnixpkgs.git
Latest Hydra failure: https://hydra.nixos.org/build/53342055
cc @ttuegel
Steps to reproduce
Attempt to install Kdenlive
Technical details
The text was updated successfully, but these errors were encountered: