[issue16189] ld_so_aix not found

2016-09-13 Thread Martin Panter

Martin Panter added the comment:

Closing this assuming that revision ca1ddd365f5f (committed to 3.5 and 3.6+ 
branches) fixed it.

--
nosy: +martin.panter
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> AIX shared library extension modules installation broken

___
Python tracker 

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



[issue16189] ld_so_aix not found

2014-06-06 Thread Michael Haubenwallner

Changes by Michael Haubenwallner michael.haubenwall...@salomon.at:


--
hgrepos: +253

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



[issue16189] ld_so_aix not found

2014-06-04 Thread Michael Haubenwallner

Changes by Michael Haubenwallner michael.haubenwall...@salomon.at:


--
hgrepos:  -247

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



[issue16189] ld_so_aix not found

2014-06-04 Thread Michael Haubenwallner

Michael Haubenwallner added the comment:

Problem here is that LDSHARED points to $(BINLIBDEST)/config/ld_so_aix, but it 
should be $(LIBPL)/ld_so_aix.

Although an independent problem, this diff shares context with file#35476, so 
this patch depends on issue #10656.

--
keywords: +patch
versions: +Python 3.4, Python 3.5
Added file: 
http://bugs.python.org/file35478/issue16189-distutils-do-not-find-ld_so_aix.patch

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



[issue16189] ld_so_aix not found

2014-06-03 Thread Michael Haubenwallner

Changes by Michael Haubenwallner michael.haubenwall...@salomon.at:


--
hgrepos: +247

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



[issue16189] ld_so_aix not found

2014-06-02 Thread Michael Haubenwallner

Changes by Michael Haubenwallner michael.haubenwall...@salomon.at:


--
nosy: +haubi

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



[issue16189] ld_so_aix not found

2012-10-10 Thread Rainer Schaaf

New submission from Rainer Schaaf:

When building an extension on AIX with distutils the build fails like this:

/usr/local/lib/python3.3/config/ld_so_aix xlc_r 
-bI:/usr/local/lib/python3.3/config/python.exp 
build/temp.aix-5.3-3.3/pdflib_py.o -L../../../libs/pdflib/.libs 
-L../../../libs/icu/lib -ls_libpdf -lC -o build/lib.aix-5.3-3.3/pdflib_py.so
unable to execute /usr/local/lib/python3.3/config/ld_so_aix: No such file or 
directory
error: command '/usr/local/lib/python3.3/config/ld_so_aix' failed with exit 
status 1

The problem can easily be fixed by:

ln -s /usr/local/lib/python3.3/config-3.3m  /usr/local/lib/python3.3/config

--
assignee: eric.araujo
components: Distutils
messages: 172588
nosy: eric.araujo, rjs, tarek
priority: normal
severity: normal
status: open
title: ld_so_aix not found
type: compile error
versions: Python 3.3

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



[issue16189] ld_so_aix not found

2012-10-10 Thread Éric Araujo

Éric Araujo added the comment:

This probably happens in 3.2 too, where the ABI suffixes were added.  I think 
Barry edited the sysconfig module to let it find config-$suffixes but not 
distutils.sysconfig.

--
nosy: +barry
versions: +Python 3.2

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



[issue16189] ld_so_aix not found

2012-10-10 Thread Barry A. Warsaw

Barry A. Warsaw added the comment:

On Oct 10, 2012, at 04:13 PM, Éric Araujo wrote:

This probably happens in 3.2 too, where the ABI suffixes were added.  I think
Barry edited the sysconfig module to let it find config-$suffixes but not
distutils.sysconfig.

This sure smells familiar, like I've fixed this some place before.  But I
can't find it, in either the py32 news or in the Ubuntu package changelogs.

--

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



[issue16189] ld_so_aix not found

2012-10-10 Thread Antoine Pitrou

Changes by Antoine Pitrou pit...@free.fr:


--
nosy: +trent

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