Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 342775 - dev-java/commons-math-2.1 lacks ${P}-buildfixes.patch
Summary: dev-java/commons-math-2.1 lacks ${P}-buildfixes.patch
Status: RESOLVED FIXED
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-10-26 14:48 UTC by MaratIK
Modified: 2010-10-26 16:30 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 MaratIK 2010-10-26 14:48:38 UTC
Cannot emerge dev-java/commons-math-2.1 due to ebuild contains:
java_prepare() {
        epatch "${FILESDIR}"/${P}-buildfixes.patch
}
But there is no directory "files" in portage tree:
 $ ls -l /usr/portage/dev-java/commons-math/
total 20
-rw-r--r-- 1 root root  925 Oct 24 13:35 ChangeLog
-rw-r--r-- 1 root root 1436 Oct 24 13:35 Manifest
-rw-r--r-- 1 root root 1061 Nov  3  2009 commons-math-2.0.ebuild
-rw-r--r-- 1 root root 1044 Oct 24 13:09 commons-math-2.1.ebuild
-rw-r--r-- 1 root root  252 Oct  2  2009 metadata.xml


Reproducible: Always

Steps to Reproduce:

Actual Results:  

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 *
 *   /usr/portage/dev-java/commons-math/files/commons-math-2.1-buildfixes.patch
 *   ( commons-math-2.1-buildfixes.patch )
 * ERROR: dev-java/commons-math-2.1 failed:
 *   Cannot find $EPATCH_SOURCE!


Expected Results:  
commons-math emerges perfectly
Comment 1 Serkan Kaba (RETIRED) gentoo-dev 2010-10-26 16:30:03 UTC
Committed missing patch to CVS. Sorry for inconvenience.