Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bpo-14568: local libraries paths not passed to linker on HP-UX#8831

Closed
michael-o wants to merge 1 commit into
python:masterpython/cpython:masterfrom
michael-o:bpo-14568michael-o/cpython:bpo-14568Copy head branch name to clipboard
Closed

bpo-14568: local libraries paths not passed to linker on HP-UX#8831
michael-o wants to merge 1 commit into
python:masterpython/cpython:masterfrom
michael-o:bpo-14568michael-o/cpython:bpo-14568Copy head branch name to clipboard

Conversation

@michael-o

@michael-o michael-o commented Aug 20, 2018

Copy link
Copy Markdown
Contributor

Third party libraries on HP-UX don't reside in /usr/local/lib, but in
/usr/local/lib/hpux<bitness>. These also need to be added to the compiler
library dirs to make linking possible, not just for module discovery.

Patch by Michael Osipov.

https://bugs.python.org/issue14568

@michael-o

Copy link
Copy Markdown
Contributor Author

This requires a backport to 3.7.

@adiroiban

Copy link
Copy Markdown

Hi @michael-o .
Thanks for pushing this patch.
Are you using Python on HPUX?

We have a few small patches for Python 2.7 for HPUX here https://github.com/chevah/python-package/tree/master/src/python and trying to get CFFI working on HPUX.
We have a private buildbot slave running tests for Python 2.7 on HPUX.
If you are interested in improving Python on HPUX maybe we can join our error and try to work together.

Cheers

@michael-o

michael-o commented Aug 20, 2018

Copy link
Copy Markdown
Contributor Author

@adiroiban In short -- yes. We want to migrate some mechinal application from Fortran to Python. Though, we plan to use 3.7+. I do not plan to contribute to 2.7 because it is a dead-end for me.

I'd love to join forces. I have already several PRs created and pushing several other changes locally.

Third party libraries on HP-UX don't reside in /usr/local/lib, but in
/usr/local/lib/hpux<bitness>. These also need to be added to the compiler
library dirs to make linking possible, not just for module discovery.

Patch by Michael Osipov.
@michael-o

Copy link
Copy Markdown
Contributor Author

@auvipy Thanks for the approval, waiting for the merge....

@michael-o

Copy link
Copy Markdown
Contributor Author

Closing because there is actually no /usr/local on HP-UX, System V does use /opt, not /usr/local.

@michael-o michael-o closed this Apr 26, 2019
@michael-o michael-o deleted the bpo-14568 branch April 26, 2019 09:16
@adiroiban adiroiban mannequin mentioned this pull request Apr 10, 2022
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.

5 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.