[Home]

Summary:ASTERISK-27594: [patch] BuildSystem: Invoke install not in GNU but POSIX style.
Reporter:Alexander Traud (traud)Labels:
Date Opened:2018-01-17 07:09:07.000-0600Date Closed:2018-01-18 09:48:45.000-0600
Priority:MinorRegression?
Status:Closed/CompleteComponents:Core/BuildSystem
Versions:13.19.0 15.2.0 Frequency of
Occurrence
Related
Issues:
Environment:OpenBSD 6.2Attachments:
Description: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 {{install}} 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]
Comments:By: Friendly Automation (friendly-automation) 2018-01-18 09:48:46.996-0600

Change 7997 merged by Joshua Colp:
BuildSystem: Invoke install not in GNU but POSIX style.

[https://gerrit.asterisk.org/7997|https://gerrit.asterisk.org/7997]

By: Friendly Automation (friendly-automation) 2018-01-18 10:04:08.183-0600

Change 7996 merged by Jenkins2:
BuildSystem: Invoke install not in GNU but POSIX style.

[https://gerrit.asterisk.org/7996|https://gerrit.asterisk.org/7996]

By: Friendly Automation (friendly-automation) 2018-01-18 10:09:24.947-0600

Change 7998 merged by Jenkins2:
BuildSystem: Invoke install not in GNU but POSIX style.

[https://gerrit.asterisk.org/7998|https://gerrit.asterisk.org/7998]