|
From: <sl...@fa...> - 2010-12-31 23:58:51
|
Fatal error on freebsd-x86-64
Process:
T{ process
{ command
{
"git"
"pull"
"git://factorcode.org/git/factor.git"
"master"
}
}
{ environment H{ } }
{ environment-mode +append-environment+ }
{ stdin +closed+ }
{ stdout T{ fd { disposed t } { fd 13 } } }
{ stderr +stdout+ }
{ timeout T{ duration { minute 30 } } }
{ status 1 }
}
Output:
fatal: Unable to look up factorcode.org (port 9418) (hostname nor servname provided, or not known)
(U) Quotation: [ set-namestack init-catchstack self quot>> call -> stop ]
(O) Word: build-loop
(O) Word: update-sources
(O) Word: git-pull
(O) Word: try-output-process
(O) Word: output-process-error
(O) Method: M\ object throw
(U) Quotation: [
63 special-object error-thread set-global
continuation -> error-continuation set-global
[ original-error set-global ] [ rethrow ] bi
]
|