Skip to content

Pub hangs when running pub get #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
DartBot opened this issue Jun 4, 2015 · 4 comments
Closed

Pub hangs when running pub get #10

DartBot opened this issue Jun 4, 2015 · 4 comments
Labels
closed-duplicate Closed in favor of an existing report type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@DartBot
Copy link

DartBot commented Jun 4, 2015

<img src="https://avatars.githubusercontent.com/u/3136967?v=3" align="left" width="96" height="96"hspace="10"> Issue by austincummings
Originally opened as dart-lang/sdk#23248


Attachment:
pubspec.yaml (516 Bytes)

@DartBot DartBot added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) closed-duplicate Closed in favor of an existing report labels Jun 4, 2015
@DartBot
Copy link
Author

DartBot commented Jun 4, 2015

<img src="https://avatars.githubusercontent.com/u/3136967?v=3" align="left" width="48" height="48"hspace="10"> Comment by austincummings


Pub finally quit after sitting there for 14 minutes.

Resolving dependencies... (14:26.6s)
Connection closed before full header was received

@DartBot
Copy link
Author

DartBot commented Jun 4, 2015

<img src="https://avatars.githubusercontent.com/u/1343914?v=3" align="left" width="48" height="48"hspace="10"> Comment by sgjesse


This is most likely due to the dependency resolver taking long to complete.

The error "Connection closed before full header was received" should be fixed by the change mentioned on http://code.google.com/p/dart/issues/detail?id=21798. That change should go into 1.10.


Added Area-Pub, Triaged labels.

@DartBot
Copy link
Author

DartBot commented Jun 4, 2015

<img src="https://avatars.githubusercontent.com/u/188?v=3" align="left" width="48" height="48"hspace="10"> Comment by nex3


Running this locally, it looks like redstone isn't compatible with the latest version of shelf, which may be the root cause of the whole issue.


Added Duplicate label.
Marked as being merged into #912.

@jodinathan
Copy link

pub get
Resolving dependencies... (57:59.0s)

pub --version
Pub 1.20.1

tried several times to install angular 2beta.22

my pubspec

environment:
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: ^2.0.0-beta.22
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
http: 'any'
advform:
path: '/Applications/XAMPP/htdocs/Advform'
raoni:
path: '/Applications/XAMPP/htdocs/Raoni'
transformers:

  • angular2:
    platform_directives:
    • 'package:angular2/common.dart#COMMON_DIRECTIVES'
    • 'package:angular2/common.dart#FORM_DIRECTIVES'
      platform_pipes:
    • 'package:angular2/common.dart#COMMON_PIPES'
      entry_points: web/main.dart
      resolved_identifiers:
      BrowserClient: 'package:http/browser_client.dart'
      Client: 'package:http/http.dart'
  • dart_to_js_script_rewriter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-duplicate Closed in favor of an existing report type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

2 participants