On Fri, Oct 17, 2014 at 7:46 PM, David Coppa <[email protected]> wrote:
> On Fri, Oct 17, 2014 at 5:34 PM, Stuart Henderson <[email protected]> wrote:
>> On 2014/10/15 02:54, Stuart Henderson wrote:
>>> Does this (log below) ring any bells?
>>
>> I didn't hit this on the next build.
>>
>>> lang/coffeescript - "npm ERR! Error: getaddrinfo EIO"
>>
>> coffeescript won't build unless it can make an https connection to
>> registry.npmjs.org, I didn't fancy digging into npm and it's so far
>> resistant to my attempts to mitm for some reason (sits with a
>> spinning \|/| cursor) so I'm not sure what it's trying to fetch
>> from there.
>
> # mitmdump --app-host npmjs.org
> 127.0.0.1 GET https://registry.npmjs.org/mkdirp
>  << 200 OK 21.08kB
> 127.0.0.1 GET https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz
>  << 200 OK 4.06kB

We need something like devel/node-cloned:

RUN_DEPENDS = sysutils/node-rmdir
BUILD_DEPENDS = ${RUN_DEPENDS}
MODNODE_DEPENDS = rmdir

But, as I've said, we currently miss a port for sysutils/node-mkdirp

Ciao!
David

Reply via email to