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

lldb now requires python 3.6 #218

Merged
merged 1 commit into from Feb 1, 2021
Merged

lldb now requires python 3.6 #218

merged 1 commit into from Feb 1, 2021

Conversation

weissi
Copy link
Member

@weissi weissi commented Jan 27, 2021

fixes this error

# lldb
lldb: error while loading shared libraries: libpython3.6m.so.1.0: cannot open shared object file: No such file or directory

which is https://bugs.swift.org/browse/SR-14099

@weissi
Copy link
Member Author

weissi commented Jan 27, 2021

CC @JDevlieghere @shahmishal

@weissi
Copy link
Member Author

weissi commented Jan 27, 2021

@swift-ci test

@JDevlieghere
Copy link
Member

This LGTM, although I wonder if python3-dev would be even better.

@weissi
Copy link
Member Author

weissi commented Jan 27, 2021

@JDevlieghere I just checked that just libpython3.6 is good enough to debug. And ideally, these docker images would be as small as possible and therefore I'd say let's go without the -dev. If people really want to compile python modules then I think it's fair that they apt-get install libpython3.6-dev. WDYT?

@JDevlieghere
Copy link
Member

@JDevlieghere I just checked that just libpython3.6 is good enough to debug. And ideally, these docker images would be as small as possible and therefore I'd say let's go without the -dev. If people really want to compile python modules then I think it's fair that they apt-get install libpython3.6-dev. WDYT?

Cool, no need to bloat the image if we don't need to. Thanks for checking.

@weissi
Copy link
Member Author

weissi commented Jan 29, 2021

@shahmishal my PR failed because of

22:24:13 Error response from daemon: conflict: unable to delete 300e315adb2f (must be forced) - image is referenced in multiple repositories
22:24:13 Error response from daemon: conflict: unable to delete 300e315adb2f (must be forced) - image is referenced in multiple repositories

I suspect that's got nothing to do with my PR. I'll retry

@weissi
Copy link
Member Author

weissi commented Jan 29, 2021

@swift-ci test

@JDevlieghere
Copy link
Member

@shahmishal Do you know what the issue is here?

@shahmishal
Copy link
Member

gpg: keyserver receive failed: Cannot assign requested address

@shahmishal
Copy link
Member

Going to merge this

@shahmishal shahmishal merged commit 3deb069 into apple:main Feb 1, 2021
@shahmishal
Copy link
Member

@weissi Sorry, I had to revert this PR.

Ubuntu 16.04:

�[91mE: Unable to locate package libpython3.6
E: Couldn't find any package by glob 'libpython3.6'
E: Couldn't find any package by regex 'libpython3.6'

@weissi
Copy link
Member Author

weissi commented Feb 2, 2021

@shahmishal om my, so sorry, I thought I tested that version too but I must have missed at least one. Fixing now

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.

None yet

3 participants