FS#7168 - firefox 2.0.0.3-2 build failed

Attached to Project: Arch Linux
Opened by Dmitry N. Shilov (StormBlast) - Tuesday, 15 May 2007, 13:19 GMT
Last edited by Alexander Baldeck (kth5) - Friday, 18 May 2007, 00:12 GMT
Task Type Bug Report
Category Packages: Current
Status Closed
Assigned To Alexander Baldeck (kth5)
Architecture All
Severity High
Priority Normal
Reported Version 2007.05 Duke
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

This causes by patch from linuxpowertop.org added yesterday.
First, this string in PKGBUILD is wrong:
patch -Np1 -i ${startdir}/src/firefox-2.0.patch || return 1
With -p1 we have:

can't find file to patch at input line 8

When we add -p0 (thats right), we have another problem:

patching file security/manager/ssl/src/nsCertVerificationThread.cpp
patching file security/manager/ssl/src/nsSSLThread.cpp
Hunk #1 FAILED at 381.
Hunk #2 succeeded at 872 (offset -62 lines).
1 out of 2 hunks FAILED -- saving rejects to file security/manager/ssl/src/nsSSLThread.cpp.rej

Fixed patch attached.
This task depends upon

Closed by  Alexander Baldeck (kth5)
Friday, 18 May 2007, 00:12 GMT
Reason for closing:  Fixed
Comment by Alexander Baldeck (kth5) - Tuesday, 15 May 2007, 21:02 GMT
the patch has been changed upstream. will be fixed with the next build.

Loading...