Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9710 - (unstable) samba-2.2.6.ebuild tries to apply patch twice, fails second time
Summary: (unstable) samba-2.2.6.ebuild tries to apply patch twice, fails second time
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-26 09:34 UTC by Phil Richards
Modified: 2003-02-04 19:42 UTC (History)
0 users

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 Phil Richards 2002-10-26 09:34:47 UTC
The current (2002-10-26 15:30 UTC) version of the samba-2.2.6 ebuild has the
following code:

[...]
src_unpack() {
    local i
    unpack ${A} || die
    cd ${S} || die

    patch -p0 < ${FILESDIR}/samba-2.2.2-smbmount.diff || die
    patch -p0 < ${FILESDIR}/samba-2.2.2-smbmount.diff || die
    patch -p1 < ${FILESDIR}/samba-2.2.5-gp-reloc-fix.patch || die
[...]

One of the smbmount.diff patch lines needs to removed.

(Even "helping" patch by telling it not to apply the patch when it asks is no
good - patch returns an error code because it "fails" to apply the patches.)

pihl
Comment 1 SpanKY gentoo-dev 2002-10-26 11:39:28 UTC
fixed in cvs, thx 
Comment 2 Donny Davies (RETIRED) gentoo-dev 2002-10-26 13:19:45 UTC
oops, sorry.. thx Spanky..