Opened 9 years ago

Last modified 5 years ago

#4548 open task

Opensolaris / sunos fate client

Reported by: Michael Niedermayer Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords: fateclient
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

We currently have a aging opensolaris fate client, someone should setup a new one

Change History (6)

comment:1 by Michael Niedermayer, 9 years ago

Status: newopen

comment:2 by michael.kostylev, 5 years ago

comment:3 by michael.kostylev, 5 years ago

Btw, OpenIndiana is not so bad, the only visible issue is /usr/bin/strip from Sun, that does not support the -o option.
The Sparc/Solaris configs are in a worse shape (no quick solution).
If Openindiana is ok, I'll send a key. #4504 and #5885 can be covered as well.

in reply to:  3 ; comment:4 by Carl Eugen Hoyos, 5 years ago

Replying to michael.kostylev:

Btw, OpenIndiana is not so bad, the only visible issue is /usr/bin/strip from Sun, that does not support the -o option.

This is trivial, is there no issue with sed?

in reply to:  4 ; comment:5 by michael.kostylev, 5 years ago

Replying to cehoyos:

Replying to michael.kostylev:

Btw, OpenIndiana is not so bad, the only visible issue is /usr/bin/strip from Sun, that does not support the -o option.

This is trivial, is there no issue with sed?

% for sed in $(which -a sed) ; do echo -n "$sed: " ; $sed -E '' /dev/null && echo ok ; done 
/usr/gnu/bin/sed: ok
/usr/xpg4/bin/sed: ok
/usr/ucb/sed: sed: Unknown flag: E
/usr/bin/sed: ok

IOW, even if /usr/xpg4/bin/sed takes precedence, there is no issue. But I think the BRE variant is also trivial, so -E is not really needed.

Last edited 5 years ago by michael.kostylev (previous) (diff)

in reply to:  5 comment:6 by Carl Eugen Hoyos, 5 years ago

Replying to michael.kostylev:

Replying to cehoyos:

Replying to michael.kostylev:

Btw, OpenIndiana is not so bad, the only visible issue is /usr/bin/strip from Sun, that does not support the -o option.

This is trivial, is there no issue with sed?

% for sed in $(which -a sed) ; do echo -n "$sed: " ; $sed -E '' /dev/null && echo ok ; done 
/usr/gnu/bin/sed: ok
/usr/xpg4/bin/sed: ok
/usr/ucb/sed: sed: Unknown flag: E
/usr/bin/sed: ok

IOW, even if /usr/xpg4/bin/sed takes precedence, there is no issue.

Good to know, this is sadly not the case on sunos.

But I think the BRE variant is also trivial, so -E is not really needed.

That is what I hoped, so far no patch was suggested.

Note: See TracTickets for help on using tickets.