Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1209 - Missing patch file breaks gnumeric 1.0.5 build
Summary: Missing patch file breaks gnumeric 1.0.5 build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-17 20:06 UTC by Avi Schwartz
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 Avi Schwartz 2002-03-17 20:06:27 UTC
The ebuild for gnumeric 1.0.5 specifies a patch file that does not exist:

src_unpack() {
        unpack ${A}

        #patch 'gnumeric-doc.make' to look for files in the correct place.
        cd ${S}/doc
        patch -p0 <${FILESDIR}/${P}-docbuild.patch || die
        cd ${S}
}


>>> emerge app-office/gnumeric-1.0.5 to /
>>> md5 ;-) gnumeric-1.0.5.tar.bz2
>>> Unpacking source...
>>> Unpacking gnumeric-1.0.5.tar.bz2
/usr/sbin/ebuild.sh:
/usr/portage/app-office/gnumeric/files/gnumeric-1.0.5-docbuild.patch: No such
file or directory

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_unpack, Line -12, Exitcode 1
!!! (no error message)

!!! emerge aborting on  /usr/portage/app-office/gnumeric/gnumeric-1.0.5.ebuild .
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-03-20 23:34:42 UTC
Fixed.