[Home]

Summary:ASTERISK-27683: [patch] BuildSystem: Allow newer autotools on OpenBSD.
Reporter:Alexander Traud (traud)Labels:patch
Date Opened:2018-02-16 12:22:13.000-0600Date Closed:2018-02-20 06:22:17.000-0600
Priority:MinorRegression?
Status:Closed/CompleteComponents:Core/BuildSystem
Versions:13.19.1 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) OpenBSD_enable_newer_autotools.patch
Description:In OpenBSD, the user is able to install several versions of the autotools side-by-side. However, the user must choose a dedicated version and cannot ‘simply’ pick the latest version. Years ago, commit [76888b5|https://github.com/asterisk/asterisk/commit/76888b59903e8a83bdbc68bc809b7ade43fe817e#diff-3af436e6760a0c5f1e3d16a3384853a8] chose autoconf 2.63 although
* 2.69 is the latest version in general and
* 2.60a is the minimum requirement in Asterisk.

To allow different, newer versions of autoconf without editing the script {{./bootstrap.sh}}, Stuart Henderson created a patch for the official port in OpenBSD. That patch is attached. With that change, a user can go for:{code}pkg_add autoconf%2.69 automake%1.15 metaauto
AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.15 ./bootstrap.sh{code}
Comments:By: Asterisk Team (asteriskteam) 2018-02-16 12:22:14.048-0600

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].

By: Friendly Automation (friendly-automation) 2018-02-20 06:22:18.297-0600

Change 8235 merged by Joshua Colp:
BuildSystem: Allow newer autotools on OpenBSD.

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

By: Friendly Automation (friendly-automation) 2018-02-20 06:28:16.597-0600

Change 8236 merged by Jenkins2:
BuildSystem: Allow newer autotools on OpenBSD.

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

By: Friendly Automation (friendly-automation) 2018-02-20 07:36:09.448-0600

Change 8237 merged by Joshua Colp:
BuildSystem: Allow newer autotools on OpenBSD.

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