* [dm-crypt] configure
@ 2015-12-07 14:08 Almeida, Gabriel
0 siblings, 0 replies; 4+ messages in thread
From: Almeida, Gabriel @ 2015-12-07 14:08 UTC (permalink / raw)
To: dm-crypt@saout.de
[-- Attachment #1: Type: text/plain, Size: 948 bytes --]
Hi All,
While trying to install cryptsetup and I get the following error... Steps are done as follows:
$ git clone https://gitlab.com/cryptsetup/cryptsetup.git
$ git checkout v1_7_0
$ cd cryptsetup
At this point, instructions are asking to run ./configure, however there is no such file inside.
So while running ./autogen.sh I get the following error:
configure.ac:42: error: possibly undefined macro: AC_MSG_ERROR
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:156: error: possibly undefined macro: AM_PATH_LIBGCRYPT
Appreciate your help.
Generate build-system by:
autopoint: /usr/bin/autopoint (GNU gettext-tools) 0.18.3
aclocal: aclocal (GNU automake) 1.14.1
autoconf: autoconf (GNU Autoconf) 2.69
automake: automake (GNU automake) 1.14.1
libtoolize: libtoolize (GNU libtool) 2.4.2
Best Regards
Gabriel
[-- Attachment #2: Type: text/html, Size: 5221 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dm-crypt] configure
@ 2015-12-07 14:12 Almeida, Gabriel
2015-12-07 14:32 ` Milan Broz
0 siblings, 1 reply; 4+ messages in thread
From: Almeida, Gabriel @ 2015-12-07 14:12 UTC (permalink / raw)
To: dm-crypt@saout.de
[-- Attachment #1: Type: text/plain, Size: 952 bytes --]
Hi All,
While trying to install cryptsetup and I get the following error... Steps are done as follows:
$ git clone https://gitlab.com/cryptsetup/cryptsetup.git
$ git checkout v1_7_0
$ cd cryptsetup
At this point, instructions are asking to run ./configure, however there is no such file inside.
So while running ./autogen.sh I get the following error:
configure.ac:42: error: possibly undefined macro: AC_MSG_ERROR
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:156: error: possibly undefined macro: AM_PATH_LIBGCRYPT
Appreciate your help.
Generate build-system by:
autopoint: /usr/bin/autopoint (GNU gettext-tools) 0.18.3
aclocal: aclocal (GNU automake) 1.14.1
autoconf: autoconf (GNU Autoconf) 2.69
automake: automake (GNU automake) 1.14.1
libtoolize: libtoolize (GNU libtool) 2.4.2
Best Regards
Gabriel
[-- Attachment #2: Type: text/html, Size: 5526 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dm-crypt] configure
2015-12-07 14:12 [dm-crypt] configure Almeida, Gabriel
@ 2015-12-07 14:32 ` Milan Broz
2015-12-07 14:38 ` Almeida, Gabriel
0 siblings, 1 reply; 4+ messages in thread
From: Milan Broz @ 2015-12-07 14:32 UTC (permalink / raw)
To: Almeida, Gabriel, dm-crypt@saout.de
On 12/07/2015 03:12 PM, Almeida, Gabriel wrote:
> While trying to install cryptsetup and I get the following error…
> Steps are done as follows:
>
>
>
> $ git clone https://gitlab.com/cryptsetup/cryptsetup.git
>
> $ git checkout v1_7_0
>
> $ cd cryptsetup
>
>
>
> At this point, instructions are asking to run ./configure, however
> there is no such file inside.
Configure is distributed in tarballs, downloaded from
https://www.kernel.org/pub/linux/utils/cryptsetup/
For git branch you need to run ./autogen.sh to generate it.
> So while running ./autogen.sh I get the following error:
>
>
>
> configure.ac:42: error: possibly undefined macro: AC_MSG_ERROR
>
> If this token and others are legitimate, please use
> m4_pattern_allow.
>
> See the Autoconf documentation.
>
> configure.ac:156: error: possibly undefined macro: AM_PATH_LIBGCRYPT
You do not have all development packages installed.
(I guess pkgconfig or gcrypt devel here.)
I do not know your distro but better use tarball, run pregenerated
configure and it will probably print more info.
Milan
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dm-crypt] configure
2015-12-07 14:32 ` Milan Broz
@ 2015-12-07 14:38 ` Almeida, Gabriel
0 siblings, 0 replies; 4+ messages in thread
From: Almeida, Gabriel @ 2015-12-07 14:38 UTC (permalink / raw)
To: Milan Broz, dm-crypt@saout.de
sudo apt-get install libgcrypt20-dev made the trick.
Thanks
-----Original Message-----
From: Milan Broz [mailto:gmazyland@gmail.com]
Sent: Montag, 7. Dezember 2015 15:32
To: Almeida, Gabriel; dm-crypt@saout.de
Subject: Re: [dm-crypt] configure
On 12/07/2015 03:12 PM, Almeida, Gabriel wrote:
> While trying to install cryptsetup and I get the following error...
> Steps are done as follows:
>
>
>
> $ git clone https://gitlab.com/cryptsetup/cryptsetup.git
>
> $ git checkout v1_7_0
>
> $ cd cryptsetup
>
>
>
> At this point, instructions are asking to run ./configure, however
> there is no such file inside.
Configure is distributed in tarballs, downloaded from https://www.kernel.org/pub/linux/utils/cryptsetup/
For git branch you need to run ./autogen.sh to generate it.
> So while running ./autogen.sh I get the following error:
>
>
>
> configure.ac:42: error: possibly undefined macro: AC_MSG_ERROR
>
> If this token and others are legitimate, please use m4_pattern_allow.
>
> See the Autoconf documentation.
>
> configure.ac:156: error: possibly undefined macro: AM_PATH_LIBGCRYPT
You do not have all development packages installed.
(I guess pkgconfig or gcrypt devel here.)
I do not know your distro but better use tarball, run pregenerated configure and it will probably print more info.
Milan
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-12-07 14:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-07 14:12 [dm-crypt] configure Almeida, Gabriel
2015-12-07 14:32 ` Milan Broz
2015-12-07 14:38 ` Almeida, Gabriel
-- strict thread matches above, loose matches on Subject: below --
2015-12-07 14:08 Almeida, Gabriel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox