Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 131206 - mail-notification-2.0 path to evolution patch error
Summary: mail-notification-2.0 path to evolution patch error
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Tom Martin (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-25 04:46 UTC by DULMANDAKH Sukhbaatar
Modified: 2006-04-26 09:11 UTC (History)
1 user (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 DULMANDAKH Sukhbaatar 2006-04-25 04:46:00 UTC
error message is:

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 *
 *   /usr/portage/mail-client/mail-notification/files/mail-notification-2.0-evolution-r1.diff
 *   ( mail-notification-2.0-evolution-r1.diff )

in mail-notification-2.0.ebuild:
EVO_INSTALLED="$(best_version mail-client/evolution)"
EVO_VERSION=${EVO_INSTALLED##*-}
EVO_VERSION=$(get_version_component_range 1-2 ${EVO_VERSION})

these lines must determine major evolution version such as 2.4 or 2.6, but giving minor version such as r1.

there is /usr/portage/mail-client/mail-notification/files/mail-notification-2.0-evolution-2.6.diff
Comment 1 Tom Martin (RETIRED) gentoo-dev 2006-04-25 10:04:04 UTC
I simplified the $EVO_VERSION gunk; should be working now.

Thanks for the bug report.
Comment 2 DULMANDAKH Sukhbaatar 2006-04-25 18:03:21 UTC
Synced my portage tree on apr 26, but still not working and gave me another error

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 *
 *   /usr/portage/mail-client/mail-notification/files/mail-notification-2.0-evolution-mail-client.diff
 *   ( mail-notification-2.0-evolution-mail-client.diff )


seems something problematic :D
Comment 3 Tom Martin (RETIRED) gentoo-dev 2006-04-26 09:11:42 UTC
Doh. That really shouldn't be happening. I'll have another look.