Skip to content

Pub hangs when running pub get #23248

Closed
Closed
@DartBot

Description

@DartBot

This issue was originally filed by @austincummings


What steps will reproduce the problem?

  1. Have the attached pubspec
  2. Run pub get

What is the expected output? What do you see instead?
Pub to finish, it just stalled with the time frozen...

Resolving dependencies... (2:44.4s)

What version of the product are you using?
v1.9.3

On what operating system?
Red Hat 6.6

What browser (if applicable)?
N/A

Please provide any additional information below.
Will provide pub verbose output on request. Is very large.


Attachment:
pubspec.yaml (516 Bytes)

Activity

DartBot

DartBot commented on Apr 17, 2015

@DartBot
Author

This comment was originally written by @austincummings


Pub finally quit after sitting there for 14 minutes.

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

sgjesse

sgjesse commented on Apr 23, 2015

@sgjesse
Contributor

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.

nex3

nex3 commented on Apr 23, 2015

@nex3
Member

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 #17429.

DartBot

DartBot commented on Jun 4, 2015

@DartBot
Author

This issue has been moved to dart-lang/pub#10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    closed-duplicateClosed in favor of an existing report

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @nex3@kevmoo@sgjesse@DartBot

        Issue actions

          Pub hangs when running pub get · Issue #23248 · dart-lang/sdk