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

gnutls: Fix build #13032

Merged
merged 4 commits into from
Feb 14, 2025
Merged

gnutls: Fix build #13032

merged 4 commits into from
Feb 14, 2025

Conversation

hiowaguy
Copy link
Contributor

  1. gnutls: Fix build failure related to gnulib specific commit reference
    Fix build failure caused by libtasn1 (a dependency of gnutls) bootstrap process that sets the gnulib git checkout to a specific commit ID. The commit ID must be present in the local checkout to succeed otherwise an error like "fatal: reference is not a tree: ". A depth of 500 was chosen as a compromise to make it likely that the commit will be present as long as libtasn1 pulls in a fairly recent version and cloning the whole gnulib repo which is quite large.

  2. gnutls: Fix build failure due to newer required autoconf and cleanup
    Fix a build failure for GNUTLS caused by GNUTLS requiring a minimum version of autoconf 2.71 but the fuzzer base image is Ubuntu 20 based which has 2.6x. Also fix some shellcheck identified warnings related to unquoted path variables.

Fix a build failure for GNUTLS caused by GNUTLS requiring a minimum version of autoconf 2.71 but the fuzzer base image is Ubuntu 20 based which has 2.6x. Also fix some shellcheck identified warnings related to unquoted path variables.
Fix build failure caused by libtasn1 (a dependency of gnutls) bootstrap process that sets the gnulib git checkout to a specific commit ID. The commit ID must be present in the local checkout to succeed otherwise an error like "fatal: reference is not a tree: <commit hash ID>". A depth of 500 was chosen as a compromise to make it likely that the commit will be present as long as libtasn1 pulls in a fairly recent version and cloning the whole gnulib repo which is quite large.
Copy link

hiowaguy is a new contributor to projects/gnutls. The PR must be approved by known contributors before it can be merged. The past contributors are: maflcko, ueno, DonggeLiu, Navidem, nmav, devtty1er, Dor1s, rockdaboot (unverified)

@hiowaguy
Copy link
Contributor Author

@ueno - Hello, are you able to review this change please?

Copy link
Contributor

@ueno ueno left a comment

Choose a reason for hiding this comment

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

LGTM, thank you!

@hiowaguy
Copy link
Contributor Author

cc @DavidKorczynski for approval

@DavidKorczynski DavidKorczynski merged commit 69c4bc5 into google:master Feb 14, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants