Re: [Scons-dev] [Scons-users] Man page problems with installing latest scons from Bitbucket

2014-11-15 Thread Gary Oberbrunner
Just one more thing on this, redirecting to scons-dev.  I just updated
my SCons build VM to Trusty (14.04) from Precise (12.04), and I get
the same error Michael was seeing when trying to do a full packaging
build of SCons:
  error: [Errno 2] No such file or directory:
'/usr/lib/python2.7/distutils/command/wininst-6.0.exe',
/usr/lib/python2.7/distutils/command/wininst-6.0.exe not included in
the Debian packages.

It seems the wininst-*.exe files have been removed from the
python2.7-dev package in 14.04, although they were there in 12.04.  I
worked around it by copying them from a Windows machine with python
distutils.  Grr.

-- Gary


On Fri, Oct 24, 2014 at 7:32 PM, Michael Jarvis  wrote:
> Thanks, Gary, I "get it" now. :-)
>
> I have it installed successfully, and if I get time, I'll see what I can do
> to help out with some of the coding.
>
>
> On Fri, Oct 24, 2014 at 5:42 PM, Gary Oberbrunner 
> wrote:
>>
>> On Fri, Oct 24, 2014 at 6:25 PM, Michael Jarvis 
>> wrote:
>> > Thanks, initially I'd like to get it installed, but I will probably want
>> > to
>> > hack on it as well.
>>
>> OK, just do this then:
>>
>>   python setup.py install
>>
>> and you'll be good to go.
>>
>> > Installing "fop" solved my initial error, but now it's complaining
>> > because
>> > it's looking for Windows:
>>
>> As I said, if you really want to build your own installer packages (we
>> build for Windows as well as other OSes) you'll need various
>> additional dependencies.  But you _really_ don't need to do that.
>> Only the release team does.
>> ...
>> > It would be nice if there was a quick description of how to override
>> > them.
>> > Do I need to actually modify the SConstruct file in my copy of the
>> > repository, or can I just set environment variables?
>>
>> Neither.  Just don't try to do what you're doing.  :-)
>>
>> > I'm still learning the tool, so it may be that I just haven't read the
>> > documentation well enough.
>>
>> --
>> Gary
>> ___
>> Scons-users mailing list
>> scons-us...@scons.org
>> https://pairlist4.pair.net/mailman/listinfo/scons-users
>
>
>
>
> --
> Michael Jarvis
> McKinney, TX USA
> http://about.me/michael.a.jarvis
>
> ___
> Scons-users mailing list
> scons-us...@scons.org
> https://pairlist4.pair.net/mailman/listinfo/scons-users
>



-- 
Gary
___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev


Re: [Scons-dev] [Scons-users] Man page problems with installing latest scons from Bitbucket

2014-11-16 Thread Dirk Bächle

Hi Gary,

On 16.11.2014 02:23, Gary Oberbrunner wrote:

Just one more thing on this, redirecting to scons-dev.  I just updated
my SCons build VM to Trusty (14.04) from Precise (12.04), and I get
the same error Michael was seeing when trying to do a full packaging
build of SCons:
   error: [Errno 2] No such file or directory:
'/usr/lib/python2.7/distutils/command/wininst-6.0.exe',
/usr/lib/python2.7/distutils/command/wininst-6.0.exe not included in
the Debian packages.

It seems the wininst-*.exe files have been removed from the
python2.7-dev package in 14.04, although they were there in 12.04.  I
worked around it by copying them from a Windows machine with python
distutils.  Grr.

thanks for figuring this out! I updated the page

  http://scons.org/wiki/SconsBuildRequirements

accordingly, and also provided a TGZ archive containing the missing 
EXEs. Additionally, I moved the link to the requirements directly into 
the "Contributing" section of the developer guide ( 
http://scons.org/wiki/DeveloperGuide ). I hope that makes sense...


Best regards,

Dirk

___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev


Re: [Scons-dev] [Scons-users] Man page problems with installing latest scons from Bitbucket

2014-11-16 Thread Gary Oberbrunner
On Sun, Nov 16, 2014 at 6:53 AM, Dirk Bächle  wrote:
...
>> It seems the wininst-*.exe files have been removed from the
>> python2.7-dev package in 14.04, although they were there in 12.04.  I
>> worked around it by copying them from a Windows machine with python
>> distutils.  Grr.
>
> thanks for figuring this out! I updated the page
>
>   http://scons.org/wiki/SconsBuildRequirements
>
> accordingly, and also provided a TGZ archive containing the missing EXEs.

Thanks, that's perfect!

-- 
Gary
___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev


Re: [Scons-dev] [Scons-users] Man page problems with installing latest scons from Bitbucket

2014-11-16 Thread Bill Deegan
Dirk,

Are they available from another apt-repo? Maybe one of the "unsafe" ones?
(Where they stick blobs)

-Bill

On Sun, Nov 16, 2014 at 4:43 AM, Gary Oberbrunner 
wrote:

> On Sun, Nov 16, 2014 at 6:53 AM, Dirk Bächle  wrote:
> ...
> >> It seems the wininst-*.exe files have been removed from the
> >> python2.7-dev package in 14.04, although they were there in 12.04.  I
> >> worked around it by copying them from a Windows machine with python
> >> distutils.  Grr.
> >
> > thanks for figuring this out! I updated the page
> >
> >   http://scons.org/wiki/SconsBuildRequirements
> >
> > accordingly, and also provided a TGZ archive containing the missing EXEs.
>
> Thanks, that's perfect!
>
> --
> Gary
> ___
> Scons-dev mailing list
> Scons-dev@scons.org
> https://pairlist2.pair.net/mailman/listinfo/scons-dev
>
___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev


Re: [Scons-dev] [Scons-users] Man page problems with installing latest scons from Bitbucket

2014-11-16 Thread Dirk Bächle

Hi Bill,

On 16.11.2014 21:01, Bill Deegan wrote:

Dirk,

Are they available from another apt-repo? Maybe one of the "unsafe" 
ones? (Where they stick blobs)


I'm not sure (didn't check)...but they're definitely not contained in 
the "python source" package. I added the "source" repos to my 
UpdateManager, and then did an "apt-get source python". Nada...


Dirk

___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev


Re: [Scons-dev] [Scons-users] Man page problems with installing latest scons from Bitbucket

2014-11-16 Thread Gary Oberbrunner
On Sun, Nov 16, 2014 at 3:01 PM, Bill Deegan  wrote:
> Dirk,
>
> Are they available from another apt-repo? Maybe one of the "unsafe" ones?
> (Where they stick blobs)

I googled around for quite a while; I didn't find where or why they
were removed but also didn't find any alternative (other than the
Windows python setuptools).

-- 
Gary
___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev


Re: [Scons-dev] [Scons-users] Man page problems with installing latest scons from Bitbucket

2014-11-16 Thread Bill Deegan
Ugh.. I love Ubuntu.. but debian's a bit to hardcore about no-blobs thing
for me.


On Sun, Nov 16, 2014 at 3:38 PM, Gary Oberbrunner 
wrote:

> On Sun, Nov 16, 2014 at 3:01 PM, Bill Deegan 
> wrote:
> > Dirk,
> >
> > Are they available from another apt-repo? Maybe one of the "unsafe" ones?
> > (Where they stick blobs)
>
> I googled around for quite a while; I didn't find where or why they
> were removed but also didn't find any alternative (other than the
> Windows python setuptools).
>
> --
> Gary
> ___
> Scons-dev mailing list
> Scons-dev@scons.org
> https://pairlist2.pair.net/mailman/listinfo/scons-dev
>
___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev


Re: [Scons-dev] [Scons-users] Man page problems with installing latest scons from Bitbucket

2014-11-16 Thread Dirk Bächle

On 17.11.2014 00:38, Gary Oberbrunner wrote:

On Sun, Nov 16, 2014 at 3:01 PM, Bill Deegan  wrote:
> Dirk,
>
> Are they available from another apt-repo? Maybe one of the "unsafe" ones?
> (Where they stick blobs)

I googled around for quite a while; I didn't find where or why they
were removed but also didn't find any alternative (other than the
Windows python setuptools).


This is the link I found being closest to the problem at hand:

  https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1081155

Dirk

___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev