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

linuxPackages.kernel: config: fix DEBUG_INFO setting #40419

Merged
merged 1 commit into from May 16, 2018

Conversation

oxij
Copy link
Member

@oxij oxij commented May 13, 2018

Trivial.

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: linuxPackages.kernel

Partial log (click to expand)

wrong ELF type
wrong ELF type
wrong ELF type
wrong ELF type
wrong ELF type
wrong ELF type
wrong ELF type
wrong ELF type
cannot find section .dynamic
/nix/store/gbdnjx2ad947ii2k3hk130d2dyngwlsf-linux-4.14.40

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: linuxPackages.kernel

Partial log (click to expand)

wrong ELF type
wrong ELF type
wrong ELF type
wrong ELF type
wrong ELF type
wrong ELF type
wrong ELF type
wrong ELF type
wrong ELF type
/nix/store/5jd8n292mx875d67qm8n73i2a1pv9sdx-linux-4.14.40

@@ -37,7 +37,12 @@ with stdenv.lib;
DEBUG_STACKOVERFLOW n
SCHEDSTATS n
DETECT_HUNG_TASK y
DEBUG_INFO n # Not until we implement a separate debug output

${if (features.debug or false) then ''
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OOC, why the features.debug or false; isn't the or false unnecessary?

@oxij
Copy link
Member Author

oxij commented May 13, 2018 via email

@matthewbauer matthewbauer merged commit 5a6d202 into NixOS:master May 16, 2018
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