Mailing List Archive

CVS?
Where do I pick up the CVS version? Is this different from the 'gnupg'
module? I can't seem to find gcrypt in there.

--Kurt
Re: CVS? [ In reply to ]
"Guenther, Kurt - NASHCCON" <kurt.guenther.NASHCCON@acs-inc.com> writes:

> Where do I pick up the CVS version?

http://www.gnupg.org/(en)/download/cvs_access.html.

moritz
--
((gpg-key-id . "6F984199")
(email . "moritz@duesseldorf.ccc.de")
(webpage . "http://duesseldorf.ccc.de/~moritz/"))
Re: CVS? [ In reply to ]
Guenther, Kurt - NASHCCON wrote:
> Where do I pick up the CVS version? Is this different from the 'gnupg'
> module? I can't seem to find gcrypt in there.

The module is called 'libgcrypt'.


Ivo

--
<tarzeau> the internet is so big, and full of nothing i want
RE: CVS? [ In reply to ]
Okay, I have it. How do I get going? Sorry, I'm a real newbie, but ready
to learn.

I tried 'autoconf', but I get a number of errors. The first error is:

configure.ac:45 error: possibly undefined macro: AM_INIT_AUTOMAKE

--Kurt


-----Original Message-----
From: Moritz Schulte [mailto:moritz@duesseldorf.ccc.de]
Sent: Friday, July 04, 2003 2:37 PM
To: Guenther, Kurt - NASHCCON
Cc: Gcrypt-Devel (E-mail)
Subject: Re: CVS?


"Guenther, Kurt - NASHCCON" <kurt.guenther.NASHCCON@acs-inc.com> writes:

> Where do I pick up the CVS version?

http://www.gnupg.org/(en)/download/cvs_access.html.

moritz
--
((gpg-key-id . "6F984199")
(email . "moritz@duesseldorf.ccc.de")
(webpage . "http://duesseldorf.ccc.de/~moritz/"))
Re: CVS? [ In reply to ]
"Guenther, Kurt - NASHCCON" <kurt.guenther.NASHCCON@acs-inc.com> writes:

> Okay, I have it. How do I get going?

Have a look at the README, it says:

CVS
---

If you are using the CVS version, make sure that you have the
latest automake (I am using Debian Sid) and run ./autogen.sh to
create configure. You also need to enable maintainer mode at
configure time with the `--enable-maintainer-mode' switch; without
this switch, the documentation can not be build, since the file
`version.texi', which is needed for building the documentation,
will only be generated, if maintainer mode is enabled.

moritz
--
((gpg-key-id . "6F984199")
(email . "moritz@duesseldorf.ccc.de")
(webpage . "http://duesseldorf.ccc.de/~moritz/"))
RE: CVS? [ In reply to ]
Sorry for the obvious question.

I'm now getting a compile error. I'm on RedHat 8, gcc 3.2, etc.

It's complains:

../src/gcrypt.h:27:23: gpg-error.h: No such file or directory.

Further down it complains about 'gpg_error_t' which is probably the same
thing.

I did a find throughout libgcrypt and gnugp and didn't find the header.

--Kurt

-----Original Message-----
From: Moritz Schulte [mailto:moritz@duesseldorf.ccc.de]
Sent: Friday, July 04, 2003 3:16 PM
To: Guenther, Kurt - NASHCCON
Cc: Gcrypt-Devel (E-mail)
Subject: Re: CVS?


"Guenther, Kurt - NASHCCON" <kurt.guenther.NASHCCON@acs-inc.com> writes:

> Okay, I have it. How do I get going?

Have a look at the README, it says:

CVS
---

If you are using the CVS version, make sure that you have the
latest automake (I am using Debian Sid) and run ./autogen.sh to
create configure. You also need to enable maintainer mode at
configure time with the `--enable-maintainer-mode' switch; without
this switch, the documentation can not be build, since the file
`version.texi', which is needed for building the documentation,
will only be generated, if maintainer mode is enabled.

moritz
--
((gpg-key-id . "6F984199")
(email . "moritz@duesseldorf.ccc.de")
(webpage . "http://duesseldorf.ccc.de/~moritz/"))
Re: CVS? [ In reply to ]
"Guenther, Kurt - NASHCCON" <kurt.guenther.NASHCCON@acs-inc.com> writes:

> ./src/gcrypt.h:27:23: gpg-error.h: No such file or directory.

That point is missing in the README, thanks; it's contained in the
texinfo manual, though. You need libgpg-error in order to build
libgcrypt, it's cvs module name is `libgpg-error'.

moritz
--
((gpg-key-id . "6F984199")
(email . "moritz@duesseldorf.ccc.de")
(webpage . "http://duesseldorf.ccc.de/~moritz/"))
RE: CVS? [ In reply to ]
I'm having problems getting the gpg-error module compiled. I read the notes
in README.CVS.

[kurtg@cypress libgpg-error]$ autoreconf -f -i -s
cvs [checkout aborted]: no such tag gettext-0_11_5
/usr/bin/autopoint: line 259: fatal_error: command not found
find: tmpwrk2241/archive: No such file or directory
You should update your `aclocal.m4' by running aclocal.
configure.ac:40: `automake requires `AM_CONFIG_HEADER', not
`AC_CONFIG_HEADER'
aclocal.m4:4353: required file `./ABOUT-NLS' not found
autoreconf: automake failed with exit status: 1
[kurtg@cypress libgpg-error]$


I'm on RedHat 8.

--Kurt




-----Original Message-----
From: Moritz Schulte [mailto:moritz@duesseldorf.ccc.de]
Sent: Friday, July 04, 2003 4:31 PM
To: Guenther, Kurt - NASHCCON
Cc: Gcrypt-Devel (E-mail)
Subject: Re: CVS?


"Guenther, Kurt - NASHCCON" <kurt.guenther.NASHCCON@acs-inc.com> writes:

> ./src/gcrypt.h:27:23: gpg-error.h: No such file or directory.

That point is missing in the README, thanks; it's contained in the
texinfo manual, though. You need libgpg-error in order to build
libgcrypt, it's cvs module name is `libgpg-error'.

moritz
--
((gpg-key-id . "6F984199")
(email . "moritz@duesseldorf.ccc.de")
(webpage . "http://duesseldorf.ccc.de/~moritz/"))
Re: CVS? [ In reply to ]
On Mon, Jul 07, 2003 at 10:42:11AM -0400, Guenther, Kurt - NASHCCON wrote:
>
> I'm having problems getting the gpg-error module compiled. I read the notes
> in README.CVS.
>
> [kurtg@cypress libgpg-error]$ autoreconf -f -i -s
> cvs [checkout aborted]: no such tag gettext-0_11_5
> /usr/bin/autopoint: line 259: fatal_error: command not found

You need gettext 0.12.1 or so.

Thanks,
Marcus
--
`Rhubarb is no Egyptian god.' GNU http://www.gnu.org marcus@gnu.org
Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/
Marcus.Brinkmann@ruhr-uni-bochum.de
http://www.marcus-brinkmann.de/
RE: CVS? [ In reply to ]
Thanks. The help is appreciated. I installed 'gettext 0.12.1', and it
looks quite a bit better. However, I get this one:

[kurtg@cypress libgpg-error]$ autoreconf -f -i -s
Copying file mkinstalldirs
You should update your `aclocal.m4' by running aclocal.
configure.ac:40: `automake requires `AM_CONFIG_HEADER', not
`AC_CONFIG_HEADER'
autoreconf: automake failed with exit status: 1
[kurtg@cypress libgpg-error]$

I ran aclocal, but received the same error. When I updated
autoconf/automake to 2.57/1.7.5 (respectively), I get the following error:

[kurtg@cypress libgpg-error]$ autoreconf -f -i -s
configure.ac:44: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/local/autoconf failed with exit status: 1
[kurtg@cypress libgpg-error]$

Any ideas?

--Kurt






-----Original Message-----
From: Marcus Brinkmann [mailto:Marcus.Brinkmann@ruhr-uni-bochum.de]
Sent: Monday, July 07, 2003 5:31 PM
To: Guenther, Kurt - NASHCCON
Cc: 'Moritz Schulte'; Gcrypt-Devel (E-mail)
Subject: Re: CVS?


On Mon, Jul 07, 2003 at 10:42:11AM -0400, Guenther, Kurt - NASHCCON wrote:
>
> I'm having problems getting the gpg-error module compiled. I read the
notes
> in README.CVS.
>
> [kurtg@cypress libgpg-error]$ autoreconf -f -i -s
> cvs [checkout aborted]: no such tag gettext-0_11_5
> /usr/bin/autopoint: line 259: fatal_error: command not found

You need gettext 0.12.1 or so.

Thanks,
Marcus
--
`Rhubarb is no Egyptian god.' GNU http://www.gnu.org marcus@gnu.org
Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/
Marcus.Brinkmann@ruhr-uni-bochum.de
http://www.marcus-brinkmann.de/
Re: CVS? [ In reply to ]
On Mon, Jul 07, 2003 at 07:01:00PM -0400, Guenther, Kurt - NASHCCON wrote:
> I ran aclocal, but received the same error. When I updated
> autoconf/automake to 2.57/1.7.5 (respectively), I get the following error:
>
> [kurtg@cypress libgpg-error]$ autoreconf -f -i -s
> configure.ac:44: error: possibly undefined macro: AC_PROG_LIBTOOL
> If this token and others are legitimate, please use m4_pattern_allow.
> See the Autoconf documentation.
> autoreconf: /usr/bin/local/autoconf failed with exit status: 1
> [kurtg@cypress libgpg-error]$

Your automake installation might be corrupt. AC_PROG_LIBTOOL is provided by
automake 1.7.5. For a start, check with automake --version.

Thanks,
Marcus

--
`Rhubarb is no Egyptian god.' GNU http://www.gnu.org marcus@gnu.org
Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/
Marcus.Brinkmann@ruhr-uni-bochum.de
http://www.marcus-brinkmann.de/
Re: CVS? [ In reply to ]
On Mon, Jul 07, 2003 at 07:01:00PM -0400, Guenther, Kurt - NASHCCON wrote:
> I ran aclocal, but received the same error. When I updated
> autoconf/automake to 2.57/1.7.5 (respectively), I get the following error:
>
> [kurtg@cypress libgpg-error]$ autoreconf -f -i -s
> configure.ac:44: error: possibly undefined macro: AC_PROG_LIBTOOL
> If this token and others are legitimate, please use m4_pattern_allow.
> See the Autoconf documentation.
> autoreconf: /usr/bin/local/autoconf failed with exit status: 1
> [kurtg@cypress libgpg-error]$

Your automake installation might be corrupt. AC_PROG_LIBTOOL is provided by
automake 1.7.5. For a start, check with automake --version.

Thanks,
Marcus

--
`Rhubarb is no Egyptian god.' GNU http://www.gnu.org marcus@gnu.org
Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/
Marcus.Brinkmann@ruhr-uni-bochum.de
http://www.marcus-brinkmann.de/
Re: CVS? [ In reply to ]
On Mon, Jul 07, 2003 at 10:42:11AM -0400, Guenther, Kurt - NASHCCON wrote:
>
> I'm having problems getting the gpg-error module compiled. I read the notes
> in README.CVS.
>
> [kurtg@cypress libgpg-error]$ autoreconf -f -i -s
> cvs [checkout aborted]: no such tag gettext-0_11_5
> /usr/bin/autopoint: line 259: fatal_error: command not found

You need gettext 0.12.1 or so.

Thanks,
Marcus
--
`Rhubarb is no Egyptian god.' GNU http://www.gnu.org marcus@gnu.org
Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/
Marcus.Brinkmann@ruhr-uni-bochum.de
http://www.marcus-brinkmann.de/