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

openssl: fix cryptodev fallout #50558

Merged
merged 1 commit into from
Nov 22, 2018
Merged

Conversation

oxij
Copy link
Member

@oxij oxij commented Nov 18, 2018

from d836b81. A noop.

@GrahamcOfBorg GrahamcOfBorg added 8.has: package (new) This PR adds a new package 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 labels Nov 18, 2018
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: openssl

Partial log (click to expand)

/nix/store/qvsgzbf8h2b5fxrg80mzlvj59i28xlny-openssl-1.0.2p-bin

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: openssl

Partial log (click to expand)

/nix/store/pz3zwqqdbdmnnbz0xqifnjdni0xh0bsi-openssl-1.0.2p-bin

@@ -14547,6 +14538,7 @@ with pkgs;
# The current default kernel / kernel modules.
linuxPackages = linuxPackages_4_14;
linux = linuxPackages.kernel;
cryptodev = linuxPackages.cryptodev;
Copy link
Member

@Mic92 Mic92 Nov 18, 2018

Choose a reason for hiding this comment

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

This marked as broken for our current kernel, which is newer then 4.13.
Maybe this should use an older version?

Verified

This commit was signed with the committer’s verified signature.
DuCanhGH Ngô Đức Anh
@oxij oxij force-pushed the pkgs/openssl-fix-cryptodev branch from b3a1122 to 7c48015 Compare November 22, 2018 09:45
@oxij
Copy link
Member Author

oxij commented Nov 22, 2018

This marked as broken for our current kernel, which is newer then 4.13. Maybe this should use an older version?

Done. I just hit the fact that onlyHeaders option has gone missing in the referenced commit while doing unrelated changes, I have not tested the package itself (and I have no idea how I would go about doing that).

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: openssl

Partial log (click to expand)

/nix/store/q6sqkq7jlbskxywqjhr2rjdhscv8vfxz-openssl-1.0.2p-bin

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: openssl

Partial log (click to expand)

/nix/store/7yh730wmnkllvr30h3vdq0zq1yjqrsd3-openssl-1.0.2p-bin

@Mic92 Mic92 merged commit 6093167 into NixOS:master Nov 22, 2018
@oxij oxij deleted the pkgs/openssl-fix-cryptodev branch August 12, 2023 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.has: package (new) This PR adds a new package 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants