Conversation
Member
vcunat
commented
Aug 6, 2022
- workflow docs: nixos.org/manual/nixpkgs/unstable/#submitting-changes-commit-policy
- important job(s): hydra.nixos.org/job/nixpkgs/staging-next/unstable#tabs-constituents
- jobset: hydra.nixos.org/jobset/nixpkgs/staging-next
- nix-review reports: https://malob.github.io/nix-review-tools-reports/
- previous staging-next: staging-next 2022-07-29 #183748
also make test output unconditional
python-dbusmock relies on bluez for it's checks. Which shouldn't be a problem, and isn't one normally. However, checkPhase contained a string substitution that was always constructed regardless of the value of doCheck (and simply not used if doCheck was false), and so bluez, which was not supposed to be a dependency, was used as and registered as one and caused a dependency cycle when trying to add pcsclite as a dependency of libfido2. The string substitution has been removed in favor of something that can remain disabled when doCheck is false.
- Release announcement: https://dev.gnupg.org/T5947 - Removed CVE-2022-34903 patch which is included in 2.3.7
With 0507725 "setup-hooks/strip.sh: run RANLIB on static archives after stripping" it should now be safe to run strip on wider range of .a files. mingw-w64 is a good example where a reference was preserved to gcc from intermediate stage. Enabling stripping by default decreases `pkgsCross.mingw32` closure for 20%: Before: $ nix path-info -rsSh $(nix-build -A pkgsCross.mingw32.stdenv) ... /nix/store/qzhkidff0wxhqf2gi97ng6qismzvpnbp-stdenv-linux 43.6K 1.0G After: $ nix path-info -rsSh $(nix-build -A pkgsCross.mingw32.stdenv) ... /nix/store/fj4dv1n3sa3jgcb1j3nwn6njsf943n48-stdenv-linux 43.6K 792.4M
gnupg: 2.3.6 -> 2.3.7
Tested at -j48.
This reverts commit 49edde0. Our packaged rsync version now contains the fix.
Revert "rsync: Work around upstream cross-compilation issue"
libtiff: get rid of aarch64-darwin.nix
it is a issue openal-soft's FindOSS.cmake https://github.com/kcat/openal-soft/blob/master/cmake/FindOSS.cmake trofi> Looking at the build failure (if I remove libc from buildInputs) I think the problem here is that it tries to pull in build's headers, not host's headers: trofi> These unexpected headers are injected from OSS headers: openal-soft-aarch64-unknown-linux-gnu> -- Found OSS: /nix/store/xy6ngc2gxqcypczxbahrqz31xr97m6gg-glibc-2.35-163-dev/include. trofi> The header path detection comes from cmake/FindOSS.cmake: trofi> Apparently glibc headers do provide sys/soundcard.h and confuse cmake. see nixpkgs issue: #183774
Pulls in a patch from upstream that fixes test failing on Python 3.10.6 and greater.
13 tasks
Member
Author
|
I don't think |
Member
Author
|
That failure was triggered by cmake update in PR #185287. (though that information doesn't seem very useful) |
This fixes build regression of libsForQt5.mailcommon I found one patch but apparently it wasn't enough: https://invent.kde.org/pim/messagelib/-/commit/3edc93673f94604c2
Member
Author
|
Uh, so I worked around the failure for now. |
Member
|
I think I just found the missing piece of the puzzle: https://invent.kde.org/pim/messagelib/-/commit/6eaef36d42bdb05f3412c178e53077fb6224ff80 |
Member
Author
|
I haven't tried that due to qt6 not being involved in our case. |
Member
|
Opened #186967 to test it out. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.