[asterisk-bugs] [JIRA] (ASTERISK-27594) [patch] BuildSystem: Invoke install not in GNU but POSIX style.
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Wed Jan 17 07:10:49 CST 2018
[ https://issues.asterisk.org/jira/browse/ASTERISK-27594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=241619#comment-241619 ]
Asterisk Team commented on ASTERISK-27594:
------------------------------------------
Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.
A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.
Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].
> [patch] BuildSystem: Invoke install not in GNU but POSIX style.
> ---------------------------------------------------------------
>
> Key: ASTERISK-27594
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-27594
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Core/BuildSystem
> Affects Versions: 13.19.0, 15.2.0
> Environment: OpenBSD 6.2
> Reporter: Alexander Traud
> Severity: Minor
>
> When you enable an external download in {{make menuselect}}, like the module for the audio-code Opus Codec, the bash script {{./build_tools/download_externals}} is invoked. Within that script, the command-line tool {{intall}} is invoked with the parameter {{\-\-mode}} (and sometimes {{\-\-group}} and {{\-\-owner}}).
> On some platforms, like OpenBSD 6.2, {{install}} does not support these parameters via GNU style (double-dash) but only via POSIX style (single-dash) syntax like \-m \-g, and \-o, [see...|https://softwareengineering.stackexchange.com/a/70418]
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list