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

Bug 300485

Summary: Failed patch in net-libs/xulrunner-1.9.1.7
Product: Gentoo Linux Reporter: Nick Andrade <SDNick484>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Nick Andrade 2010-01-10 21:20:41 UTC
Trying to build net-libs/xulrunner-1.9.1.7 on ~amd64, I run into "Failed Patch: 136-fix_ftbfs_with_cairo_fb.patch".  When I run the patch manually, I see the following:
# patch --dry-run -p1 < ../136-fix_ftbfs_with_cairo_fb.patch 
patching file gfx/thebes/src/gfxASurface.cpp
Hunk #1 FAILED at 50.
Hunk #2 FAILED at 166.
2 out of 2 hunks FAILED -- saving rejects to file gfx/thebes/src/gfxASurface.cpp.rej.

Looking at the patch, it's trying to address CAIRO_HAS_DIRECTFB_SURFACE, however there's no longer any reference to this in gfxASurface.cpp.





Reproducible: Always

Steps to Reproduce:
1.emerge =net-libs/xulrunner-1.9.1.7
Actual Results:  
Build fails due to bad patch.

Expected Results:  
Build works.

Patch can probably be removed as the condition it was addressing doesn't seem to be present.
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2010-01-10 22:02:45 UTC

*** This bug has been marked as a duplicate of bug 300360 ***