You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning /home/corin/code/d/trash-d/dub.json(5:1): versionName: Key is not a valid member of this section. Did you mean: version, versions, versionFilters
Starting Performing "debug" build using ldc2 for x86_64.
Building trash-d 19.0.0: building configuration [application]
Linking trash
/nix/store/bwkb907myixfzzykp21m9iczkhrq5pfy-binutils-2.43.1/bin/ld: cannot find -lrt: No such file or directory
/nix/store/bwkb907myixfzzykp21m9iczkhrq5pfy-binutils-2.43.1/bin/ld: cannot find -ldl: No such file or directory
/nix/store/bwkb907myixfzzykp21m9iczkhrq5pfy-binutils-2.43.1/bin/ld: cannot find -lpthread: No such file or directory
/nix/store/bwkb907myixfzzykp21m9iczkhrq5pfy-binutils-2.43.1/bin/ld: cannot find -lm: No such file or directory
/nix/store/bwkb907myixfzzykp21m9iczkhrq5pfy-binutils-2.43.1/bin/ld: cannot find -lc: No such file or directory
collect2: error: ld returned 1 exit status
Error: /nix/store/4apajimszc47rxwcpvc3g3rj2icinl71-gcc-wrapper-13.3.0/bin/cc failed with status: 1
Error ldc2 failed with exit code 1.
Hmm this is the weird cross section where this issue could be caused by Nix, D, Dub, LLD, or Trash-D and it's hard to tell which of them is causing this.
I cannot get
trash-d
to build withldc2
.Reproduction:
Running
gives
dub
version: 1.38.1ldc
version: 1.39.0OS: Linux x86_64 (NixOS unstable/25.05)
The text was updated successfully, but these errors were encountered: