Bug #12262 Unsupported "ps" option on some platform(s ?)
Submitted: 29 Jul 2005 7:45 Modified: 29 Jul 2005 18:28
Reporter: Joerg Bruehe Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S2 (Serious)
Version:4.1.13a / any OS:Other (Tru64)
Assigned to: Joerg Bruehe CPU Architecture:Any

[29 Jul 2005 7:45] Joerg Bruehe
Description:
In "Do-compile.log", there are lines
   ps: cannot find user: "xww"
which might even cause the tool to abort - need to check.

In any case, the setting of "ps" options needs to be corrected.

How to repeat:
Run a build.

Suggested fix:
Better differentiation between platforms in "Do-compile".
[29 Jul 2005 17:43] Joerg Bruehe
On Tru64, there is a file "/vmunix" but still it should not be treated like a BSD system, because "ps -u" expects a user name to be given:

mysqldev@barney:~> uname -a
OSF1 barney.southplainscollege.edu V5.1 2650 alpha
mysqldev@barney:~> ps -auxww
ps: cannot find user: "xww"

So "Do-compile" needs a further check.

(Priority / severity because the build tools need to be able to kill remnant processes.)