Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 453608 - dev-java/icedtea-7.2.3.4 random cacao and jamvm unpack errors
Summary: dev-java/icedtea-7.2.3.4 random cacao and jamvm unpack errors
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrew John Hughes
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-23 01:52 UTC by Rick Farina (Zero_Chaos)
Modified: 2013-02-13 19:12 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rick Farina (Zero_Chaos) gentoo-dev 2013-01-23 01:52:07 UTC
if ! test -d jamvm ; \
then \
  mkdir jamvm ; \
  /bin/tar xzf jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz -C jamvm ; \
  dir=$(basename jamvm/jamvm-*) ; \
  ln -s $dir jamvm/jamvm ; \
fi
tar (child): jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
/bin/tar: Child returned status 2
/bin/tar: Error is not recoverable: exiting now
make: *** [stamps/extract-jamvm.stamp] Error 2


I get this randomly when trying to build icedtea:7. It doesn't always happen, it seems to be right around 50/50
Comment 1 Ralph Sennhauser (RETIRED) gentoo-dev 2013-02-01 09:14:25 UTC
Fixed in main tree.

  01 Feb 2013; Ralph Sennhauser <sera@gentoo.org> icedtea-6.1.12.0.ebuild,
  +files/icedtea-6.1.12.0-parallel-unpack.patch, icedtea-7.2.3.4.ebuild,
  +files/icedtea-7.2.3.4-parallel-unpack.patch:
  Fix parallel unpacking for cacao and jamvm. #453608
Comment 2 Ralph Sennhauser (RETIRED) gentoo-dev 2013-02-13 19:12:10 UTC
Fixed upstream in 6.1.12.2 and 7.2.3.6 which are now in tree.