mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 13:40:34 -04:00
90 lines
5.7 KiB
Text
90 lines
5.7 KiB
Text
error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
|
|
--> socket2-0.3.XX/src/sockaddr.rs:176:9
|
|
|
|
|
176 | mem::transmute::<SocketAddrV4, sockaddr_in>(v4);
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: source type: `SocketAddrV4` (48 bits)
|
|
= note: target type: `sockaddr_in` (128 bits)
|
|
|
|
For more information about this error, try `rustc --explain E0512`.
|
|
error: could not compile `socket2` due to previous error
|
|
|
|
|
|
--- Cargo.lock.orig 2022-10-14 13:36:16 UTC
|
|
+++ Cargo.lock
|
|
@@ -129,7 +129,7 @@ dependencies = [
|
|
"mio-uds 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "socket2 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "socket2 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -151,7 +151,7 @@ dependencies = [
|
|
"actix-server 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"actix-service 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "socket2 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "socket2 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -427,6 +427,12 @@ source = "registry+https://github.com/rust-lang/crates
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
+name = "cfg-if"
|
|
+version = "1.0.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
+
|
|
+[[package]]
|
|
name = "chrono"
|
|
version = "0.4.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -498,7 +504,7 @@ dependencies = [
|
|
"openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"openssl-sys 0.9.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"schannel 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "socket2 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "socket2 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
@@ -907,7 +913,7 @@ dependencies = [
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
- "socket2 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "socket2 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"widestring 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winreg 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -1735,7 +1741,7 @@ dependencies = [
|
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"smallvec 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "socket2 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "socket2 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
@@ -2005,6 +2011,7 @@ dependencies = [
|
|
"checksum bytestring 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fc7c05fa5172da78a62d9949d662d2ac89d4cc7355d7b49adee5163f1fb3f363"
|
|
"checksum cc 1.0.58 (registry+https://github.com/rust-lang/crates.io-index)" = "f9a06fb2e53271d7c279ec1efea6ab691c35a2ae67ec0d91d7acec0caf13b518"
|
|
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
+"checksum cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
"checksum chrono 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "c74d84029116787153e02106bf53e66828452a4b325cc8652b788b5967c0a0b6"
|
|
"checksum clap 2.33.2 (registry+https://github.com/rust-lang/crates.io-index)" = "10040cdf04294b565d9e0319955430099ec3813a64c952b86a41200ad714ae48"
|
|
"checksum cloudabi 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467"
|
|
@@ -2134,7 +2141,7 @@ dependencies = [
|
|
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
|
"checksum sluice 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0a7d06dfb3e8743bc19e6de8a302277471d08077d68946b307280496dc5a3531"
|
|
"checksum smallvec 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3757cb9d89161a2f24e1cf78efa0c1fcff485d18e3f55e0aa3480824ddaa0f3f"
|
|
-"checksum socket2 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)" = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918"
|
|
+"checksum socket2 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)" = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
|
|
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
"checksum structopt 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)" = "de5472fb24d7e80ae84a7801b7978f95a19ec32cb1876faea59ab711eb901976"
|
|
"checksum structopt-derive 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1e0eb37335aeeebe51be42e2dc07f031163fbabfa6ac67d7ea68b5c2f68d5f99"
|