dart-archive / pub-dartlang

DEPRECATED - old pub.dartlang.org site in Python
https://github.com/dart-lang/pub-dartlang-dart
Other
43 stars 18 forks source link

Pub get fails - invalid tar.gz file #350

Closed DartBot closed 9 years ago

DartBot commented 9 years ago

Originally opened as dart-lang/sdk#18066

This issue was originally filed by Samuel.Hap...@gmail.com


What steps will reproduce the problem?

  1. Clone https://github.com/cleandart/clean_my_admin/commit/e027bdc61cfb02a976e1cda784f4c0333b2ef487
  2. run pub get
  3. it fails with

pub get Resolving dependencies... (8.3s) Downloading clean_data 0.4.9... .gitignore: Can't create '.gitignore' .gitignore: Can't create '.gitignore' lib/src/data_reference.dart: Can't create 'lib/src/data_reference.dart' lib/src/data_reference.dart: Can't create 'lib/src/data_reference.dart' test/data_set_test.dart: Can't create 'test/data_set_test.dart' test/data_set_test.dart: Can't create 'test/data_set_test.dart' tar: Error exit delayed from previous errors. Failed to extract .tar.gz stream to /Users/samuel/.pub-cache/_temp/dirRBko49 (exit code 1). ../../../Volumes/data/b/build/slave/dart-editor-mac-dev/build/dart/sdk/lib/_internal/pub/lib/src/io.dart 700 extractTarGz.<fn> dart:isolate _RawReceivePortImpl._handleMessage This is an unexpected error. Please run

    pub --trace 'get'

and include the results in a bug report on http://dartbug.com/new.

Attached pub --trace get.

What version of the product are you using? On what operating system?

Pub 1.3.0-dev.7.10 on OSX


Attachment: pub_get_trace (29.60 KB)

DartBot commented 9 years ago

This comment was originally written by Samuel....@gmail.com


I have realized, the problem is I can't untar https://commondatastorage.googleapis.com/pub.dartlang.org/packages/clean_data-0.4.9.tar.gz

Strange, it seems like invalid tar.

DartBot commented 9 years ago

Comment by kevmoo


Added Area-PubSite, Triaged labels. Changed the title to: "Pub get fails - invalid tar.gz file".

DartBot commented 9 years ago

Comment by nicolasgarnier


This issue has been moved to Github as part of a migration. Please use the Issue on Github going forward: https://github.com/dart-lang/pub-dartlang/issues


Added MovedToGithub label.