Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 154876 - mozilla-firefox builds with --disable-jsd
Summary: mozilla-firefox builds with --disable-jsd
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
: 156169 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-11-12 05:07 UTC by tony den haan
Modified: 2006-11-27 22:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tony den haan 2006-11-12 05:07:57 UTC
in firefox-2 about:buildconfig shows --disable-jsd, which means no working javascript debugger. couldn't find any such option in ebuild, so no way to change this.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-11-12 05:31:33 UTC
USE=mozdevelop
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-11-25 00:28:18 UTC
*** Bug 156169 has been marked as a duplicate of this bug. ***
Comment 3 Alexey Spiridonov 2006-11-27 22:03:48 UTC
(In reply to comment #2)
> *** Bug 156169 has been marked as a duplicate of this bug. ***

There was one new point in my bug: extensions assume that --disable-jsd is not used. Firebug quietly fails (because the author probably isn't even aware of the existence of --disable-jsd), while Venkman says:

"JS Debugger Service is not installed. (Perhaps this application was built
<snip> with --disable-jsd <snip>. You can resolve this by recompiling without
that option or complaining to your vendor [who shouldn't be using that flag]"

So, there's a consensus in the JavaScript developer community is that the flag shouldn't be used. Turning it off by default is a disservice to Gentoo users (I lost at least a half hour of my time tracking down why JS debugging wasn't working).

Who wins by having it turned off?