-
Notifications
You must be signed in to change notification settings - Fork 53
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
fix(24.04): missing lib64 in base-files #154
fix(24.04): missing lib64 in base-files #154
Conversation
Thanks! |
FYI, I believe |
|
|
The errors are coming from the fact that Noble is a development release and thus changing all the time. We'll take this internally to double check where # dpkg -c base-files_13ubuntu7_amd64.deb | grep lib64
drwxr-xr-x root/root 0 2024-02-22 14:39 ./usr/lib64/
lrwxrwxrwx root/root 0 2024-02-22 14:39 ./lib64 -> usr/lib64 But this could be changing as we speak so let's wait for the upstream to finish updating. |
Apologies for earlier reply, I misread your response. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
fixes #153
/lib64
is now inbase-files
, so this PR includes said paths in itslibs
slice.