Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 280479 - dev-java/jython-2.5.0-r1 does not merge with USE flag "examples"
Summary: dev-java/jython-2.5.0-r1 does not merge with USE flag "examples"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-05 17:35 UTC by Jeremy Stent
Modified: 2009-08-06 09:41 UTC (History)
0 users

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


Attachments
Output from emerge --info (emerge_info,15.25 KB, text/plain)
2009-08-05 17:36 UTC, Jeremy Stent
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Stent 2009-08-05 17:35:03 UTC
I cannot merge dev-java/jython when the USE flag "examples" is specified.  The install phase of the ebuild checks for a non-existent "Demo/*" 

Reproducible: Always

Steps to Reproduce:
1.  run 'FEATURES="-test" USE="examples" emerge -v jython

Actual Results:  
BUILD SUCCESSFUL
Total time: 2 minutes 42 seconds
>>> Source compiled.
>>> Test phase [not enabled]: dev-java/jython-2.5.0-r1

>>> Install jython-2.5.0-r1 into /misc/portage/tmp/portage/dev-java/jython-2.5.0-r1/image/ category dev-java
install: cannot stat `Demo/*': No such file or directory
!!! doins: Demo/* does not exist
 *
 * ERROR: dev-java/jython-2.5.0-r1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_install
 *             environment, line 4554:  Called java-pkg_doexamples 'Demo/*'
 *             environment, line 2753:  Called die
 * The specific snippet of code:
 *           doins -r "$@" ) || die "Installing examples failed";
 *  The die message:
 *   Installing examples failed
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/misc/portage/tmp/portage/dev-java/jython-2.5.0-r1/temp/build.log'.
 * The ebuild environment file is located at '/misc/portage/tmp/portage/dev-java/jython-2.5.0-r1/temp/environment'.
 *
!!! When you file a bug report, please include the following information:
GENTOO_VM=sun-jdk-1.6  CLASSPATH="" JAVA_HOME="/opt/sun-jdk-1.6.0.14"
JAVACFLAGS="-source 1.5 -target 1.5" COMPILER="javac"
and of course, the output of emerge --info
 * QA Notice: file does not exist:
 *
 *      doins: Demo/* does not exist


Expected Results:  
I expected a successful install of jython.

output of emerge --info attached.
Using Sun JDK 1.6.0.14
Comment 1 Jeremy Stent 2009-08-05 17:36:02 UTC
Created attachment 200274 [details]
Output from emerge --info
Comment 2 Alistair Bush (RETIRED) gentoo-dev 2009-08-06 08:42:41 UTC
Thanks for the bug report.  Fixed in cvs.  Will hit the mirrors shortly.
Comment 3 Jeremy Stent 2009-08-06 09:41:12 UTC
Thank you for the quick turnaround.