This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chaz6
Recipients chaz6
Date 2008-12-04.15:42:19
SpamBayes Score 5.2611067e-06
Marked as misclassified No
Message-id <1228405342.46.0.981738131113.issue4524@psf.upfronthosting.co.za>
In-reply-to
Content
On linux-g++-32 with command line `./configure --enable-ipv6 --with-
suffix=3`, python is compiled okay but the build scripts fail as 
follows:-

running build_scripts
copying and adjusting /tmp/Python-3.0/Tools/scripts/idle -> build/
scripts-3.0
Traceback (most recent call last):
  File "./setup.py", line 1533, in <module>
    main()
  File "./setup.py", line 1528, in main
    'Lib/smtpd.py']
  File "/tmp/Python-3.0/Lib/distutils/core.py", line 149, in setup
    dist.run_commands()
  File "/tmp/Python-3.0/Lib/distutils/dist.py", line 942, in 
run_commands
    self.run_command(cmd)
  File "/tmp/Python-3.0/Lib/distutils/dist.py", line 962, in run_command
    cmd_obj.run()
  File "/tmp/Python-3.0/Lib/distutils/command/build.py", line 128, in 
run
    self.run_command(cmd_name)
  File "/tmp/Python-3.0/Lib/distutils/cmd.py", line 317, in run_command
    self.distribution.run_command(command)
  File "/tmp/Python-3.0/Lib/distutils/dist.py", line 962, in run_command
    cmd_obj.run()
  File "/tmp/Python-3.0/Lib/distutils/command/build_scripts.py", line 
51, in run
    self.copy_scripts()
  File "/tmp/Python-3.0/Lib/distutils/command/build_scripts.py", line 
108, in copy_scripts
    + sysconfig.get_config_var("EXE")),
TypeError: Can't convert 'int' object to str implicitly
make: *** [sharedmods] Error 1
History
Date User Action Args
2008-12-04 15:42:22chaz6setrecipients: + chaz6
2008-12-04 15:42:22chaz6setmessageid: <1228405342.46.0.981738131113.issue4524@psf.upfronthosting.co.za>
2008-12-04 15:42:21chaz6linkissue4524 messages
2008-12-04 15:42:20chaz6create