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

Add required library for Configure to work on Ubuntu 22 onwards. #3548

Merged
merged 4 commits into from
Nov 29, 2023

Conversation

steelhead31
Copy link
Contributor

@steelhead31 steelhead31 commented Nov 29, 2023

Fixes #3547

On Ubuntu 22.04 onwards, the object files required for autoconf/configure are in a new path, due to a change relating to multiarch implementations in Ubuntu.

The new path required to be added to LIBRARY_PATH is : /usr/lib/x86_64-linux-gnu

In order to get configure to work, the new path is appended to the LIBRARY_PATH.

@steelhead31
Copy link
Contributor Author

steelhead31 commented Nov 29, 2023

VPC Run For Ubuntu 22.04 COMPLETED OK here: https://ci.adoptium.net/job/VagrantPlaybookCheck/OS=Ubuntu2204,label=vagrant/1811/console
VPC Run For Ubuntu 20.04 COMPLETED OK here: 
https://ci.adoptium.net/job/VagrantPlaybookCheck/OS=Ubuntu2004,label=vagrant/1811/console
 

Depends on adoptium/infrastructure#3270 for the Vagrant elements.

@steelhead31 steelhead31 marked this pull request as ready for review November 29, 2023 14:31
Copy link
Contributor

@andrew-m-leonard andrew-m-leonard left a comment

Choose a reason for hiding this comment

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

lgtm

Copy link
Contributor

@adamfarley adamfarley left a comment

Choose a reason for hiding this comment

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

LGTM

@steelhead31 steelhead31 merged commit 429cfe5 into adoptium:master Nov 29, 2023
21 of 22 checks passed
@steelhead31 steelhead31 deleted the fix_ubuntu22_x64 branch November 29, 2023 15:53
@karianna karianna mentioned this pull request Jan 8, 2024
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.

Error whilst building via makejdk-any-platform.sh on Ubuntu22.04 x64
4 participants