Skip to content
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

pub hangs on armhf #15383

Closed
DartBot opened this issue Nov 30, 2013 · 4 comments
Closed

pub hangs on armhf #15383

DartBot opened this issue Nov 30, 2013 · 4 comments
Labels
closed-not-planned Closed as we don't intend to take action on the reported issue

Comments

@DartBot
Copy link

DartBot commented Nov 30, 2013

This issue was originally filed by @financecoding


dart-sdk is not fully supported on armhf but with minimal patching was able to create an sdk for linux armhf. At the point of trying to install packages from pub.dartlang.org, pub command hangs around the following step. The dart process is spinning high but nothing is happening in any of the ~/.pub-cache/ directory. All temp directories are created but nothing populated in them.

FINE: HTTP response 200 OK for GET https://pub.dartlang.org/packages/formler/versions/0.1.0.tar.gz
    | took 0:00:15.225016
    | last-modified: Sat, 09 Nov 2013 08:17:04 GMT
    | cache-control: public, max-age=3600
    | date: Sat, 30 Nov 2013 04:57:17 GMT
    | vary: Accept-Encoding
    | x-goog-stored-content-length: 92160
    | x-goog-hash: crc32c=mjhyXQ==,md5=YYhApm7/tEBeaJ0zfd1yNQ==
    | content-type: application/octet-stream
    | x-goog-generation: 1383985024194000
    | server: HTTP Upload Server Built on Nov 15 2013 16:02:54 (1384560174)
    | alternate-protocol: 443:quic
    | accept-ranges: bytes
    | content-length: 92160
    | x-goog-stored-content-encoding: identity
    | etag: "618840a66effb4405e689d337ddd7235"
    | x-goog-metageneration: 1
    | expires: Sat, 30 Nov 2013 05:57:17 GMT
FINE: Extracting .tar.gz stream to /home/debian/.pub-cache/_temp/dirgIkxTH.
IO : Spawning tar --extract --gunzip --directory /home/debian/.pub-cache/_temp/dirgIkxTH

debian@debian-armhf:/tmp$ find ~/.pub-cache/
/home/debian/.pub-cache/
/home/debian/.pub-cache/_temp
/home/debian/.pub-cache/_temp/dirgDLeFo
/home/debian/.pub-cache/_temp/dirgxpGaw
/home/debian/.pub-cache/_temp/dirio85xm
/home/debian/.pub-cache/_temp/dirwOA3KQ
/home/debian/.pub-cache/_temp/dirENIbyf
/home/debian/.pub-cache/_temp/dirue38Ik
/home/debian/.pub-cache/_temp/dirgIkxTH
/home/debian/.pub-cache/_temp/dirUJd5NS
/home/debian/.pub-cache/_temp/diriun5ZE
/home/debian/.pub-cache/_temp/dir3MAr3l
/home/debian/.pub-cache/_temp/dirxPAOlZ
/home/debian/.pub-cache/_temp/dirXjZRW0
/home/debian/.pub-cache/_temp/diru0J4Bl
/home/debian/.pub-cache/_temp/dirX9jPW2
/home/debian/.pub-cache/_temp/dirrwbqBX
/home/debian/.pub-cache/_temp/dirmsl7F9
/home/debian/.pub-cache/_temp/dircVOsTo
/home/debian/.pub-cache/_temp/dircdrdLE
/home/debian/.pub-cache/_temp/dir3E388N
/home/debian/.pub-cache/_temp/dir2QhK1U
/home/debian/.pub-cache/_temp/dirjWhEkQ
/home/debian/.pub-cache/_temp/dirobqYNj
/home/debian/.pub-cache/_temp/dirtV1azI
/home/debian/.pub-cache/_temp/dircTOzEu
/home/debian/.pub-cache/_temp/dirAgbnIB
/home/debian/.pub-cache/_temp/dirsuR6Ei
/home/debian/.pub-cache/_temp/dird3lEqp
/home/debian/.pub-cache/_temp/dir3XEaaw
/home/debian/.pub-cache/hosted
/home/debian/.pub-cache/hosted/pub.dartlang.org

@kasperl
Copy link

kasperl commented Dec 4, 2013

Added Area-Pub, Triaged labels.

@munificent
Copy link
Member

I know next to nothing about armhf but it looks like tar is hanging. A couple of things to investigate:

  1. Try downloading a package archive and manually untarring it using a similiar command to the above one.
  2. The same but actually pipe the file into tar's stdin, which is what pub does.

@munificent
Copy link
Member

I'm going to close this bug out because we won't be able to own it. Since we don't have test hardware for this, we can't reliably fix it. But if you can figure out how to make it work, I'd definitely like to know and will take patches if they help.


Added NotPlanned label.

@DartBot DartBot added Type-Defect closed-not-planned Closed as we don't intend to take action on the reported issue labels Dec 5, 2013
@DartBot
Copy link
Author

DartBot commented Jun 5, 2015

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

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-not-planned Closed as we don't intend to take action on the reported issue
Projects
None yet
Development

No branches or pull requests

4 participants