[asterisk-bugs] [JIRA] (ASTERISK-27594) [patch] BuildSystem: Invoke install not in GNU but POSIX style.

Alexander Traud (JIRA) noreply at issues.asterisk.org
Wed Jan 17 07:10:49 CST 2018


Alexander Traud created ASTERISK-27594:
------------------------------------------

             Summary: [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: 15.2.0, 13.19.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