| Summary: | net-libs/xulrunner-1.9.1.7 fails to apply patch | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Hans Nieser <hans> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | gerdesj |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | failed patch output | ||
|
Description
Hans Nieser
2010-01-10 09:57:11 UTC
Created attachment 215909 [details]
failed patch output
(In reply to comment #0) > Might be related to/dupe of bug 300360 (it doesn't seem to fail on the exact > same patch though) I don't think so. I have the same issue ie fails to patch 136-fix_ftbfs_with_cairo_fb.patch. In the ebuild: src_prepare() { # Apply our patches EPATCH_EXCLUDE="136-fix_ftbfs_with_cairo_fb.patch" \ EPATCH_SUFFIX="patch" \ EPATCH_FORCE="yes" \ epatch "${WORKDIR}" So I think this patch is supposed to be excluded. I followed the link in the bug 300360 and checked that my eclass/eutils.class had the change posted there. The fault still occurs. I don't think that EPATCH_EXCLUDE is working properly (but I am in no way a programmer!) same error. Looking at the code seams that the patch doesn't need anymore. *** This bug has been marked as a duplicate of bug 300360 *** |