Skip to content

bpo-38282: Correctly manage the Bluetooth L2CAP socket structure in FreeBSD #16738

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

Merged
merged 1 commit into from
Oct 13, 2019

Conversation

pablogsal
Copy link
Member

@pablogsal pablogsal commented Oct 13, 2019

@pablogsal
Copy link
Member Author

pablogsal commented Oct 13, 2019

Tested on the FreeBSD CURRENT buildbots:

BEFORE:

Python build finished successfully!
The necessary bits to build these optional modules were not found:
_gdbm                 _tkinter              spwd               
To find the necessary bits, look in setup.py in detect_modules() for the module's name.


The following modules found by detect_modules() in setup.py, have been
built by the Makefile instead, as configured by the Setup files:
_abc                  atexit                pwd                
time                                                           


Failed to build these modules:
_socket                                                        

AFTER

Python build finished successfully!
The necessary bits to build these optional modules were not found:
_gdbm                 _tkinter              spwd               
To find the necessary bits, look in setup.py in detect_modules() for the module's name.


The following modules found by detect_modules() in setup.py, have been
built by the Makefile instead, as configured by the Setup files:
_abc                  atexit                pwd                
time                                 

@pablogsal pablogsal requested a review from vstinner October 13, 2019 00:28
@pablogsal
Copy link
Member Author

pablogsal commented Oct 13, 2019

I am merging this to fix the FreeBSD buildbots, please @vstinner, review this PR and build upon or add something extra if you see something incorrect/improvable. :)

@pablogsal pablogsal merged commit 27b33fb into python:master Oct 13, 2019
@pablogsal pablogsal deleted the bpo38282 branch October 13, 2019 01:03
jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull request Dec 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants