You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Suraj Acharya (JIRA)" <ji...@apache.org> on 2017/03/26 03:58:42 UTC

[jira] [Commented] (AVRO-2012) Build for javascript language binding is broken

    [ https://issues.apache.org/jira/browse/AVRO-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15942120#comment-15942120 ] 

Suraj Acharya commented on AVRO-2012:
-------------------------------------

[~thiru_mg] looks like the version you worked on is 1.8.
There is no utils.js class present in version 1.7.


> Build for javascript language binding is broken
> -----------------------------------------------
>
>                 Key: AVRO-2012
>                 URL: https://issues.apache.org/jira/browse/AVRO-2012
>             Project: Avro
>          Issue Type: Bug
>          Components: js
>    Affects Versions: 1.7.7
>            Reporter: Thiruvalluvan M. G.
>            Assignee: Thiruvalluvan M. G.
>             Fix For: 1.7.8
>
>         Attachments: AVRO-2012.patch
>
>
> While trying to build javascript language binding:
> {code}
>  $ ./build.sh test
> > avro-js@1.8.0 cover /Users/thiru/Projects/apache/avro/lang/js
> > istanbul cover _mocha
>   ․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
>   ․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
>   ․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
>   ․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
>   ․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
>   ․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
>   ․․․․․․․․․․․․․․․
>   373 passing (809ms)
>   8 failing
>   1) protocols StatefulEmitter ok handshake:
>      TypeError: this.buf.binaryWrite is not a function
> ...
>   8) utils Tap binary write valid:
>      TypeError: this.buf.binaryWrite is not a function
>       at Tap.writeBinary (lib/utils.js:9:21544)
>       at Context.<anonymous> (test/test_utils.js:242:13)
> ...
> npm ERR!     npm owner ls avro-js
> npm ERR! There is likely additional logging output above.
> npm ERR! Please include the following file with any support request:
> npm ERR!     /Users/thiru/Projects/apache/avro/lang/js/npm-debug.log
> js (master)$ 
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)