Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dub: 1.14.0 -> 1.23.0 #105269

Merged
merged 1 commit into from Dec 29, 2020
Merged

dub: 1.14.0 -> 1.23.0 #105269

merged 1 commit into from Dec 29, 2020

Conversation

dukc
Copy link
Contributor

@dukc dukc commented Nov 28, 2020

Motivation for this change

Reboot for #99392, except that it's for dub only

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@SuperSandro2000
Copy link
Member

dmd fails to build for me with:

Test runnable/gdb1.d failed.  The logged output:
/build/dmd/generated/linux/release/64/dmd -conf= -m64 -Irunnable -g -fPIC  -odtest_results/runnable -oftest_results/runnable/gdb1_0  runnable/gdb1.d
gdb test_results/runnable/gdb1_0 --batch -x test_results/runnable/gdb1_0.gdb
Breakpoint 1 at 0x401147: file ../../druntime/import/core/internal/entrypoint.d, line 29.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/nix/store/a6rnjp15qgp8a699dlffqj94hzy1nldg-glibc-2.32/lib/libthread_db.so.1".

Breakpoint 1, main (argc=3, argv=0x7fffffffbcf8) at ../../druntime/import/core/internal/entrypoint.d:29
29                  return _d_run_main(argc, argv, &_Dmain);
RESULT=test_results/runnable/gdb1_0.gdb:5: Error in sourced command file:
No symbol "args" in current context.


==============================
Test runnable/gdb1.d failed: expected rc == 0, exited with rc == 1

make[1]: *** [Makefile:156: test_results/runnable/gdb1.d.out] Error 1
make[1]: *** Waiting for unfinished jobs....
 ... runnable/funclit.d             -fPIC (-inline -release -g -O)
 ... runnable/functype.d            -fPIC (-inline -release -g -O)
 ... runnable/foreach4.d            -fPIC (-inline -release -g -O)
make: *** [Makefile:188: start_runnable_tests] Error 2
make: Leaving directory '/build/dmd/test'
builder for '/nix/store/yd9ala0sf8djwv637yn3ac3b9wxnv373-dmd-2.091.1.drv' failed with exit code 2
cannot build derivation '/nix/store/vjbys073bhalq3kf69y2iaafp5gdz19n-dub-1.23.0.drv': 1 dependencies couldn't be built
error: build of '/nix/store/vjbys073bhalq3kf69y2iaafp5gdz19n-dub-1.23.0.drv' failed

@HenkKalkwater
Copy link
Contributor

DMD failing to build already happens on the nixpkgs-unstable channel for me.

@SuperSandro2000
Copy link
Member

Result of nixpkgs-review pr 105269 run on x86_64-darwin 1

2 packages built:
  • Literate
  • dub

@SuperSandro2000 SuperSandro2000 merged commit dcd375d into NixOS:master Dec 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants