Closed
Bug 68039
Opened 24 years ago
Closed 24 years ago
Java no longer installs
Categories
(SeaMonkey :: Installer, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9
People
(Reporter: akkzilla, Assigned: samir_bugzilla)
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
On commercial linux builds from the past week, Java no longer installs even
though I check the Java box in my custom install. This is a regression; it
worked up until a week or two ago. Of course, trying to install after the fact
doesn't work either (that's a longstanding bug) so if you don't get it on
initial install, you're doomed.
On IRC, I was told:
<Fabian> akk : you need to symlink to the plugins dir.. but maybe we should file
a bug saying it doesn't do it automatically
<Fabian> akk : symlink the plugin files in the java2 directory to the moz plugin dir
<Fabian> akk : it seems the plugin is here
mozilla/plugins/java2/plugin/i386/ns60/libjavaplugin_oji.so
Reporter | ||
Comment 1•24 years ago
|
||
I tried going to the directory where netscape was installed
(/usr/local/netscape) and typing:
ln -s plugins/java2/plugin/i386/ns60/libjavaplugin_oji.so plugins
but no joy, Java still doesn't work.
Severity: normal → major
Keywords: regression
Reporter | ||
Comment 2•24 years ago
|
||
Okay, here's the real command that needs to be executed:
ln -s ../plugins/java2/plugin/i386/ns600/libjavaplugin_oji.so plugins
Assignee | ||
Comment 4•24 years ago
|
||
Nothing changed in the installer in the timeframe mentioned. Investigating.
Cci'ing granrose in case build machines moved or we received a new drop of Java.
Assignee | ||
Comment 6•24 years ago
|
||
After install ogs on linux I found that although we are executing the symlink.sh
hack, the link to the java plugin is not being created. On a hunch that this
may be related to the way execute has changed I am cc'ing dbragg and dveditz.
Don, Dan,
I pass in 2 arguments to symlink.sh. This used to work fine before. Now it
doesn't create the link. One possibility might be the way the args are
interpreted now. Need help as to what has changed in this arena. Else, we can
hack symlink.sh some to do some string parsing if only one argument is passable
now. This looks like a regression. Not sure though.
Grace,
It would help if you could isolate in exactly which trunk build this first
started occuring. Thanks.
Status: NEW → ASSIGNED
Yes, this info would be very valuable. I checked in the changes to
nsInstallExcute.cpp on 1/26.
Assignee | ||
Comment 8•24 years ago
|
||
Akkana confirms that manually making the symlink makes java work again.
Assignee | ||
Comment 9•24 years ago
|
||
I have isolated this base on Don's comments:
The 2001-01-26 8am build creates the symlink, but the 2001-01-26 9pm build
doesn't and Don said his checkin went in on 2000-01-26 after the tree opened on
that day. Now trying the simple workaround.
Comment 10•24 years ago
|
||
Updated•24 years ago
|
Comment 11•24 years ago
|
||
I can just confirm that this bug is still valid on Linux Build ID: 2001020808.
/Richard
Assignee | ||
Comment 12•24 years ago
|
||
Execution on Unix appears totally hosed. Exectables and shell scripts,
likewise. Working with Don on this.
Assignee | ||
Comment 13•24 years ago
|
||
We have a solution. Spun off bug:
<http://bugzilla.mozilla.org/show_bug.cgi?id=68356>
Assignee | ||
Comment 14•24 years ago
|
||
Assignee | ||
Comment 15•24 years ago
|
||
Don,
Please review.
Dan,
Please super review.
Comment 16•24 years ago
|
||
I hate the really complex patch files. <harrrumph>
r=dbragg
Comment 17•24 years ago
|
||
sr=dveditz
Assignee | ||
Updated•24 years ago
|
Whiteboard: Waiting to hear from chofmann/marek if ns trunk is open
Assignee | ||
Comment 18•24 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Whiteboard: Waiting to hear from chofmann/marek if ns trunk is open
Comment 19•24 years ago
|
||
Samir, can you please check this into the Mozilla 0.8 branch as well.
Assignee | ||
Comment 20•24 years ago
|
||
Spoke with Asa. Clarified that this doesn't need to go into m0.8 since jre.xpi
is only delivered to sweetlou inside netscape on a daily basis. External users
should not be affected.
Granrose,
Please confirm that the jre.xpi (which is only built in the commercial tree) is
not delivered on a daily basis outside Netscape. Thanks.
Comment 21•24 years ago
|
||
well, the xpi creation should only happen in the deliver.pl script so I leave it
to sgehani to know if that's being generated or not.
However, a find . -name jre.xpi on the mozilla ftp directory does not return any
files so it does not appear to be delivered to the mozilla ftp server.
Assignee | ||
Comment 22•24 years ago
|
||
Thanks Jon. That confirms that release is not dropping the jre.xpi outside the
firewall so this does not affect m0.8 and mozilla users.
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•