-
-
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
qgis: 3.8.0 -> 3.8.3 #68375
qgis: 3.8.0 -> 3.8.3 #68375
Conversation
@GrahamcOfBorg build python3.pkgs.qscintilla-qt5 qgis |
196052a
to
816b9a3
Compare
Further to the other PR (that was merged), I think your approach of not stripping the suffix and creating the symlinks is better. Do you mind incorporating that ehre? |
Yes, I’ll do that ASAP (I had a quick look at rebasing my branch this morning, but qgis does not build that way). |
Make sure that the both libqscintilla2_qt5.so and libqscintilla2.so are present in `$out/lib` so all the dependant packages can find the most appropriate library (some except the empty suffix, such as sqlitebrowser, other expect the _qt5 suffix such as python3Packages.qscintilla-qt5). The mechanism would also work work for qt4 build, but it is broken at the moment. Also make sure python*Packages.qscintilla* are up to date
@peterhoeg rebased, and done. I am rebuilding qgis at the moment. Do you think it can be backported to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doesn't seem to be properly wrapped
[nix-shell:/home/jon/.cache/nix-review/pr-68375]$ ./results/qgis/bin/qgis
Warning: Could not find the Qt platform plugin "xcb" in ""
Fatal: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
QGIS died on signal -1Aborted (core dumped)
🤔 odd, it might have been lost in a rebase somewhere… I did fix that in the original MR 😓 I’ll fix that right away ! Thanks for the double check ! |
Should be fixed… I am building at the moment, and I’ll test when done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nix-review
passes on NixOS (3 failures on master)
diff LGTM
executables in all the affected packages seem to work
[3 built (3 failed), 2 copied (12.9 MiB), 2.4 MiB DL]
error: build of '/nix/store/xmm51irv87xyc8kgpkbkrvp067bi66az-env.drv' failed
https://github.com/NixOS/nixpkgs/pull/68375
3 package failed to build:
python27Packages.ovito python37Packages.ovito sonic-pi
9 package were build:
libsForQt5.qscintilla libsForQt511.qscintilla openscad python27Packages.qscintilla-qt5 python37Packages.qscintilla-qt5 qgis qgis-unwrapped sqlitebrowser tora
👍 Once merged I’ll prepare a PR to backport it to |
qgis: 3.8.0 -> 3.8.3 (cherry picked from commit 95a3c8d)
Motivation for this change
This fixes build issues for
qscintilla
(good for #68361) and bumps QGis to last version.Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @