-
-
Notifications
You must be signed in to change notification settings - Fork 16.2k
Staging next 2021-09-17 #138268
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
Merged
Merged
Staging next 2021-09-17 #138268
Conversation
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
Tested at -j48.
This comment has been minimized.
This comment has been minimized.
Conflicts: pkgs/os-specific/linux/libfabric/default.nix pkgs/tools/filesystems/btrfs-progs/default.nix
@r-burns thanks a lot for commenting! Let me try differrent solutions regarding this tomorrow. |
mesa: 21.2.1 -> 21.2.2
BTF cannot be enabled at the same time as the RANDSTRUCT GCC plugin, so we need to mark it as optional. Alas.
#138268 (comment) It's now not commonly used in Linux NixPkgs; I suppose it will be better this way than failing.
Reverts d43df74 NetBSD makefiles strip local symbols from libs using `OBJCOPY?=objcopy`, which is missing on macOS. GNU objcopy appears to succeed but produces broken .a libs which do not link into dependers. (As this issue does not fail the netbsd.compat build, downstream netbsd.install is added to passthru.tests.) Since `OBJCOPY` is only used for stripping, we can: * skip stripping with the hacky `OBJCOPY=echo` * use cctools strip, which is invoked in the same way The latter is obviously preferable if it works. Indeed, locals are stripped, although it doesn't affect size much. Comparison: `OBJCOPY=echo`: ``` $ du -b result/lib/*.a 347784 result/lib/libnbcompat.a 357120 result/lib/libnbcompat_p.a ``` `OBJCOPY=${cctools}/bin/strip`: ``` $ du -b result/lib/*.a 347008 result/lib/libnbcompat.a 357120 result/lib/libnbcompat_p.a ```
12 tasks
[staging-next] netbsd.compat: fix libs by using cctools strip as objcopy
Still needs upstream resolution, but we can grab a Vcpkg patch in the meantime
12 tasks
ffmpeg: patch CVE-2021-38171 and CVE-2021-38291
[staging-next] tix: fix build on darwin
[staging-next] python3Packages.libarcus: fix build against protobuf 3.18+
My last iproute2 update (247aed0) broke the build due to the new patch [0]. Reported-by: Sergei Trofimovich <slyich@gmail.com> [0]: #136701 (comment)
iproute_mptcp: Fix the build
12 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
6.topic: bsd
Running or building packages on BSD
6.topic: kernel
The Linux kernel
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
6.topic: python
Python is a high-level, general-purpose programming language.
6.topic: qt/kde
Object-oriented framework for GUI creation
6.topic: rust
General-purpose programming language emphasizing performance, type safety, and concurrency.
6.topic: stdenv
Standard environment
6.topic: systemd
Software suite that provides an array of system components for Linux operating systems.
8.has: changelog
This PR adds or changes release notes
8.has: clean-up
This PR removes packages or removes other cruft
8.has: documentation
This PR adds or changes documentation
8.has: module (update)
This PR changes an existing module in `nixos/`
8.has: package (new)
This PR adds a new package
10.rebuild-darwin: 501+
This PR causes many rebuilds on Darwin and should normally target the staging branches.
10.rebuild-darwin: 5001+
This PR causes many rebuilds on Darwin and must target the staging branches.
10.rebuild-darwin-stdenv
This PR causes stdenv to rebuild on Darwin and must target a staging branch.
10.rebuild-linux: 501+
This PR causes many rebuilds on Linux and should normally target the staging branches.
10.rebuild-linux: 5001+
This PR causes many rebuilds on Linux and must target the staging branches.
10.rebuild-linux-stdenv
This PR causes stdenv to rebuild on Linux.
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.
Another iteration is here (docs): https://hydra.nixos.org/job/nixpkgs/staging-next/unstable#tabs-constituents (soon)