Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 304059 - [java-overlay] dev-java/icedtea-6.1.7 fails to build because of wrong directory path
Summary: [java-overlay] dev-java/icedtea-6.1.7 fails to build because of wrong directo...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-08 20:28 UTC by Eric Smith
Modified: 2010-02-10 03:08 UTC (History)
0 users

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 Eric Smith 2010-02-08 20:28:32 UTC
USE flags:

-cacao -debug -doc -examples hs16 -javascript -nio2 -npplugin -nsplugin -pulseaudio -systemtap xrender -zero

It fails with:

icedtea_version="1.7" ; \
	if ! test "xno" = "xno"; then \
	  echo "JDK_DERIVATIVE_NAME=${icedtea_version}" \
	    >>openjdk/jdk/make/common/shared/Defs.gmk ; \
	  echo "PRODUCT_NAME=IcedTea6" \
	    >>openjdk/jdk/make/common/shared/Defs.gmk ; \
	else \
	  echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \
	    >>openjdk/jdk/make/common/shared/Defs.gmk ; \
	fi ; 
echo "DISTRO_NAME=Gentoo" >>openjdk/jdk/make/common/shared/Defs.gmk ;
cp -r /var/tmp/paludis/dev-java-icedtea-6.1.7/work/icedtea6-1.7/overlays/openjdk/* openjdk/
touch stamps/overlay.stamp
for copy_dir in \
	  `cat /var/tmp/paludis/dev-java-icedtea-6.1.7/work/icedtea6-1.7/tools-copy/tools-jdk-copy-files.txt` ; \
	do \
	  mkdir -p hotspot-tools/$copy_dir ; \
	  cp -pPRf openjdk/jdk/src/share/classes/$copy_dir/* \
	    hotspot-tools/$copy_dir ; \
	done
cp: cannot stat `openjdk/jdk/src/share/classes/org/relaxng/datatype//*': No such file or directory
cp: cannot stat `openjdk/jdk/src/share/classes/org/relaxng/datatype/helpers//*': No such file or directory


The relaxng directory can be founder here instead:
openjdk/jaxws/src/share/classes/org/relaxng
Comment 1 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2010-02-08 22:04:56 UTC
please post output of emerge --info and attach full build output (the error message should tell you its path)
Comment 2 Eric Smith 2010-02-10 03:08:24 UTC
Sorry, I think a stupid memory problem on my part caused this.