Issues compiling git version
Alphazo
alphazo at gmail.com
Wed Jun 26 22:55:09 CEST 2013
Thanks a lot...That did the trick!
One last thing, I got the following recommendations from someone on
ArchLinux AUR in order to build the package:
Replace:
./autogen.sh --force
./configure --enable-maintainer-mode --prefix=/usr
--libexecdir=/usr/lib/gnupg #$EXTRAOPTS
make
by:
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac
sed -i 's/doc, yes/doc, no/g' configure.ac
autoreconf -fiv --force
LIBS=-llber ./configure --enable-maintainer-mode --prefix=/usr
--libexecdir=/usr/lib/gnupg #$EXTRAOPTS
make
It works but is there a cleaner way to stay to the more official
instructions?
The official instructions give me :
checking that generated files are newer than configure... done
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: error: cannot find input file: `m4/Makefile.in'
Noticed the following during the build:
configure.ac:69: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms
are deprecated. For more info, see:
configure.ac:69:
http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.ac:1113: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and
its use is discouraged.
configure.ac:1113: You should use the Autoconf-provided 'AC_PROG_MKDIR_P'
macro instead,
configure.ac:1113: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your
Makefile.am files.
parallel-tests: error: required file 'scripts/test-driver' not found
parallel-tests: 'automake --add-missing' can install 'test-driver'
kbx/Makefile.am:22: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS'
(or '*_CPPFLAGS')
Running autoconf --force ...
You may now run:
./configure --sysconfdir=/etc --enable-maintainer-mode
--enable-symcryptrun --enable-mailto --enable-gpgtar && make
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/alpha/PERSO/DOCS/arch-packages/gnupg2-git/src/gnupg-build/scripts/missing:
Unknown `--is-lightweight' option
Try
`/home/alpha/PERSO/DOCS/arch-packages/gnupg2-git/src/gnupg-build/scripts/missing
--help' for more information
configure: WARNING: 'missing' script is too old or missing
On Wed, Jun 26, 2013 at 7:12 PM, Christian Aistleitner <
christian at quelltextlich.at> wrote:
> Hi,
>
> On Wed, Jun 26, 2013 at 05:50:37PM +0200, Alphazo wrote:
> > Would
> > someone have an idea on how to fix it ?
>
> Use the fix from
>
> http://lists.gnupg.org/pipermail/gnupg-devel/2013-June/027745.html
>
> > `/tmp/yaourt-tmp-alpha/aur-gnupg2-git/src/gnupg-build/agent'
> > Makefile:1566: *** missing separator (did you mean TAB instead of 8
> > spaces?). Stop.
>
> That's just the problem the above fix solves.
> The Makefile.am is currently broken.
>
> Kind regards,
> Christian
>
>
> --
> ---- quelltextlich e.U. ---- \\ ---- Christian Aistleitner ----
> Companies' registry: 360296y in Linz
> Christian Aistleitner
> Gruendbergstrasze 65a Email: christian at quelltextlich.at
> 4040 Linz, Austria Phone: +43 732 / 26 95 63
> Fax: +43 732 / 26 95 63
> Homepage: http://quelltextlich.at/
> ---------------------------------------------------------------
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/attachments/20130626/2dadc277/attachment.html>
More information about the Gnupg-devel
mailing list