On Mon, May 11, 2009 at 03:47:45PM +0200, Michal Pryc wrote: > Will wait a little bit and see what other people have to say.
I don't really care too much. I would expect that LDTP would build and run just fine on Linux, if not other Unix platforms that had its various dependencies, so making it work from setup.py seems like the right thing to do. You would be able to leverage off of the infrastructure that's already there to download and verify and patch the bits, and you'd just have to write the routine that called configure and make rather than setup.py. You should be passing in the environment through the Popen() call, rather than calling os.setenv() and os.unsetenv(), which it sounds like you were trying to do. That all doesn't seem too hard, in the end. Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
