Re: [pacman-dev] configure syntax error even after issuing autogen.sh

2019-10-18 Thread Andrew Gregory
On 10/18/19 at 06:38pm, Saul Tigh wrote:
> Dear pacman developers,
> 
> First time poster here, so please be gentle. I've been trying to compile
> pacman from git and I constantly run into an issue. First I issue
> ./autogen.sh and then ./configure but this error always pops up:
> 
> ./configure: line 14968: syntax error near unexpected token `$file_version,'
> ./configure: line 14968: ` AX_COMPARE_VERSION($file_version, ge, 5.38,
> with_file_seccomp=yes)'
> 
> What am I doing wrong?

Install autoconf-archive


Re: [pacman-dev] configure syntax error even after issuing autogen.sh

2019-10-18 Thread Santiago Torres-Arias
On Fri, Oct 18, 2019 at 06:38:53PM +0700, Saul Tigh wrote:
> Dear pacman developers,
> 
> First time poster here, so please be gentle. I've been trying to compile
> pacman from git and I constantly run into an issue. First I issue
> ./autogen.sh and then ./configure but this error always pops up:
> 
> ./configure: line 14968: syntax error near unexpected token `$file_version,'
> ./configure: line 14968: ` AX_COMPARE_VERSION($file_version, ge, 5.38,
> with_file_seccomp=yes)'

Hi Saul,

Do you care to share what's the commit you're compiling and information
about your toolchain (e.g., versions of automake and such).

Cheers!
-Santiago


signature.asc
Description: PGP signature


[pacman-dev] configure syntax error even after issuing autogen.sh

2019-10-18 Thread Saul Tigh
Dear pacman developers,

First time poster here, so please be gentle. I've been trying to compile
pacman from git and I constantly run into an issue. First I issue
./autogen.sh and then ./configure but this error always pops up:

./configure: line 14968: syntax error near unexpected token `$file_version,'
./configure: line 14968: ` AX_COMPARE_VERSION($file_version, ge, 5.38,
with_file_seccomp=yes)'

What am I doing wrong?