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

gdb: 8.1.1 -> 8.2 #50444

Merged
merged 1 commit into from Nov 16, 2018
Merged

gdb: 8.1.1 -> 8.2 #50444

merged 1 commit into from Nov 16, 2018

Conversation

orivej
Copy link
Contributor

@orivej orivej commented Nov 16, 2018

Motivation for this change

This is an alternative to #46229 with a simpler patch: debug-file-directory can contain multiple colon separated directories.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • 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 nox --run "nox-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)
  • Fits CONTRIBUTING.md.

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: gdb

Partial log (click to expand)

shrinking /nix/store/mjjipwxqqydpj8ynibj0wwdf3wprqbbg-gdb-8.2/bin/gdb
shrinking /nix/store/mjjipwxqqydpj8ynibj0wwdf3wprqbbg-gdb-8.2/bin/run
gzipping man pages under /nix/store/mjjipwxqqydpj8ynibj0wwdf3wprqbbg-gdb-8.2/share/man/
strip is /nix/store/p9akxn2sfy4wkhqdqa3li97pc6jaz3r1-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/mjjipwxqqydpj8ynibj0wwdf3wprqbbg-gdb-8.2/lib  /nix/store/mjjipwxqqydpj8ynibj0wwdf3wprqbbg-gdb-8.2/bin
patching script interpreter paths in /nix/store/mjjipwxqqydpj8ynibj0wwdf3wprqbbg-gdb-8.2
/nix/store/mjjipwxqqydpj8ynibj0wwdf3wprqbbg-gdb-8.2/bin/gdb-add-index: interpreter directive changed from " /bin/sh" to "/nix/store/dsyc1z7ck08ga7l0b1jcxx35wj69qcii-bash-4.4-p23/bin/sh"
/nix/store/mjjipwxqqydpj8ynibj0wwdf3wprqbbg-gdb-8.2/bin/gcore: interpreter directive changed from "/usr/bin/env bash" to "/nix/store/dsyc1z7ck08ga7l0b1jcxx35wj69qcii-bash-4.4-p23/bin/bash"
checking for references to /build in /nix/store/mjjipwxqqydpj8ynibj0wwdf3wprqbbg-gdb-8.2...
/nix/store/mjjipwxqqydpj8ynibj0wwdf3wprqbbg-gdb-8.2

@dtzWill
Copy link
Member

dtzWill commented Nov 16, 2018

Oh it's simpler because it leverages existing support for colon-separated list -- I first read this as being both simpler and supporting multiple paths in the env var or something. Well patch sure is simpler!

@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Attempted: gdb

Partial log (click to expand)

extern void store_integer (gdb_byte *addr, int len, enum bfd_endian byte_order,
            ^
2 warnings and 1 error generated.
make[2]: *** [Makefile:1620: aarch64-linux-tdep.o] Error 1
make[2]: Leaving directory '/private/tmp/nix-build-gdb-8.2.drv-0/gdb-8.2/gdb'
make[1]: *** [Makefile:8519: all-gdb] Error 2
make[1]: Leaving directory '/private/tmp/nix-build-gdb-8.2.drv-0/gdb-8.2'
make: *** [Makefile:878: all] Error 2
builder for '/nix/store/ynac3hdr0x5jv1j2029zak0ar5vv6hzs-gdb-8.2.drv' failed with exit code 2
error: build of '/nix/store/ynac3hdr0x5jv1j2029zak0ar5vv6hzs-gdb-8.2.drv' failed

@orivej
Copy link
Contributor Author

orivej commented Nov 16, 2018

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: gdb

Partial log (click to expand)

/nix/store/mjjipwxqqydpj8ynibj0wwdf3wprqbbg-gdb-8.2

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: gdb

Partial log (click to expand)

shrinking /nix/store/nn4l9848niswmrnl7m42x0pxhallppxl-gdb-8.2/bin/gdbserver
shrinking /nix/store/nn4l9848niswmrnl7m42x0pxhallppxl-gdb-8.2/bin/gdb
gzipping man pages under /nix/store/nn4l9848niswmrnl7m42x0pxhallppxl-gdb-8.2/share/man/
strip is /nix/store/vcc4svb8gy29g4pam2zja6llkbcwsyiq-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/nn4l9848niswmrnl7m42x0pxhallppxl-gdb-8.2/lib  /nix/store/nn4l9848niswmrnl7m42x0pxhallppxl-gdb-8.2/bin
patching script interpreter paths in /nix/store/nn4l9848niswmrnl7m42x0pxhallppxl-gdb-8.2
/nix/store/nn4l9848niswmrnl7m42x0pxhallppxl-gdb-8.2/bin/gcore: interpreter directive changed from "/usr/bin/env bash" to "/nix/store/r47p5pzx52m3n34vdgqpk5rvqgm0m24m-bash-4.4-p23/bin/bash"
/nix/store/nn4l9848niswmrnl7m42x0pxhallppxl-gdb-8.2/bin/gdb-add-index: interpreter directive changed from " /bin/sh" to "/nix/store/r47p5pzx52m3n34vdgqpk5rvqgm0m24m-bash-4.4-p23/bin/sh"
checking for references to /build in /nix/store/nn4l9848niswmrnl7m42x0pxhallppxl-gdb-8.2...
/nix/store/nn4l9848niswmrnl7m42x0pxhallppxl-gdb-8.2

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: gdb

Partial log (click to expand)

shrinking /nix/store/nn4l9848niswmrnl7m42x0pxhallppxl-gdb-8.2/bin/gdbserver
shrinking /nix/store/nn4l9848niswmrnl7m42x0pxhallppxl-gdb-8.2/bin/gdb
gzipping man pages under /nix/store/nn4l9848niswmrnl7m42x0pxhallppxl-gdb-8.2/share/man/
strip is /nix/store/vcc4svb8gy29g4pam2zja6llkbcwsyiq-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/nn4l9848niswmrnl7m42x0pxhallppxl-gdb-8.2/lib  /nix/store/nn4l9848niswmrnl7m42x0pxhallppxl-gdb-8.2/bin
patching script interpreter paths in /nix/store/nn4l9848niswmrnl7m42x0pxhallppxl-gdb-8.2
/nix/store/nn4l9848niswmrnl7m42x0pxhallppxl-gdb-8.2/bin/gcore: interpreter directive changed from "/usr/bin/env bash" to "/nix/store/r47p5pzx52m3n34vdgqpk5rvqgm0m24m-bash-4.4-p23/bin/bash"
/nix/store/nn4l9848niswmrnl7m42x0pxhallppxl-gdb-8.2/bin/gdb-add-index: interpreter directive changed from " /bin/sh" to "/nix/store/r47p5pzx52m3n34vdgqpk5rvqgm0m24m-bash-4.4-p23/bin/sh"
checking for references to /build in /nix/store/nn4l9848niswmrnl7m42x0pxhallppxl-gdb-8.2...
/nix/store/nn4l9848niswmrnl7m42x0pxhallppxl-gdb-8.2

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: gdb

Partial log (click to expand)

make[2]: Leaving directory '/private/tmp/nix-build-gdb-8.2.drv-0/gdb-8.2/gdb'
make[1]: Nothing to be done for 'install-target'.
make[1]: Leaving directory '/private/tmp/nix-build-gdb-8.2.drv-0/gdb-8.2'
removed '/nix/store/cdfryypx8mc2nq3g5y2zsc8qyqkdiab6-gdb-8.2/share/info/bfd.info'
post-installation fixup
gzipping man pages under /nix/store/cdfryypx8mc2nq3g5y2zsc8qyqkdiab6-gdb-8.2/share/man/
strip is /nix/store/g5r4apl0za012ffs6ladinwa5w0m1l3k-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/cdfryypx8mc2nq3g5y2zsc8qyqkdiab6-gdb-8.2/bin
patching script interpreter paths in /nix/store/cdfryypx8mc2nq3g5y2zsc8qyqkdiab6-gdb-8.2
/nix/store/cdfryypx8mc2nq3g5y2zsc8qyqkdiab6-gdb-8.2/bin/gdb-add-index: interpreter directive changed from " /bin/sh" to "/nix/store/n9hba031gjky8hpjgx9fnlaxhidyzxbz-bash-4.4-p23/bin/sh"

@orivej
Copy link
Contributor Author

orivej commented Nov 16, 2018

Everything looks good, rebasing onto staging for the merge.

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: gdb

Partial log (click to expand)

shrinking /nix/store/237mjaqzdrzhh1brlw3lgpin05xxj522-gdb-8.2/bin/gdb
shrinking /nix/store/237mjaqzdrzhh1brlw3lgpin05xxj522-gdb-8.2/lib/libinproctrace.so
gzipping man pages under /nix/store/237mjaqzdrzhh1brlw3lgpin05xxj522-gdb-8.2/share/man/
strip is /nix/store/lif0pxvjk3f1whm0bgdcjj1kzisgwwpi-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/237mjaqzdrzhh1brlw3lgpin05xxj522-gdb-8.2/lib  /nix/store/237mjaqzdrzhh1brlw3lgpin05xxj522-gdb-8.2/bin
patching script interpreter paths in /nix/store/237mjaqzdrzhh1brlw3lgpin05xxj522-gdb-8.2
/nix/store/237mjaqzdrzhh1brlw3lgpin05xxj522-gdb-8.2/bin/gcore: interpreter directive changed from "/usr/bin/env bash" to "/nix/store/hk2s2s8dhkjjdv01a29fiq4gxwpr4pyl-bash-4.4-p23/bin/bash"
/nix/store/237mjaqzdrzhh1brlw3lgpin05xxj522-gdb-8.2/bin/gdb-add-index: interpreter directive changed from " /bin/sh" to "/nix/store/hk2s2s8dhkjjdv01a29fiq4gxwpr4pyl-bash-4.4-p23/bin/sh"
checking for references to /build in /nix/store/237mjaqzdrzhh1brlw3lgpin05xxj522-gdb-8.2...
/nix/store/237mjaqzdrzhh1brlw3lgpin05xxj522-gdb-8.2

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: gdb

Partial log (click to expand)

shrinking /nix/store/237mjaqzdrzhh1brlw3lgpin05xxj522-gdb-8.2/bin/gdbserver
shrinking /nix/store/237mjaqzdrzhh1brlw3lgpin05xxj522-gdb-8.2/bin/gdb
gzipping man pages under /nix/store/237mjaqzdrzhh1brlw3lgpin05xxj522-gdb-8.2/share/man/
strip is /nix/store/lif0pxvjk3f1whm0bgdcjj1kzisgwwpi-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/237mjaqzdrzhh1brlw3lgpin05xxj522-gdb-8.2/lib  /nix/store/237mjaqzdrzhh1brlw3lgpin05xxj522-gdb-8.2/bin
patching script interpreter paths in /nix/store/237mjaqzdrzhh1brlw3lgpin05xxj522-gdb-8.2
/nix/store/237mjaqzdrzhh1brlw3lgpin05xxj522-gdb-8.2/bin/gcore: interpreter directive changed from "/usr/bin/env bash" to "/nix/store/hk2s2s8dhkjjdv01a29fiq4gxwpr4pyl-bash-4.4-p23/bin/bash"
/nix/store/237mjaqzdrzhh1brlw3lgpin05xxj522-gdb-8.2/bin/gdb-add-index: interpreter directive changed from " /bin/sh" to "/nix/store/hk2s2s8dhkjjdv01a29fiq4gxwpr4pyl-bash-4.4-p23/bin/sh"
checking for references to /build in /nix/store/237mjaqzdrzhh1brlw3lgpin05xxj522-gdb-8.2...
/nix/store/237mjaqzdrzhh1brlw3lgpin05xxj522-gdb-8.2

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: gdb

Partial log (click to expand)

shrinking /nix/store/237mjaqzdrzhh1brlw3lgpin05xxj522-gdb-8.2/bin/gdbserver
shrinking /nix/store/237mjaqzdrzhh1brlw3lgpin05xxj522-gdb-8.2/bin/gdb
gzipping man pages under /nix/store/237mjaqzdrzhh1brlw3lgpin05xxj522-gdb-8.2/share/man/
strip is /nix/store/lif0pxvjk3f1whm0bgdcjj1kzisgwwpi-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/237mjaqzdrzhh1brlw3lgpin05xxj522-gdb-8.2/lib  /nix/store/237mjaqzdrzhh1brlw3lgpin05xxj522-gdb-8.2/bin
patching script interpreter paths in /nix/store/237mjaqzdrzhh1brlw3lgpin05xxj522-gdb-8.2
/nix/store/237mjaqzdrzhh1brlw3lgpin05xxj522-gdb-8.2/bin/gcore: interpreter directive changed from "/usr/bin/env bash" to "/nix/store/hk2s2s8dhkjjdv01a29fiq4gxwpr4pyl-bash-4.4-p23/bin/bash"
/nix/store/237mjaqzdrzhh1brlw3lgpin05xxj522-gdb-8.2/bin/gdb-add-index: interpreter directive changed from " /bin/sh" to "/nix/store/hk2s2s8dhkjjdv01a29fiq4gxwpr4pyl-bash-4.4-p23/bin/sh"
checking for references to /build in /nix/store/237mjaqzdrzhh1brlw3lgpin05xxj522-gdb-8.2...
/nix/store/237mjaqzdrzhh1brlw3lgpin05xxj522-gdb-8.2

@GrahamcOfBorg
Copy link

Timed out, unknown build status on x86_64-darwin (full log)

Attempted: gdb

Partial log (click to expand)

cannot build derivation '/nix/store/z412hn5xw2mgx4bqfxmbyprbpfvll3y5-libtool-2.4.6.drv': 4 dependencies couldn't be built
cannot build derivation '/nix/store/16is7wic839z0x7l32ngi23mvadgszlv-hook.drv': 5 dependencies couldn't be built
cannot build derivation '/nix/store/b5jqjaxd1s939vv8bhxsyl4zrxnkm8yy-flex-2.6.4.drv': 6 dependencies couldn't be built
cannot build derivation '/nix/store/85hm02vy6lmll4qjn5vlzfmjmmmddl9z-bootstrap_cmds-dev-tools-7.0.drv': 3 dependencies couldn't be built
cannot build derivation '/nix/store/nzs3hh592vcf22pn66lzxi8kkkvnh6b7-xnu-osx-10.11.6.drv': 8 dependencies couldn't be built
cannot build derivation '/nix/store/7i9r5m9b470njypa097f6hkgp7ann67b-IOKit-osx-10.11.6.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/kd0dgkzl8apiyxgsg591p01wlxys2r4y-configd-osx-10.8.5.drv': 8 dependencies couldn't be built
cannot build derivation '/nix/store/33sd35pk35alb1r654g8vmvqg137s8yv-python-2.7.15.drv': 8 dependencies couldn't be built
cannot build derivation '/nix/store/kbv86k98cn70zgmcm16pbspafcsn0ap4-gdb-8.2.drv': 9 dependencies couldn't be built
error: build of '/nix/store/kbv86k98cn70zgmcm16pbspafcsn0ap4-gdb-8.2.drv' failed

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: gdb

Partial log (click to expand)

shrinking /nix/store/lwz8rb8qv51mscxn9d8bg870mx6l9wks-gdb-8.2/bin/gdb
shrinking /nix/store/lwz8rb8qv51mscxn9d8bg870mx6l9wks-gdb-8.2/bin/run
gzipping man pages under /nix/store/lwz8rb8qv51mscxn9d8bg870mx6l9wks-gdb-8.2/share/man/
strip is /nix/store/53d3iay2ywwsfl0jzwm8pw7g8729h10g-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/lwz8rb8qv51mscxn9d8bg870mx6l9wks-gdb-8.2/lib  /nix/store/lwz8rb8qv51mscxn9d8bg870mx6l9wks-gdb-8.2/bin
patching script interpreter paths in /nix/store/lwz8rb8qv51mscxn9d8bg870mx6l9wks-gdb-8.2
/nix/store/lwz8rb8qv51mscxn9d8bg870mx6l9wks-gdb-8.2/bin/gdb-add-index: interpreter directive changed from " /bin/sh" to "/nix/store/92wga5y76jxxwp60gkbsw1wlixlz7jqx-bash-4.4-p23/bin/sh"
/nix/store/lwz8rb8qv51mscxn9d8bg870mx6l9wks-gdb-8.2/bin/gcore: interpreter directive changed from "/usr/bin/env bash" to "/nix/store/92wga5y76jxxwp60gkbsw1wlixlz7jqx-bash-4.4-p23/bin/bash"
checking for references to /build in /nix/store/lwz8rb8qv51mscxn9d8bg870mx6l9wks-gdb-8.2...
/nix/store/lwz8rb8qv51mscxn9d8bg870mx6l9wks-gdb-8.2

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: gdb

Partial log (click to expand)

  /nix/store/y42y64lxrixl16098jccd6yxj74zr4zf-hook.drv
  /nix/store/w8qkgavqqpqf2wnwdzh7hr759hqzxrs1-expect-5.45.4.drv
  /nix/store/h00g3gvx0gik7s6dgvy6ibczq7xqr25n-dejagnu-1.6.1.drv
  /nix/store/xxaq4a8zd4zrvrp6zzzmwhpf1micvmwp-libffi-3.2.1.drv
  /nix/store/pf58f1x2gkxw9yhkhlyvy9knq22aqm3m-python-2.7.15.drv
  /nix/store/vg01h3qi8lzmp7zm2y1iyhv8qpi7rrps-mpfr-4.0.1.drv
  /nix/store/xq4kprin8nsjjqfpn8w2s5bbnxz4v9k7-hook.drv
  /nix/store/cycdbv41r1ksw7pwl98ilvhyysvcghja-gdb-8.2.drv
waiting for locks or build slots...
/nix/store/lwz8rb8qv51mscxn9d8bg870mx6l9wks-gdb-8.2

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: gdb

Partial log (click to expand)

  /nix/store/y42y64lxrixl16098jccd6yxj74zr4zf-hook.drv
  /nix/store/w8qkgavqqpqf2wnwdzh7hr759hqzxrs1-expect-5.45.4.drv
  /nix/store/h00g3gvx0gik7s6dgvy6ibczq7xqr25n-dejagnu-1.6.1.drv
  /nix/store/xxaq4a8zd4zrvrp6zzzmwhpf1micvmwp-libffi-3.2.1.drv
  /nix/store/pf58f1x2gkxw9yhkhlyvy9knq22aqm3m-python-2.7.15.drv
  /nix/store/vg01h3qi8lzmp7zm2y1iyhv8qpi7rrps-mpfr-4.0.1.drv
  /nix/store/xq4kprin8nsjjqfpn8w2s5bbnxz4v9k7-hook.drv
  /nix/store/cycdbv41r1ksw7pwl98ilvhyysvcghja-gdb-8.2.drv
waiting for locks or build slots...
/nix/store/lwz8rb8qv51mscxn9d8bg870mx6l9wks-gdb-8.2

@GrahamcOfBorg
Copy link

Timed out, unknown build status on x86_64-darwin (full log)

Attempted: gdb

Partial log (click to expand)

cannot build derivation '/nix/store/z412hn5xw2mgx4bqfxmbyprbpfvll3y5-libtool-2.4.6.drv': 4 dependencies couldn't be built
cannot build derivation '/nix/store/16is7wic839z0x7l32ngi23mvadgszlv-hook.drv': 5 dependencies couldn't be built
cannot build derivation '/nix/store/b5jqjaxd1s939vv8bhxsyl4zrxnkm8yy-flex-2.6.4.drv': 6 dependencies couldn't be built
cannot build derivation '/nix/store/85hm02vy6lmll4qjn5vlzfmjmmmddl9z-bootstrap_cmds-dev-tools-7.0.drv': 3 dependencies couldn't be built
cannot build derivation '/nix/store/nzs3hh592vcf22pn66lzxi8kkkvnh6b7-xnu-osx-10.11.6.drv': 8 dependencies couldn't be built
cannot build derivation '/nix/store/7i9r5m9b470njypa097f6hkgp7ann67b-IOKit-osx-10.11.6.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/kd0dgkzl8apiyxgsg591p01wlxys2r4y-configd-osx-10.8.5.drv': 8 dependencies couldn't be built
cannot build derivation '/nix/store/33sd35pk35alb1r654g8vmvqg137s8yv-python-2.7.15.drv': 8 dependencies couldn't be built
cannot build derivation '/nix/store/kbv86k98cn70zgmcm16pbspafcsn0ap4-gdb-8.2.drv': 9 dependencies couldn't be built
error: build of '/nix/store/kbv86k98cn70zgmcm16pbspafcsn0ap4-gdb-8.2.drv' failed

@orivej-nixos orivej-nixos merged commit 471f1be into NixOS:staging Nov 16, 2018
@GrahamcOfBorg
Copy link

Timed out, unknown build status on x86_64-darwin (full log)

Attempted: gdb

Partial log (click to expand)

cannot build derivation '/nix/store/z412hn5xw2mgx4bqfxmbyprbpfvll3y5-libtool-2.4.6.drv': 4 dependencies couldn't be built
cannot build derivation '/nix/store/16is7wic839z0x7l32ngi23mvadgszlv-hook.drv': 5 dependencies couldn't be built
cannot build derivation '/nix/store/b5jqjaxd1s939vv8bhxsyl4zrxnkm8yy-flex-2.6.4.drv': 6 dependencies couldn't be built
cannot build derivation '/nix/store/85hm02vy6lmll4qjn5vlzfmjmmmddl9z-bootstrap_cmds-dev-tools-7.0.drv': 3 dependencies couldn't be built
cannot build derivation '/nix/store/nzs3hh592vcf22pn66lzxi8kkkvnh6b7-xnu-osx-10.11.6.drv': 8 dependencies couldn't be built
cannot build derivation '/nix/store/7i9r5m9b470njypa097f6hkgp7ann67b-IOKit-osx-10.11.6.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/kd0dgkzl8apiyxgsg591p01wlxys2r4y-configd-osx-10.8.5.drv': 8 dependencies couldn't be built
cannot build derivation '/nix/store/33sd35pk35alb1r654g8vmvqg137s8yv-python-2.7.15.drv': 8 dependencies couldn't be built
cannot build derivation '/nix/store/kbv86k98cn70zgmcm16pbspafcsn0ap4-gdb-8.2.drv': 9 dependencies couldn't be built
error: build of '/nix/store/kbv86k98cn70zgmcm16pbspafcsn0ap4-gdb-8.2.drv' failed

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

4 participants