Ticket #28 (closed defect: fixed)
Could not package toolchain source archive ?. See
| Reported by: | Wiering | Owned by: | dmc |
|---|---|---|---|
| Priority: | normal | Milestone: | r4-crystax-4 |
| Component: | ndk | Version: | r4-crystax-3 |
| Severity: | normal | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: |
Description
When running:
./build/tools/download-toolchain-sources.sh --release=myrelease --package --over-http --verbose
I get:
...
./gdb/gdb-7.1.x/sim/testsuite/sim/v850/shl.cgs
./gdb/gdb-7.1.x/sim/testsuite/sim/v850/shr.cgs
./gdb/gdb-7.1.x/sim/testsuite/sim/v850/testutils.cgs
./gdb/gdb-7.1.x/sim/testsuite/sim/v850/testutils.inc
tar: ./gdb/gdb-7.1.x/sim/testsuite/sim/v850: file changed as we read it
tar: ./gdb/gdb-7.1.x/sim/testsuite/sim: file changed as we read it
tar: ./gdb/gdb-7.1.x/sim/testsuite: file changed as we read it
./gdb/gdb-7.1.x/sim/v850/
./gdb/gdb-7.1.x/sim/v850/ChangeLog
./gdb/gdb-7.1.x/sim/v850/config.in
./gdb/gdb-7.1.x/sim/v850/configure
./gdb/gdb-7.1.x/sim/v850/configure.ac
./gdb/gdb-7.1.x/sim/v850/interp.c
./gdb/gdb-7.1.x/sim/v850/Makefile.in
./gdb/gdb-7.1.x/sim/v850/sim-main.h
./gdb/gdb-7.1.x/sim/v850/simops.c
./gdb/gdb-7.1.x/sim/v850/simops.h
./gdb/gdb-7.1.x/sim/v850/v850-dc
./gdb/gdb-7.1.x/sim/v850/v850.igen
./gdb/gdb-7.1.x/sim/v850/v850_sim.h
tar: ./gdb/gdb-7.1.x/sim/v850: file changed as we read it
./gdb/gdb-7.1.x/src-release
./gdb/gdb-7.1.x/symlink-tree
./gdb/gdb-7.1.x/texinfo/
./gdb/gdb-7.1.x/texinfo/texinfo.tex
./gdb/gdb-7.1.x/ylwrap
./gmp/
./gmp/gmp-4.2.2.tar.bz2
./gmp/gmp-4.2.4.tar.bz2
./mpfr/
./mpfr/mpfr-2.3.0.tar.bz2
./mpfr/mpfr-2.4.1.tar.bz2
Could not package toolchain source archive ?. See
This is on Windows 7, and first-time installation of cygwin
(cygwin installation reported exit codes with the following packages, could that be related?)
boxes.sh exit code 2
docbook-xml-simple10.sh exit code 1
docbook-xml-simple11.sh exit code 1
docbook-xml412.sh exit code 1
docbook-xml42.sh exit code 1
docbook-xml43.sh exit code 1
docbook-xml44.sh exit code 1
docbook-xml45.sh exit code 1
docbook-xsl-ns.sh exit code 1
docbook-xsl.sh exit code 1
exim.sh exit code 1
libglade2.0.sh exit code 2
mined.sh exit code 1
Change History
comment:2 Changed 21 months ago by dmc
- Status changed from new to closed
- Resolution set to worksforme
Just tried it on fresh Windows 7 and have it successfully packed. Close as 'worksforme'. If you'll know how to reproduce that, feel free to reopen this bug.
comment:3 Changed 21 months ago by dmc
- Status changed from closed to reopened
- Resolution worksforme deleted
Got the same problem on Windows 7. Reopen.
comment:4 Changed 21 months ago by dmc
- Status changed from reopened to closed
- Resolution set to fixed
The problem is Windows 7 specific - for some reasons it does not release files just after they were closed. It release it couple of seconds later. There are lot of complains about this Win7 behavior in google.
Workaround added: try to pack it 5 times, sleeping 2 seconds between attempts. It's not the ideal solution but practically it works.
Looks like some network problem. Is this the all output you've got?