!ayCRiZriCVtuCUpeLp:nixos.org

Nix Cross Compiling

501 Members
109 Servers

Load older messages


SenderMessageTime
15 Apr 2025
@kx_:matrix.orgWillow* i don't understand the question, could you rephrase?18:33:28
@kx_:matrix.orgWillowI think assimp needs it as a built time dependency18:34:49
@curid:matrix.orgCuridI don't see anything in the dependency list that would need it https://crates.io/crates/scyllax/0.2.1/dependencies18:35:00
@kx_:matrix.orgWillow* I think russimp needs it as a built time dependency18:35:02
@kx_:matrix.orgWillowthat's not my tool.18:35:17
@kx_:matrix.orgWillowhttps://crates.io/crates/syrillian/0.1.2/dependencies which depends on https://crates.io/crates/russimp/3.2.0/dependencies which depends on https://crates.io/crates/russimp-sys/2.0.2/dependencies which depends on reqwest which depends on openssl18:36:15
@curid:matrix.orgCuridRedacted or Malformed Event18:36:31
@kx_:matrix.orgWillowbut even with openssl-sys gone, russimp-sys still is a c library that needs compilation18:38:34
@curid:matrix.orgCuridI don't think rustls-tls depend on openssl https://github.com/jkvargas/russimp-sys/blob/main/Cargo.toml#L5618:40:07
@curid:matrix.orgCuridmight save you some headache though18:40:19
@kx_:matrix.orgWillow
│   ├── russimp-sys v2.0.2
│   │   [build-dependencies]
│   │   ├── reqwest v0.11.27
│   │   │   ├── hyper-tls v0.5.0
│   │   │   │   ├── bytes v1.9.0
│   │   │   │   ├── hyper v0.14.32 (*)
│   │   │   │   ├── native-tls v0.2.12
│   │   │   │   │   ├── log v0.4.25
│   │   │   │   │   ├── openssl v0.10.68
│   │   │   │   │   │   ├── bitflags v2.8.0
│   │   │   │   │   │   ├── cfg-if v1.0.0
│   │   │   │   │   │   ├── foreign-types v0.3.2
│   │   │   │   │   │   │   └── foreign-types-shared v0.1.1
│   │   │   │   │   │   ├── libc v0.2.169
│   │   │   │   │   │   ├── once_cell v1.20.2
│   │   │   │   │   │   ├── openssl-macros v0.1.1 (proc-macro)
│   │   │   │   │   │   │   ├── proc-macro2 v1.0.93 (*)
│   │   │   │   │   │   │   ├── quote v1.0.38 (*)
│   │   │   │   │   │   │   └── syn v2.0.96 (*)
│   │   │   │   │   │   └── openssl-sys v0.9.104
│   │   │   │   │   │       └── libc v0.2.169
│   │   │   │   │   │       [build-dependencies]
│   │   │   │   │   │       ├── cc v1.2.10 (*)
│   │   │   │   │   │       ├── pkg-config v0.3.31
│   │   │   │   │   │       └── vcpkg v0.2.15
│   │   │   │   │   ├── openssl-probe v0.1.5
│   │   │   │   │   └── openssl-sys v0.9.104 (*)

18:43:05
@kx_:matrix.orgWillowreqwest is totally overkill there, and i've already complained about their shitty build time stuff. i don't think this is the issue though.18:44:32
@rosssmyth:matrix.orgrosssmyth For the targets listed in lib/systems/examples.nix, what is generally considered "canon"? My guess is GCC since that's what the default stdenv uses. As far as I can tell there is no concept of a "Clang triple," only a "rustTarget," in terms of platform translations. But there are cases where Clang and GCC (and Zig (at least it used to, I'd have to check now days), Bazel, ...) diverge. Should more mappings be added to lib/systems? 18:54:07
16 Apr 2025
@awwpotato:envs.netawwpotato (she/her) joined the room.01:48:36
@rosscomputerguy:matrix.orgTristan RossA clang triple is very similar to a GCC triple in a way that most of the time it should just work.02:16:09
@rosscomputerguy:matrix.orgTristan RossAnd it's likely the amount of possible clang triples are more than what GCC supports.02:16:40
@rosssmyth:matrix.orgrosssmythSure. But what about the times when it doesn't work02:16:56
@rosscomputerguy:matrix.orgTristan RossAlso, the thing with the default stdenv is that is only true for Linux.02:16:59
@rosscomputerguy:matrix.orgTristan RossIt's rare, rare enough you're more likely to get asserts within nix or nothing absolutely supports.02:17:26
@rosssmyth:matrix.orgrosssmythWell one that has been found is that arm-none-eabi means two different things. 02:18:00
@rosssmyth:matrix.orgrosssmythI know there are others but don't know them off-hand02:18:24
@rosscomputerguy:matrix.orgTristan RossI have had thoughts of adding specific toolchain attributes into the systems aside from the actual toolchain tools (cc, libc, linker, etc.). This would focus on CPU model optimizations but could apply to the triple.02:18:40
@rosscomputerguy:matrix.orgTristan RossYeah if you find a case where things just completely do not match then report it to the stdenv team.02:18:58
@rosssmyth:matrix.orgrosssmythAnd then Zig, at least last I checked, the triples were different from GCC and Clang. 02:19:11
@rosscomputerguy:matrix.orgTristan RossSort of02:19:50
@rosscomputerguy:matrix.orgTristan RossMost things should work.02:19:58
@rosssmyth:matrix.orgrosssmythI don't particularly care about most things though02:20:08
@rosscomputerguy:matrix.orgTristan RossBut if you find an issue with Zig, lmk since I maintain it.02:20:13
@rosssmyth:matrix.orgrosssmythI've not tried using Zig as a C compiler in about two years because of the mess I had triying to use it before,02:20:39
@rosscomputerguy:matrix.orgTristan RossYeah, though it's hard to know what the cases are without knowing what the cases are. So for now, we've stuck with a best effort thing.02:20:43

Show newer messages


Back to Room ListRoom Version: 6