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

Updating freebsd to omit the devcrypto engine which is breaking #1915

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

johnmccrae
Copy link
Contributor

@johnmccrae johnmccrae commented Jun 21, 2024

In compiling Ruby 3.0.4 out for an updated Chef 17.0.149 build we encountered a couple of issues. First, compilation for openssl was dying and causing the builder to spit this error message out:

gmake[2]: Leaving directory '/var/cache/omnibus/chef/src/openssl/openssl-1.0.2zi/crypto/engine'
--
  | gmake[1]: Leaving directory '/var/cache/omnibus/chef/src/openssl/openssl-1.0.2zi/crypto'
  |  
  | Error:
  |  
  | eng_cryptodev.c:250:19: error: use of undeclared identifier 'CRIOGET'
  | 250 \|     if (ioctl(fd, CRIOGET, &retfd) == -1)
  | \|                   ^
  | 1 error generated.

if you search on the "eng_cryptodev.c... " in the error output above you get exactly 1 hit from Google which is the patch put out by Freebsd.org that tells you how to fix this: Go Here

The only issue with that patch is that it adds a version constraint limiting devcrypto to Freebsd 13 or less. The workaround for that moving forward is to simply add dev crypto to your modules list and voila!

Description

Related Issue

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Chore (non-breaking change that does not add functionality or fix an issue)

Checklist:

  • I have read the CONTRIBUTING document.
  • I have run the pre-merge tests locally and they pass.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • If Gemfile.lock has changed, I have used --conservative to do it and included the full output in the Description above.
  • All new and existing tests passed.
  • All commits have been signed-off for the Developer Certificate of Origin.

@johnmccrae johnmccrae requested review from a team as code owners June 21, 2024 15:55
Copy link
Contributor

@tpowell-progress tpowell-progress left a comment

Choose a reason for hiding this comment

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

Need to document in the PR description the findings that led to this solution, as well as in a squashed commits or above line 164 in openssl.rb

@tpowell-progress tpowell-progress added the Status: Waiting on Contributor A pull request that has unresolved requested actions from the author. label Jun 25, 2024
@johnmccrae johnmccrae changed the title Updating freebsd to omit the devcrypto engine which is currently brea… Updating freebsd to omit the devcrypto engine which is breaking Jul 22, 2024
@johnmccrae johnmccrae force-pushed the jfm/chef17-freebsd-openssl-nodevcrypto branch from 3ed68d8 to 3e762d8 Compare July 22, 2024 23:03
Copy link

sonarcloud bot commented Jul 22, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Waiting on Contributor A pull request that has unresolved requested actions from the author.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants