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

edid-decode: init at git-2017-09-18 #34599

Merged
merged 1 commit into from Feb 5, 2018
Merged

edid-decode: init at git-2017-09-18 #34599

merged 1 commit into from Feb 5, 2018

Conversation

Chiiruno
Copy link
Contributor

@Chiiruno Chiiruno commented Feb 4, 2018

Motivation for this change

My monitor is old and has EDID problems, I used this program to verify the EDID I am now using via kernel parameter is correct.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-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/)
  • Fits CONTRIBUTING.md.

@andir
Copy link
Member

andir commented Feb 5, 2018

@GrahamcOfBorg build edid-decode

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Partial log (click to expand)

                        printf("Made in year %hd\n", edid[0x11] + 1990);
                                             ~~~     ^~~~~~~~~~~~~~~~~
                                             %d
16 warnings generated.
installing
post-installation fixup
strip is /nix/store/5a88zk3jgimdmzg8rfhvm93kxib3njf9-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/2hnjdcz78lwxzsds36ixgxly5bfpvnmv-edid-decode-unstable/bin
patching script interpreter paths in /nix/store/2hnjdcz78lwxzsds36ixgxly5bfpvnmv-edid-decode-unstable
/nix/store/2hnjdcz78lwxzsds36ixgxly5bfpvnmv-edid-decode-unstable

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Partial log (click to expand)

                          ^~
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/irza1lmv0hlb0l3viw9w40pn1zx60flb-edid-decode-unstable
shrinking /nix/store/irza1lmv0hlb0l3viw9w40pn1zx60flb-edid-decode-unstable/bin/edid-decode
strip is /nix/store/xmpjypwjmp2qi1chs5kr0hacnh161ls4-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/irza1lmv0hlb0l3viw9w40pn1zx60flb-edid-decode-unstable/bin
patching script interpreter paths in /nix/store/irza1lmv0hlb0l3viw9w40pn1zx60flb-edid-decode-unstable
checking for references to /build in /nix/store/irza1lmv0hlb0l3viw9w40pn1zx60flb-edid-decode-unstable...
/nix/store/irza1lmv0hlb0l3viw9w40pn1zx60flb-edid-decode-unstable

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Partial log (click to expand)

                          ^~
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/3y08z3pn771c78r1wh0mm6r9l2xxk4hb-edid-decode-unstable
shrinking /nix/store/3y08z3pn771c78r1wh0mm6r9l2xxk4hb-edid-decode-unstable/bin/edid-decode
strip is /nix/store/5qj61lcvzlap87rf6blvf8p577d482bv-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/3y08z3pn771c78r1wh0mm6r9l2xxk4hb-edid-decode-unstable/bin 
patching script interpreter paths in /nix/store/3y08z3pn771c78r1wh0mm6r9l2xxk4hb-edid-decode-unstable
checking for references to /tmp/nix-build-edid-decode-unstable.drv-0 in /nix/store/3y08z3pn771c78r1wh0mm6r9l2xxk4hb-edid-decode-unstable...
/nix/store/3y08z3pn771c78r1wh0mm6r9l2xxk4hb-edid-decode-unstable

@andir andir merged commit 03a13a2 into NixOS:master Feb 5, 2018
@andir
Copy link
Member

andir commented Feb 5, 2018

Thanks @Chiiruno 👍

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