Opened 6 years ago
Last modified 2 years ago
#4548 open task
Opensolaris / sunos fate client
Reported by: | michael | 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 Changed 6 years ago by michael
- Status changed from new to open
comment:2 Changed 2 years ago by michael.kostylev
comment:3 follow-up: ↓ 4 Changed 2 years ago by 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.
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.
comment:4 in reply to: ↑ 3 ; follow-up: ↓ 5 Changed 2 years ago by 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?
comment:5 in reply to: ↑ 4 ; follow-up: ↓ 6 Changed 2 years ago by 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
comment:6 in reply to: ↑ 5 Changed 2 years ago by cehoyos
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: okIOW, 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.
http://fate.xffm.org/log.cgi?log=compile&time=20181112154944&slot=x86_64-openindiana-gcc
Workaround: --disable-stripping or --strip=/bin/true