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

stop using ranlib (closes bpo-31625) #3815

Merged
merged 1 commit into from Sep 29, 2017
Merged

stop using ranlib (closes bpo-31625) #3815

merged 1 commit into from Sep 29, 2017

Conversation

benjaminp
Copy link
Contributor

@benjaminp benjaminp commented Sep 29, 2017

Instead, simply pass 's' to ar.

https://bugs.python.org/issue31625

Copy link
Member

@tiran tiran left a comment

Choose a reason for hiding this comment

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

LGTM

I wonder which OS forced us to call ar multiple times. Python doesn't have that many object files...

@@ -0,0 +1 @@
Stop using on static libraries. Instead, we assume ar supports the 's' flag.
Copy link
Member

Choose a reason for hiding this comment

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

A word is missing here.

Instead, simply pass 's' to ar.
@benjaminp benjaminp merged commit d15108a into master Sep 29, 2017
@benjaminp benjaminp deleted the benjamin-ranlib branch September 29, 2017 15:43
stratakis pushed a commit to stratakis/cpython that referenced this pull request Nov 8, 2018
vstinner pushed a commit that referenced this pull request Nov 29, 2018
* stop using ranlib (closes bpo-31625) (#3815)

Instead, simply pass 's' to ar.

* explicitly list objects for the ar command (#3824)

$^ is not portable.

closes bpo-31625
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

6 participants