Closed Bug 759671 Opened 13 years ago Closed 13 years ago

Extra semicolon at the end of SkMatrix::I() declaration breaks build on OpenBSD

Categories

(Core :: Graphics, defect)

Other
OpenBSD
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla15

People

(Reporter: gaston, Assigned: gaston)

References

Details

Attachments

(2 files)

Patch in a few, see build failure at http://buildbot.rhaalovely.net/builders/mozilla-central-amd64/builds/407/steps/build/logs/stdio build/gfx/skia/src/core/SkMatrix.cpp:1723: error: extra ';'
Depends on: 755869
Patch i'm currently testing. Note that's a fallout from the main skia update.
Assignee: nobody → landry
Attachment #628252 - Flags: review?(gwright)
To be more precise the patch effectively reverts http://hg.mozilla.org/mozilla-central/diff/5fb409f61b93/gfx/skia/src/core/SkMatrix.cpp from the update
And it fixes the build here, fwiw.
Status: NEW → ASSIGNED
Comment on attachment 628252 [details] [diff] [review] remove extra semicolon Review of attachment 628252 [details] [diff] [review]: ----------------------------------------------------------------- I'll take it. Can you upstream the patch? (Along with fix-comma-end-enum-list.patch, preferably.) ::: gfx/skia/update.sh @@ +115,5 @@ > # Bug 731384 - Fix compile errors on older versions of clang > patch -p3 < SkPostConfig.patch > # Bug 751814 - Various Skia fixes for ARM without EDSP and ARMv6+ > patch -p3 < arm-fixes.patch > +# Bug 759671 - Fix extra simicolon at end of SkMatrix::I() declaration semicolon
Attachment #628252 - Flags: review?(gwright) → review+
Argh. I've realized that this was already fixed by fix-comma-end-enum-list.patch (see bug 722011, comment 1) so all that's needed is to reapply that chunk which was lost in https://hg.mozilla.org/mozilla-central/rev/04f6554beaa3, there's no need for a newer patch (or the corresponding chunk should be removed from.fix-comma-end-enum-list.patch)
Keywords: checkin-needed
Attachment #628260 - Flags: review?(Ms2ger)
Attachment #628260 - Attachment is patch: true
Comment on attachment 628260 [details] [diff] [review] Onl apply missing chunk from 722011 Review of attachment 628260 [details] [diff] [review]: ----------------------------------------------------------------- Er, yes, I checked the other patch and missed the fact that they were actually fixing the same semicolon >.>
Attachment #628260 - Flags: review?(Ms2ger) → review+
Attachment #628260 - Flags: checkin?(dzbarsky)
Attachment #628260 - Flags: checkin?(dzbarsky) → checkin+
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla15
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: