Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 450394 - dev-haskell/bloomfilter-1.2.6.10-r1 fails to emerge: Cannot find $EPATCH_SOURCE!
Summary: dev-haskell/bloomfilter-1.2.6.10-r1 fails to emerge: Cannot find $EPATCH_SOURCE!
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-05 14:16 UTC by Henry Gebhardt
Modified: 2013-01-07 08:03 UTC (History)
0 users

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


Attachments
emerge --info '=dev-haskell/bloomfilter-1.2.6.10-r1' & Co. (file_450394.txt,6.37 KB, text/plain)
2013-01-05 14:16 UTC, Henry Gebhardt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Henry Gebhardt 2013-01-05 14:16:40 UTC
Created attachment 334520 [details]
emerge --info '=dev-haskell/bloomfilter-1.2.6.10-r1' & Co.

Hi, bloomfilter fails in the src_prepare stage because it needs bloomfilter-1.2.6.10-quickcheck-2.6.patch. The build log on ~amd64 is:

 * Package:    dev-haskell/bloomfilter-1.2.6.10-r1
 * Repository: gentoo
 * Maintainer: haskell@gentoo.org
 * USE:        amd64 elibc_glibc kernel_linux userland_GNU
 * FEATURES:   sandbox
>>> Unpacking source...
>>> Unpacking bloomfilter-1.2.6.10.tar.gz to /var/tmp/portage/dev-haskell/bloomfilter-1.2.6.10-r1/work
>>> Source unpacked in /var/tmp/portage/dev-haskell/bloomfilter-1.2.6.10-r1/work
>>> Preparing source in /var/tmp/portage/dev-haskell/bloomfilter-1.2.6.10-r1/work/bloomfilter-1.2.6.10 ...
 * CHDEP: 'QuickCheck == 2.4.*' -> 'QuickCheck >= 2.4 && < 2.6'

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 * 
 *   /usr/portage/dev-haskell/bloomfilter/files/bloomfilter-1.2.6.10-quickcheck-2.6.patch
 *   ( bloomfilter-1.2.6.10-quickcheck-2.6.patch )

 * ERROR: dev-haskell/bloomfilter-1.2.6.10-r1 failed (prepare phase):
 *   Cannot find $EPATCH_SOURCE!
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_prepare
 *   environment, line 2682:  Called epatch '/usr/portage/dev-haskell/bloomfilter/files/bloomfilter-1.2.6.10-quickcheck-2.6.patch'
 *   environment, line 1093:  Called die
 * The specific snippet of code:
 *                   die "Cannot find \$EPATCH_SOURCE!";
 * 
 * If you need support, post the output of `emerge --info '=dev-haskell/bloomfilter-1.2.6.10-r1'`,
 * the complete build log and the output of `emerge -pqv '=dev-haskell/bloomfilter-1.2.6.10-r1'`.
 * The complete build log is located at '/var/tmp/portage/dev-haskell/bloomfilter-1.2.6.10-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-haskell/bloomfilter-1.2.6.10-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-haskell/bloomfilter-1.2.6.10-r1/work/bloomfilter-1.2.6.10'
 * S: '/var/tmp/portage/dev-haskell/bloomfilter-1.2.6.10-r1/work/bloomfilter-1.2.6.10'
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2013-01-07 08:03:31 UTC
> Hi, bloomfilter fails in the src_prepare stage because it needs
> bloomfilter-1.2.6.10-quickcheck-2.6.patch. The build log on ~amd64 is:

>  * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
>  *   ( bloomfilter-1.2.6.10-quickcheck-2.6.patch )

Hia! Yeah, forgot to move it from haskell overlay, sorry.
Pushed as:

> 07 Jan 2013; Sergei Trofimovich <slyfox@gentoo.org>
> +files/bloomfilter-1.2.6.10-quickcheck-2.6.patch:
> Added missing QA patch (bug #450394 by Henry Gebhardt).


Thanks for the report!