Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59978 - xemacs 21.4.15 fails to emerge on ~ppc (ebuild error)
Summary: xemacs 21.4.15 fails to emerge on ~ppc (ebuild error)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: XEmacs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-10 12:19 UTC by Jonathan Hudson
Modified: 2004-08-10 15:04 UTC (History)
1 user (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 Jonathan Hudson 2004-08-10 12:19:19 UTC
xemacs 21.4.15 fails to emerge on ~ppc:

>>> emerge (1 of 1) app-editors/xemacs-21.4.15 to /
>>> md5 src_uri ;-) xemacs-21.4.15.tar.gz
>>> md5 src_uri ;-) NeXT_XEmacs.tar.gz
>>> Unpacking source...
>>> Unpacking xemacs-21.4.15.tar.gz to /var/tmp/portage/xemacs-21.4.15/work
>>> Unpacking NeXT_XEmacs.tar.gz to /var/tmp/portage/xemacs-21.4.15/work
 * Applying emodules.info-21.4.8-gentoo.patch...                          [ ok ] * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 *
 *   /usr/portage/app-editors/xemacs/files/xemacs-21.4.15-ppc.diff


!!! ERROR: app-editors/xemacs-21.4.15 failed.
!!! Function epatch, Line 182, Exitcode 0
!!! Cannot find $EPATCH_SOURCE!


Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Problem is fixed by commenting out (or removing) the ppc part of the ebuild.
Then xemacs emerges and can be invoked.

#       if [ ${ARCH} = "ppc" ] ; then
#               epatch ${FILESDIR}/${P}-ppc.diff || die
#       fi

Alternately, the ebuild could download the diff if it's really needed.
Comment 1 Luca Barbato gentoo-dev 2004-08-10 15:04:10 UTC
patch removed, thanks