Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 182326 - app-editors/emacs-cvs-23.0.0-r6 emerge fails due to redundant patch
Summary: app-editors/emacs-cvs-23.0.0-r6 emerge fails due to redundant patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-17 13:46 UTC by Denis Zalewsky
Modified: 2007-06-17 14:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
fixes the issue (patch,537 bytes, patch)
2007-06-17 13:48 UTC, Denis Zalewsky
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Zalewsky 2007-06-17 13:46:37 UTC
app-editors/emacs-cvs-23.0.0-r6 ebuild contains patch to add support for Xaw3d only in the case HAVE_XAW3D defined. Now this changes has been incorporated to emacs CVS repository and not required causing emerge to fail.

Reproducible: Always

Steps to Reproduce:
1. emerge =emacs-cvs-23.0.0-r6
2.
3.

Actual Results:  
emerge fails

Expected Results:  
emerge is ok

The following patch fixes it:

-------------------------------------------

diff --unified=3 -P -r a/emacs-cvs-23.0.0-r6.ebuild b/emacs-cvs-23.0.0-r6.ebuild
--- a/emacs-cvs-23.0.0-r6.ebuild        2007-06-17 17:35:42.000000000 +0400
+++ b/emacs-cvs-23.0.0-r6.ebuild        2007-06-17 17:35:28.000000000 +0400
@@ -86,7 +86,6 @@
                        || die "unable to sed configure.in"
        fi

-       epatch "${FILESDIR}/${PN}-Xaw3d-headers.patch"
        epatch "${FILESDIR}/${PN}-freebsd-sparc.patch"
        # ALSA is detected and used even if not requested by the USE=alsa flag.
        # So remove the automagic check
Only in a/files: emacs-cvs-Xaw3d-headers.patch
Comment 1 Denis Zalewsky 2007-06-17 13:48:29 UTC
Created attachment 122323 [details, diff]
fixes the issue

this patch fixes the issue removing patching of the emacs cvs sources with emacs-cvs-Xaw3d-headers.patch
Comment 2 Denis Zalewsky 2007-06-17 13:53:13 UTC
fix exists but should be incorporated to portage
Comment 3 Ulrich Müller gentoo-dev 2007-06-17 14:52:07 UTC
Fixed. Thanks for reporting.