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

ASF GitHub Bot commented on THRIFT-3869:
----------------------------------------

GitHub user markerickson-wf opened a pull request:

    https://github.com/apache/thrift/pull/1047

    THRIFT-3869 Remove Dart packages during make clean

    @Jens-G 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/markerickson-wf/thrift thrift-3869

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/thrift/pull/1047.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1047
    
----
commit 09a99709a43a6e322ef76901a15d4afb24a907ef
Author: Mark Erickson <[email protected]>
Date:   2016-07-12T16:25:47Z

    THRIFT-3869 Remove Dart packages during make clean

----


> Dart Tutorial build fails with Error 65 at "pub get"
> ----------------------------------------------------
>
>                 Key: THRIFT-3869
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3869
>             Project: Thrift
>          Issue Type: Bug
>          Components: Dart - Library
>         Environment: linux
>            Reporter: Jens Geyer
>            Priority: Minor
>
> This is the result of “make all” with current stable dart version.
> {code}
> + thrift 1.0.0-dev from path ../../../../lib/dart
> Downloading source_span 1.2.3...
> Downloading stack_trace 1.6.5...
> Changed 13 dependencies!
> cd gen-dart/shared; /usr/local/dart-sdk/bin/pub get
> Resolving dependencies... (22.4s)
> + async 1.11.0
> + charcode 1.1.0
> + collection 1.8.0
> + fixnum 0.10.5
> + http 0.11.3+7
> + http_parser 3.0.1
> + logging 0.11.3
> + path 1.3.9
> + source_span 1.2.3
> + stack_trace 1.6.5
> + string_scanner 0.1.5
> + thrift 1.0.0-dev from path ../../../../lib/dart
> Changed 12 dependencies!
> cd client; /usr/local/dart-sdk/bin/pub get
> Resolving dependencies...
> The pubspec for thrift 0.1.0 from path has version 1.0.0-dev.
> Makefile:635: recipe for target 'pub-get-client' failed
> make[4]: *** [pub-get-client] Error 65
> make[4]: Leaving directory
> '/home/jens/Arbeitsfläche/develop/thrift/tutorial/dart'
> Makefile:416: recipe for target 'all' failed
> make[3]: *** [all] Error 2
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to