Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 150326 - epatch for dev-util/darcs-1.0.8-r1 fails
Summary: epatch for dev-util/darcs-1.0.8-r1 fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
: 151867 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-10-06 15:40 UTC by Tassilo Horn
Modified: 2006-10-19 17:31 UTC (History)
2 users (show)

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 Tassilo Horn 2006-10-06 15:40:59 UTC
`emerge darcs' results in:

>>> Emerging (1 of 1) dev-util/darcs-1.0.8-r1 to /
 * darcs-1.0.8.tar.gz MD5 ;-) ...                                         [ ok ]
 * darcs-1.0.8.tar.gz RMD160 ;-) ...                                      [ ok ]
 * darcs-1.0.8.tar.gz SHA1 ;-) ...                                        [ ok ]
 * darcs-1.0.8.tar.gz SHA256 ;-) ...                                      [ ok ]
 * darcs-1.0.8.tar.gz size ;-) ...                                        [ ok ]
 * checking ebuild checksums ;-) ...                                      [ ok ]
 * checking auxfile checksums ;-) ...                                     [ ok ]
 * checking miscfile checksums ;-) ...                                    [ ok ]
 * checking darcs-1.0.8.tar.gz ;-) ...                                    [ ok ]
>>> Unpacking source...
>>> Unpacking darcs-1.0.8.tar.gz to /var/tmp/portage/darcs-1.0.8-r1/work

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 *
 *   /usr/portage/dev-util/darcs/files/darcs-1.0.8-ghc66.patch
 *   ( darcs-1.0.8-ghc66.patch )


!!! ERROR: dev-util/darcs-1.0.8-r1 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_unpack
  ebuild.sh, line 708:   Called src_unpack
  darcs-1.0.8-r1.ebuild, line 33:   Called epatch '/usr/portage/dev-util/darcs/files/darcs-1.0.8-ghc66.patch'
  eutils.eclass, line 198:   Called die

!!! Cannot find $EPATCH_SOURCE!
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 Stephen Boyd 2006-10-07 01:48:14 UTC
I just tried emerging this on my system and I didn't have a problem... maybe you should try to emerge it again?
Comment 2 Tassilo Horn 2006-10-07 02:56:48 UTC
Did you forget to check in the patch? I did `emerge --sync' again, but it's still not there where the ebuild expects it.

# ls /usr/portage/dev-util/darcs/files/
digest-darcs-1.0.4  digest-darcs-1.0.6  digest-darcs-1.0.8
digest-darcs-1.0.5  digest-darcs-1.0.7  digest-darcs-1.0.8-r1
Comment 3 Andres Loeh (RETIRED) gentoo-dev 2006-10-07 03:10:04 UTC
The patch should not have been applied anyway. I hope I've fixed this
now.

ks
Comment 4 Tassilo Horn 2006-10-07 05:57:00 UTC
Yes, it works now. Thanks.
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-10-18 12:58:48 UTC
*** Bug 151867 has been marked as a duplicate of this bug. ***
Comment 6 Marek Kwasceki 2006-10-19 14:40:11 UTC
I did emerge --sync twice tooday and still it is happening.
 
There's this line 
 epatch "${FILESDIR}/${P}-ghc66.patch" in the 1.0.8 ebuild
and 
 epatch "${FILESDIR}/darcs-1.0.8-ghc66.patch" 1.0.7 ebuild
Comment 7 Duncan Coutts (RETIRED) gentoo-dev 2006-10-19 17:31:26 UTC
Yes we broke it again, very sorry folks. Now fixed again.