!UNVBThoJtlIiVwiDjU:nixos.org

Staging

317 Members
Staging merges | Find currently open staging-next PRs: https://github.com/NixOS/nixpkgs/pulls?q=is%3Apr+sort%3Aupdated-desc+head%3Astaging-next+head%3Astaging-next-21.05+is%3Aopen109 Servers

Load older messages


SenderMessageTime
4 Oct 2025
@dramforever:matrix.orgdramforeverthis include path is correct15:48:59
@dramforever:matrix.orgdramforeverbut it still can't find stdarg.h15:49:03
@lt1379:matrix.orgLun
 -idirafter /nix/store/wf9x4kaaykhnq72v6xvxncp2h2sl97zw-apple-sdk-11.3/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include
 -isystem /nix/store/pykdcvv5v3rv4h62gnxmqgdhimyv7y9x-bootstrap-tools/include/c++/v1
 -isysroot /nix/store/wf9x4kaaykhnq72v6xvxncp2h2sl97zw-apple-sdk-11.3/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
 -D TARGET_OS_IPHONE=0
 --stdlib=libc++
 -internal-isystem /nix/store/pykdcvv5v3rv4h62gnxmqgdhimyv7y9x-bootstrap-tools/bin/../include/c++/v1
 -internal-isystem /nix/store/wf9x4kaaykhnq72v6xvxncp2h2sl97zw-apple-sdk-11.3/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/local/include
 -internal-isystem /nix/store/pykdcvv5v3rv4h62gnxmqgdhimyv7y9x-bootstrap-tools/lib/clang/21/include
 -internal-externc-isystem /nix/store/wf9x4kaaykhnq72v6xvxncp2h2sl97zw-apple-sdk-11.3/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include
 -internal-iframework /nix/store/wf9x4kaaykhnq72v6xvxncp2h2sl97zw-apple-sdk-11.3/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks
 -internal-iframework /nix/store/wf9x4kaaykhnq72v6xvxncp2h2sl97zw-apple-sdk-11.3/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/SubFrameworks
 -internal-iframework /nix/store/wf9x4kaaykhnq72v6xvxncp2h2sl97zw-apple-sdk-11.3/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/Library/Frameworks

sdk/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include ending up as idirafter and as internal-externc-isystem seems odd

15:58:59
@lt1379:matrix.orgLun *
 -resource-dir /nix/store/pykdcvv5v3rv4h62gnxmqgdhimyv7y9x-bootstrap-tools/lib/clang/21
 -idirafter /nix/store/wf9x4kaaykhnq72v6xvxncp2h2sl97zw-apple-sdk-11.3/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include
 -isystem /nix/store/pykdcvv5v3rv4h62gnxmqgdhimyv7y9x-bootstrap-tools/include/c++/v1
 -isysroot /nix/store/wf9x4kaaykhnq72v6xvxncp2h2sl97zw-apple-sdk-11.3/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
 -D TARGET_OS_IPHONE=0
 --stdlib=libc++
 -internal-isystem /nix/store/pykdcvv5v3rv4h62gnxmqgdhimyv7y9x-bootstrap-tools/bin/../include/c++/v1
 -internal-isystem /nix/store/wf9x4kaaykhnq72v6xvxncp2h2sl97zw-apple-sdk-11.3/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/local/include
 -internal-isystem /nix/store/pykdcvv5v3rv4h62gnxmqgdhimyv7y9x-bootstrap-tools/lib/clang/21/include
 -internal-externc-isystem /nix/store/wf9x4kaaykhnq72v6xvxncp2h2sl97zw-apple-sdk-11.3/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include
 -internal-iframework /nix/store/wf9x4kaaykhnq72v6xvxncp2h2sl97zw-apple-sdk-11.3/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks
 -internal-iframework /nix/store/wf9x4kaaykhnq72v6xvxncp2h2sl97zw-apple-sdk-11.3/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/SubFrameworks
 -internal-iframework /nix/store/wf9x4kaaykhnq72v6xvxncp2h2sl97zw-apple-sdk-11.3/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/Library/Frameworks

sdk/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include ending up as idirafter and as internal-externc-isystem seems odd

15:59:33
@dramforever:matrix.orgdramforeveri give up, whoever actually knows what's going on with macos can take a look16:08:58
@lt1379:matrix.orgLun--sysroot's /usr/include is implicitly added as an ExternCSystem in AddClangSystemIncludeArgs so we probably shouldn't be adding it manually as well16:10:23
@dramforever:matrix.orgdramforeverdarwin stdenvBootstrap fixes is button-ready https://github.com/NixOS/nixpkgs/pull/44852320:03:54
@dramforever:matrix.orgdramforevermaybe20:07:48
@dramforever:matrix.orgdramforeverit definitely builds though20:08:00
@dramforever:matrix.orgdramforever Backported the qt5.qtdeclarative RegisterID thing. I made it conditional on x86_64-darwin for now to avoid rebuilds... is this normal? https://github.com/NixOS/nixpkgs/pull/448633 21:22:17
@dramforever:matrix.orgdramforeverAFAICT, it really is the right fix for qt5 as well, and not just a patch miracle21:23:06
@xokdvium:matrix.orgSergei Zimmerman (xokdvium)I wonder if there's a way that we can shut Boehm up23:14:09
@xokdvium:matrix.orgSergei Zimmerman (xokdvium)This is beyond funny :(23:18:02
5 Oct 2025
@vcunat:matrix.orgVladimír Čunát28k jobs queued in staging-next, huh.07:31:38
@vcunat:matrix.orgVladimír ČunátBut now it might be in a mergable state, after progressing with the rebuilds.07:33:20
@k900:0upti.meK900Do we know what's causing the rebuilds?07:46:19
@vcunat:matrix.orgVladimír ČunátI don't think it's a problem really. Several more hours of "waiting".07:49:17
@vcunat:matrix.orgVladimír ČunátWe seem to be waiting more for humans.07:49:35
@vcunat:matrix.orgVladimír Čunát I guess I'll cancel the trunk-combined eval. Lots of expensive jobs for Hydra (tests), and I hope we'd merge staging-next today. 07:53:12
@vcunat:matrix.orgVladimír Čunát nixos-unstable is on a 3 days old commit right now. Not that bad, I'd say. 07:53:41
@hexa:lossy.networkhexawhat are the chances we'll have staging-25.05 after this?12:09:10
@k900:0upti.meK900pls no12:25:41
@hexa:lossy.networkhexathen no valkey security fixes for nixos-25.0512:27:34
@hexa:lossy.networkhexa* then no valkey security fixes for nixos-25.05 🤷12:27:39
@hexa:lossy.networkhexa
commit 2c16b1b1617a21c3e2c005a34d421a1b63864544 (mweinelt/valkey-8.1.4, valkey-8.1.4)
Author: Martin Weinelt <hexa@darmstadt.ccc.de>
Date:   Sat Oct 4 22:15:11 2025 +0200

    valkey: 8.1.3 -> 8.1.4
    
    https://github.com/valkey-io/valkey/releases/tag/8.1.4
    
    Fixes: CVE-2025-49844, CVE-2025-46817, CVE-2025-46818, CVE-2025-46819

commit 29d5e4b3a716a11b7eb401ba06af8e0fc437c9d3
Author: Martin Weinelt <hexa@darmstadt.ccc.de>
Date:   Sat Oct 4 21:10:49 2025 +0200

    redis: 8.0.3 -> 8.2.2
    
    https://github.com/redis/redis/releases/tag/8.2.0
    https://github.com/redis/redis/releases/tag/8.2.1
    https://github.com/redis/redis/releases/tag/8.2.2
    
    Fixes: CVE-2025-49844, CVE-2025-46817, CVE-2025-46818, CVE-2025-46819

commit 3886232a1c7e3da5415d60360dd9eff7d0641cb0
Author: Thomas Gerbet <thomas@gerbet.me>
Date:   Sat Oct 4 17:39:16 2025 +0200

    fetchmail_7: unstable-2022-05-26 -> 7.0.0-alpha11
    
    Fixes CVE-2025-61962.

commit 49314339f51950017816aac9d50bdd3a5fe430f5
Author: Thomas Gerbet <thomas@gerbet.me>
Date:   Sat Oct 4 17:33:23 2025 +0200

    fetchmail: 6.5.1 -> 6.5.6
    
    Fixes CVE-2025-61962.
    
    https://sourceforge.net/p/fetchmail/git/ci/6.5.6/tree/NEWS

commit 3509c9149c8b8749d4e1e6dbc1373407e1fde3af
Author: Thomas Gerbet <thomas@gerbet.me>
Date:   Sat Oct 4 15:23:15 2025 +0200

    gegl: 0.4.62 -> 0.4.64
    
    Fixes CVE-2025-10921.
    
    Changes:
    https://gitlab.gnome.org/GNOME/gegl/-/commits/GEGL_0_4_64?ref_type=tags

commit 9c768f1f9317a9394c400abb88e2adce89b73c28
Author: networkException <git@nwex.de>
Date:   Thu Oct 2 20:55:46 2025 +0200

    ungoogled-chromium: 140.0.7339.207-1 -> 141.0.7390.54-1
    
    https://developer.chrome.com/blog/new-in-chrome-141
    
    https://developer.chrome.com/release-notes/141
    
    https://chromereleases.googleblog.com/2025/09/stable-channel-update-for-desktop_30.html
    
    This update includes 21 security fixes.
    
    CVEs:
    CVE-2025-11205 CVE-2025-11206 CVE-2025-11207 CVE-2025-11208
    CVE-2025-11209 CVE-2025-11210 CVE-2025-11211 CVE-2025-11212
    CVE-2025-11213 CVE-2025-11215 CVE-2025-11216 CVE-2025-11219

commit 0266e36ed7ba9b55cc7eef391f998b6ea8ec8937 (mweinelt/django-5.2.7, django-5.2.7)
Author: Martin Weinelt <hexa@darmstadt.ccc.de>
Date:   Thu Oct 2 17:29:56 2025 +0200

    python3Packages.django_5_1: 5.1.12 -> 5.1.13
    
    https://docs.djangoproject.com/en/5.1/releases/5.1.13/
    https://www.djangoproject.com/weblog/2025/oct/01/security-releases/
    
    Fixes: CVE-2025-59681, CVE-2025-59682

commit 4aad373382d54920a4987d85337b6cd3f52e894a
Author: Martin Weinelt <hexa@darmstadt.ccc.de>
Date:   Thu Oct 2 17:26:54 2025 +0200

    python3Packages.django_5_2: 5.2.6 -> 5.2.7
    
    https://docs.djangoproject.com/en/5.2/releases/5.2.7/
    https://www.djangoproject.com/weblog/2025/oct/01/security-releases/
    
    Fixes: CVE-2025-59681, CVE-2025-59682
12:47:06
@hexa:lossy.networkhexae.g. blocking a browser update12:47:56
@hexa:lossy.networkhexa* e.g. blocking a major browser update12:48:01
@vcunat:matrix.orgVladimír Čunát staging-next merged 13:33:05
@k900:0upti.meK900 So are we doing 25.05 then 13:34:14
@k900:0upti.meK900 With the Redis fixes 13:34:33

Show newer messages


Back to Room ListRoom Version: 6