[csw-devel] SF.net SVN: gar:[12499] csw/mgar/pkg/lang-python/python/branches/python-2.7 /Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Tue Jan 11 14:23:23 CET 2011


Revision: 12499
          http://gar.svn.sourceforge.net/gar/?rev=12499&view=rev
Author:   wahwah
Date:     2011-01-11 13:23:23 +0000 (Tue, 11 Jan 2011)

Log Message:
-----------
python-2.7: Moving /opt/csw/lib/python2.7/config to CSWpython27

Otherwise:

maciej at netra ~/src/opencsw-git $ python2.7
Traceback (most recent call last):
  File "/opt/csw/lib/python2.7/site.py", line 553, in <module>
    main()
  File "/opt/csw/lib/python2.7/site.py", line 535, in main
    known_paths = addusersitepackages(known_paths)
  File "/opt/csw/lib/python2.7/site.py", line 268, in addusersitepackages
    user_site = getusersitepackages()
  File "/opt/csw/lib/python2.7/site.py", line 243, in getusersitepackages
    user_base = getuserbase() # this will also set USER_BASE
  File "/opt/csw/lib/python2.7/site.py", line 233, in getuserbase
    USER_BASE = get_config_var('userbase')
  File "/opt/csw/lib/python2.7/sysconfig.py", line 535, in get_config_var
    return get_config_vars().get(name)
  File "/opt/csw/lib/python2.7/sysconfig.py", line 434, in get_config_vars
    _init_posix(_CONFIG_VARS)
  File "/opt/csw/lib/python2.7/sysconfig.py", line 287, in _init_posix
    raise IOError(msg)
IOError: invalid Python installation: unable to open /opt/csw/lib/python2.7/config/Makefile (No such file or directory)

Modified Paths:
--------------
    csw/mgar/pkg/lang-python/python/branches/python-2.7/Makefile

Modified: csw/mgar/pkg/lang-python/python/branches/python-2.7/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/python/branches/python-2.7/Makefile	2011-01-11 12:32:41 UTC (rev 12498)
+++ csw/mgar/pkg/lang-python/python/branches/python-2.7/Makefile	2011-01-11 13:23:23 UTC (rev 12499)
@@ -84,7 +84,6 @@
 PKGFILES_CSWidle$(CVER)  = $(libdir)/.*/idlelib/.*
 PKGFILES_CSWidle$(CVER) += $(bindir)/idle
 PKGFILES_CSWpython$(CVER)-devel  = $(includedir)/.*
-PKGFILES_CSWpython$(CVER)-devel += $(libdir)/.*/config/.*
 PKGFILES_CSWpython$(CVER)-devel += $(bindir)/.*config.*
 PKGFILES_CSWpython-devel += $(libdir)/libpython$(VER).so
 # No idea why would this be in CSWpython, and no good idea for a better package


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list