Closed Bug 327827 Opened 18 years ago Closed 18 years ago

MSG_ALERT is not defined

Categories

(Other Applications Graveyard :: Venkman JS Debugger, defect)

PowerPC
macOS
defect
Not set
major

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: jfm, Assigned: bugzilla-mozilla-20000923)

References

Details

User-Agent:       Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.8
Build Identifier: seamonkey-1.0 built_from_src

When opening  Tools/Web/JavaScript Debugger :
Error: MSG_ALERT is not defined
Source File: chrome://venkman/content/venkman-utils.js
Line: 248

Indeed:
/sw/bld/seamonkey-1.0-1/mozilla# grep -rI MSG_ALERT *
extensions/irc/js/lib/utils.js:        title = MSG_ALERT;
extensions/venkman/resources/content/venkman-utils.js:        title = MSG_ALERT;

Thus this seems to potentially affect CHATZILLA also 

JF Mertens

Reproducible: Always

Steps to Reproduce:
1.Build probably irrelevant, if not :
2.ConfigureParams: --enable-xft --disable-freetype2 --enable-calendar --enable-optimize="-O3 -fstrict-aliasing" --disable-debug --enable-application=suite --enable-macos-target=10.4 --enable-prebinding --enable-default-toolkit=gtk2 --with-pthreads --with-default-mozilla-five-home=%p/lib/%N --mandir=%p/share/man --enable-strip --enable-extensions=all --enable-image-decoders=all --enable-ldap-experimental --enable-xpctools --enable-necko-protocols=all --enable-efence --enable-native-uconv --enable-ctl --enable-xinerama --with-system-mng --with-system-jpeg --with-system-png --with-system-zlib --enable-postscript --enable-ipv6 --enable-tests --with-x --enable-canvas --with-qtdir=%p --enable-pango --enable-svg --enable-update-packaging --enable-storage --enable-system-cairo --enable-profilesharing

3. For identical setup, grab my .info and .patch files from my experimental dir:
http://cvs.sourceforge.net/viewcvs.py/fink/experimental/jfmertens/crypto/finkinfo/
and 'fink install seamonkey'

Actual Results:  
cf supra

Expected Results:  
-

The JavaScript debugger is broken with this.
Hence severity 'major'
silver can explain this creature. i could definitely patch around it....

note that in chatzilla's cvs, there *is* a MSG_ALERT definition.

I really don't trust fink and would rather that I never see a bug reported about it here. Please build mozilla using mozilla cvs (any branch you like, just not some strange package manager's hacked mozilla).
Assignee: rginda → silver
Blocks: 194234, 313802
Status: UNCONFIRMED → NEW
Ever confirmed: true
"I really don't trust fink.." : this is not the issue here _ it is a build I'm making myself from source (with the hope of committing it to fink when things get straightened out).
The .info and .patch files I referred to are just a short, standardised description of the exact source, build, install, and post-install...

JF Mertens
That's not the point.

You are using a non-standard build system, hence all the 4 or 5 bugs you filed in Bugzilla are technically completely invalid. Unless YOU actually do the work to figure out what is wrong, I'm just going to go around and close the ones that I care about.
"You are using a non-standard build system..."
What do you mean?
I'm using the most standard one _ except if using
parameters to configure, or DESTDIR with make install
is called non-standard...
According to the files you linked to, a /hell/ of a lot of weird stuff is done to the environment that certainly isn't "normal", whether you eventually run client.mk's stuff or not. Unless you can reproduce it on a proper setup, no-one can help.
See bug 327835 comment 10. Your build flags conflict with Venkman.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
Product: Other Applications → Other Applications Graveyard
You need to log in before you can comment on or make changes to this bug.