[issue8954] wininst regression: errors when building on linux

2021-02-03 Thread Steve Dower
Steve Dower added the comment: Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If

[issue8954] wininst regression: errors when building on linux

2012-05-21 Thread Aaron Staley
Aaron Staley usaa...@gmail.com added the comment: I was looking over this patch (as it relates to my bug report: http://bugs.python.org/issue14877?@ok_message=msg%20161314%20created%3Cbr%3Eissue%2014877%20message_count%2C%20messages%20edited%20ok@template=item) and noticed that this line: +

[issue8954] wininst regression: errors when building on linux

2012-03-13 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Sean: In msg135902 I am merely explaining why I removed 2.6 from the list of versions. Only 2.7, 3.2 and 3.3 can get fixed. If you look at my previous message or the list of dependencies, you can see that #10945 needs to be fixed first before

[issue8954] wininst regression: errors when building on linux

2012-03-12 Thread Sean Reifschneider
Sean Reifschneider j...@tummy.com added the comment: Éric: In http://bugs.python.org/issue8954#msg135902 are you saying: This issue needs to be re-targeted to a newer Python. Close -- won't fix. Something else? This issue seems to be stuck here, any ideas on what needs to be done to move this

[issue8954] wininst regression: errors when building on linux

2011-05-13 Thread Ralf Schlatterbeck
Ralf Schlatterbeck r...@runtux.com added the comment: 2.6 already produces a .linux-i686.exe package instead of .win32.exe when running bdist_wininst. I've now used python2.5 for producing a binary windows installer for roundup. -- nosy: +runtux versions: +Python 2.6

[issue8954] wininst regression: errors when building on linux

2011-05-13 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: 2.6 only gets security fixes. -- versions: -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8954 ___

[issue8954] wininst regression: errors when building on linux

2011-01-19 Thread anatoly techtonik
anatoly techtonik techto...@gmail.com added the comment: Is this issue really critical? Bump. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8954 ___

[issue8954] wininst regression: errors when building on linux

2011-01-19 Thread anatoly techtonik
Changes by anatoly techtonik techto...@gmail.com: Added file: http://bugs.python.org/file20451/issue1774043_7001.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8954 ___

[issue8954] wininst regression: errors when building on linux

2011-01-19 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: I opened another bug for the MBCS problem which prevents me from testing Anatoly’s patch. -- dependencies: +bdist_wininst depends on MBCS codec, unavailable on non-Windows ___ Python tracker

[issue8954] wininst regression: errors when building on linux

2011-01-09 Thread anatoly techtonik
anatoly techtonik techto...@gmail.com added the comment: Fixed Ezio comments at http://codereview.appspot.com/1774043 Eric, if I understand you correctly, the mbcs issue you're experiencing is unrelated to the patch. What else do you need? -- ___

[issue8954] wininst regression: errors when building on linux

2011-01-09 Thread anatoly techtonik
Changes by anatoly techtonik techto...@gmail.com: Added file: http://bugs.python.org/file20325/suffix.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8954 ___

[issue8954] wininst regression: errors when building on linux

2011-01-09 Thread anatoly techtonik
Changes by anatoly techtonik techto...@gmail.com: Removed file: http://bugs.python.org/file17961/suffix.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8954 ___

[issue8954] wininst regression: errors when building on linux

2010-10-18 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: I get an error trying to run the command because of the use of the mbcs codec. Ezio made some comments on Rietveld, I addressed them in a local clone. Question for Windows users/experts: Do the terms “binary extension” and “binary code” make

[issue8954] wininst regression: errors when building on linux

2010-10-15 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: Raising priority. -- priority: normal - critical ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8954 ___

[issue8954] wininst regression: errors when building on linux

2010-07-12 Thread anatoly techtonik
anatoly techtonik techto...@gmail.com added the comment: http://codereview.appspot.com/1774043 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8954 ___

[issue8954] wininst regression: errors when building on linux

2010-07-12 Thread anatoly techtonik
Changes by anatoly techtonik techto...@gmail.com: -- keywords: +patch Added file: http://bugs.python.org/file17960/suffix.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8954 ___

[issue8954] wininst regression: errors when building on linux

2010-07-12 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: Did you test that patch? ISTM that it contains a syntax error: +if not self.distribution.has_ext_modules() +and not self.distribution.has_c_libraries(): -- ___ Python tracker

[issue8954] wininst regression: errors when building on linux

2010-07-12 Thread anatoly techtonik
anatoly techtonik techto...@gmail.com added the comment: reuploaded correct version to rietveld. -- Added file: http://bugs.python.org/file17961/suffix.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8954

[issue8954] wininst regression: errors when building on linux

2010-07-12 Thread anatoly techtonik
Changes by anatoly techtonik techto...@gmail.com: Removed file: http://bugs.python.org/file17960/suffix.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8954 ___

[issue8954] wininst regression: errors when building on linux

2010-07-12 Thread Mark Hammond
Mark Hammond mhamm...@users.sourceforge.net added the comment: With the caveat that I haven't tested it (I'm currently traveling), the patch looks good to me. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8954

[issue8954] wininst regression: errors when building on linux

2010-07-11 Thread anatoly techtonik
anatoly techtonik techto...@gmail.com added the comment: The regression is two-fold: 1. platform name regression is caused by r62197 by Mark Hammond - Issue #2513: enable 64bit cross compilation on windows 2. when wininst stub selection started to depend on MSVC compiler version is yet to be

[issue8954] wininst regression: errors when building on linux

2010-06-27 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: It certainly should be possible to build these installers, and if I understand your output correctly, an installer *was* built. The warning is, after all, just a warning, and probably just the warning got added compared to 2.5, but the

[issue8954] wininst regression: errors when building on linux

2010-06-11 Thread anatoly techtonik
anatoly techtonik techto...@gmail.com added the comment: $ python setup.py build bdist_wininst running build running build_py running bdist_wininst installing to build/bdist.linux-i686/wininst running install_lib creating build/bdist.linux-i686/wininst creating

[issue8954] wininst regression: errors when building on linux

2010-06-11 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: The error comes from the msvccompiler module, which shouldn’t get used on non-Windows platforms unless I’m mistaken. Reading the module, I’m not sure at all this command was meant to be run on not-Windows OSes. -- nosy: +merwok

[issue8954] wininst regression: errors when building on linux

2010-06-11 Thread anatoly techtonik
anatoly techtonik techto...@gmail.com added the comment: It did run ok on non-Windows OSes with previous Python versions. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8954 ___

[issue8954] wininst regression: errors when building on linux

2010-06-09 Thread anatoly techtonik
anatoly techtonik techto...@gmail.com added the comment: At least is was reported that compiled binaries contains wrong platform name, i.e. 'linux' and there are errors about inability to look up some compiler options in windows registry while building. --

[issue8954] wininst regression: errors when building on linux

2010-06-09 Thread Brian Curtin
Brian Curtin cur...@acm.org added the comment: Where was that reported? -- nosy: +brian.curtin stage: - unit test needed type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8954

[issue8954] wininst regression: errors when building on linux

2010-06-09 Thread anatoly techtonik
anatoly techtonik techto...@gmail.com added the comment: In this SCons thread http://scons.tigris.org/ds/viewMessage.do?dsForumId=1268dsMessageId=2617686 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8954