|
List Info
Thread: chandler hacker newbie
|
|
| chandler hacker newbie |

|
2006-03-10 00:14:46 |
Thanks for the pointer, my chandler foo must be very low, I
couldn't get
that to work either.
A) the mincyg.zip doesn't have sed in it, which is used by
the makefile.
B) I installed the full cygwin, but that didn't include
make by default,
so went round in circles a couple of times there as well
C) still can't get it to work.
simon coldcut /cygdrive/d/chandler
$ make install
mkdir -p /cygdrive/d/downloads
curl -f -o
/cygdrive/d/downloads/Launchers-release-0.6-1.tar.gz
http://builds.osafoundation.org/external
/windows/Launchers-release-0.6-1
.tar.gz
% Total % Received % Xferd Average Speed Time
Curr.
Dload Upload Total
Current Left
Speed
1 365k 1 3780 0 0 3258 0 0:01:54
0:00:01 0:01:53
9356
curl: (23) Failed writing body
make: ***
[/cygdrive/d/downloads/Launchers-release-0.6-1.tar.gz] Error
23
Running curl -f -o foo
http://builds.osafoundation.org/external
/windows/Launchers-release-0.6-1
.tar.gz works fine, so not sure what's going on, any tips ?
Tx
Simon
-----Original Message-----
From: dev-bounces osafoundation.org
[mailto:dev-bounces osafoundation.org] On Behalf Of Heikki
Toivonen
Sent: Wednesday, February 22, 2006 11:31 AM
Cc: dev osafoundation.org
Subject: Re: [Dev] chandler hacker newbie
Simon Fell wrote:
> RunChandler.bat doesn't work because it calls
RunPython.bat which
> attempts to run release\bin\python.exe, but the
installer doesn't
> install a python.exe to the release\bin directory.
(the only
> executable i have in there is chandler.exe)
Hmm, I thought we had fixed this
(https://bugzilla.osafoundation.org/show_bug.cgi?id=4743
a>), but it seems
like the change that we needed didn't make it in.
It seems you need to get the source from our Subversion
repository. Read
the "quick build" instructions here:
http://wiki.osafoundation.org/bin/view/Projects/
BuildingChandler
--
Heikki Toivonen
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Open Source Applications Foundation "Dev"
mailing list
h
ttp://lists.osafoundation.org/mailman/listinfo/dev
|
|
| chandler hacker newbie |

|
2006-03-10 02:12:02 |
|
Looks like either permissions are messed up, or that its trying to
install into something strange like /cygdrive ?
Or perhaps is "downloads" a regular file in d:\ ?
Or perhaps curl tries to download to a temporary directory first,
before moving into the downloads directory, and somehow you can't write
to that temporary directory? Have you checked your TMPDIR environment
variable to see if it is set, and if so, set to something strange?
Alec
Simon Fell wrote:
exsfo-mb02.internal.salesforce.com"
type="cite">
Thanks for the pointer, my chandler foo must be very low, I couldn't get
that to work either.
A) the mincyg.zip doesn't have sed in it, which is used by the makefile.
B) I installed the full cygwin, but that didn't include make by default,
so went round in circles a couple of times there as well
C) still can't get it to work.
simon coldcut /cygdrive/d/chandler
$ make install
mkdir -p /cygdrive/d/downloads
curl -f -o /cygdrive/d/downloads/Launchers-release-0.6-1.tar.gz
http://builds.osafoundation.org/external/windows/Launchers-release-0.6-1
.tar.gz
% Total % Received % Xferd Average Speed Time
Curr.
Dload Upload Total Current Left
Speed
1 365k 1 3780 0 0 3258 0 0:01:54 0:00:01 0:01:53
9356
curl: (23) Failed writing body
make: *** [/cygdrive/d/downloads/Launchers-release-0.6-1.tar.gz] Error
23
Running curl -f -o foo
http://builds.osafoundation.org/external/windows/Launchers-release-0.6-1
.tar.gz works fine, so not sure what's going on, any tips ?
Tx
Simon
-----Original Message-----
From: osafoundation.org">dev-bounces osafoundation.org
[osafoundation.org">mailto:dev-bounces osafoundation.org] On Behalf Of Heikki Toivonen
Sent: Wednesday, February 22, 2006 11:31 AM
Cc: osafoundation.org">dev osafoundation.org
Subject: Re: [Dev] chandler hacker newbie
Simon Fell wrote:
RunChandler.bat doesn't work because it calls RunPython.bat which
attempts to run release\bin\python.exe, but the installer doesn't
install a python.exe to the release\bin directory. (the only
executable i have in there is chandler.exe)
Hmm, I thought we had fixed this
(https://bugzilla.osafoundation.org/show_bug.cgi?id=4743), but it seems
like the change that we needed didn't make it in.
It seems you need to get the source from our Subversion repository. Read
the "quick build" instructions here:
http://wiki.osafoundation.org/bin/view/Projects/BuildingChandler
--
Heikki Toivonen
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Open Source Applications Foundation "Dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/dev
|
| chandler hacker newbie |

|
2006-03-10 04:44:59 |
Hi Simon,
There is another option if you don't get the source build
to work out.
Bear spun a build with a fix to the first bug that you ran
into. We
haven't blessed the build yet, but I'm reasonably
confident that this
download will work:
http://downloads.osafoundation.org/chandler/releases/
0.6.2/
Thank you for your patience with the various problems --
your feedback
is useful!
Cheers,
Katie
Alec Flett wrote:
> Looks like either permissions are messed up, or that
its trying to
> install into something strange like /cygdrive ?
>
> Or perhaps is "downloads" a regular file in
d:\ ?
>
> Or perhaps curl tries to download to a temporary
directory first, before
> moving into the downloads directory, and somehow you
can't write to that
> temporary directory? Have you checked your TMPDIR
environment variable
> to see if it is set, and if so, set to something
strange?
>
> Alec
>
> Simon Fell wrote:
>> Thanks for the pointer, my chandler foo must be
very low, I couldn't get
>> that to work either.
>>
>> A) the mincyg.zip doesn't have sed in it, which is
used by the makefile.
>> B) I installed the full cygwin, but that didn't
include make by default,
>> so went round in circles a couple of times there as
well
>> C) still can't get it to work.
>>
>> simon coldcut /cygdrive/d/chandler
>> $ make install
>> mkdir -p /cygdrive/d/downloads
>> curl -f -o
/cygdrive/d/downloads/Launchers-release-0.6-1.tar.gz
>> http://builds.osafoundation.org/external
/windows/Launchers-release-0.6-1
>> .tar.gz
>> % Total % Received % Xferd Average Speed
Time
>> Curr.
>> Dload Upload
Total Current Left
>> Speed
>> 1 365k 1 3780 0 0 3258 0
0:01:54 0:00:01 0:01:53
>> 9356
>> curl: (23) Failed writing body
>> make: ***
[/cygdrive/d/downloads/Launchers-release-0.6-1.tar.gz] Error
>> 23
>>
>>
>> Running curl -f -o foo
>> http://builds.osafoundation.org/external
/windows/Launchers-release-0.6-1
>> .tar.gz works fine, so not sure what's going on,
any tips ?
>>
>> Tx
>> Simon
>>
>> -----Original Message-----
>> From: dev-bounces osafoundation.org
>> [mailto:dev-bounces osafoundation.org] On
Behalf Of Heikki Toivonen
>> Sent: Wednesday, February 22, 2006 11:31 AM
>> Cc: dev osafoundation.org
>> Subject: Re: [Dev] chandler hacker newbie
>>
>> Simon Fell wrote:
>>
>>> RunChandler.bat doesn't work because it calls
RunPython.bat which
>>> attempts to run release\bin\python.exe, but
the installer doesn't
>>> install a python.exe to the release\bin
directory. (the only
>>> executable i have in there is chandler.exe)
>>>
>>
>> Hmm, I thought we had fixed this
>> (https://bugzilla.osafoundation.org/show_bug.cgi?id=4743
a>), but it seems
>> like the change that we needed didn't make it in.
>>
>> It seems you need to get the source from our
Subversion repository. Read
>> the "quick build" instructions here:
>> http://wiki.osafoundation.org/bin/view/Projects/
BuildingChandler
>>
>> --
>> Heikki Toivonen
>>
>>
>> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
>>
>> Open Source Applications Foundation
"Dev" mailing list
>> h
ttp://lists.osafoundation.org/mailman/listinfo/dev
>>
>
>
>
------------------------------------------------------------
------------
>
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
>
> Open Source Applications Foundation "Dev"
mailing list
> h
ttp://lists.osafoundation.org/mailman/listinfo/dev
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Open Source Applications Foundation "Dev"
mailing list
h
ttp://lists.osafoundation.org/mailman/listinfo/dev
|
|
[1-3]
|
|