Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Bugs

[issue1294959] Problems with /usr/lib64 builds.

 

 

Python bugs RSS feed   Index | Next | Previous | View Threaded


report at bugs

Nov 5, 2009, 11:23 AM

Post #1 of 5 (226 views)
Permalink
[issue1294959] Problems with /usr/lib64 builds.

Éric Araujo <merwok [at] netwok> added the comment:

If I understand correctly, using lib32 or lib64 is a kludge. Debian
and Ubuntu want to come up with a better way to do this:
http://wiki.debian.org/ReleaseGoals/MultiArch
https://wiki.ubuntu.com/MultiarchSpec

Kind regards.

----------
nosy: +Merwok

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue1294959>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Nov 6, 2009, 8:26 AM

Post #2 of 5 (199 views)
Permalink
[issue1294959] Problems with /usr/lib64 builds. [In reply to]

jan matejek <jmatejek [at] suse> added the comment:

thanks for the info; however, it still means that python needs to learn
to live in places other than "/usr/lib"

----------

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue1294959>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Nov 6, 2009, 8:47 AM

Post #3 of 5 (199 views)
Permalink
[issue1294959] Problems with /usr/lib64 builds. [In reply to]

Changes by Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA [at] GMail>:


----------
nosy: +Arfrever

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue1294959>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Nov 6, 2009, 9:27 AM

Post #4 of 5 (199 views)
Permalink
[issue1294959] Problems with /usr/lib64 builds. [In reply to]

Marc-Andre Lemburg <mal [at] egenix> added the comment:

jan matejek wrote:
>
> jan matejek <jmatejek [at] suse> added the comment:
>
> thanks for the info; however, it still means that python needs to learn
> to live in places other than "/usr/lib"

The main problem is that Python's configuration system is not
geared up to having the lib directories for platform dependent
and platform independent parts use different names.

It currently only supports using different path *prefixes* for
such setups (--prefix and --exec-prefix), e.g. /usr and /usr64
would work just fine. It doesn't follow --libdir.

Note that Tarek is currently working on a cleanup of the
installation schemes (see distutils/commands/install.py,
distutils/sysconfig.py and site.py) which will then also
be used by site.py to setup sys.path.

A new modules will unite all these settings, so this should
be the target of any patches regarding installation and
path lookup schemes.

BTW: The "sys.lib" setting mentioned on the tracker is not standard.
The naming also doesn't look right, since the name of the "lib"
directory path component is an OS feature, not a system one that
you configure. os.lib_dir would be more appropriate.

----------
nosy: +lemburg

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue1294959>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Nov 6, 2009, 9:41 AM

Post #5 of 5 (199 views)
Permalink
[issue1294959] Problems with /usr/lib64 builds. [In reply to]

Marc-Andre Lemburg <mal [at] egenix> added the comment:

Adding Tarek to the ticket.

----------
nosy: +tarek

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue1294959>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com

Python bugs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.