bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gawk] Attempted install of 4.2.0 on ubunto xenial (crouton chromebo


From: martin cohen
Subject: [bug-gawk] Attempted install of 4.2.0 on ubunto xenial (crouton chromebook)
Date: Fri, 20 Oct 2017 21:32:05 +0000 (UTC)

I got these (should I worry):

make[2]: Leaving directory '/home/marty/Downloads/gawk-4.2.0/test'
======== Done with shared library tests ========
======== Starting MPFR tests ========
MPFR tests not supported on this system
======== Done with MPFR tests ========
make[2]: Entering directory '/home/marty/Downloads/gawk-4.2.0/test'
2 TESTS FAILED
Makefile:4572: recipe for target 'pass-fail' failed
make[2]: *** [pass-fail] Error 1
make[2]: Leaving directory '/home/marty/Downloads/gawk-4.2.0/test'
make[2]: Entering directory '/home/marty/Downloads/gawk-4.2.0/test'
for i in _* ; \
do  \
if [ "$i" != "_*" ]; then \
echo ============== $i ============= ; \
base=`echo $i | sed 's/^_//'` ; \
if [ -r ${base}.ok ]; then \
diff -c ${base}.ok $i ; \
else \
diff -c "."/${base}.ok  $i ; \
fi ; \
fi ; \
done | more
============== _mbstr1 =============
*** mbstr1.ok Fri Jun 16 00:19:06 2017
--- _mbstr1 Fri Oct 20 14:25:37 2017
***************
*** 1,3 ****
- gawk: mbstr1.awk:2: warning: Invalid multibyte data detected. There may be a 
mismatch between your data and your locale.
  4
  1
--- 1,2 ----
============== _mbstr2 =============
*** mbstr2.ok Fri Jun 16 00:19:06 2017
--- _mbstr2 Fri Oct 20 14:25:37 2017
***************
*** 1,5 ****
  2007
- gawk: mbstr2.awk:1: (FILENAME=- FNR=2) warning: Invalid multibyte data detect
ed. There may be a mismatch between your data and your locale.
  2007
  2007
  2007
--- 1,4 ----
make[2]: Leaving directory '/home/marty/Downloads/gawk-4.2.0/test'
Makefile:1796: recipe for target 'check' failed
make[1]: *** [check] Error 1
make[1]: Leaving directory '/home/marty/Downloads/gawk-4.2.0/test'
Makefile:725: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1
(xenial)address@hidden:~/Downloads/gawk-4.2.0$ ^C
(xenial)address@hidden:~/Downloads/gawk-4.2.0$ 

Also, how do I install the MPFR extensions?

Thanks,
 
Marty Cohen

address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]