Closed
Bug 247440
Opened 21 years ago
Closed 21 years ago
Patch checker has no support for Solaris 10
Categories
(Toolkit :: Startup and Profile System, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 247553
People
(Reporter: dp+moz, Assigned: benjamin)
Details
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7) Gecko/20040615 Firefox/0.9
Build Identifier: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7) Gecko/20040615 Firefox/0.9
Email exchange with Roland Mainz:
Dan Price wrote:
> My coworker Ed and I unofficially maintain a repository of software
> here at Sun for the kernel group. We have been playing with the latest
> firefox this week. We noticed that we always get a warning as follows:
>
> ``# WARNING: Patch checker not supported for SunOS.''
>
> Why?
Likely because I didn't test it on Solaris 10 yet... my fault... ;-(
> Well, because we work on Solaris 10, or 5.10. Could you patch
> the script to tolerate 5.10? Since Solaris 10 has all of the patches
> from previous releases, this clause can just look like:
>
> "5.10")
> exit 0
> ;;
Ouch... I completely forgot Solaris 10... sorry... ;-(
> for both SPARC and x86 platforms. Also, it looks like the "not supported"
> message also has a bug in the way it prints out the message. How about:
>
> $(uname -rs)
>
> instead? That way, it will say:
>
> # WARNING: Patch checker not supported for SunOS 5.6
Can you file a bug at http://bugzilla.mozilla.org/ and assign the bug to me
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Roland Mainz asked me to assign this to him, but I'm not certain how to do that.
Comment 2•21 years ago
|
||
Dan Price wrote:
> Roland Mainz asked me to assign this to him, but I'm not certain how to do
> that.
Possibly you don't have the priviledges (yet) ... ;-(
Anyway... taking bug myself...
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: SunOS → Solaris
Summary: Patch checker not supported for SunOS -- fixes for Solaris 10, uname -rs → Patch checker has no support for Solaris 10
Comment 3•21 years ago
|
||
I am going to DUPlicate this to bug 247553 since dseven already finished half
the work there while I was sleeping (needed some rest from three releases within
two days... xx@@@!!!... ;-( ) ...
*** This bug has been marked as a duplicate of 247553 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•