[Scons-dev] scons running on py3 (sortof)

2013-09-06 Thread Neal Becker
https://nbec...@bitbucket.org/nbecker/scons-replaced-by-scons-p3 This runs 2 fairly complicated builds of mine OK. I did not really attempt backward compatibility with py2. I made lots of guesses about what should be bytes and what should be str. I don't know anything about scons internals, so

Re: [Scons-dev] scons running on py3 (sortof)

2013-09-06 Thread Russel Winder
On Fri, 2013-09-06 at 09:25 -0400, Neal Becker wrote: https://nbec...@bitbucket.org/nbecker/scons-replaced-by-scons-p3 This repository doesn't have the properly marked up README file which makes me wonder if you have started from the right repository. I may be missing something but for me, SCons

Re: [Scons-dev] scons running on py3 (sortof)

2013-09-06 Thread Bill Deegan
Neal, Wrong repo. This is the repo to use: https://bitbucket.org/scons/scons -Bill On Fri, Sep 6, 2013 at 10:45 AM, Neal Becker ndbeck...@gmail.com wrote: Russel Winder wrote: On Fri, 2013-09-06 at 09:25 -0400, Neal Becker wrote:

Re: [Scons-dev] scons running on py3 (sortof)

2013-09-06 Thread Neal Becker
Russel Winder wrote: On Fri, 2013-09-06 at 09:25 -0400, Neal Becker wrote: https://nbec...@bitbucket.org/nbecker/scons-replaced-by-scons-p3 This repository doesn't have the properly marked up README file which makes me wonder if you have started from the right repository. I may be missing

[Scons-dev] howto debug configure

2013-09-06 Thread Neal Becker
I have a lot working, but not configure. I don't know how to debug it. even with --debug=stacktrace, the stack trace is not useful. I don't have any idea where this error is coming from: file string,line 92: Configure(confdir = .sconf_temp) scons: Configure: Checking for C header file

Re: [Scons-dev] [PATCH] scons soname on OpenBSD

2013-09-06 Thread Gary Oberbrunner
I don't have any problem with this conceptually. The sys.platform.startswith() would be better as a function perhaps (is_openbsd() or maybe just is_bsd()). Is this also true for freebsd for instance? And a more flexible way of handling the multi-part version numbers would be welcome, perhaps as

Re: [Scons-dev] PyCon 2014!?

2013-09-06 Thread Gary Oberbrunner
Hi Dirk; I have an old SCons talk -- you're welcome to use pieces of it if it's helpful. I'll send it to you off list once I find it. On Tue, Sep 3, 2013 at 12:19 PM, Dirk Bächle tshor...@gmx.de wrote: Hi devs, if anyone should feel like proposing a nice little SCons talk for the US PyCon