Opened 10 years ago
Last modified 6 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 , 10 years ago
Status: | new → open |
---|
comment:2 by , 6 years ago
follow-up: 4 comment:3 by , 6 years ago
follow-up: 5 comment:4 by , 6 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?
follow-up: 6 comment:5 by , 6 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.
comment:6 by , 6 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: 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