Closed
Bug 562045
Opened 16 years ago
Closed 16 years ago
firefox failed to start on Solaris if /usr/bin/diff is used
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ginnchen+exoracle, Assigned: ginnchen+exoracle)
References
Details
Attachments
(1 file)
|
1.00 KB,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
From: http://en.wikipedia.org/wiki/Tail_(Unix)
Using an older syntax (still used in Sun Solaris as the -n option is not supported), the last 20 lines and the last 50 bytes of filename can be shown with the following command:
tail -20 filename
tail -50c filename
However this syntax is now obsolete and does not conform with the POSIX 1003.1-2001 standard. Even if still supported in current versions, when used with other options (like -f, see below), these switches could not work at all.
OpenSolaris has /usr/gnu/bin ahead of /usr/bin in PATH, it should be fine.
I'm not going to fix all the compatibility issues on old Solaris systems.
But building a Firefox couldn't startup is not something we want to see.
Updated•16 years ago
|
Attachment #441818 -
Flags: review?(benjamin) → review+
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•