If you were logged in you would be able to see more operations.
|
|
|
QuickBuild
Created: 27/Aug/14 06:45 AM
Updated: 21/Dec/14 01:09 PM
|
|
Component/s: |
None
|
Affects Version/s: |
5.1.30
|
Fix Version/s: |
6.0.0
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
Environment:
|
QuickBuild buildagent 5.1.30
Mac OS X Yosemite (10.10)
QuickBuild buildagent 5.1.30
Mac OS X Yosemite (10.10)
|
|
Running ".../buildagent/bin/agent.sh start" (starting buildagent) gives next error:
uname: illegal option -- o
usage: uname [-amnprsv]
Though, it still starts agent.
Digging into "agent.sh" showed that it is caused by next code:
CYGWIN=`uname -o`
As "-o" options for "uname" command is not available on Mac OS X , it gives such error.
|
Description
|
Running ".../buildagent/bin/agent.sh start" (starting buildagent) gives next error:
uname: illegal option -- o
usage: uname [-amnprsv]
Though, it still starts agent.
Digging into "agent.sh" showed that it is caused by next code:
CYGWIN=`uname -o`
As "-o" options for "uname" command is not available on Mac OS X , it gives such error. |
Show » |
|