[issue23895] [PATCH] python socket module fails to build on Solaris when -zignore is in LDFLAGS

2015-11-17 Thread Andrew Stormont

Changes by Andrew Stormont :


--
title: python socket module fails to build on Solaris when -zignore is in 
LDFLAGS -> [PATCH] python socket module fails to build on Solaris when -zignore 
is in LDFLAGS

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23895] PATCH: python socket module fails to build on Solaris when -zignore is in LDFLAGS

2015-05-12 Thread Andrew Stormont

Andrew Stormont added the comment:

Bump.

Would be nice to get this included in python 2.7.11.

I also have a similar fix for the multiprocessing module but I won't bother 
submitting it if it will get ignored.

--
status: open - languishing

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23895
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23895] PATCH: python socket module fails to build on Solaris when -zignore is in LDFLAGS

2015-05-12 Thread R. David Murray

Changes by R. David Murray rdmur...@bitdance.com:


--
stage:  - patch review
status: languishing - open

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23895
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23895] PATCH: python socket module fails to build on Solaris when -zignore is in LDFLAGS

2015-05-12 Thread R. David Murray

R. David Murray added the comment:

Do you know anyone else using solaris who could do a review (ie: confirm that 
your patch makes sense and works for them)?  It looks like jcea, who is our 
only current committer who uses Solaris as far as I know (well, OpenIndiana), 
hasn't had time to look at this.

On the other hand, it isn't 100% clear to me that this is appropriate.  I'm not 
(yet) experienced enough with the internals of our build system to be the one 
to make the call, but it seems to me that you can support -z ignore by 
modifying your Modules/Setup file, so it may not be appropriate to inject 
solaris specific support in setup.py for an option that isn't normally used.

--
nosy: +r.david.murray

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23895
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23895] PATCH: python socket module fails to build on Solaris when -zignore is in LDFLAGS

2015-04-11 Thread Ned Deily

Changes by Ned Deily n...@acm.org:


--
nosy: +jcea

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23895
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23895] PATCH: python socket module fails to build on Solaris when -zignore is in LDFLAGS

2015-04-09 Thread Andrew Stormont

New submission from Andrew Stormont:

The socket module fails to build when -zignore is in LDFLAGS.  This option 
changes the linker behaviour so it will only resolve against the libraries 
linked in explicitly instead of doing resolution recursively against their 
dependencies too.

--
components: Build
files: solaris-socket-zignore.diff
keywords: patch
messages: 240325
nosy: andy_js
priority: normal
severity: normal
status: open
title: PATCH: python socket module fails to build on Solaris when -zignore is 
in LDFLAGS
type: compile error
versions: Python 2.7
Added file: http://bugs.python.org/file38877/solaris-socket-zignore.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23895
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com