Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 63532

Summary: tetex-2.0.2 file: tetex-texdoctk-gentoo.patch missing in portage tree
Product: Gentoo Linux Reporter: Andreas Kobara <abusch>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: major    
Priority: High    
Version: 2004.2   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Andreas Kobara 2004-09-10 03:49:59 UTC
The /usr/portage/eclass/tetex.eclass tries to patch the tetex source
with a patchfile that is no longer within the protage-tree.

EBUILD:
inherit tetex eutils flag-o-matic
...
src_unpack() {
        tetex_src_unpack
        epatch ${FILESDIR}/${PN}-no-readlink-manpage.diff
}

ECLASS:
tetex_src_unpack() {
...
epatch ${FILESDIR}/../../tetex/files/tetex-${TETEX_PV}-dont-run-config.diff
epatch ${FILESDIR}/../../tetex/files/tetex-${TETEX_PV}.diff
epatch ${FILESDIR}/../../tetex/files/tetex-texdoctk-gentoo.patch
...

RESULT:
>>> Unpacking source...
>>> Unpacking tetex-src-2.0.2.tar.gz to /var/tmp/portage/tetex-2.0.2-r3/work
>>> Unpacking tetex-texmfsrc-2.0.2.tar.gz to /var/tmp/portage/tetex-2.0.2-r3/work/tetex-src-2.0.2/texmf
>>> Unpacking tetex-texmf-2.0.2.tar.gz to /var/tmp/portage/tetex-2.0.2-r3/work/tetex-src-2.0.2/texmf
 * Applying tetex-2.0.2-dont-run-config.diff...                                                                                        [ ok ] * Applying tetex-2.0.2.diff...                                                                                                        [ ok ]
 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 *
 *   /usr/portage/app-text/tetex/files/../../tetex/files/tetex-texdoctk-gentoo.patch

Please re-add the patchfile to the portage-tree.

Regards,
Andy.
Comment 1 Alexander Weber 2004-09-10 04:20:02 UTC
see bug http://bugs.gentoo.org/show_bug.cgi?id=63483 for solution (emerge sync should work)
Comment 2 Andrew Ross (RETIRED) gentoo-dev 2004-09-10 04:34:31 UTC

*** This bug has been marked as a duplicate of 63483 ***
Comment 3 Andreas Kobara 2004-09-10 08:28:05 UTC
Thanks Alex, I missed that one.