Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 121207 - sys-apps/dbus-0.60-r4 and bad patch
Summary: sys-apps/dbus-0.60-r4 and bad patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Lowest major
Assignee: Project Gentopia
URL:
Whiteboard:
Keywords:
: 121224 121454 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-02-01 11:19 UTC by David Watzke
Modified: 2006-02-20 19:41 UTC (History)
3 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 David Watzke 2006-02-01 11:19:27 UTC
emerge =sys-apps/dbus-0.60-r4 on amd64 (but I think it's platform independ bug :-))

 * Applying dbus-0.60-qdbusmarshall.patch ...                                                                                                          [ ok ]

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 *
 *   /portage/sys-apps/dbus/files/dbus-0.60--mono-arguments.patch
 *   ( dbus-0.60--mono-arguments.patch )


!!! ERROR: sys-apps/dbus-0.60-r4 failed.
Call stack:
  ebuild.sh, line 1894:   Called dyn_unpack
  ebuild.sh, line 694:   Called src_unpack
  dbus-0.60-r4.ebuild, line 58:   Called epatch 'unpack'

!!! Cannot find $EPATCH_SOURCE!
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 teidakankan 2006-02-01 11:33:53 UTC
There is an extra "-" in this line from the ebuild

epatch "${FILESDIR}"/${PN}-0.60--mono-arguments.patch

change it to: epatch "${FILESDIR}"/${PN}-0.60-mono-arguments.patch

run a new digest and then it will compile okay.
Comment 2 David Watzke 2006-02-01 11:42:41 UTC
After that:

>>> Unpacking dbus-0.60.tar.gz to /var/tmp/portage/dbus-0.60-r4/work

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 *
 *   /overlay/sys-apps/dbus/files/dbus-0.60-gcj-2.patch
 *   ( dbus-0.60-gcj-2.patch )


!!! ERROR: sys-apps/dbus-0.60-r4 failed.
Call stack:
  ebuild.sh, line 1894:   Called dyn_unpack
  ebuild.sh, line 694:   Called src_unpack
  dbus-0.60-r4.ebuild, line 48:   Called epatch 'unpack'

!!! Cannot find $EPATCH_SOURCE!
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 3 Andrei Slavoiu 2006-02-01 11:48:51 UTC
Try another `emerge sync`. I only had the problem with dbus-0.60--mono-arguments.patch. After that it compiled.
Comment 4 David Watzke 2006-02-01 11:50:39 UTC
No, still same. Huh, it looks for it in overlay even if i repair it in portage. In make.conf is set PORTDIR=/portage and PORTDIR_OVERLAY=/overlay
and if i digesting it says:
Appending /portage to PORTDIR_OVERLAY...
>>> Generating digest file...
...
Maybe is problem here, but very weird...
Comment 5 David Watzke 2006-02-01 11:53:47 UTC
Oh gotcha, overlay have priority ... only deleting that in overlay works :)
Comment 6 Waldo 2006-02-01 12:17:18 UTC
Confirmed on my system, amd64

W
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2006-02-01 14:10:38 UTC
*** Bug 121224 has been marked as a duplicate of this bug. ***
Comment 8 Jakub Moc (RETIRED) gentoo-dev 2006-02-03 10:13:46 UTC
*** Bug 121454 has been marked as a duplicate of this bug. ***
Comment 9 Doug Goldstein (RETIRED) gentoo-dev 2006-02-20 19:41:01 UTC
Right.. So this is fixed.