pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
vector: issue building heim
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Sat Oct 18 16:40:21 2025 +0200
Changeset: ee0874740570f32c5ee2bf2631c4ed0cb6175b2c
Modified Files:
vector/TODO
vector/distinfo
vector/patches/patch-Cargo.toml
Log Message:
vector: issue building heim
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ee0874740570f32c5ee2bf2631c4ed0cb6175b2c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
vector/TODO | 9 ++++++---
vector/distinfo | 2 +-
vector/patches/patch-Cargo.toml | 4 ++--
3 files changed, 9 insertions(+), 6 deletions(-)
diffs:
diff --git a/vector/TODO b/vector/TODO
index c80ccb85bd..d9aa87c3be 100644
--- a/vector/TODO
+++ b/vector/TODO
@@ -1,11 +1,14 @@
===> Building for vector-0.50.0
-error: failed to load source for dependency `tokio-util`
+error: failed to get `heim` as a dependency of package `vector v0.50.0 (/usr/pkgsrc/wip/vector/work/vector-0.50.0)`
Caused by:
- Unable to update /usr/pkgsrc/wip/vector/work/tokio-b4bdfda8fe8aa24eba36de0d60063b14f30c7fe7
+ failed to load source for dependency `heim`
Caused by:
- found a virtual manifest at `/usr/pkgsrc/wip/vector/work/tokio-b4bdfda8fe8aa24eba36de0d60063b14f30c7fe7/Cargo.toml` instead of a package manifest
+ Unable to update /usr/pkgsrc/wip/vector/work/heim-f3537d9b32e69a2a8ab19a0d42a1e6f5577a5a45
+
+Caused by:
+ found a virtual manifest at `/usr/pkgsrc/wip/vector/work/heim-f3537d9b32e69a2a8ab19a0d42a1e6f5577a5a45/Cargo.toml` instead of a package manifest
*** Error code 101
Stop.
diff --git a/vector/distinfo b/vector/distinfo
index e9aac30d85..6a23447e87 100644
--- a/vector/distinfo
+++ b/vector/distinfo
@@ -3477,4 +3477,4 @@ Size (zstd-safe-7.2.1.crate) = 21122 bytes
BLAKE2s (zstd-sys-2.0.13+zstd.1.5.6.crate) = df71c3b7a2dd396817e8e71eee920caccb9ae769f06d82920e6eea55df3be7dc
SHA512 (zstd-sys-2.0.13+zstd.1.5.6.crate) = c1f0176ebd0914879d0060796776c7fe376293ce9bc9f8f07ee3b809932a75aa033881d59a1bc99b6cd9af85b8e225fc09bcfc96013e556d7c11f155b759ecbf
Size (zstd-sys-2.0.13+zstd.1.5.6.crate) = 749090 bytes
-SHA1 (patch-Cargo.toml) = 4ae4b4991ef741c452eebbc67d33626ef23859cb
+SHA1 (patch-Cargo.toml) = 9cec63455f67054257854c67a2c5976877cc8d68
diff --git a/vector/patches/patch-Cargo.toml b/vector/patches/patch-Cargo.toml
index f9b06f22cb..d09200e3ab 100644
--- a/vector/patches/patch-Cargo.toml
+++ b/vector/patches/patch-Cargo.toml
@@ -18,7 +18,7 @@ Depends on unpublished crates. Can't use cargo.mk to fetch it.
tracing-futures = { version = "0.2.5", default-features = false, features = ["futures-03"] }
tracing-subscriber = { workspace = true, features = ["ansi", "env-filter", "fmt", "json", "registry", "tracing-log"] }
-tracing-tower = { git = "https://github.com/tokio-rs/tracing", default-features = false, rev = "e0642d949891546a3bb7e47080365ee7274f05cd" }
-+tracing-tower = { path = "../tracing-e0642d949891546a3bb7e47080365ee7274f05cd", default-features = false }
++tracing-tower = { path = "../tracing-e0642d949891546a3bb7e47080365ee7274f05cd/tracing-tower", default-features = false }
# Metrics
metrics.workspace = true
@@ -46,7 +46,7 @@ Depends on unpublished crates. Can't use cargo.mk to fetch it.
# The upgrade for `tokio-util` >= 0.6.9 is blocked on https://github.com/vectordotdev/vector/issues/11257.
-tokio-util = { git = "https://github.com/vectordotdev/tokio", branch = "tokio-util-0.7.13-framed-read-continue-on-error" }
-nix = { git = "https://github.com/vectordotdev/nix.git", branch = "memfd/gnu/musl" }
-+tokio-util = { path = "../tokio-b4bdfda8fe8aa24eba36de0d60063b14f30c7fe7" }
++tokio-util = { path = "../tokio-b4bdfda8fe8aa24eba36de0d60063b14f30c7fe7/tokio-util" }
+nix = { path = "../nix-6c53a918d2d5bf4307fd60a19d9e10913ae71eeb" }
# The `heim` crates depend on `ntapi` 0.3.7 on Windows, but that version has an
# unaligned access bug fixed in the following revision.
Home |
Main Index |
Thread Index |
Old Index