[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GnuTLS 3.0.12
From: |
Andreas Radke |
Subject: |
Re: GnuTLS 3.0.12 |
Date: |
Fri, 20 Jan 2012 20:19:37 +0100 |
Parallel build is broken here with this release:
make[5]: Entering directory `/build/src/gnutls-3.0.12/doc'
ENUMS=`grep 'address@hidden ' enums.texi | sed 's/@c //g' | sort`; \
STR=""; \
for i in $ENUMS; do \
STR="$STR\nENUMS += enums/$i"; \
done; \
grep -v -e '^ENUMS += ' ./Makefile.am | \
perl -p -e "s,^ENUMS =,ENUMS =$STR," > tmp-compare-makefile; \
diff -u ./Makefile.am tmp-compare-makefile
make[5]: Entering directory `/build/src/gnutls-3.0.12/doc'
ENUMS=`grep 'address@hidden ' enums.texi | sed 's/@c //g' | sort`; \
STR=""; \
for i in $ENUMS; do \
STR="$STR\nENUMS += enums/$i"; \
done; \
grep -v -e '^ENUMS += ' ./Makefile.am | \
perl -p -e "s,^ENUMS =,ENUMS =$STR," > tmp-compare-makefile; \
diff -u ./Makefile.am tmp-compare-makefile
--- ./Makefile.am 2012-01-20 12:55:19.000000000 +0000
+++ tmp-compare-makefile 2012-01-20 19:16:32.000000000 +0000
@@ -1,350 +0,0 @@
-## Process this file with automake to produce Makefile.in
-# Copyright (C) 2000-2012 Free Software Foundation, Inc.
...
-else !HAVE_GUILE
-
-core.c.texi:
- echo "(Guile not available, documentation not generated.)" > $@
-
-endif !HAVE_GUILE
make[5]: *** [compare-makefile] Error 1
make[5]: *** [compare-makefile] Error 1
make[5]: Leaving directory `/build/src/gnutls-3.0.12/doc'
make[5]: Leaving directory `/build/src/gnutls-3.0.12/doc'
make[4]: *** [enums/gnutls_alert_description_t] Error 2
make[4]: *** Waiting for unfinished jobs....
make[4]: *** [enums/gnutls_alert_level_t] Error 2
...
-core.c.texi:
- echo "(Guile not available, documentation not generated.)" > $@
-
-endif !HAVE_GUILE
make[5]: Entering directory `/build/src/gnutls-3.0.12/doc'
ENUMS=`grep 'address@hidden ' enums.texi | sed 's/@c //g' | sort`; \
STR=""; \
for i in $ENUMS; do \
STR="$STR\nENUMS += enums/$i"; \
done; \
grep -v -e '^ENUMS += ' ./Makefile.am | \
perl -p -e "s,^ENUMS =,ENUMS =$STR," > tmp-compare-makefile; \
diff -u ./Makefile.am tmp-compare-makefile
make[5]: *** [compare-makefile] Error 1
make[5]: Leaving directory `/build/src/gnutls-3.0.12/doc'
make[4]: *** [enums/gnutls_certificate_import_flags] Error 2
--- ./Makefile.am 2012-01-20 12:55:19.000000000 +0000
-Andy
ArchLinux