Skip to content

deepin: resolve compilation issues on qt 6.9#398294

Merged
wineee merged 9 commits intoNixOS:masterfrom
wineee:fix-dde
Apr 14, 2025
Merged

deepin: resolve compilation issues on qt 6.9#398294
wineee merged 9 commits intoNixOS:masterfrom
wineee:fix-dde

Conversation

@wineee
Copy link
Member

@wineee wineee commented Apr 13, 2025

Things done

#395862 (comment)

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@github-actions github-actions bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. labels Apr 13, 2025
@wineee
Copy link
Member Author

wineee commented Apr 13, 2025

[ 89%] Generating .rcc/qmlcache/dock-plugin_OverflowContainer_qml.cpp, .rcc/qmlcache/dock-plugin_OverflowContainer_qml.cpp.aotstats
Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
If this causes problems, reconfigure your locale. See the locale(1) manual
for more information.
make[2]: *** [panels/dock/CMakeFiles/dock-plugin.dir/build.make:134: panels/dock/.rcc/qmlcache/dock-plugin_OverflowContainer_qml.cpp] Segmentation fault (core dumped)
make[1]: *** [CMakeFiles/Makefile2:4397: panels/dock/CMakeFiles/dock-plugin.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....

qmlcachegen crash in deepin.dde-shell, https://bugreports.qt.io/browse/QTBUG-135885

Should fixed in #398296

@wineee wineee changed the base branch from staging-next to staging April 13, 2025 12:16
@vcunat
Copy link
Member

vcunat commented Apr 13, 2025

Why the change of base?

@vcunat
Copy link
Member

vcunat commented Apr 13, 2025

The breakage mentioned in the comment has reached nixpkgs master already.

@wineee wineee changed the base branch from staging to master April 13, 2025 14:36
@wineee
Copy link
Member Author

wineee commented Apr 13, 2025

Why the change of base?

#398296 caused 2500+ rebuilds, this patch is important for dde-shell.
I have now changed the base to master, fix of dde-shell can only wait for the next staging-next

@wineee wineee merged commit 89dbed5 into NixOS:master Apr 14, 2025
42 of 43 checks passed
@wineee wineee deleted the fix-dde branch April 14, 2025 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants