!FBuJyWXTGcGtHTPphC:nixos.org

Nix Rust

674 Members
Rust151 Servers

Load older messages


SenderMessageTime
1 Mar 2026
@0xmrtt:envs.net@0xmrtt:envs.net left the room.02:40:31
@astro:envs.net@astro:envs.net left the room.05:16:11
@astro:envs.net@astro:envs.net joined the room.05:16:19
@astro:envs.net@astro:envs.net removed their display name Moved to: @astro:c3d2.de.05:16:29
@benjaminedwardwebb:envs.net@benjaminedwardwebb:envs.net left the room.05:50:31
@benjaminedwardwebb:envs.net@benjaminedwardwebb:envs.net joined the room.05:50:35
@benjaminedwardwebb:envs.net@benjaminedwardwebb:envs.net removed their display name benwebb.05:50:41
@coolshaurya:envs.net@coolshaurya:envs.net removed their display name coolshaurya.08:15:10
@coolshaurya:envs.net@coolshaurya:envs.net left the room.08:15:10
@dayvidpham:envs.net@dayvidpham:envs.net removed their display name dayvidpham.09:06:49
@dayvidpham:envs.net@dayvidpham:envs.net left the room.09:06:56
@eveeifyeve:matrix.orgeveeifyeve

Does anyone know how to solve this werid issue below? Because I am running into this issue when packing pulsar-engine.

Traceback (most recent call last):
  File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 349, in <module>
    main()
    ~~~~^^
  File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 345, in main
    subcommand_func()
    ~~~~~~~~~~~~~~~^^
  File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 337, in <lambda>
    "create-vendor": lambda: create_vendor(vendor_staging_dir=Path(sys.argv[2]), out_dir=Path(sys.argv[3]))
                             ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 294, in create_vendor
    copy_and_patch_git_crate_subtree(git_tree, pkg["name"], crate_out_dir)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 233, in copy_and_patch_git_crate_subtree
    shutil.copytree(crate_tree, crate_out_dir, ignore=ignore_func)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/y5hbdwc597ji5gc27m89j4dzl8dgxiay-python3-3.13.11-env/lib/python3.13/shutil.py", line 593, in copytree
    return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks,
                     ignore=ignore, copy_function=copy_function,
                     ignore_dangling_symlinks=ignore_dangling_symlinks,
                     dirs_exist_ok=dirs_exist_ok)
  File "/nix/store/y5hbdwc597ji5gc27m89j4dzl8dgxiay-python3-3.13.11-env/lib/python3.13/shutil.py", line 491, in _copytree
    os.makedirs(dst, exist_ok=dirs_exist_ok)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen os>", line 228, in makedirs
FileExistsError: [Errno 17] File exists: '/nix/store/h4msmqafv6pjndjbs02i8zpl3sg75d5s-pulsar-engine-0.1.130-vendor/blade-graphics-0.7.0'
(END)

11:13:10
@eveeifyeve:matrix.orgeveeifyeve *

Does anyone know how to solve this werid issue below? Because I am running into this issue both building locally and nixpkgs-revew when packing pulsar-engine.

Traceback (most recent call last):
  File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 349, in <module>
    main()
    ~~~~^^
  File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 345, in main
    subcommand_func()
    ~~~~~~~~~~~~~~~^^
  File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 337, in <lambda>
    "create-vendor": lambda: create_vendor(vendor_staging_dir=Path(sys.argv[2]), out_dir=Path(sys.argv[3]))
                             ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 294, in create_vendor
    copy_and_patch_git_crate_subtree(git_tree, pkg["name"], crate_out_dir)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 233, in copy_and_patch_git_crate_subtree
    shutil.copytree(crate_tree, crate_out_dir, ignore=ignore_func)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/y5hbdwc597ji5gc27m89j4dzl8dgxiay-python3-3.13.11-env/lib/python3.13/shutil.py", line 593, in copytree
    return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks,
                     ignore=ignore, copy_function=copy_function,
                     ignore_dangling_symlinks=ignore_dangling_symlinks,
                     dirs_exist_ok=dirs_exist_ok)
  File "/nix/store/y5hbdwc597ji5gc27m89j4dzl8dgxiay-python3-3.13.11-env/lib/python3.13/shutil.py", line 491, in _copytree
    os.makedirs(dst, exist_ok=dirs_exist_ok)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen os>", line 228, in makedirs
FileExistsError: [Errno 17] File exists: '/nix/store/h4msmqafv6pjndjbs02i8zpl3sg75d5s-pulsar-engine-0.1.130-vendor/blade-graphics-0.7.0'
(END)

11:17:36
@eveeifyeve:matrix.orgeveeifyeve *

Does anyone know how to solve this werid issue or is aware and there is a fix coming to the issue below? Because I am running into this issue both building locally and nixpkgs-revew when packing pulsar-engine.

Traceback (most recent call last):
  File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 349, in <module>
    main()
    ~~~~^^
  File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 345, in main
    subcommand_func()
    ~~~~~~~~~~~~~~~^^
  File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 337, in <lambda>
    "create-vendor": lambda: create_vendor(vendor_staging_dir=Path(sys.argv[2]), out_dir=Path(sys.argv[3]))
                             ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 294, in create_vendor
    copy_and_patch_git_crate_subtree(git_tree, pkg["name"], crate_out_dir)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 233, in copy_and_patch_git_crate_subtree
    shutil.copytree(crate_tree, crate_out_dir, ignore=ignore_func)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/y5hbdwc597ji5gc27m89j4dzl8dgxiay-python3-3.13.11-env/lib/python3.13/shutil.py", line 593, in copytree
    return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks,
                     ignore=ignore, copy_function=copy_function,
                     ignore_dangling_symlinks=ignore_dangling_symlinks,
                     dirs_exist_ok=dirs_exist_ok)
  File "/nix/store/y5hbdwc597ji5gc27m89j4dzl8dgxiay-python3-3.13.11-env/lib/python3.13/shutil.py", line 491, in _copytree
    os.makedirs(dst, exist_ok=dirs_exist_ok)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen os>", line 228, in makedirs
FileExistsError: [Errno 17] File exists: '/nix/store/h4msmqafv6pjndjbs02i8zpl3sg75d5s-pulsar-engine-0.1.130-vendor/blade-graphics-0.7.0'
(END)

11:18:14
@eveeifyeve:matrix.orgeveeifyeveI will link to the pr: https://github.com/NixOS/nixpkgs/pull/453332 so you can reproduce it.11:22:41
@9hp71n:matrix.orgghpzin It is a duplicate crate with same version, but different sources in Cargo.lock:
https://github.com/Far-Beyond-Pulsar/Pulsar-Native/blob/58f096545bda84a9ffcb376c6b8cf2b9d40d4a8a/Cargo.lock#L1106-L1109
https://github.com/Far-Beyond-Pulsar/Pulsar-Native/blob/58f096545bda84a9ffcb376c6b8cf2b9d40d4a8a/Cargo.lock#L1141-L1144
You can wait until:
https://github.com/NixOS/nixpkgs/pull/387337
gets to master (was recently merged to staging).
Or at least pick it locally and check if it resolves the issue, but it will be a lot of rebuilds.
11:59:25
@eveeifyeve:matrix.orgeveeifyeveI will wait probably best to block till https://github.com/NixOS/nixpkgs/pull/387337 is in master.12:00:16
@eveeifyeve:matrix.orgeveeifyeve

Does anyone know why in postPatch phase this doesn't actually patch cidre for a tauri app?

    cidreDir=$(find $cargoDepsCopy -maxdepth 1 -type d -name 'cidre-*' | head -1)
    substituteInPlace "$cidreDir/pomace/core_motion/core_motion.h" \
      --replace-fail "#if TARGET_OS_IOS || TARGET_OS_WATCHOS" "#if TARGET_OS_IOS"
15:41:42
@eveeifyeve:matrix.orgeveeifyeveI am doing this to fix modrinth, but it actually doesn't fix the issue.15:43:23
@eveeifyeve:matrix.orgeveeifyeve* I am doing this to fix modrinth-app-unwrapped, but it actually doesn't fix the issue.15:43:48
@pim:envs.net@pim:envs.net removed their profile picture.20:42:42
@pim:envs.net@pim:envs.net left the room.20:42:48
2 Mar 2026
@updown:envs.net@updown:envs.net removed their display name updown.09:13:50
@updown:envs.net@updown:envs.net left the room.09:15:36
@beefy_dandere861249:matrix.orgSnwell joined the room.20:40:02
3 Mar 2026
@genericnerdyusername:matrix.org@genericnerdyusername:matrix.org left the room.00:18:39
@rosssmyth:matrix.org@rosssmyth:matrix.org changed their display name from rosssmyth to treefroog.00:40:04
@rosssmyth:matrix.org@rosssmyth:matrix.org removed their display name treefroog.00:42:23
4 Mar 2026
@anji:mtux.nlanji joined the room.00:03:32
@ptramo:matrix.org@ptramo:matrix.org left the room.00:42:43

There are no newer messages yet.


Back to Room ListRoom Version: 6