On Dec 14, 2013, at 21:45, Ryan Schmidt wrote:
>
> On Dec 14, 2013, at 10:38, easie...@macports.org wrote:
>
>> Revision
>> 114736
>> Author
>> easie...@macports.org
>> Date
>> 2013-12-14 08:38:41 -0800 (Sat, 14 Dec 2013)
>> Log Message
>>
>> Segregate 'finance/bitcoind': build the Satoshi d
On Dec 14, 2013, at 10:33, Clemens Lang wrote:
> On Thu, Dec 12, 2013 at 05:28:45PM +1100, Joshua Root wrote:
>> It seems textmate2 and yap-devel also hung. Both of these fetch with git.
>
> And now, clang-3.4 is hanging in the fetch phase, which uses SVN. Can
> somebody look into what's causing
On Dec 14, 2013, at 10:38, easie...@macports.org wrote:
> Revision
> 114736
> Author
> easie...@macports.org
> Date
> 2013-12-14 08:38:41 -0800 (Sat, 14 Dec 2013)
> Log Message
>
> Segregate 'finance/bitcoind': build the Satoshi daemon from know good Github
> source.
>
> Builds and installs a
On 2013-12-15 03:15 , Bradley Giesbrecht wrote:
>
> This works for me on Mac OS X 10.6:
> pre-configure {
> append portsandbox_profile " (allow process-exec (literal
> \"/bin/ps\") (with no-profile))"
> }
Oh yeah, I remember the IRC conversation with cal where we figured that
out
On Thu, Dec 12, 2013 at 05:28:45PM +1100, Joshua Root wrote:
> It seems textmate2 and yap-devel also hung. Both of these fetch with git.
And now, clang-3.4 is hanging in the fetch phase, which uses SVN. Can
somebody look into what's causing all those network problems on the
buildbot? Is there a fi
On Dec 14, 2013, at 2:02 AM, Rainer Müller wrote:
> On 2013-12-14 10:04, Joshua Root wrote:
>> On 2013-12-14 11:03 , Bradley Giesbrecht wrote:
>>> Is this a problem or a red herring?
>>>
>>> Is sandboxing possibly preventing access to /bin/ps?
>>>
>>> CMakeLists.txt:
>>> ...
>>> IF(NOT FIND_PRO
On 2013-12-14 10:04, Joshua Root wrote:
> On 2013-12-14 11:03 , Bradley Giesbrecht wrote:
>> Is this a problem or a red herring?
>>
>> Is sandboxing possibly preventing access to /bin/ps?
>>
>> CMakeLists.txt:
>> ...
>> IF(NOT FIND_PROC)
>> # SysV style
>> EXECUTE_PROCESS(COMMAND ps -ef OUTPUT_
On 2013-12-14 17:59 , Ryan Schmidt wrote:
>
> On Dec 13, 2013, at 21:14, Craig Treleaven wrote:
>
>> I gave the new version of port-depcheck.sh a try...with VLC, see following.
>> Very different results from the prior version. As I've said, I'm not a
>> C/C++ developer--the prior version repo
On 2013-12-14 11:03 , Bradley Giesbrecht wrote:
> Is this a problem or a red herring?
>
> Is sandboxing possibly preventing access to /bin/ps?
>
> CMakeLists.txt:
> ...
> IF(NOT FIND_PROC)
> # SysV style
> EXECUTE_PROCESS(COMMAND ps -ef OUTPUT_QUIET ERROR_QUIET RESULT_VARIABLE
> result)
> ME