WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Xen compilation aborts on Mandrake Linux

To: "Xen-Devel" <Xen-Devel@xxxxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Xen compilation aborts on Mandrake Linux
From: "Philippe Berthault" <Philippe.Berthault@xxxxxxxx>
Date: Tue, 4 Jan 2005 12:42:23 +0100
Delivery-date: Tue, 04 Jan 2005 11:43:45 +0000
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
Importance: Normal
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
Compilation of Xen sources (from xen-unstable tar), on a Mandrake 10.1 linux
system, aborts with the following message:
 
  running build_ext
  Traceback (most recent call last):
    File "setup.py", line 47, in ?
      ext_modules = [ xc, xu ]
    File "/usr/lib/python2.3/distutils/core.py", line 149, in setup
      dist.run_commands()
    File "/usr/lib/python2.3/distutils/dist.py", line 907, in run_commands
      self.run_command(cmd)
    File "/usr/lib/python2.3/distutils/dist.py", line 927, in run_command
      cmd_obj.run()
    File "/usr/lib/python2.3/distutils/command/build.py", line 107, in run
      self.run_command(cmd_name)
    File "/usr/lib/python2.3/distutils/cmd.py", line 333, in run_command
      self.distribution.run_command(command)
    File "/usr/lib/python2.3/distutils/dist.py", line 927, in run_command
      cmd_obj.run()
    File "/usr/lib/python2.3/distutils/command/build_ext.py", line 244, in run
      customize_compiler(self.compiler)
    File "/usr/lib/python2.3/distutils/sysconfig.py", line 149, in customize_compiler
      (cc, cxx, opt, basecflags, ccshared, ldshared, so_ext) = \
    File "/usr/lib/python2.3/distutils/sysconfig.py", line 472, in get_config_vars
      func()
    File "/usr/lib/python2.3/distutils/sysconfig.py", line 349, in _init_posix
      filename = get_makefile_filename()
    File "/usr/lib/python2.3/distutils/sysconfig.py", line 202, in get_makefile_filename
      lib_dir = get_python_lib(plat_specific=1, standard_lib=1)
    File "/usr/lib/python2.3/distutils/sysconfig.py", line 103, in get_python_lib
      sys.lib, "python" + get_python_version())
  AttributeError: 'module' object has no attribute 'lib'
Anyone has a idea of how to resolve the problem ?
 
<Prev in Thread] Current Thread [Next in Thread>