[asterisk-bugs] [JIRA] (DAHTOOL-79) Dahdi-tools master fails to build on ubuntu xenial - autoreconf problem
Keith Morgan (JIRA)
noreply at issues.asterisk.org
Thu Jun 6 09:30:47 CDT 2019
[ https://issues.asterisk.org/jira/browse/DAHTOOL-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Keith Morgan closed DAHTOOL-79.
-------------------------------
Resolution: Fixed
Had to search for the errors. Most likely problems with changes in autoconf.
After installing dependencies from the read me. I had to do
libtoolize --force
aclocal
automake --force-missing --add-missing
autoreconf -i
This should only be needed from a clone of the git repo.
Support (dahdi) for kernels 4.x added in 3.0.0 and support for 5.x kernels in 3.1.0-rc1
> Dahdi-tools master fails to build on ubuntu xenial - autoreconf problem
> -----------------------------------------------------------------------
>
> Key: DAHTOOL-79
> URL: https://issues.asterisk.org/jira/browse/DAHTOOL-79
> Project: DAHDI-Tools
> Issue Type: Bug
> Security Level: None
> Components: General
> Affects Versions: 2.10.0
> Reporter: Ed Simmons
> Assignee: Wendell Thompson
> Severity: Critical
>
> Trying to build asterisk with Dahdi support in docker. I cannot get master branch (obtained from github mirror commit id 75eedd6fa6dbd25c0edc689dd2568b04a6c5b1ba) to build. It stops with errors on "autoreconf -i" and I don't understand the reasons.
> I see
> {{
> autoreconf -i
> configure.ac:15: error: AC_INIT should be called with package and version arguments
> /usr/share/aclocal-1.15/init.m4:29: AM_INIT_AUTOMAKE is expanded from...
> configure.ac:15: the top level
> autom4te: /usr/bin/m4 failed with exit status: 1
> aclocal: error: echo failed with exit status: 1
> autoreconf: aclocal failed with exit status: 1
> }}
> but no issues are visible to me where it's pointing to.
> I'm working on short steps to reproduce the issue in docker, but in short:
> Install build dependencies,
> download the zip from github of master at the mentioned commit ID,
> extract,
> run "autoreconf -i"
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list