Bug 174284 - compilation failure (SeaMonkey 2.14.1; Clang 3.2)
Summary: compilation failure (SeaMonkey 2.14.1; Clang 3.2)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Florian Smeets
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-09 02:30 UTC by deeptech71@gmail.com
Modified: 2012-12-09 10:11 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description deeptech71@gmail.com 2012-12-09 02:30:00 UTC
Compiling SeaMonkey 2.14.1 fails with Clang 3.2:

/usr/ports/www/seamonkey/work/comm-release/mozilla/js/src/jsinterp.cpp:3684:9: error: indirect goto might cross protected scopes

Fix: 

The bug has been fixed in the development version of SM. The following patch should be applied (backported to SM 2.14.1):
https://bugzilla.mozilla.org/attachment.cgi?id=659784

Note that this bug report automatically loses its relevance when SM 2.15 hits the ports tree.
Comment 1 Florian Smeets freebsd_committer freebsd_triage 2012-12-09 10:08:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->flo

I'll take it.
Comment 2 Florian Smeets freebsd_committer freebsd_triage 2012-12-09 10:11:14 UTC
State Changed
From-To: open->closed

Committed. Thanks!