[Bug 433] New: Failed tar extraction does not cause immediate build failure
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Wed Jan 20 19:19:22 PST 2010
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=433
Summary: Failed tar extraction does not cause immediate build
failure
Product: IcedTea
Version: 6-hg
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: IcedTea6
AssignedTo: unassigned at icedtea.classpath.org
ReportedBy: gnu_andrew at member.fsf.org
if ! test -d openjdk ; \
then \
mkdir openjdk ; \
/bin/tar xf /boom -C openjdk; \
chmod -R ug+w openjdk ; \
sh /home/andrew/projects/openjdk/icedtea6-1.7/fsg.sh ; \
fi
/bin/tar: /boom: Cannot open: No such file or directory
/bin/tar: Error is not recoverable: exiting now
Further liberating OpenJDK...
if [ ! -e /tmp/icedtea6/generated ]; then \
cp -a /home/andrew/projects/openjdk/icedtea6-1.7/generated
/tmp/icedtea6; \
find /tmp/icedtea6/generated -type f -exec chmod 640 '{}' ';' \
-o -type d -exec chmod 750 '{}' ';'; \
fi
mkdir -p stamps
touch stamps/extract.stamp
touch stamps/replace-hotspot.stamp
for target in
/home/andrew/projects/openjdk/icedtea6-1.7/ports/hotspot/make/*/platform_zero.in
\
/home/andrew/projects/openjdk/icedtea6-1.7/ports/hotspot/make/*/makefiles/* \
/home/andrew/projects/openjdk/icedtea6-1.7/ports/hotspot/tools \
/home/andrew/projects/openjdk/icedtea6-1.7/ports/hotspot/src/*cpu/* \
/home/andrew/projects/openjdk/icedtea6-1.7/ports/hotspot/src/share/vm/*; do \
link=$(dirname $target | sed 's/^.*ports/openjdk/'|sed
"s#hotspot/build#hotspot/make#"); \
cp -rv $target $link; \
done
`/home/andrew/projects/openjdk/icedtea6-1.7/ports/hotspot/make/linux/platform_zero.in'
-> `openjdk/hotspot/make/linux'
cp: cannot create regular file `openjdk/hotspot/make/linux': No such file or
directory
`/home/andrew/projects/openjdk/icedtea6-1.7/ports/hotspot/make/linux/makefiles/shark.make'
-> `openjdk/hotspot/make/linux/makefiles'
cp: cannot create regular file `openjdk/hotspot/make/linux/makefiles': No such
file or directory
`/home/andrew/projects/openjdk/icedtea6-1.7/ports/hotspot/make/linux/makefiles/zero.make'
-> `openjdk/hotspot/make/linux/makefiles'
cp: cannot create regular file `openjdk/hotspot/make/linux/makefiles': No such
file or directory
`/home/andrew/projects/openjdk/icedtea6-1.7/ports/hotspot/make/linux/makefiles/zeroshark.make'
-> `openjdk/hotspot/make/linux/makefiles'
cp: cannot create regular file `openjdk/hotspot/make/linux/makefiles': No such
file or directory
`/home/andrew/projects/openjdk/icedtea6-1.7/ports/hotspot/tools' ->
`openjdk/hotspot'
`/home/andrew/projects/openjdk/icedtea6-1.7/ports/hotspot/tools/mkbc.c' ->
`openjdk/hotspot/mkbc.c'
cp: cannot create directory `openjdk/hotspot/src/cpu': No such file or
directory
cp: cannot create directory `openjdk/hotspot/src/os_cpu': No such file or
directory
`/home/andrew/projects/openjdk/icedtea6-1.7/ports/hotspot/src/share/vm/includeDB_shark'
-> `openjdk/hotspot/src/share/vm'
cp: cannot create regular file `openjdk/hotspot/src/share/vm': No such file or
directory
`/home/andrew/projects/openjdk/icedtea6-1.7/ports/hotspot/src/share/vm/includeDB_zero'
-> `openjdk/hotspot/src/share/vm'
cp: cannot create regular file `openjdk/hotspot/src/share/vm': No such file or
directory
cp: cannot create directory `openjdk/hotspot/src/share/vm': No such file or
directory
CACAO also fails in the same way, getting as far as applying patches. We
should recheck directory existence and exit 2.
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the distro-pkg-dev
mailing list