Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 295938 - net-firewall/ebtables-2.0.9.1-r1 fails to apply patch
Summary: net-firewall/ebtables-2.0.9.1-r1 fails to apply patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-06 10:18 UTC by Patrizio Bassi
Modified: 2009-12-07 09:43 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 Patrizio Bassi 2009-12-06 10:18:09 UTC
>>> Preparing source in /mnt/Dati/Gentoo/tmp/portage/net-firewall/ebtables-2.0.9.1-r1/work/ebtables-v2.0.9-1 ...
 * Applying ebtables-2.0.8.1-ebt-save.diff ...                                                                                                                                    [ ok ]

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 *
 *   /mnt/Dati/Gentoo/portage/net-firewall/ebtables/files/ebtables-2.0.9-1-LDFLAGS.diff
 *   ( ebtables-2.0.9-1-LDFLAGS.diff )

 * ERROR: net-firewall/ebtables-2.0.9.1-r1 failed:
 *   Cannot find $EPATCH_SOURCE!
 *
 * Call stack:
 *     ebuild.sh, line   55:  Called src_prepare
 *   environment, line 2986:  Called epatch '/mnt/Dati/Gentoo/portage/net-firewall/ebtables/files/ebtables-2.0.9-1-LDFLAGS.diff'
 *   environment, line 1369:  Called die
 * The specific snippet of code:
 *                   die "Cannot find \$EPATCH_SOURCE!";
Comment 1 Martin Jansa 2009-12-06 17:28:50 UTC
Seems like there is missing 'v' in patch name
diff shows
epatch "${FILESDIR}/${PN}-2.0.9-1-LDFLAGS.diff"
instead of
epatch "${FILESDIR}/${PN}-v2.0.9-1-LDFLAGS.diff"
Comment 2 Andrew Savchenko gentoo-dev 2009-12-06 17:50:23 UTC
Same here. Wrong patch name in the ebuild.
Comment 3 thanasis 2009-12-06 21:02:54 UTC
Changed it in ebtables-2.0.9.1-r1.ebuild and it emerged fine.
Comment 4 Patrizio Bassi 2009-12-07 09:43:29 UTC
works, thanks, i mark it closed