Skip to content

Conversation

mweinelt and others added 30 commits January 28, 2024 22:28
python311Packages.sqlalchemy: 2.0.21 -> 2.0.25
xorg.imake: 1.0.9 -> 1.0.10
python311Packages.psutil: 5.9.6 -> 5.9.8
pcsclite: move binaries, polkit, systemd files to out, move libraries to lib
python311Packages.hatchling: 1.21.0 -> 1.21.1
python311Packages.trove-classifiers: 2023.11.29 -> 2024.1.8
python311Packages.pluggy: 1.3.0 -> 1.4.0
python311Packages.python-memcached: 1.61 -> 1.62
libedit: 20221030-3.1 -> 20230828-3.1
mweinelt and others added 10 commits February 7, 2024 15:40
[staging-next] python312Package.tqdm: enable without tests
Without the change the build fails on `staging-next` as
https://hydra.nixos.org/build/248863953/nixlog/2/tail:

    /build/edk2-unvendored-src/CryptoPkg/Library/OpensslLib/openssl/crypto/property/property_parse.c:107:19: error: ‘INT64_MAX’ undeclared (first use in this function)
      107 |         if (v > ((INT64_MAX - (*s - '0')) / 10)) {
          |                   ^~~~~~~~~

The unbundled version of `openssl` `nixpkgs` injects into `edk2` started
using `INT64_MAX` that `edk2`'s `<stdint.h>` does not provide and relies
on `openssl` to define as a fallback.

Let's pull in `openssl`'s own definition of those.
@fabianhjr
Copy link
Member

Have been unable to debug a build hang of samba for i686: #287339

UnU

github-actions bot and others added 9 commits February 9, 2024 12:01
Link: #285295 (comment)
Fixes: 996b4eb ("curl: build with public suffix list support")
We need static curl for nixStatic, so we should test that it builds
when changing curl.

This would have caught a regression introduced by
996b4eb ("curl: build with public suffix list support").
@vcunat vcunat merged commit 7d2eb73 into master Feb 9, 2024
@kirillrdy kirillrdy mentioned this pull request Feb 15, 2024
13 tasks
@nixos-discourse
Copy link

This pull request has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/tests-du-long-sloop-sh-test-in-coreutils-9-4-is-possibly-flaky/46151/1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1.severity: security Issues which raise a security issue, or PRs that fix one 6.topic: emacs Text editor 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: 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 and must target a staging branch.

Projects

None yet

Development

Successfully merging this pull request may close these issues.