Closed
Bug 227234
Opened 21 years ago
Closed 21 years ago
Official Linux XFT+GTK2 build does not start
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ali, Assigned: bryner)
References
()
Details
Attachments
(1 file)
7.53 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6b) Gecko/20031201 Firebird/0.7+
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6b) Gecko/20031201 Firebird/0.7+
The official Linux XFT+GTK2 build appears to be horked and does not start. The
build in question is this:
ftp://ftp.mozilla.org/pub/mozilla.org/firebird/nightly/2003-12-01-09-trunk/MozillaFirebird-i686-linux-gtk2+xft.tar.gz
Note that the filesize on this build is also over 1MB smaller than normal, which
suggests the either the build did not complete, or something did not get
packaged. I tried my own CVS build using the same build options and it worked
(I'm using it to post this bugreport). Running the official build brings up the
Starting Mozilla Firebird thing for a few seconds, and then bails without a message.
Reproducible: Always
Steps to Reproduce:
1. Run ./MozillaFirebird
2.
3.
Actual Results:
Appears to begin starting normally, and then bails for no apparent reason
Expected Results:
It should have started.
I'm not marking this as a blocker because the code appears to be okay, but its a
build machine or packaging problem I think.
Reporter | ||
Comment 1•21 years ago
|
||
Same problem with the 2003-12-02-09 build. Am just noting this so that we know
its not a one-off packaging error, but something that's consistent across daily
builds. Once again, CVS builds work fine.
Comment 2•21 years ago
|
||
2003/12/03 Linux GTK2
[root@localhost MozillaFirebird]# ./MozillaFirebird-bin
./MozillaFirebird-bin: error while loading shared libraries: libmozjs.so: cannot open shared
object file: No such file or directory
Reporter | ||
Comment 3•21 years ago
|
||
The behaviour in comment #2 has nothing to do with this bug. In fact, it's not a
bug at all. You should be running ./MozillaFirebird, not ./MozillaFirebird-bin.
If you run ./MozillaFirebird-bin, you WILL get that error, and this is by design.
Also, I'm just noting that comment #2 is with a CVS build, not an official
nightly (those won't be released for another few hours).
Comment 4•21 years ago
|
||
./MozillaFirebird didn't start at all, with no notice. So i tried
MozillaFirebird-bin and when i saw this message i thought it's the reason.
Secondly - it's from nightly. I made a mistake with build date. Mine was the one
from latest-trunk.
Comment 5•21 years ago
|
||
Forum thread: http://forums.mozillazine.org/viewtopic.php?t=38019
Comment 6•21 years ago
|
||
present in 12/04 builds
The exit code from the failure is "11", fwiw. :)
Here is the log file generated with NSPR_LOG_MODULES=all:5. The following gets
dumped on the console.
$ ./MozillaFirebird
[0x8ca95c0] setting up pattern with the following specification:
lang group: x-western
adding generic font from preferences: Verdana
adding generic family: sans-serif
point,pixel size: 14,280
slant: roman
weight: (orig,calc) 400,100
Return code is 11 as reported.
Updated•21 years ago
|
Flags: blocking0.8?
Reporter | ||
Comment 8•21 years ago
|
||
Today's build works fine:
ftp://ftp.mozilla.org/pub/mozilla.org/firebird/nightly/2003-12-06-09-trunk/MozillaFirebird-i686-linux-gtk2+xft.tar.gz
--> FIXED (but will reopen if subsequent builds are found to be failing)
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•21 years ago
|
Flags: blocking0.8?
Comment 9•21 years ago
|
||
Confirming fixed on:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6b) Gecko/20031206 Firebird/0.7+
Updated•6 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•