Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 May 2008 01:26:14 GMT
From:      Frank Durda IV <uhclem@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/123282: FreeBSD 7.0 firefox-2.0.0.12 port patch fails (nsCanvasRenderingContext2D.cpp)
Message-ID:  <200805010126.m411QED9075999@www.freebsd.org>
Resent-Message-ID: <200805010130.m411U1lr064898@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         123282
>Category:       ports
>Synopsis:       FreeBSD 7.0 firefox-2.0.0.12 port patch fails (nsCanvasRenderingContext2D.cpp)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 01 01:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Frank Durda IV
>Release:        7.0-RELEASE i386
>Organization:
>Environment:
FreeBSD falloff.lonestar.org 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008   root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386

>Description:
On a freshly installed 7.0-RELEASE i386 system, the fourth port
pulled down was Firefox, which aborts the build before really
starting with an:


"Ignoring previously applied (or reversed) patch.
1 out of 1 hunks ignored...
Patch patch-content__canvas__src__nsCanvasRenderingContext2D.cpp failed to apply cleanly.

As this is a directory that didn't exist until this
port was downloaded (no command line options other than "make")
I must conclude the port was bad rather than a conflict
with components of some other port.

However for completeness, the other ports applied
to this system were 44-bsdcsh, lsof, xchat and firefox.
No packages requested, just what you get with an "All"
and Install-Ports "yes" during the OS install.

The patch reject is a one line entry as found in
/usr/ports/www/firefox/work/mozilla/content/
 canvas/src/nsCanvasRenderingContext2D.cpp.rej

..
2139,2155

-   if (status != imgIRequest::STATUS_LOAD_COMPLETE)

--- 2139, 2155 ---

+   if (status & imgIRequest::STATUS_LOAD_COMPLETE) == 0)

I did a search for an existing report of this bug
but I appear to be first to at least report it.
Nothing like this on "firefox" was found (seems
impossible), with or without ports category search
criteria.



>How-To-Repeat:
On FreeBSD 7.0
cd /usr/src/ports/www/firefox
make

(previously installed ports not included as part of the
OS install "All" distribution:  44bsd-csh, lsof, xchat,
otherwise this is a freshly installed system)

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805010126.m411QED9075999>