On 9/6/2013 2:56 PM, Roger Mason wrote:
Hello,
gawk 4.1.0 will not build in trunk. It fails with automake 1.14 because it cannot find
aclocal-1.13. I reverted automake to 1.13 and now it fails thus:
configure: loading cache .././config.cache
configure: error: 'CFLAGS' was not set in the previous run
configure: error: 'LDLAGS' was not set in the previous run
Does anyone have a fix?
Thanks,
Roger
This electronic communication is governed by the terms and conditions at
http://www.mun.ca/cc/policies/electronic_communications_disclaimer_2012.php
----------------------------------------------------------- If you wish to unsubscribe
from this mailing, send mail to
[email protected] with a subject of: unsubscribe t2
Hi Roger,
I got around the same problim by bumping gawk up to version 4.0.2:
===================================================================
--- package/base/gawk/gawk.desc (revision 41957)
+++ package/base/gawk/gawk.desc (working copy)
@@ -29,7 +29,7 @@
[L] GPL
[S] Stable
-[V] 4.1.0
+[V] 4.0.2
[P] X -1---5---9 108.400
-[D] 584183933 gawk-4.1.0.tar.gz ftp://ftp.gnu.org/pub/gnu/gawk/
+[D] 0 gawk-4.0.2.tar.gz ftp://ftp.gnu.org/pub/gnu/gawk/
Index: package/base/gawk/gawk.conf
===================================================================
--- package/base/gawk/gawk.conf (revision 41957)
+++ package/base/gawk/gawk.conf (working copy)
@@ -16,6 +16,10 @@
var_append INSTALL_WRAPPER_FILTER "|" \
'sed -e "s,usr/bin/gawk$,bin/gawk,"'
+#hook_add preconf 5 "autoreconf -vifs; automake --add-missing"
+#hook_add preconf 5 "make distclean; autoreconf -vifs automake --add-missing"
+hook_add postmake 5 "rm -f config.cache"
+
# INSTALL_WRAPPER_FILTER needs to be empty to not filter the symlink ...
hook_add postmake 3 "INSTALL_WRAPPER_FILTER= ; ln -sfv ../../bin/gawk \
$root/usr/bin/gawk ; ln -sfv gawk $root/bin/awk"
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe t2