| Summary: | tetex-2.0.2 file: tetex-texdoctk-gentoo.patch missing in portage tree | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Andreas Kobara <abusch> |
| Component: | New packages | Assignee: | 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: | --- | |
see bug http://bugs.gentoo.org/show_bug.cgi?id=63483 for solution (emerge sync should work) *** This bug has been marked as a duplicate of 63483 *** Thanks Alex, I missed that one. |
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.