2  Clone spread-sheet-widget into ssw
   3  git clone https://git.savannah.gnu.org/git/ssw.git ssw
   4  Cloning into 'ssw'...

   6  Check out master in ssw
   7  cd ssw && git checkout master
   8  Already on 'master'
   9  Your branch is up to date with 'origin/master'.

  11  Bootstrap ssw
  12  cd ssw && ./bootstrap
  13  libtoolize: putting auxiliary files in '.'.
  14  libtoolize: copying file './ltmain.sh'
  15  libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'aclocal-aux'.
  16  libtoolize: copying file 'aclocal-aux/libtool.m4'
  17  libtoolize: copying file 'aclocal-aux/ltoptions.m4'
  18  libtoolize: copying file 'aclocal-aux/ltsugar.m4'
  19  libtoolize: copying file 'aclocal-aux/ltversion.m4'
  20  libtoolize: copying file 'aclocal-aux/lt~obsolete.m4'
  21  configure.ac:23: installing './compile'
  22  configure.ac:24: installing './config.guess'
  23  configure.ac:24: installing './config.sub'
  24  configure.ac:19: installing './install-sh'
  25  configure.ac:19: installing './missing'
  26  Makefile.am: installing './INSTALL'
  27  Makefile.am: installing './depcomp'
  28  Makefile.am:24: installing './mdate-sh'
  29  Makefile.am:24: installing './texinfo.tex'

  31  Configure spread-sheet-widget
  32  cd ssw && ./configure --prefix=''
  33  checking for a BSD-compatible install... /usr/bin/install -c
  34  checking whether build environment is sane... yes
  35  checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  36  checking for gawk... gawk
  37  checking whether make sets $(MAKE)... yes
  38  checking whether make supports nested variables... yes
  39  checking whether make supports the include directive... yes (GNU style)
  40  checking for gcc... gcc
  41  checking whether the C compiler works... yes
  42  checking for C compiler default output file name... a.out
  43  checking for suffix of executables... 
  44  checking whether we are cross compiling... no
  45  checking for suffix of object files... o
  46  checking whether we are using the GNU C compiler... yes
  47  checking whether gcc accepts -g... yes
  48  checking for gcc option to accept ISO C89... none needed
  49  checking whether gcc understands -c and -o together... yes
  50  checking dependency style of gcc... gcc3
  51  checking for gcc option to accept ISO C99... none needed
  52  checking for gcc option to accept ISO Standard C... (cached) none needed
  53  checking build system type... x86_64-pc-linux-gnu
  54  checking host system type... x86_64-pc-linux-gnu
  55  checking how to print strings... printf
  56  checking for a sed that does not truncate output... /usr/bin/sed
  57  checking for grep that handles long lines and -e... /usr/bin/grep
  58  checking for egrep... /usr/bin/grep -E
  59  checking for fgrep... /usr/bin/grep -F
  60  checking for ld used by gcc... /usr/bin/ld
  61  checking if the linker (/usr/bin/ld) is GNU ld... yes
  62  checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  63  checking the name lister (/usr/bin/nm -B) interface... BSD nm
  64  checking whether ln -s works... yes
  65  checking the maximum length of command line arguments... 1572864
  66  checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  67  checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  68  checking for /usr/bin/ld option to reload object files... -r
  69  checking for objdump... objdump
  70  checking how to recognize dependent libraries... pass_all
  71  checking for dlltool... no
  72  checking how to associate runtime and link libraries... printf %s\n
  73  checking for ar... ar
  74  checking for archiver @FILE support... @
  75  checking for strip... strip
  76  checking for ranlib... ranlib
  77  checking command to parse /usr/bin/nm -B output from gcc object... ok
  78  checking for sysroot... no
  79  checking for a working dd... /usr/bin/dd
  80  checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  81  checking for mt... mt
  82  checking if mt is a manifest tool... no
  83  checking how to run the C preprocessor... gcc -E
  84  checking for ANSI C header files... yes
  85  checking for sys/types.h... yes
  86  checking for sys/stat.h... yes
  87  checking for stdlib.h... yes
  88  checking for string.h... yes
  89  checking for memory.h... yes
  90  checking for strings.h... yes
  91  checking for inttypes.h... yes
  92  checking for stdint.h... yes
  93  checking for unistd.h... yes
  94  checking for dlfcn.h... yes
  95  checking for objdir... .libs
  96  checking if gcc supports -fno-rtti -fno-exceptions... no
  97  checking for gcc option to produce PIC... -fPIC -DPIC
  98  checking if gcc PIC flag -fPIC -DPIC works... yes
  99  checking if gcc static flag -static works... yes
 100  checking if gcc supports -c -o file.o... yes
 101  checking if gcc supports -c -o file.o... (cached) yes
 102  checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
 103  checking whether -lc should be explicitly linked in... no
 104  checking dynamic linker characteristics... GNU/Linux ld.so
 105  checking how to hardcode library paths into programs... immediate
 106  checking whether stripping libraries is possible... yes
 107  checking if libtool supports shared libraries... yes
 108  checking whether to build shared libraries... yes
 109  checking whether to build static libraries... yes
 110  checking for pkg-config... /usr/bin/pkg-config
 111  checking pkg-config is at least version 0.9.0... yes
 112  checking for gtk+-3.0 >= 3.18.0... yes
 113  checking for glib-2.0 >= 2.44... yes
 114  checking that generated files are newer than configure... done
 115  configure: creating ./config.status
 116  config.status: creating Makefile
 117  config.status: creating spread-sheet-widget.pc
 118  config.status: creating config.h
 119  config.status: executing depfiles commands
 120  config.status: executing libtool commands

 122  Build spread-sheet-widget
 123  cd ssw && make -j$(nproc)
 124  glib-genmarshal --body --prefix=ssw_cclosure_marshal src/marshall-list > src/ssw-marshaller.c,tmp
 125  glib-genmarshal --header --prefix=ssw_cclosure_marshal src/marshall-list > src/ssw-marshaller.h,tmp
 126  INFO: Reading src/marshall-list...
 127  INFO: Reading src/marshall-list...
 128  mv src/ssw-marshaller.h,tmp src/ssw-marshaller.h
 129  mv src/ssw-marshaller.c,tmp src/ssw-marshaller.c
 130  make  all-am
 131  make[1]: Entering directory '/home/blp/tmp/pspptmp/branch-1.4/source/ssw'
 132  cat -n doc/prog1.c > doc/prog1.c-enum
 133  cat -n doc/prog2.c > doc/prog2.c-enum
 134  make[2]: Entering directory '/home/blp/tmp/pspptmp/branch-1.4/source/ssw'
 135  make[2]: 'doc/.dirstamp' is up to date.
 136  make[2]: Leaving directory '/home/blp/tmp/pspptmp/branch-1.4/source/ssw'
 137  gcc -DHAVE_CONFIG_H -I.    -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -I ./src -g -O2 -MT doc/prog1-prog1.o -MD -MP -MF doc/.deps/prog1-prog1.Tpo -c -o doc/prog1-prog1.o `test -f 'doc/prog1.c' || echo './'`doc/prog1.c
 138  gcc -DHAVE_CONFIG_H -I.    -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -I ./src -g -O2 -MT doc/prog2-prog2.o -MD -MP -MF doc/.deps/prog2-prog2.Tpo -c -o doc/prog2-prog2.o `test -f 'doc/prog2.c' || echo './'`doc/prog2.c
 139  /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-html-parser.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-html-parser.Tpo -c -o src/libspread_sheet_widget_la-ssw-html-parser.lo `test -f 'src/ssw-html-parser.c' || echo './'`src/ssw-html-parser.c
 140  /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-axis-model.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-axis-model.Tpo -c -o src/libspread_sheet_widget_la-ssw-axis-model.lo `test -f 'src/ssw-axis-model.c' || echo './'`src/ssw-axis-model.c
 141  /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-sheet-axis.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-sheet-axis.Tpo -c -o src/libspread_sheet_widget_la-ssw-sheet-axis.lo `test -f 'src/ssw-sheet-axis.c' || echo './'`src/ssw-sheet-axis.c
 142  /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-sheet-body.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-sheet-body.Tpo -c -o src/libspread_sheet_widget_la-ssw-sheet-body.lo `test -f 'src/ssw-sheet-body.c' || echo './'`src/ssw-sheet-body.c
 143  /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-sheet-single.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-sheet-single.Tpo -c -o src/libspread_sheet_widget_la-ssw-sheet-single.lo `test -f 'src/ssw-sheet-single.c' || echo './'`src/ssw-sheet-single.c
 144  /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-sheet.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-sheet.Tpo -c -o src/libspread_sheet_widget_la-ssw-sheet.lo `test -f 'src/ssw-sheet.c' || echo './'`src/ssw-sheet.c
 145  /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-constraint.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-constraint.Tpo -c -o src/libspread_sheet_widget_la-ssw-constraint.lo `test -f 'src/ssw-constraint.c' || echo './'`src/ssw-constraint.c
 146  /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-virtual-model.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-virtual-model.Tpo -c -o src/libspread_sheet_widget_la-ssw-virtual-model.lo `test -f 'src/ssw-virtual-model.c' || echo './'`src/ssw-virtual-model.c
 147  /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-cell.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-cell.Tpo -c -o src/libspread_sheet_widget_la-ssw-cell.lo `test -f 'src/ssw-cell.c' || echo './'`src/ssw-cell.c
 148  /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-xpaned.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-xpaned.Tpo -c -o src/libspread_sheet_widget_la-ssw-xpaned.lo `test -f 'src/ssw-xpaned.c' || echo './'`src/ssw-xpaned.c
 149  /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-marshaller.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-marshaller.Tpo -c -o src/libspread_sheet_widget_la-ssw-marshaller.lo `test -f 'src/ssw-marshaller.c' || echo './'`src/ssw-marshaller.c
 150  gcc -DHAVE_CONFIG_H -I.    -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -I ./src -g -O2 -MT demo/demo-main.o -MD -MP -MF demo/.deps/demo-main.Tpo -c -o demo/demo-main.o `test -f 'demo/main.c' || echo './'`demo/main.c
 151  gcc -DHAVE_CONFIG_H -I.    -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -I ./src -g -O2 -MT demo/demo-custom-axis.o -MD -MP -MF demo/.deps/demo-custom-axis.Tpo -c -o demo/demo-custom-axis.o `test -f 'demo/custom-axis.c' || echo './'`demo/custom-axis.c
 152  Updating ./doc/version.texi
 153  restore=: && backupdir=".am$$" && \
 154  am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
 155  rm -rf $backupdir && mkdir $backupdir && \
 156  if (/bin/bash /home/blp/tmp/pspptmp/branch-1.4/source/ssw/missing makeinfo --version) >/dev/null 2>&1; then \
 157    for f in doc/spread-sheet-widget.info doc/spread-sheet-widget.info-[0-9] doc/spread-sheet-widget.info-[0-9][0-9] doc/spread-sheet-widget.i[0-9] doc/spread-sheet-widget.i[0-9][0-9]; do \
 158      if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
 159    done; \
 160  else :; fi && \
 161  cd "$am__cwd"; \
 162  if /bin/bash /home/blp/tmp/pspptmp/branch-1.4/source/ssw/missing makeinfo -I ./doc  -I doc -I ./doc \
 163   -o doc/spread-sheet-widget.info ./doc/spread-sheet-widget.texi; \
 164  then \
 165    rc=0; \
 166    CDPATH="${ZSH_VERSION+.}:" && cd .; \
 167  else \
 168    rc=$?; \
 169    CDPATH="${ZSH_VERSION+.}:" && cd . && \
 170    $restore $backupdir/* `echo "./doc/spread-sheet-widget.info" | sed 's|[^/]*$||'`; \
 171  fi; \
 172  rm -rf $backupdir; exit $rc
 173  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-axis-model.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-axis-model.Tpo -c src/ssw-axis-model.c  -fPIC -DPIC -o src/.libs/libspread_sheet_widget_la-ssw-axis-model.o
 174  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-sheet-single.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-sheet-single.Tpo -c src/ssw-sheet-single.c  -fPIC -DPIC -o src/.libs/libspread_sheet_widget_la-ssw-sheet-single.o
 175  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-sheet.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-sheet.Tpo -c src/ssw-sheet.c  -fPIC -DPIC -o src/.libs/libspread_sheet_widget_la-ssw-sheet.o
 176  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-sheet-axis.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-sheet-axis.Tpo -c src/ssw-sheet-axis.c  -fPIC -DPIC -o src/.libs/libspread_sheet_widget_la-ssw-sheet-axis.o
 177  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-cell.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-cell.Tpo -c src/ssw-cell.c  -fPIC -DPIC -o src/.libs/libspread_sheet_widget_la-ssw-cell.o
 178  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-xpaned.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-xpaned.Tpo -c src/ssw-xpaned.c  -fPIC -DPIC -o src/.libs/libspread_sheet_widget_la-ssw-xpaned.o
 179  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-sheet-body.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-sheet-body.Tpo -c src/ssw-sheet-body.c  -fPIC -DPIC -o src/.libs/libspread_sheet_widget_la-ssw-sheet-body.o
 180  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-html-parser.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-html-parser.Tpo -c src/ssw-html-parser.c  -fPIC -DPIC -o src/.libs/libspread_sheet_widget_la-ssw-html-parser.o
 181  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-marshaller.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-marshaller.Tpo -c src/ssw-marshaller.c  -fPIC -DPIC -o src/.libs/libspread_sheet_widget_la-ssw-marshaller.o
 182  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-virtual-model.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-virtual-model.Tpo -c src/ssw-virtual-model.c  -fPIC -DPIC -o src/.libs/libspread_sheet_widget_la-ssw-virtual-model.o
 183  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-constraint.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-constraint.Tpo -c src/ssw-constraint.c  -fPIC -DPIC -o src/.libs/libspread_sheet_widget_la-ssw-constraint.o
 184  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-marshaller.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-marshaller.Tpo -c src/ssw-marshaller.c -o src/libspread_sheet_widget_la-ssw-marshaller.o >/dev/null 2>&1
 185  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-cell.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-cell.Tpo -c src/ssw-cell.c -o src/libspread_sheet_widget_la-ssw-cell.o >/dev/null 2>&1
 186  demo/main.c: In function ‘main’:
 187  demo/main.c:356:6: warning: assignment to ‘CustomAxisModel *’ {aka ‘struct _CustomAxisModel *’} from incompatible pointer type ‘GObject *’ {aka ‘struct _GObject *’} [-Wincompatible-pointer-types]
 188    356 |   ca = custom_axis_model_new ();
 189        |      ^
 190  mv -f src/.deps/libspread_sheet_widget_la-ssw-marshaller.Tpo src/.deps/libspread_sheet_widget_la-ssw-marshaller.Plo
 191  mv -f doc/.deps/prog1-prog1.Tpo doc/.deps/prog1-prog1.Po
 192  mv -f doc/.deps/prog2-prog2.Tpo doc/.deps/prog2-prog2.Po
 193  mv -f src/.deps/libspread_sheet_widget_la-ssw-cell.Tpo src/.deps/libspread_sheet_widget_la-ssw-cell.Plo
 194  src/ssw-sheet-single.c: In function ‘__realize’:
 195  src/ssw-sheet-single.c:97:3: warning: ‘gtk_container_set_focus_chain’ is deprecated [-Wdeprecated-declarations]
 196     97 |   gtk_container_set_focus_chain (GTK_CONTAINER (single), &focus_chain);
 197        |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 198  In file included from /usr/include/gtk-3.0/gtk/gtkbin.h:33,
 199                   from /usr/include/gtk-3.0/gtk/gtkwindow.h:35,
 200                   from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
 201                   from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
 202                   from /usr/include/gtk-3.0/gtk/gtk.h:31,
 203                   from src/ssw-sheet-single.h:47,
 204                   from src/ssw-sheet-single.c:20:
 205  /usr/include/gtk-3.0/gtk/gtkcontainer.h:177:10: note: declared here
 206    177 | void     gtk_container_set_focus_chain  (GtkContainer   *container,
 207        |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 208  mv -f demo/.deps/demo-custom-axis.Tpo demo/.deps/demo-custom-axis.Po
 209  mv -f demo/.deps/demo-main.Tpo demo/.deps/demo-main.Po
 210  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-html-parser.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-html-parser.Tpo -c src/ssw-html-parser.c -o src/libspread_sheet_widget_la-ssw-html-parser.o >/dev/null 2>&1
 211  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-axis-model.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-axis-model.Tpo -c src/ssw-axis-model.c -o src/libspread_sheet_widget_la-ssw-axis-model.o >/dev/null 2>&1
 212  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-constraint.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-constraint.Tpo -c src/ssw-constraint.c -o src/libspread_sheet_widget_la-ssw-constraint.o >/dev/null 2>&1
 213  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-virtual-model.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-virtual-model.Tpo -c src/ssw-virtual-model.c -o src/libspread_sheet_widget_la-ssw-virtual-model.o >/dev/null 2>&1
 214  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-sheet-single.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-sheet-single.Tpo -c src/ssw-sheet-single.c -o src/libspread_sheet_widget_la-ssw-sheet-single.o >/dev/null 2>&1
 215  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-xpaned.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-xpaned.Tpo -c src/ssw-xpaned.c -o src/libspread_sheet_widget_la-ssw-xpaned.o >/dev/null 2>&1
 216  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-sheet.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-sheet.Tpo -c src/ssw-sheet.c -o src/libspread_sheet_widget_la-ssw-sheet.o >/dev/null 2>&1
 217  mv -f src/.deps/libspread_sheet_widget_la-ssw-html-parser.Tpo src/.deps/libspread_sheet_widget_la-ssw-html-parser.Plo
 218  mv -f src/.deps/libspread_sheet_widget_la-ssw-axis-model.Tpo src/.deps/libspread_sheet_widget_la-ssw-axis-model.Plo
 219  mv -f src/.deps/libspread_sheet_widget_la-ssw-constraint.Tpo src/.deps/libspread_sheet_widget_la-ssw-constraint.Plo
 220  mv -f src/.deps/libspread_sheet_widget_la-ssw-virtual-model.Tpo src/.deps/libspread_sheet_widget_la-ssw-virtual-model.Plo
 221  mv -f src/.deps/libspread_sheet_widget_la-ssw-sheet-single.Tpo src/.deps/libspread_sheet_widget_la-ssw-sheet-single.Plo
 222  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-sheet-axis.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-sheet-axis.Tpo -c src/ssw-sheet-axis.c -o src/libspread_sheet_widget_la-ssw-sheet-axis.o >/dev/null 2>&1
 223  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-sheet-body.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-sheet-body.Tpo -c src/ssw-sheet-body.c -o src/libspread_sheet_widget_la-ssw-sheet-body.o >/dev/null 2>&1
 224  mv -f src/.deps/libspread_sheet_widget_la-ssw-xpaned.Tpo src/.deps/libspread_sheet_widget_la-ssw-xpaned.Plo
 225  mv -f src/.deps/libspread_sheet_widget_la-ssw-sheet.Tpo src/.deps/libspread_sheet_widget_la-ssw-sheet.Plo
 226  mv -f src/.deps/libspread_sheet_widget_la-ssw-sheet-axis.Tpo src/.deps/libspread_sheet_widget_la-ssw-sheet-axis.Plo
 227  mv -f src/.deps/libspread_sheet_widget_la-ssw-sheet-body.Tpo src/.deps/libspread_sheet_widget_la-ssw-sheet-body.Plo
 228  /bin/bash ./libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2   -o libspread-sheet-widget.la -rpath /lib src/libspread_sheet_widget_la-ssw-html-parser.lo src/libspread_sheet_widget_la-ssw-axis-model.lo src/libspread_sheet_widget_la-ssw-sheet-axis.lo src/libspread_sheet_widget_la-ssw-sheet-body.lo src/libspread_sheet_widget_la-ssw-sheet-single.lo src/libspread_sheet_widget_la-ssw-sheet.lo src/libspread_sheet_widget_la-ssw-constraint.lo src/libspread_sheet_widget_la-ssw-virtual-model.lo src/libspread_sheet_widget_la-ssw-cell.lo src/libspread_sheet_widget_la-ssw-xpaned.lo src/libspread_sheet_widget_la-ssw-marshaller.lo -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lglib-2.0 
 229  libtool: link: gcc -shared  -fPIC -DPIC  src/.libs/libspread_sheet_widget_la-ssw-html-parser.o src/.libs/libspread_sheet_widget_la-ssw-axis-model.o src/.libs/libspread_sheet_widget_la-ssw-sheet-axis.o src/.libs/libspread_sheet_widget_la-ssw-sheet-body.o src/.libs/libspread_sheet_widget_la-ssw-sheet-single.o src/.libs/libspread_sheet_widget_la-ssw-sheet.o src/.libs/libspread_sheet_widget_la-ssw-constraint.o src/.libs/libspread_sheet_widget_la-ssw-virtual-model.o src/.libs/libspread_sheet_widget_la-ssw-cell.o src/.libs/libspread_sheet_widget_la-ssw-xpaned.o src/.libs/libspread_sheet_widget_la-ssw-marshaller.o   -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0  -pthread -g -O2   -pthread -Wl,-soname -Wl,libspread-sheet-widget.so.0 -o .libs/libspread-sheet-widget.so.0.0.0
 230  libtool: link: (cd ".libs" && rm -f "libspread-sheet-widget.so.0" && ln -s "libspread-sheet-widget.so.0.0.0" "libspread-sheet-widget.so.0")
 231  libtool: link: (cd ".libs" && rm -f "libspread-sheet-widget.so" && ln -s "libspread-sheet-widget.so.0.0.0" "libspread-sheet-widget.so")
 232  libtool: link: ar cr .libs/libspread-sheet-widget.a  src/libspread_sheet_widget_la-ssw-html-parser.o src/libspread_sheet_widget_la-ssw-axis-model.o src/libspread_sheet_widget_la-ssw-sheet-axis.o src/libspread_sheet_widget_la-ssw-sheet-body.o src/libspread_sheet_widget_la-ssw-sheet-single.o src/libspread_sheet_widget_la-ssw-sheet.o src/libspread_sheet_widget_la-ssw-constraint.o src/libspread_sheet_widget_la-ssw-virtual-model.o src/libspread_sheet_widget_la-ssw-cell.o src/libspread_sheet_widget_la-ssw-xpaned.o src/libspread_sheet_widget_la-ssw-marshaller.o
 233  libtool: link: ranlib .libs/libspread-sheet-widget.a
 234  libtool: link: ( cd ".libs" && rm -f "libspread-sheet-widget.la" && ln -s "../libspread-sheet-widget.la" "libspread-sheet-widget.la" )
 235  /bin/bash ./libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -I ./src -g -O2   -o doc/prog1 doc/prog1-prog1.o libspread-sheet-widget.la -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lglib-2.0 -lm 
 236  /bin/bash ./libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -I ./src -g -O2   -o doc/prog2 doc/prog2-prog2.o libspread-sheet-widget.la -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lglib-2.0 -lm 
 237  /bin/bash ./libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -I ./src -g -O2   -o demo/demo demo/demo-main.o demo/demo-custom-axis.o libspread-sheet-widget.la -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lglib-2.0 -lm 
 238  libtool: link: gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -o doc/.libs/prog1 doc/prog1-prog1.o  ./.libs/libspread-sheet-widget.so -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
 239  libtool: link: gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -o demo/.libs/demo demo/demo-main.o demo/demo-custom-axis.o  ./.libs/libspread-sheet-widget.so -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
 240  libtool: link: gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I ./src -g -O2 -o doc/.libs/prog2 doc/prog2-prog2.o  ./.libs/libspread-sheet-widget.so -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
 241  make[1]: Leaving directory '/home/blp/tmp/pspptmp/branch-1.4/source/ssw'

 243  Install spread-sheet-widget
 244  cd ssw && make -j$(nproc) install DESTDIR=$PWD/inst
 245  make  install-am
 246  make[1]: Entering directory '/home/blp/tmp/pspptmp/branch-1.4/source/ssw'
 247  make[2]: Entering directory '/home/blp/tmp/pspptmp/branch-1.4/source/ssw'
 248  /usr/bin/mkdir -p /home/blp/tmp/pspptmp/branch-1.4/source/ssw/inst/lib/pkgconfig
 249  chmod -R u+w /home/blp/tmp/pspptmp/branch-1.4/source/ssw/inst/lib
 250   /usr/bin/mkdir -p '/home/blp/tmp/pspptmp/branch-1.4/source/ssw/inst/lib'
 251  /usr/bin/install -c -m 644 spread-sheet-widget.pc /home/blp/tmp/pspptmp/branch-1.4/source/ssw/inst/lib/pkgconfig/spread-sheet-widget.pc
 252   /usr/bin/mkdir -p '/home/blp/tmp/pspptmp/branch-1.4/source/ssw/inst/include'
 253   /bin/bash ./libtool   --mode=install /usr/bin/install -c   libspread-sheet-widget.la '/home/blp/tmp/pspptmp/branch-1.4/source/ssw/inst/lib'
 254   /usr/bin/mkdir -p '/home/blp/tmp/pspptmp/branch-1.4/source/ssw/inst/share/info'
 255   /usr/bin/install -c -m 644 src/ssw-sheet.h src/ssw-sheet-axis.h src/ssw-virtual-model.h src/ssw-axis-model.h '/home/blp/tmp/pspptmp/branch-1.4/source/ssw/inst/include'
 256   /usr/bin/install -c -m 644 ./doc/spread-sheet-widget.info '/home/blp/tmp/pspptmp/branch-1.4/source/ssw/inst/share/info'
 257   install-info --info-dir='/home/blp/tmp/pspptmp/branch-1.4/source/ssw/inst/share/info' '/home/blp/tmp/pspptmp/branch-1.4/source/ssw/inst/share/info/spread-sheet-widget.info'
 258  libtool: install: /usr/bin/install -c .libs/libspread-sheet-widget.so.0.0.0 /home/blp/tmp/pspptmp/branch-1.4/source/ssw/inst/lib/libspread-sheet-widget.so.0.0.0
 259  libtool: install: (cd /home/blp/tmp/pspptmp/branch-1.4/source/ssw/inst/lib && { ln -s -f libspread-sheet-widget.so.0.0.0 libspread-sheet-widget.so.0 || { rm -f libspread-sheet-widget.so.0 && ln -s libspread-sheet-widget.so.0.0.0 libspread-sheet-widget.so.0; }; })
 260  libtool: install: (cd /home/blp/tmp/pspptmp/branch-1.4/source/ssw/inst/lib && { ln -s -f libspread-sheet-widget.so.0.0.0 libspread-sheet-widget.so || { rm -f libspread-sheet-widget.so && ln -s libspread-sheet-widget.so.0.0.0 libspread-sheet-widget.so; }; })
 261  libtool: install: /usr/bin/install -c .libs/libspread-sheet-widget.lai /home/blp/tmp/pspptmp/branch-1.4/source/ssw/inst/lib/libspread-sheet-widget.la
 262  libtool: install: /usr/bin/install -c .libs/libspread-sheet-widget.a /home/blp/tmp/pspptmp/branch-1.4/source/ssw/inst/lib/libspread-sheet-widget.a
 263  libtool: install: chmod 644 /home/blp/tmp/pspptmp/branch-1.4/source/ssw/inst/lib/libspread-sheet-widget.a
 264  libtool: install: ranlib /home/blp/tmp/pspptmp/branch-1.4/source/ssw/inst/lib/libspread-sheet-widget.a
 265  libtool: warning: remember to run 'libtool --finish /lib'
 266  make[2]: Leaving directory '/home/blp/tmp/pspptmp/branch-1.4/source/ssw'
 267  make[1]: Leaving directory '/home/blp/tmp/pspptmp/branch-1.4/source/ssw'

 269  Fetch branch from Git
 270  git --git-dir=/home/blp/pspp/build/./.git fetch git://git.sv.gnu.org/pspp +branch-1.4:refs/builds/20200905131945/pspp
 271  From git://git.sv.gnu.org/pspp
 272   * [new branch]            branch-1.4 -> refs/builds/20200905131945/pspp

 274  Extract branch into source directory
 275  git --git-dir=/home/blp/pspp/build/./.git archive --format=tar --prefix=pspp/ refs/builds/20200905131945/pspp | tar xf -

 277  Extract repository version number

 279  Checking Automake mode
 280  Automake mode is gnu

 282  Generate build version number

 284  Updating version number in configure.ac

 286  Reading README.Git to find Gnulib commit number

 288  Updating NEWS
 289  git --git-dir=/home/blp/pspp/build/./.git update-ref refs/builds/20200905131945/gnulib d6dabe8eece3a9c1269dc1c084531ce447c7a42e

 291  Extract Gnulib source
 292  git --git-dir=/home/blp/pspp/build/./.git archive --format=tar --prefix=gnulib/ d6dabe8eece3a9c1269dc1c084531ce447c7a42e | tar xf -

 294  Bootstrap (make -f Smake)
 295  cd pspp && make -f Smake -j$(nproc)
 296  test -e ChangeLog || touch ChangeLog
 297  mkdir -p src/ui/gui/icons/48x48/categories/
 298  test -d m4 || mkdir m4
 299  mkdir -p src/ui/gui/icons/48x48/categories/
 300  build-aux/svg2png "src/ui/gui/artwork/scalable/categories/align-left.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/align-left.png"
 301  mkdir -p src/ui/gui/icons/48x48/categories/
 302  build-aux/svg2png "src/ui/gui/artwork/scalable/categories/align-center.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/align-center.png"
 303  mkdir -p src/ui/gui/icons/48x48/categories/
 304  Converting src/ui/gui/artwork/scalable/categories/align-left.svg to src/ui/gui/icons/48x48/categories/align-left.png size 48x48
 305  touch m4/Makefile.am
 306  build-aux/svg2png "src/ui/gui/artwork/scalable/categories/align-right.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/align-right.png"
 307  mkdir -p src/ui/gui/icons/48x48/categories/
 308  Converting src/ui/gui/artwork/scalable/categories/align-center.svg to src/ui/gui/icons/48x48/categories/align-center.png size 48x48
 309  build-aux/svg2png "src/ui/gui/artwork/scalable/categories/measure-scale.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/measure-scale.png"
 310  ../gnulib/gnulib-tool --add-import --no-changelog --m4-base=gl/m4 \
 311  	--source-base=gl --lib=libgl --tests-base=tests \
 312  	--doc-base=gl/doc --aux-dir=build-aux  \
 313  	--libtool assert byteswap c-snprintf c-strcase c-strcasestr c-ctype c-strtod c-xvasprintf clean-temp close configmake count-one-bits count-leading-zeros crc crypto/md4 crypto/rijndael dirname dtoastr environ fatal-signal fcntl fpieee fprintf-posix full-read full-write fseeko ftello fwriteerror getline getpass gettext gettimeofday getopt-gnu gitlog-to-changelog include_next isfinite isinf isnan intprops inttostr localcharset mbchar mbiter memcasecmp memchr memchr2 memmem mempcpy memrchr minmax mkdtemp mkstemp pipe2 printf-posix printf-safe progname rawmemchr read-file regex relocatable-prog rename round select snprintf snprintf-posix sprintf-posix stdarg stdbool stdint strcasestr stpcpy strerror strftime strsep strtod strtok_r sys_stat tempname termios trunc unicase/u8-casecmp unicase/u8-casefold unicase/u8-tolower unicase/u8-toupper unicase/u8-totitle unictype/ctype-print unictype/category-of unigbrk/uc-is-grapheme-break unilbrk/u8-possible-linebreaks uninorm/nfkd unistd unistr/u8-check unistr/u8-cpy unistr/u8-mblen unistr/u8-mbtouc unistr/u8-mbtoucr unistr/u8-strlen unistr/u8-strmbtouc unistr/u8-strncat unistr/u8-uctomb uniwidth/u8-strwidth unitypes unlocked-io vasprintf-posix version-etc version-etc-fsf vfprintf-posix vprintf-posix vsnprintf vsnprintf-posix vsprintf-posix xalloc xalloc-die xbinary-io xmalloca xmemdup0 xsize xstrndup xvasprintf
 314  build-aux/svg2png "src/ui/gui/artwork/scalable/categories/measure-ordinal.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/measure-ordinal.png"
 315  Converting src/ui/gui/artwork/scalable/categories/align-right.svg to src/ui/gui/icons/48x48/categories/align-right.png size 48x48
 316  mkdir -p src/ui/gui/icons/48x48/categories/
 317  Converting src/ui/gui/artwork/scalable/categories/measure-scale.svg to src/ui/gui/icons/48x48/categories/measure-scale.png size 48x48
 318  mkdir -p src/ui/gui/icons/48x48/categories/
 319  Converting src/ui/gui/artwork/scalable/categories/measure-ordinal.svg to src/ui/gui/icons/48x48/categories/measure-ordinal.png size 48x48
 320  build-aux/svg2png "src/ui/gui/artwork/scalable/categories/measure-nominal.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/measure-nominal.png"
 321  mkdir -p src/ui/gui/icons/48x48/categories/
 322  build-aux/svg2png "src/ui/gui/artwork/scalable/categories/measure-date-scale.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/measure-date-scale.png"
 323  mkdir -p src/ui/gui/icons/48x48/categories/
 324  Converting src/ui/gui/artwork/scalable/categories/measure-nominal.svg to src/ui/gui/icons/48x48/categories/measure-nominal.png size 48x48
 325  build-aux/svg2png "src/ui/gui/artwork/scalable/categories/measure-date-nominal.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/measure-date-nominal.png"
 326  mkdir -p src/ui/gui/icons/48x48/categories/
 327  Converting src/ui/gui/artwork/scalable/categories/measure-date-scale.svg to src/ui/gui/icons/48x48/categories/measure-date-scale.png size 48x48
 328  build-aux/svg2png "src/ui/gui/artwork/scalable/categories/measure-date-ordinal.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/measure-date-ordinal.png"
 329  mkdir -p src/ui/gui/icons/48x48/categories/
 330  Converting src/ui/gui/artwork/scalable/categories/measure-date-nominal.svg to src/ui/gui/icons/48x48/categories/measure-date-nominal.png size 48x48
 331  build-aux/svg2png "src/ui/gui/artwork/scalable/categories/measure-time-scale.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/measure-time-scale.png"
 332  mkdir -p src/ui/gui/icons/48x48/categories/
 333  Converting src/ui/gui/artwork/scalable/categories/measure-date-ordinal.svg to src/ui/gui/icons/48x48/categories/measure-date-ordinal.png size 48x48
 334  build-aux/svg2png "src/ui/gui/artwork/scalable/categories/measure-time-nominal.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/measure-time-nominal.png"
 335  mkdir -p src/ui/gui/icons/48x48/categories/
 336  Converting src/ui/gui/artwork/scalable/categories/measure-time-scale.svg to src/ui/gui/icons/48x48/categories/measure-time-scale.png size 48x48
 337  build-aux/svg2png "src/ui/gui/artwork/scalable/categories/measure-time-ordinal.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/measure-time-ordinal.png"
 338  mkdir -p src/ui/gui/icons/48x48/categories/
 339  Converting src/ui/gui/artwork/scalable/categories/measure-time-nominal.svg to src/ui/gui/icons/48x48/categories/measure-time-nominal.png size 48x48
 340  build-aux/svg2png "src/ui/gui/artwork/scalable/categories/measure-string-nominal.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/measure-string-nominal.png"
 341  mkdir -p src/ui/gui/icons/48x48/categories/
 342  Converting src/ui/gui/artwork/scalable/categories/measure-time-ordinal.svg to src/ui/gui/icons/48x48/categories/measure-time-ordinal.png size 48x48
 343  build-aux/svg2png "src/ui/gui/artwork/scalable/categories/measure-string-ordinal.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/measure-string-ordinal.png"
 344  mkdir -p src/ui/gui/icons/48x48/categories/
 345  Converting src/ui/gui/artwork/scalable/categories/measure-string-nominal.svg to src/ui/gui/icons/48x48/categories/measure-string-nominal.png size 48x48
 346  build-aux/svg2png "src/ui/gui/artwork/scalable/categories/measure-currency-scale.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/measure-currency-scale.png"
 347  mkdir -p src/ui/gui/icons/48x48/categories/
 348  Converting src/ui/gui/artwork/scalable/categories/measure-string-ordinal.svg to src/ui/gui/icons/48x48/categories/measure-string-ordinal.png size 48x48
 349  build-aux/svg2png "src/ui/gui/artwork/scalable/categories/measure-currency-nominal.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/measure-currency-nominal.png"
 350  build-aux/svg2png "src/ui/gui/artwork/scalable/categories/measure-currency-ordinal.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/measure-currency-ordinal.png"
 351  mkdir -p src/ui/gui/icons/48x48/categories/
 352  Converting src/ui/gui/artwork/scalable/categories/measure-currency-scale.svg to src/ui/gui/icons/48x48/categories/measure-currency-scale.png size 48x48
 353  mkdir -p src/ui/gui/icons/48x48/categories/
 354  Converting src/ui/gui/artwork/scalable/categories/measure-currency-nominal.svg to src/ui/gui/icons/48x48/categories/measure-currency-nominal.png size 48x48
 355  Converting src/ui/gui/artwork/scalable/categories/measure-currency-ordinal.svg to src/ui/gui/icons/48x48/categories/measure-currency-ordinal.png size 48x48
 356  build-aux/svg2png "src/ui/gui/artwork/scalable/categories/role-input.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/role-input.png"
 357  build-aux/svg2png "src/ui/gui/artwork/scalable/categories/role-target.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/role-target.png"
 358  mkdir -p src/ui/gui/icons/48x48/categories/
 359  mkdir -p src/ui/gui/icons/48x48/categories/
 360  Converting src/ui/gui/artwork/scalable/categories/role-input.svg to src/ui/gui/icons/48x48/categories/role-input.png size 48x48
 361  Converting src/ui/gui/artwork/scalable/categories/role-target.svg to src/ui/gui/icons/48x48/categories/role-target.png size 48x48
 362  build-aux/svg2png "src/ui/gui/artwork/scalable/categories/role-both.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/role-both.png"
 363  mkdir -p src/ui/gui/icons/48x48/categories/
 364  build-aux/svg2png "src/ui/gui/artwork/scalable/categories/role-none.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/role-none.png"
 365  build-aux/svg2png "src/ui/gui/artwork/scalable/categories/role-partition.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/role-partition.png"
 366  mkdir -p src/ui/gui/icons/48x48/categories/
 367  Converting src/ui/gui/artwork/scalable/categories/role-both.svg to src/ui/gui/icons/48x48/categories/role-both.png size 48x48
 368  mkdir -p src/ui/gui/icons/scalable/categories/
 369  mkdir -p src/ui/gui/icons/scalable/categories/
 370  mkdir -p src/ui/gui/icons/scalable/categories/
 371  build-aux/svg2png "src/ui/gui/artwork/scalable/categories/role-split.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/role-split.png"
 372  Converting src/ui/gui/artwork/scalable/categories/role-partition.svg to src/ui/gui/icons/48x48/categories/role-partition.png size 48x48
 373  Converting src/ui/gui/artwork/scalable/categories/role-none.svg to src/ui/gui/icons/48x48/categories/role-none.png size 48x48
 374  mkdir -p src/ui/gui/icons/scalable/categories/
 375  mkdir -p src/ui/gui/icons/scalable/categories/
 376  cp src/ui/gui/artwork/scalable/categories/align-left.svg src/ui/gui/icons/scalable/categories/align-left.svg
 377  cp src/ui/gui/artwork/scalable/categories/align-center.svg src/ui/gui/icons/scalable/categories/align-center.svg
 378  cp src/ui/gui/artwork/scalable/categories/align-right.svg src/ui/gui/icons/scalable/categories/align-right.svg
 379  mkdir -p src/ui/gui/icons/scalable/categories/
 380  Converting src/ui/gui/artwork/scalable/categories/role-split.svg to src/ui/gui/icons/48x48/categories/role-split.png size 48x48
 381  cp src/ui/gui/artwork/scalable/categories/measure-scale.svg src/ui/gui/icons/scalable/categories/measure-scale.svg
 382  cp src/ui/gui/artwork/scalable/categories/measure-ordinal.svg src/ui/gui/icons/scalable/categories/measure-ordinal.svg
 383  mkdir -p src/ui/gui/icons/scalable/categories/
 384  mkdir -p src/ui/gui/icons/scalable/categories/
 385  cp src/ui/gui/artwork/scalable/categories/measure-nominal.svg src/ui/gui/icons/scalable/categories/measure-nominal.svg
 386  mkdir -p src/ui/gui/icons/scalable/categories/
 387  mkdir -p src/ui/gui/icons/scalable/categories/
 388  cp src/ui/gui/artwork/scalable/categories/measure-date-nominal.svg src/ui/gui/icons/scalable/categories/measure-date-nominal.svg
 389  cp src/ui/gui/artwork/scalable/categories/measure-date-scale.svg src/ui/gui/icons/scalable/categories/measure-date-scale.svg
 390  mkdir -p src/ui/gui/icons/scalable/categories/
 391  mkdir -p src/ui/gui/icons/scalable/categories/
 392  cp src/ui/gui/artwork/scalable/categories/measure-date-ordinal.svg src/ui/gui/icons/scalable/categories/measure-date-ordinal.svg
 393  cp src/ui/gui/artwork/scalable/categories/measure-time-scale.svg src/ui/gui/icons/scalable/categories/measure-time-scale.svg
 394  mkdir -p src/ui/gui/icons/scalable/categories/
 395  mkdir -p src/ui/gui/icons/scalable/categories/
 396  mkdir -p src/ui/gui/icons/scalable/categories/
 397  cp src/ui/gui/artwork/scalable/categories/measure-time-nominal.svg src/ui/gui/icons/scalable/categories/measure-time-nominal.svg
 398  cp src/ui/gui/artwork/scalable/categories/measure-time-ordinal.svg src/ui/gui/icons/scalable/categories/measure-time-ordinal.svg
 399  cp src/ui/gui/artwork/scalable/categories/measure-string-nominal.svg src/ui/gui/icons/scalable/categories/measure-string-nominal.svg
 400  mkdir -p src/ui/gui/icons/scalable/categories/
 401  cp src/ui/gui/artwork/scalable/categories/measure-string-ordinal.svg src/ui/gui/icons/scalable/categories/measure-string-ordinal.svg
 402  cp src/ui/gui/artwork/scalable/categories/measure-currency-scale.svg src/ui/gui/icons/scalable/categories/measure-currency-scale.svg
 403  mkdir -p src/ui/gui/icons/scalable/categories/
 404  mkdir -p src/ui/gui/icons/scalable/categories/
 405  mkdir -p src/ui/gui/icons/scalable/categories/
 406  cp src/ui/gui/artwork/scalable/categories/measure-currency-nominal.svg src/ui/gui/icons/scalable/categories/measure-currency-nominal.svg
 407  mkdir -p src/ui/gui/icons/scalable/categories/
 408  cp src/ui/gui/artwork/scalable/categories/measure-currency-ordinal.svg src/ui/gui/icons/scalable/categories/measure-currency-ordinal.svg
 409  cp src/ui/gui/artwork/scalable/categories/role-input.svg src/ui/gui/icons/scalable/categories/role-input.svg
 410  cp src/ui/gui/artwork/scalable/categories/role-target.svg src/ui/gui/icons/scalable/categories/role-target.svg
 411  mkdir -p src/ui/gui/icons/scalable/categories/
 412  cp src/ui/gui/artwork/scalable/categories/role-both.svg src/ui/gui/icons/scalable/categories/role-both.svg
 413  mkdir -p src/ui/gui/icons/scalable/categories/
 414  mkdir -p src/ui/gui/icons/scalable/categories/
 415  cp src/ui/gui/artwork/scalable/categories/role-none.svg src/ui/gui/icons/scalable/categories/role-none.svg
 416  cp src/ui/gui/artwork/scalable/categories/role-partition.svg src/ui/gui/icons/scalable/categories/role-partition.svg
 417  cp src/ui/gui/artwork/scalable/categories/role-split.svg src/ui/gui/icons/scalable/categories/role-split.svg
 418  mkdir -p src/ui/gui/icons/24x24/actions/
 419  mkdir -p src/ui/gui/icons/24x24/actions/
 420  build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-file-open-data.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/24x24/actions/pspp-file-open-data.png"
 421  build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-file-save-data.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/24x24/actions/pspp-file-save-data.png"
 422  mkdir -p src/ui/gui/icons/24x24/actions/
 423  mkdir -p src/ui/gui/icons/24x24/actions/
 424  Converting src/ui/gui/artwork/scalable/actions/pspp-file-open-data.svg to src/ui/gui/icons/24x24/actions/pspp-file-open-data.png size 24x24
 425  mkdir -p src/ui/gui/icons/24x24/actions/
 426  Converting src/ui/gui/artwork/scalable/actions/pspp-file-save-data.svg to src/ui/gui/icons/24x24/actions/pspp-file-save-data.png size 24x24
 427  build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-edit-go-to-variable.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/24x24/actions/pspp-edit-go-to-variable.png"
 428  build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-edit-go-to-case.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/24x24/actions/pspp-edit-go-to-case.png"
 429  mkdir -p src/ui/gui/icons/24x24/actions/
 430  build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-edit-find.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/24x24/actions/pspp-edit-find.png"
 431  mkdir -p src/ui/gui/icons/24x24/actions/
 432  Converting src/ui/gui/artwork/scalable/actions/pspp-edit-go-to-variable.svg to src/ui/gui/icons/24x24/actions/pspp-edit-go-to-variable.png size 24x24
 433  Converting src/ui/gui/artwork/scalable/actions/pspp-edit-go-to-case.svg to src/ui/gui/icons/24x24/actions/pspp-edit-go-to-case.png size 24x24
 434  build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-edit-insert-case.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/24x24/actions/pspp-edit-insert-case.png"
 435  mkdir -p src/ui/gui/icons/24x24/actions/
 436  Converting src/ui/gui/artwork/scalable/actions/pspp-edit-find.svg to src/ui/gui/icons/24x24/actions/pspp-edit-find.png size 24x24
 437  build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-edit-insert-variable.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/24x24/actions/pspp-edit-insert-variable.png"
 438  build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-data-split-file.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/24x24/actions/pspp-data-split-file.png"
 439  Converting src/ui/gui/artwork/scalable/actions/pspp-edit-insert-case.svg to src/ui/gui/icons/24x24/actions/pspp-edit-insert-case.png size 24x24
 440  mkdir -p src/ui/gui/icons/24x24/actions/
 441  Converting src/ui/gui/artwork/scalable/actions/pspp-edit-insert-variable.svg to src/ui/gui/icons/24x24/actions/pspp-edit-insert-variable.png size 24x24
 442  mkdir -p src/ui/gui/icons/24x24/actions/
 443  Converting src/ui/gui/artwork/scalable/actions/pspp-data-split-file.svg to src/ui/gui/icons/24x24/actions/pspp-data-split-file.png size 24x24
 444  build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-data-weight-cases.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/24x24/actions/pspp-data-weight-cases.png"
 445  mkdir -p src/ui/gui/icons/48x48/actions/
 446  mkdir -p src/ui/gui/icons/48x48/actions/
 447  build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-view-value-labels.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/24x24/actions/pspp-view-value-labels.png"
 448  mkdir -p src/ui/gui/icons/48x48/actions/
 449  build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-file-open-data.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/actions/pspp-file-open-data.png"
 450  Converting src/ui/gui/artwork/scalable/actions/pspp-data-weight-cases.svg to src/ui/gui/icons/24x24/actions/pspp-data-weight-cases.png size 24x24
 451  build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-file-save-data.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/actions/pspp-file-save-data.png"
 452  mkdir -p src/ui/gui/icons/48x48/actions/
 453  mkdir -p src/ui/gui/icons/48x48/actions/
 454  Converting src/ui/gui/artwork/scalable/actions/pspp-view-value-labels.svg to src/ui/gui/icons/24x24/actions/pspp-view-value-labels.png size 24x24
 455  build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-edit-go-to-variable.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/actions/pspp-edit-go-to-variable.png"
 456  mkdir -p src/ui/gui/icons/48x48/actions/
 457  mkdir -p src/ui/gui/icons/48x48/actions/
 458  Converting src/ui/gui/artwork/scalable/actions/pspp-file-save-data.svg to src/ui/gui/icons/48x48/actions/pspp-file-save-data.png size 48x48
 459  Converting src/ui/gui/artwork/scalable/actions/pspp-file-open-data.svg to src/ui/gui/icons/48x48/actions/pspp-file-open-data.png size 48x48
 460  build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-edit-go-to-case.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/actions/pspp-edit-go-to-case.png"
 461  build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-edit-find.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/actions/pspp-edit-find.png"
 462  mkdir -p src/ui/gui/icons/48x48/actions/
 463  build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-edit-insert-case.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/actions/pspp-edit-insert-case.png"
 464  Converting src/ui/gui/artwork/scalable/actions/pspp-edit-go-to-variable.svg to src/ui/gui/icons/48x48/actions/pspp-edit-go-to-variable.png size 48x48
 465  build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-edit-insert-variable.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/actions/pspp-edit-insert-variable.png"
 466  mkdir -p src/ui/gui/icons/48x48/actions/
 467  mkdir -p src/ui/gui/icons/48x48/actions/
 468  Converting src/ui/gui/artwork/scalable/actions/pspp-edit-go-to-case.svg to src/ui/gui/icons/48x48/actions/pspp-edit-go-to-case.png size 48x48
 469  build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-data-split-file.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/actions/pspp-data-split-file.png"
 470  Converting src/ui/gui/artwork/scalable/actions/pspp-edit-find.svg to src/ui/gui/icons/48x48/actions/pspp-edit-find.png size 48x48
 471  mkdir -p src/ui/gui/icons/96x96/actions/
 472  Converting src/ui/gui/artwork/scalable/actions/pspp-edit-insert-case.svg to src/ui/gui/icons/48x48/actions/pspp-edit-insert-case.png size 48x48
 473  mkdir -p src/ui/gui/icons/96x96/actions/
 474  build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-data-weight-cases.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/actions/pspp-data-weight-cases.png"
 475  Converting src/ui/gui/artwork/scalable/actions/pspp-edit-insert-variable.svg to src/ui/gui/icons/48x48/actions/pspp-edit-insert-variable.png size 48x48
 476  build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-view-value-labels.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/actions/pspp-view-value-labels.png"
 477  mkdir -p src/ui/gui/icons/96x96/actions/
 478  mkdir -p src/ui/gui/icons/96x96/actions/
 479  Converting src/ui/gui/artwork/scalable/actions/pspp-data-split-file.svg to src/ui/gui/icons/48x48/actions/pspp-data-split-file.png size 48x48
 480  build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-file-open-data.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/96x96/actions/pspp-file-open-data.png"
 481  build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-file-save-data.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/96x96/actions/pspp-file-save-data.png"
 482  Converting src/ui/gui/artwork/scalable/actions/pspp-data-weight-cases.svg to src/ui/gui/icons/48x48/actions/pspp-data-weight-cases.png size 48x48
 483  mkdir -p src/ui/gui/icons/96x96/actions/
 484  build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-edit-go-to-variable.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/96x96/actions/pspp-edit-go-to-variable.png"
 485  Converting src/ui/gui/artwork/scalable/actions/pspp-view-value-labels.svg to src/ui/gui/icons/48x48/actions/pspp-view-value-labels.png size 48x48
 486  build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-edit-go-to-case.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/96x96/actions/pspp-edit-go-to-case.png"
 487  mkdir -p src/ui/gui/icons/96x96/actions/
 488  mkdir -p src/ui/gui/icons/96x96/actions/
 489  Converting src/ui/gui/artwork/scalable/actions/pspp-file-open-data.svg to src/ui/gui/icons/96x96/actions/pspp-file-open-data.png size 96x96
 490  Converting src/ui/gui/artwork/scalable/actions/pspp-file-save-data.svg to src/ui/gui/icons/96x96/actions/pspp-file-save-data.png size 96x96
 491  build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-edit-find.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/96x96/actions/pspp-edit-find.png"
 492  Converting src/ui/gui/artwork/scalable/actions/pspp-edit-go-to-variable.svg to src/ui/gui/icons/96x96/actions/pspp-edit-go-to-variable.png size 96x96
 493  Converting src/ui/gui/artwork/scalable/actions/pspp-edit-go-to-case.svg to src/ui/gui/icons/96x96/actions/pspp-edit-go-to-case.png size 96x96
 494  build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-edit-insert-case.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/96x96/actions/pspp-edit-insert-case.png"
 495  build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-edit-insert-variable.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/96x96/actions/pspp-edit-insert-variable.png"
 496  mkdir -p src/ui/gui/icons/96x96/actions/
 497  mkdir -p src/ui/gui/icons/96x96/actions/
 498  mkdir -p src/ui/gui/icons/96x96/actions/
 499  Converting src/ui/gui/artwork/scalable/actions/pspp-edit-find.svg to src/ui/gui/icons/96x96/actions/pspp-edit-find.png size 96x96
 500  mkdir -p src/ui/gui/icons/scalable/actions/
 501  Converting src/ui/gui/artwork/scalable/actions/pspp-edit-insert-case.svg to src/ui/gui/icons/96x96/actions/pspp-edit-insert-case.png size 96x96
 502  build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-data-split-file.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/96x96/actions/pspp-data-split-file.png"
 503  Converting src/ui/gui/artwork/scalable/actions/pspp-edit-insert-variable.svg to src/ui/gui/icons/96x96/actions/pspp-edit-insert-variable.png size 96x96
 504  mkdir -p src/ui/gui/icons/scalable/actions/
 505  build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-data-weight-cases.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/96x96/actions/pspp-data-weight-cases.png"
 506  build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-view-value-labels.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/96x96/actions/pspp-view-value-labels.png"
 507  mkdir -p src/ui/gui/icons/scalable/actions/
 508  cp src/ui/gui/artwork/scalable/actions/pspp-file-open-data.svg src/ui/gui/icons/scalable/actions/pspp-file-open-data.svg
 509  cp src/ui/gui/artwork/scalable/actions/pspp-file-save-data.svg src/ui/gui/icons/scalable/actions/pspp-file-save-data.svg
 510  Converting src/ui/gui/artwork/scalable/actions/pspp-data-split-file.svg to src/ui/gui/icons/96x96/actions/pspp-data-split-file.png size 96x96
 511  mkdir -p src/ui/gui/icons/scalable/actions/
 512  mkdir -p src/ui/gui/icons/scalable/actions/
 513  Converting src/ui/gui/artwork/scalable/actions/pspp-data-weight-cases.svg to src/ui/gui/icons/96x96/actions/pspp-data-weight-cases.png size 96x96
 514  mkdir -p src/ui/gui/icons/scalable/actions/
 515  Converting src/ui/gui/artwork/scalable/actions/pspp-view-value-labels.svg to src/ui/gui/icons/96x96/actions/pspp-view-value-labels.png size 96x96
 516  cp src/ui/gui/artwork/scalable/actions/pspp-edit-go-to-variable.svg src/ui/gui/icons/scalable/actions/pspp-edit-go-to-variable.svg
 517  mkdir -p src/ui/gui/icons/scalable/actions/
 518  cp src/ui/gui/artwork/scalable/actions/pspp-edit-go-to-case.svg src/ui/gui/icons/scalable/actions/pspp-edit-go-to-case.svg
 519  mkdir -p src/ui/gui/icons/scalable/actions/
 520  cp src/ui/gui/artwork/scalable/actions/pspp-edit-find.svg src/ui/gui/icons/scalable/actions/pspp-edit-find.svg
 521  cp src/ui/gui/artwork/scalable/actions/pspp-edit-insert-case.svg src/ui/gui/icons/scalable/actions/pspp-edit-insert-case.svg
 522  cp src/ui/gui/artwork/scalable/actions/pspp-edit-insert-variable.svg src/ui/gui/icons/scalable/actions/pspp-edit-insert-variable.svg
 523  mkdir -p src/ui/gui/icons/scalable/actions/
 524  cp src/ui/gui/artwork/scalable/actions/pspp-data-split-file.svg src/ui/gui/icons/scalable/actions/pspp-data-split-file.svg
 525  mkdir -p src/ui/gui/icons/scalable/actions/
 526  cp src/ui/gui/artwork/scalable/actions/pspp-data-weight-cases.svg src/ui/gui/icons/scalable/actions/pspp-data-weight-cases.svg
 527  mkdir -p src/ui/gui/icons/16x16/mimetypes/
 528  cp src/ui/gui/artwork/scalable/actions/pspp-view-value-labels.svg src/ui/gui/icons/scalable/actions/pspp-view-value-labels.svg
 529  mkdir -p src/ui/gui/icons/16x16/mimetypes/
 530  build-aux/svg2png "src/ui/gui/artwork/16x16/mimetypes/application-x-spss-por.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/16x16/mimetypes/application-x-spss-por.png"
 531  mkdir -p src/ui/gui/icons/16x16/mimetypes/
 532  build-aux/svg2png "src/ui/gui/artwork/16x16/mimetypes/application-x-spss-sav.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/16x16/mimetypes/application-x-spss-sav.png"
 533  mkdir -p src/ui/gui/icons/16x16/mimetypes/
 534  Converting src/ui/gui/artwork/16x16/mimetypes/application-x-spss-por.svg to src/ui/gui/icons/16x16/mimetypes/application-x-spss-por.png size 16x16
 535  build-aux/svg2png "src/ui/gui/artwork/16x16/mimetypes/application-x-spss-sps.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/16x16/mimetypes/application-x-spss-sps.png"
 536  mkdir -p src/ui/gui/icons/22x22/mimetypes/
 537  Converting src/ui/gui/artwork/16x16/mimetypes/application-x-spss-sav.svg to src/ui/gui/icons/16x16/mimetypes/application-x-spss-sav.png size 16x16
 538  build-aux/svg2png "src/ui/gui/artwork/16x16/mimetypes/application-x-spss-zsav.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/16x16/mimetypes/application-x-spss-zsav.png"
 539  build-aux/svg2png "src/ui/gui/artwork/22x22/mimetypes/application-x-spss-por.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/22x22/mimetypes/application-x-spss-por.png"
 540  Converting src/ui/gui/artwork/16x16/mimetypes/application-x-spss-sps.svg to src/ui/gui/icons/16x16/mimetypes/application-x-spss-sps.png size 16x16
 541  mkdir -p src/ui/gui/icons/22x22/mimetypes/
 542  mkdir -p src/ui/gui/icons/22x22/mimetypes/
 543  Converting src/ui/gui/artwork/16x16/mimetypes/application-x-spss-zsav.svg to src/ui/gui/icons/16x16/mimetypes/application-x-spss-zsav.png size 16x16
 544  Converting src/ui/gui/artwork/22x22/mimetypes/application-x-spss-por.svg to src/ui/gui/icons/22x22/mimetypes/application-x-spss-por.png size 22x22
 545  build-aux/svg2png "src/ui/gui/artwork/22x22/mimetypes/application-x-spss-sav.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/22x22/mimetypes/application-x-spss-sav.png"
 546  mkdir -p src/ui/gui/icons/22x22/mimetypes/
 547  build-aux/svg2png "src/ui/gui/artwork/22x22/mimetypes/application-x-spss-sps.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/22x22/mimetypes/application-x-spss-sps.png"
 548  mkdir -p src/ui/gui/icons/24x24/mimetypes/
 549  Converting src/ui/gui/artwork/22x22/mimetypes/application-x-spss-sav.svg to src/ui/gui/icons/22x22/mimetypes/application-x-spss-sav.png size 22x22
 550  build-aux/svg2png "src/ui/gui/artwork/22x22/mimetypes/application-x-spss-zsav.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/22x22/mimetypes/application-x-spss-zsav.png"
 551  Converting src/ui/gui/artwork/22x22/mimetypes/application-x-spss-sps.svg to src/ui/gui/icons/22x22/mimetypes/application-x-spss-sps.png size 22x22
 552  mkdir -p src/ui/gui/icons/24x24/mimetypes/
 553  build-aux/svg2png "src/ui/gui/artwork/24x24/mimetypes/application-x-spss-por.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/24x24/mimetypes/application-x-spss-por.png"
 554  Converting src/ui/gui/artwork/22x22/mimetypes/application-x-spss-zsav.svg to src/ui/gui/icons/22x22/mimetypes/application-x-spss-zsav.png size 22x22
 555  build-aux/svg2png "src/ui/gui/artwork/24x24/mimetypes/application-x-spss-sav.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/24x24/mimetypes/application-x-spss-sav.png"
 556  mkdir -p src/ui/gui/icons/24x24/mimetypes/
 557  mkdir -p src/ui/gui/icons/24x24/mimetypes/
 558  Converting src/ui/gui/artwork/24x24/mimetypes/application-x-spss-sav.svg to src/ui/gui/icons/24x24/mimetypes/application-x-spss-sav.png size 24x24
 559  Converting src/ui/gui/artwork/24x24/mimetypes/application-x-spss-por.svg to src/ui/gui/icons/24x24/mimetypes/application-x-spss-por.png size 24x24
 560  build-aux/svg2png "src/ui/gui/artwork/24x24/mimetypes/application-x-spss-sps.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/24x24/mimetypes/application-x-spss-sps.png"
 561  build-aux/svg2png "src/ui/gui/artwork/24x24/mimetypes/application-x-spss-zsav.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/24x24/mimetypes/application-x-spss-zsav.png"
 562  mkdir -p src/ui/gui/icons/32x32/mimetypes/
 563  Converting src/ui/gui/artwork/24x24/mimetypes/application-x-spss-zsav.svg to src/ui/gui/icons/24x24/mimetypes/application-x-spss-zsav.png size 24x24
 564  mkdir -p src/ui/gui/icons/32x32/mimetypes/
 565  Converting src/ui/gui/artwork/24x24/mimetypes/application-x-spss-sps.svg to src/ui/gui/icons/24x24/mimetypes/application-x-spss-sps.png size 24x24
 566  build-aux/svg2png "src/ui/gui/artwork/32x32/mimetypes/application-x-spss-por.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/32x32/mimetypes/application-x-spss-por.png"
 567  build-aux/svg2png "src/ui/gui/artwork/32x32/mimetypes/application-x-spss-sav.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/32x32/mimetypes/application-x-spss-sav.png"
 568  mkdir -p src/ui/gui/icons/32x32/mimetypes/
 569  mkdir -p src/ui/gui/icons/32x32/mimetypes/
 570  Converting src/ui/gui/artwork/32x32/mimetypes/application-x-spss-sav.svg to src/ui/gui/icons/32x32/mimetypes/application-x-spss-sav.png size 32x32
 571  Converting src/ui/gui/artwork/32x32/mimetypes/application-x-spss-por.svg to src/ui/gui/icons/32x32/mimetypes/application-x-spss-por.png size 32x32
 572  build-aux/svg2png "src/ui/gui/artwork/32x32/mimetypes/application-x-spss-sps.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/32x32/mimetypes/application-x-spss-sps.png"
 573  build-aux/svg2png "src/ui/gui/artwork/32x32/mimetypes/application-x-spss-zsav.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/32x32/mimetypes/application-x-spss-zsav.png"
 574  mkdir -p src/ui/gui/icons/48x48/mimetypes/
 575  mkdir -p src/ui/gui/icons/48x48/mimetypes/
 576  Converting src/ui/gui/artwork/32x32/mimetypes/application-x-spss-sps.svg to src/ui/gui/icons/32x32/mimetypes/application-x-spss-sps.png size 32x32
 577  Converting src/ui/gui/artwork/32x32/mimetypes/application-x-spss-zsav.svg to src/ui/gui/icons/32x32/mimetypes/application-x-spss-zsav.png size 32x32
 578  mkdir -p src/ui/gui/icons/48x48/mimetypes/
 579  build-aux/svg2png "src/ui/gui/artwork/48x48/mimetypes/application-x-spss-por.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/mimetypes/application-x-spss-por.png"
 580  build-aux/svg2png "src/ui/gui/artwork/48x48/mimetypes/application-x-spss-sav.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/mimetypes/application-x-spss-sav.png"
 581  build-aux/svg2png "src/ui/gui/artwork/48x48/mimetypes/application-x-spss-sps.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/mimetypes/application-x-spss-sps.png"
 582  mkdir -p src/ui/gui/icons/48x48/mimetypes/
 583  Converting src/ui/gui/artwork/48x48/mimetypes/application-x-spss-por.svg to src/ui/gui/icons/48x48/mimetypes/application-x-spss-por.png size 48x48
 584  mkdir -p src/ui/gui/icons/256x256/mimetypes/
 585  Converting src/ui/gui/artwork/48x48/mimetypes/application-x-spss-sav.svg to src/ui/gui/icons/48x48/mimetypes/application-x-spss-sav.png size 48x48
 586  mkdir -p src/ui/gui/icons/256x256/mimetypes/
 587  Converting src/ui/gui/artwork/48x48/mimetypes/application-x-spss-sps.svg to src/ui/gui/icons/48x48/mimetypes/application-x-spss-sps.png size 48x48
 588  build-aux/svg2png "src/ui/gui/artwork/48x48/mimetypes/application-x-spss-zsav.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/mimetypes/application-x-spss-zsav.png"
 589  build-aux/svg2png "src/ui/gui/artwork/256x256/mimetypes/application-x-spss-por.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/256x256/mimetypes/application-x-spss-por.png"
 590  build-aux/svg2png "src/ui/gui/artwork/256x256/mimetypes/application-x-spss-sav.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/256x256/mimetypes/application-x-spss-sav.png"
 591  mkdir -p src/ui/gui/icons/256x256/mimetypes/
 592  mkdir -p src/ui/gui/icons/256x256/mimetypes/
 593  Converting src/ui/gui/artwork/48x48/mimetypes/application-x-spss-zsav.svg to src/ui/gui/icons/48x48/mimetypes/application-x-spss-zsav.png size 48x48
 594  Converting src/ui/gui/artwork/256x256/mimetypes/application-x-spss-por.svg to src/ui/gui/icons/256x256/mimetypes/application-x-spss-por.png size 256x256
 595  Converting src/ui/gui/artwork/256x256/mimetypes/application-x-spss-sav.svg to src/ui/gui/icons/256x256/mimetypes/application-x-spss-sav.png size 256x256
 596  build-aux/svg2png "src/ui/gui/artwork/256x256/mimetypes/application-x-spss-sps.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/256x256/mimetypes/application-x-spss-sps.png"
 597  mkdir -p src/ui/gui/icons/16x16/apps/
 598  build-aux/svg2png "src/ui/gui/artwork/256x256/mimetypes/application-x-spss-zsav.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/256x256/mimetypes/application-x-spss-zsav.png"
 599  mkdir -p src/ui/gui/icons/32x32/apps/
 600  mkdir -p src/ui/gui/icons/48x48/apps/
 601  mkdir -p src/ui/gui/icons/256x256/apps/
 602  Converting src/ui/gui/artwork/256x256/mimetypes/application-x-spss-sps.svg to src/ui/gui/icons/256x256/mimetypes/application-x-spss-sps.png size 256x256
 603  build-aux/svg2png "src/ui/gui/artwork/scalable/apps/pspp.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/16x16/apps/pspp.png"
 604  build-aux/svg2png "src/ui/gui/artwork/scalable/apps/pspp.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/32x32/apps/pspp.png"
 605  Converting src/ui/gui/artwork/256x256/mimetypes/application-x-spss-zsav.svg to src/ui/gui/icons/256x256/mimetypes/application-x-spss-zsav.png size 256x256
 606  mkdir -p src/ui/gui/icons/scalable/apps/
 607  build-aux/svg2png "src/ui/gui/artwork/scalable/apps/pspp.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/apps/pspp.png"
 608  Converting src/ui/gui/artwork/scalable/apps/pspp.svg to src/ui/gui/icons/16x16/apps/pspp.png size 16x16
 609  Converting src/ui/gui/artwork/scalable/apps/pspp.svg to src/ui/gui/icons/32x32/apps/pspp.png size 32x32
 610  build-aux/svg2png "src/ui/gui/artwork/scalable/apps/pspp.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/256x256/apps/pspp.png"
 611  cp src/ui/gui/artwork/splash.svg src/ui/gui/artwork/splash-t.svg
 612  cp src/ui/gui/artwork/scalable/apps/pspp.svg src/ui/gui/icons/scalable/apps/pspp.svg
 613  sed -e '/inkscape:label="Overlay"/s/inline/none/' src/ui/gui/artwork/splash.svg > src/ui/gui/artwork/splash-r.svg
 614  Converting src/ui/gui/artwork/scalable/apps/pspp.svg to src/ui/gui/icons/256x256/apps/pspp.png size 256x256
 615  Converting src/ui/gui/artwork/scalable/apps/pspp.svg to src/ui/gui/icons/48x48/apps/pspp.png size 48x48
 616  mkdir -p src/ui/gui/icons/
 617  build-aux/svg2png "src/ui/gui/artwork/splash-t.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/splash-t.png"
 618  Converting src/ui/gui/artwork/splash-t.svg to src/ui/gui/icons/splash-t.png size 0x0
 619  mkdir -p src/ui/gui/icons/
 620  build-aux/svg2png "src/ui/gui/artwork/splash-r.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/splash-r.png"
 621  Converting src/ui/gui/artwork/splash-r.svg to src/ui/gui/icons/splash-r.png size 0x0
 622  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 623  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 624  EEEEeEeek! 2 GeglBuffers leaked
 625  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 626  EEEEeEeek! 2 GeglBuffers leaked
 627  EEEEeEeek! 2 GeglBuffers leaked
 628  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 629  EEEEeEeek! 2 GeglBuffers leaked
 630  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 631  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 632  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 633  EEEEeEeek! 2 GeglBuffers leaked
 634  EEEEeEeek! 2 GeglBuffers leaked
 635  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 636  EEEEeEeek! 2 GeglBuffers leaked
 637  EEEEeEeek! 2 GeglBuffers leaked
 638  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 639  EEEEeEeek! 2 GeglBuffers leaked
 640  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 641  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 642  EEEEeEeek! 2 GeglBuffers leaked
 643  EEEEeEeek! 2 GeglBuffers leaked
 644  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 645  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 646  EEEEeEeek! 2 GeglBuffers leaked
 647  EEEEeEeek! 2 GeglBuffers leaked
 648  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 649  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 650  EEEEeEeek! 2 GeglBuffers leaked
 651  EEEEeEeek! 2 GeglBuffers leaked
 652  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 653  EEEEeEeek! 2 GeglBuffers leaked
 654  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 655  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 656  EEEEeEeek! 2 GeglBuffers leaked
 657  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 658  EEEEeEeek! 2 GeglBuffers leaked
 659  EEEEeEeek! 2 GeglBuffers leaked
 660  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 661  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 662  EEEEeEeek! 2 GeglBuffers leaked
 663  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 664  EEEEeEeek! 2 GeglBuffers leaked
 665  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 666  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 667  EEEEeEeek! 2 GeglBuffers leaked
 668  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 669  EEEEeEeek! 2 GeglBuffers leaked
 670  EEEEeEeek! 2 GeglBuffers leaked
 671  EEEEeEeek! 2 GeglBuffers leaked
 672  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 673  EEEEeEeek! 2 GeglBuffers leaked
 674  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 675  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 676  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 677  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 678  EEEEeEeek! 2 GeglBuffers leaked
 679  EEEEeEeek! 2 GeglBuffers leaked
 680  EEEEeEeek! 2 GeglBuffers leaked
 681  EEEEeEeek! 2 GeglBuffers leaked
 682  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 683  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 684  EEEEeEeek! 2 GeglBuffers leaked
 685  EEEEeEeek! 2 GeglBuffers leaked
 686  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 687  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 688  EEEEeEeek! 2 GeglBuffers leaked
 689  EEEEeEeek! 2 GeglBuffers leaked
 690  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 691  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 692  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 693  EEEEeEeek! 2 GeglBuffers leaked
 694  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 695  EEEEeEeek! 2 GeglBuffers leaked
 696  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 697  EEEEeEeek! 2 GeglBuffers leaked
 698  EEEEeEeek! 2 GeglBuffers leaked
 699  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 700  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 701  EEEEeEeek! 2 GeglBuffers leaked
 702  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 703  EEEEeEeek! 2 GeglBuffers leaked
 704  EEEEeEeek! 2 GeglBuffers leaked
 705  EEEEeEeek! 2 GeglBuffers leaked
 706  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 707  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 708  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 709  EEEEeEeek! 2 GeglBuffers leaked
 710  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 711  EEEEeEeek! 2 GeglBuffers leaked
 712  EEEEeEeek! 2 GeglBuffers leaked
 713  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 714  EEEEeEeek! 2 GeglBuffers leaked
 715  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 716  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 717  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 718  EEEEeEeek! 2 GeglBuffers leaked
 719  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 720  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 721  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 722  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 723  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 724  EEEEeEeek! 2 GeglBuffers leaked
 725  EEEEeEeek! 2 GeglBuffers leaked
 726  EEEEeEeek! 2 GeglBuffers leaked
 727  EEEEeEeek! 2 GeglBuffers leaked
 728  EEEEeEeek! 2 GeglBuffers leaked
 729  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 730  EEEEeEeek! 2 GeglBuffers leaked
 731  EEEEeEeek! 2 GeglBuffers leaked
 732  EEEEeEeek! 2 GeglBuffers leaked
 733  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 734  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 735  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 736  EEEEeEeek! 2 GeglBuffers leaked
 737  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 738  EEEEeEeek! 2 GeglBuffers leaked
 739  EEEEeEeek! 2 GeglBuffers leaked
 740  EEEEeEeek! 2 GeglBuffers leaked
 741  EEEEeEeek! 2 GeglBuffers leaked
 742  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 743  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 744  EEEEeEeek! 2 GeglBuffers leaked
 745  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 746  EEEEeEeek! 2 GeglBuffers leaked
 747  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 748  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 749  EEEEeEeek! 2 GeglBuffers leaked
 750  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 751  EEEEeEeek! 2 GeglBuffers leaked
 752  EEEEeEeek! 2 GeglBuffers leaked
 753  EEEEeEeek! 2 GeglBuffers leaked
 754  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 755  EEEEeEeek! 2 GeglBuffers leaked
 756  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 757  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 758  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 759  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 760  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 761  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 762  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 763  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 764  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 765  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 766  EEEEeEeek! 2 GeglBuffers leaked
 767  EEEEeEeek! 2 GeglBuffers leaked
 768  EEEEeEeek! 2 GeglBuffers leaked
 769  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 770  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 771  EEEEeEeek! 2 GeglBuffers leaked
 772  EEEEeEeek! 2 GeglBuffers leaked
 773  EEEEeEeek! 2 GeglBuffers leaked
 774  EEEEeEeek! 2 GeglBuffers leaked
 775  EEEEeEeek! 2 GeglBuffers leaked
 776  EEEEeEeek! 2 GeglBuffers leaked
 777  EEEEeEeek! 2 GeglBuffers leaked
 778  EEEEeEeek! 2 GeglBuffers leaked
 779  EEEEeEeek! 2 GeglBuffers leaked
 780  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 781  EEEEeEeek! 2 GeglBuffers leaked
 782  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 783  EEEEeEeek! 2 GeglBuffers leaked
 784  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 785  EEEEeEeek! 2 GeglBuffers leaked
 786  gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue))
 787  EEEEeEeek! 2 GeglBuffers leaked
 788  Module list with included dependencies (indented):
 789      absolute-header
 790      alloca
 791      alloca-opt
 792      allocator
 793      areadlink
 794      array-mergesort
 795    assert
 796      asyncsafe-spin
 797      attribute
 798      basename-lgpl
 799      binary-io
 800      btowc
 801      builtin-expect
 802    byteswap
 803    c-ctype
 804    c-snprintf
 805    c-strcase
 806    c-strcasestr
 807    c-strtod
 808      c-vasnprintf
 809      c-vasprintf
 810    c-xvasprintf
 811      c99
 812      canonicalize-lgpl
 813      careadlinkat
 814      chdir
 815    clean-temp
 816      cloexec
 817    close
 818    configmake
 819    count-leading-zeros
 820    count-one-bits
 821    crc
 822    crypto/md4
 823    crypto/rijndael
 824    dirname
 825      dirname-lgpl
 826      double-slash-root
 827    dtoastr
 828      dup2
 829    environ
 830      errno
 831      error
 832      exitfail
 833      explicit_bzero
 834      extensions
 835      extern-inline
 836    fatal-signal
 837    fcntl
 838      fcntl-h
 839      fd-hook
 840      filename
 841      flexmember
 842      float
 843      floor
 844      fopen
 845      fopen-gnu
 846    fpieee
 847    fprintf-posix
 848      fpucw
 849      frexp-nolibm
 850      frexpl-nolibm
 851      fseek
 852    fseeko
 853      fseterr
 854      fstat
 855      ftell
 856    ftello
 857    full-read
 858    full-write
 859    fwriteerror
 860      getdelim
 861      getdtablesize
 862    getline
 863    getopt-gnu
 864      getopt-posix
 865    getpass
 866      getprogname
 867      getrandom
 868    gettext
 869      gettext-h
 870    gettimeofday
 871    gitlog-to-changelog
 872      gperf
 873      hard-locale
 874      havelib
 875    include_next
 876      inline
 877    intprops
 878    inttostr
 879      inttypes-incomplete
 880    isfinite
 881    isinf
 882    isnan
 883      isnand
 884      isnand-nolibm
 885      isnanf
 886      isnanf-nolibm
 887      isnanl
 888      isnanl-nolibm
 889      iswblank
 890      iswdigit
 891      iswxdigit
 892      langinfo
 893      largefile
 894      libc-config
 895      limits-h
 896      linked-list
 897      linkedhash-list
 898      list
 899    localcharset
 900      locale
 901      localeconv
 902      lock
 903      lseek
 904      lstat
 905      malloc-posix
 906      malloca
 907      math
 908    mbchar
 909    mbiter
 910      mbrtowc
 911      mbsinit
 912      mbtowc
 913    memcasecmp
 914    memchr
 915    memchr2
 916    memmem
 917      memmem-simple
 918    mempcpy
 919    memrchr
 920    minmax
 921      mkdir
 922    mkdtemp
 923    mkstemp
 924      mktime
 925      mktime-internal
 926      msvc-inval
 927      msvc-nothrow
 928      multiarch
 929      nl_langinfo
 930      nocrash
 931      nstrftime
 932      open
 933      pathmax
 934    pipe2
 935      printf-frexp
 936      printf-frexpl
 937    printf-posix
 938    printf-safe
 939    progname
 940      raise
 941    rawmemchr
 942      read
 943    read-file
 944      readlink
 945      realloc-posix
 946    regex
 947    relocatable-prog
 948      relocatable-prog-wrapper
 949    rename
 950      rmdir
 951    round
 952      safe-read
 953      safe-write
 954      same-inode
 955      secure_getenv
 956    select
 957      setenv
 958      setlocale-null
 959      sigaction
 960      signal-h
 961      signbit
 962      sigprocmask
 963      size_max
 964      snippet/_Noreturn
 965      snippet/arg-nonnull
 966      snippet/c++defs
 967      snippet/unused-parameter
 968      snippet/warn-on-use
 969    snprintf
 970    snprintf-posix
 971      socketlib
 972      sockets
 973      socklen
 974    sprintf-posix
 975      ssize_t
 976      stat
 977      stat-time
 978      std-gnu11
 979      stdalign
 980    stdarg
 981    stdbool
 982      stddef
 983    stdint
 984      stdio
 985      stdlib
 986    stpcpy
 987      strcase
 988    strcasestr
 989      strcasestr-simple
 990      strdup-posix
 991      streq
 992    strerror
 993      strerror-override
 994    strftime
 995      string
 996      strings
 997      strncat
 998      strndup
 999      strnlen
1000    strsep
1001    strtod
1002    strtok_r
1003      sys_random
1004      sys_select
1005      sys_socket
1006    sys_stat
1007      sys_time
1008      sys_types
1009      sys_uio
1010    tempname
1011    termios
1012      thread-optim
1013      threadlib
1014      time
1015      time_r
1016      time_rz
1017      timegm
1018      tmpdir
1019    trunc
1020      tzset
1021      unicase/base
1022      unicase/cased
1023      unicase/empty-prefix-context
1024      unicase/empty-suffix-context
1025      unicase/ignorable
1026      unicase/special-casing
1027      unicase/tocasefold
1028      unicase/tolower
1029      unicase/totitle
1030      unicase/toupper
1031    unicase/u8-casecmp
1032    unicase/u8-casefold
1033      unicase/u8-casemap
1034      unicase/u8-ct-casefold
1035      unicase/u8-ct-totitle
1036    unicase/u8-tolower
1037    unicase/u8-totitle
1038    unicase/u8-toupper
1039      unictype/base
1040      unictype/category-none
1041    unictype/category-of
1042      unictype/combining-class
1043    unictype/ctype-print
1044      unictype/property-soft-dotted
1045      unigbrk/base
1046      unigbrk/uc-gbrk-prop
1047    unigbrk/uc-is-grapheme-break
1048      unilbrk/base
1049      unilbrk/tables
1050    unilbrk/u8-possible-linebreaks
1051      uninorm/base
1052      uninorm/canonical-decomposition
1053      uninorm/compat-decomposition
1054      uninorm/decompose-internal
1055      uninorm/decomposing-form
1056      uninorm/decomposition
1057      uninorm/decomposition-table
1058      uninorm/nfd
1059    uninorm/nfkd
1060      uninorm/u8-normalize
1061    unistd
1062      unistr/base
1063    unistr/u8-check
1064      unistr/u8-cmp
1065      unistr/u8-cmp2
1066    unistr/u8-cpy
1067    unistr/u8-mblen
1068    unistr/u8-mbtouc
1069      unistr/u8-mbtouc-unsafe
1070    unistr/u8-mbtoucr
1071    unistr/u8-strlen
1072    unistr/u8-strmbtouc
1073    unistr/u8-strncat
1074    unistr/u8-uctomb
1075    unitypes
1076      uniwbrk/base
1077      uniwbrk/table
1078      uniwbrk/u8-wordbreaks
1079      uniwbrk/wordbreak-property
1080      uniwidth/base
1081    uniwidth/u8-strwidth
1082      uniwidth/u8-width
1083      uniwidth/width
1084    unlocked-io
1085      unsetenv
1086      vasnprintf
1087      vasprintf
1088    vasprintf-posix
1089      verify
1090    version-etc
1091    version-etc-fsf
1092    vfprintf-posix
1093    vprintf-posix
1094    vsnprintf
1095    vsnprintf-posix
1096    vsprintf-posix
1097      wchar
1098      wcrtomb
1099      wctype-h
1100      wcwidth
1101      windows-mutex
1102      windows-once
1103      windows-recmutex
1104      windows-rwlock
1105      windows-spin
1106      write
1107    xalloc
1108    xalloc-die
1109      xalloc-oversized
1110    xbinary-io
1111      xlist
1112    xmalloca
1113    xmemdup0
1114      xreadlink
1115    xsize
1116    xstrndup
1117    xvasprintf
1118  Notice from module error:
1119    If you are using GNU gettext version 0.16.1 or older, add the following options
1120    to XGETTEXT_OPTIONS in your po/Makevars:
1121      --flag=error:3:c-format --flag=error_at_line:5:c-format
1122  Notice from module gettext:
1123    This module is obsolete. Use the module 'gettext-h' instead to make
1124    your program capable of internationalization, when GNU gettext is also
1125    used.
1126  Notice from module strftime:
1127    This module is obsolete. Use module 'nstrftime' instead.
1128  Notice from module vasprintf:
1129    If you are using GNU gettext version 0.16.1 or older, add the following options
1130    to XGETTEXT_OPTIONS in your po/Makevars:
1131      --flag=asprintf:2:c-format --flag=vasprintf:2:c-format
1132  Notice from module xvasprintf:
1133    If you are using GNU gettext version 0.16.1 or older, add the following options
1134    to XGETTEXT_OPTIONS in your po/Makevars: --flag=xasprintf:1:c-format
1135  File list:
1136    build-aux/config.libpath
1137    build-aux/config.rpath
1138    build-aux/gitlog-to-changelog
1139    build-aux/install-reloc
1140    build-aux/libtool-reloc
1141    build-aux/reloc-ldflags
1142    doc/relocatable.texi
1143    lib/_Noreturn.h
1144    lib/alloca.c
1145    lib/alloca.in.h
1146    lib/allocator.c
1147    lib/allocator.h
1148    lib/anytostr.c
1149    lib/areadlink.c
1150    lib/areadlink.h
1151    lib/arg-nonnull.h
1152    lib/array-mergesort.h
1153    lib/asnprintf.c
1154    lib/asprintf.c
1155    lib/asyncsafe-spin.c
1156    lib/asyncsafe-spin.h
1157    lib/attribute.h
1158    lib/basename-lgpl.c
1159    lib/basename-lgpl.h
1160    lib/basename.c
1161    lib/binary-io.c
1162    lib/binary-io.h
1163    lib/btowc.c
1164    lib/byteswap.in.h
1165    lib/c++defs.h
1166    lib/c-asprintf.c
1167    lib/c-ctype.c
1168    lib/c-ctype.h
1169    lib/c-snprintf.c
1170    lib/c-snprintf.h
1171    lib/c-strcase.h
1172    lib/c-strcasecmp.c
1173    lib/c-strcasestr.c
1174    lib/c-strcasestr.h
1175    lib/c-strncasecmp.c
1176    lib/c-strtod.c
1177    lib/c-strtod.h
1178    lib/c-vasnprintf.c
1179    lib/c-vasnprintf.h
1180    lib/c-vasprintf.c
1181    lib/c-vasprintf.h
1182    lib/c-xasprintf.c
1183    lib/c-xvasprintf.c
1184    lib/c-xvasprintf.h
1185    lib/canonicalize-lgpl.c
1186    lib/careadlinkat.c
1187    lib/careadlinkat.h
1188    lib/cdefs.h
1189    lib/clean-temp.c
1190    lib/clean-temp.h
1191    lib/cloexec.c
1192    lib/cloexec.h
1193    lib/close.c
1194    lib/count-leading-zeros.c
1195    lib/count-leading-zeros.h
1196    lib/count-one-bits.c
1197    lib/count-one-bits.h
1198    lib/crc.c
1199    lib/crc.h
1200    lib/dirname-lgpl.c
1201    lib/dirname.c
1202    lib/dirname.h
1203    lib/dtoastr.c
1204    lib/dup2.c
1205    lib/errno.in.h
1206    lib/error.c
1207    lib/error.h
1208    lib/exitfail.c
1209    lib/exitfail.h
1210    lib/explicit_bzero.c
1211    lib/fatal-signal.c
1212    lib/fatal-signal.h
1213    lib/fcntl.c
1214    lib/fcntl.in.h
1215    lib/fd-hook.c
1216    lib/fd-hook.h
1217    lib/filename.h
1218    lib/flexmember.h
1219    lib/float+.h
1220    lib/float.c
1221    lib/float.in.h
1222    lib/floor.c
1223    lib/fopen.c
1224    lib/fprintf.c
1225    lib/fpucw.h
1226    lib/frexp.c
1227    lib/frexpl.c
1228    lib/fseek.c
1229    lib/fseeko.c
1230    lib/fseterr.c
1231    lib/fseterr.h
1232    lib/fstat.c
1233    lib/ftell.c
1234    lib/ftello.c
1235    lib/ftoastr.c
1236    lib/ftoastr.h
1237    lib/full-read.c
1238    lib/full-read.h
1239    lib/full-write.c
1240    lib/full-write.h
1241    lib/fwriteerror.c
1242    lib/fwriteerror.h
1243    lib/getdelim.c
1244    lib/getdtablesize.c
1245    lib/getline.c
1246    lib/getopt-cdefs.in.h
1247    lib/getopt-core.h
1248    lib/getopt-ext.h
1249    lib/getopt-pfx-core.h
1250    lib/getopt-pfx-ext.h
1251    lib/getopt.c
1252    lib/getopt.in.h
1253    lib/getopt1.c
1254    lib/getopt_int.h
1255    lib/getpass.c
1256    lib/getpass.h
1257    lib/getprogname.c
1258    lib/getprogname.h
1259    lib/getrandom.c
1260    lib/gettext.h
1261    lib/gettimeofday.c
1262    lib/gl_anyhash1.h
1263    lib/gl_anyhash2.h
1264    lib/gl_anyhash_primes.h
1265    lib/gl_anylinked_list1.h
1266    lib/gl_anylinked_list2.h
1267    lib/gl_linked_list.c
1268    lib/gl_linked_list.h
1269    lib/gl_linkedhash_list.c
1270    lib/gl_linkedhash_list.h
1271    lib/gl_list.c
1272    lib/gl_list.h
1273    lib/gl_xlist.c
1274    lib/gl_xlist.h
1275    lib/glthread/lock.c
1276    lib/glthread/lock.h
1277    lib/glthread/threadlib.c
1278    lib/hard-locale.c
1279    lib/hard-locale.h
1280    lib/imaxtostr.c
1281    lib/intprops.h
1282    lib/inttostr.c
1283    lib/inttostr.h
1284    lib/inttypes.in.h
1285    lib/isfinite.c
1286    lib/isinf.c
1287    lib/isnan.c
1288    lib/isnand-nolibm.h
1289    lib/isnand.c
1290    lib/isnanf-nolibm.h
1291    lib/isnanf.c
1292    lib/isnanl-nolibm.h
1293    lib/isnanl.c
1294    lib/iswblank.c
1295    lib/iswdigit.c
1296    lib/iswxdigit.c
1297    lib/itold.c
1298    lib/langinfo.in.h
1299    lib/lc-charset-dispatch.c
1300    lib/lc-charset-dispatch.h
1301    lib/libc-config.h
1302    lib/limits.in.h
1303    lib/localcharset.c
1304    lib/localcharset.h
1305    lib/locale.in.h
1306    lib/localeconv.c
1307    lib/lseek.c
1308    lib/lstat.c
1309    lib/malloc.c
1310    lib/malloca.c
1311    lib/malloca.h
1312    lib/math.c
1313    lib/math.in.h
1314    lib/mbchar.c
1315    lib/mbchar.h
1316    lib/mbiter.c
1317    lib/mbiter.h
1318    lib/mbrtowc-impl-utf8.h
1319    lib/mbrtowc-impl.h
1320    lib/mbrtowc.c
1321    lib/mbsinit.c
1322    lib/mbtowc-impl.h
1323    lib/mbtowc-lock.c
1324    lib/mbtowc-lock.h
1325    lib/mbtowc.c
1326    lib/md4.c
1327    lib/md4.h
1328    lib/memcasecmp.c
1329    lib/memcasecmp.h
1330    lib/memchr.c
1331    lib/memchr.valgrind
1332    lib/memchr2.c
1333    lib/memchr2.h
1334    lib/memchr2.valgrind
1335    lib/memmem.c
1336    lib/mempcpy.c
1337    lib/memrchr.c
1338    lib/minmax.h
1339    lib/mkdir.c
1340    lib/mkdtemp.c
1341    lib/mkstemp.c
1342    lib/mktime-internal.h
1343    lib/mktime.c
1344    lib/msvc-inval.c
1345    lib/msvc-inval.h
1346    lib/msvc-nothrow.c
1347    lib/msvc-nothrow.h
1348    lib/nl_langinfo.c
1349    lib/nstrftime.c
1350    lib/offtostr.c
1351    lib/open.c
1352    lib/pathmax.h
1353    lib/pipe2.c
1354    lib/printf-args.c
1355    lib/printf-args.h
1356    lib/printf-frexp.c
1357    lib/printf-frexp.h
1358    lib/printf-frexpl.c
1359    lib/printf-frexpl.h
1360    lib/printf-parse.c
1361    lib/printf-parse.h
1362    lib/printf.c
1363    lib/progname.c
1364    lib/progname.h
1365    lib/progreloc.c
1366    lib/raise.c
1367    lib/rawmemchr.c
1368    lib/rawmemchr.valgrind
1369    lib/read-file.c
1370    lib/read-file.h
1371    lib/read.c
1372    lib/readlink.c
1373    lib/realloc.c
1374    lib/regcomp.c
1375    lib/regex.c
1376    lib/regex.h
1377    lib/regex_internal.c
1378    lib/regex_internal.h
1379    lib/regexec.c
1380    lib/relocatable.c
1381    lib/relocatable.h
1382    lib/relocwrapper.c
1383    lib/rename.c
1384    lib/rijndael-alg-fst.c
1385    lib/rijndael-alg-fst.h
1386    lib/rijndael-api-fst.c
1387    lib/rijndael-api-fst.h
1388    lib/rmdir.c
1389    lib/round.c
1390    lib/safe-read.c
1391    lib/safe-read.h
1392    lib/safe-write.c
1393    lib/safe-write.h
1394    lib/same-inode.h
1395    lib/secure_getenv.c
1396    lib/select.c
1397    lib/setenv.c
1398    lib/setlocale-lock.c
1399    lib/setlocale_null.c
1400    lib/setlocale_null.h
1401    lib/sig-handler.c
1402    lib/sig-handler.h
1403    lib/sigaction.c
1404    lib/signal.in.h
1405    lib/signbitd.c
1406    lib/signbitf.c
1407    lib/signbitl.c
1408    lib/sigprocmask.c
1409    lib/size_max.h
1410    lib/snprintf.c
1411    lib/sockets.c
1412    lib/sockets.h
1413    lib/sprintf.c
1414    lib/stat-time.c
1415    lib/stat-time.h
1416    lib/stat-w32.c
1417    lib/stat-w32.h
1418    lib/stat.c
1419    lib/stdalign.in.h
1420    lib/stdarg.in.h
1421    lib/stdbool.in.h
1422    lib/stddef.in.h
1423    lib/stdint.in.h
1424    lib/stdio-impl.h
1425    lib/stdio.in.h
1426    lib/stdlib.in.h
1427    lib/stpcpy.c
1428    lib/str-two-way.h
1429    lib/strcasecmp.c
1430    lib/strcasestr.c
1431    lib/strdup.c
1432    lib/streq.h
1433    lib/strerror-override.c
1434    lib/strerror-override.h
1435    lib/strerror.c
1436    lib/strftime.h
1437    lib/string.in.h
1438    lib/strings.in.h
1439    lib/stripslash.c
1440    lib/strncasecmp.c
1441    lib/strncat.c
1442    lib/strndup.c
1443    lib/strnlen.c
1444    lib/strsep.c
1445    lib/strtod.c
1446    lib/strtok_r.c
1447    lib/sys-limits.h
1448    lib/sys_random.in.h
1449    lib/sys_select.in.h
1450    lib/sys_socket.c
1451    lib/sys_socket.in.h
1452    lib/sys_stat.in.h
1453    lib/sys_time.in.h
1454    lib/sys_types.in.h
1455    lib/sys_uio.in.h
1456    lib/tempname.c
1457    lib/tempname.h
1458    lib/termios.in.h
1459    lib/thread-optim.h
1460    lib/time-internal.h
1461    lib/time.in.h
1462    lib/time_r.c
1463    lib/time_rz.c
1464    lib/timegm.c
1465    lib/tmpdir.c
1466    lib/tmpdir.h
1467    lib/trunc.c
1468    lib/tzset.c
1469    lib/uinttostr.c
1470    lib/umaxtostr.c
1471    lib/unicase.in.h
1472    lib/unicase/cased.c
1473    lib/unicase/cased.h
1474    lib/unicase/casefold.h
1475    lib/unicase/caseprop.h
1476    lib/unicase/context.h
1477    lib/unicase/empty-prefix-context.c
1478    lib/unicase/empty-suffix-context.c
1479    lib/unicase/ignorable.c
1480    lib/unicase/ignorable.h
1481    lib/unicase/simple-mapping.h
1482    lib/unicase/special-casing-table.gperf
1483    lib/unicase/special-casing.c
1484    lib/unicase/special-casing.in.h
1485    lib/unicase/tocasefold.c
1486    lib/unicase/tocasefold.h
1487    lib/unicase/tolower.c
1488    lib/unicase/tolower.h
1489    lib/unicase/totitle.c
1490    lib/unicase/totitle.h
1491    lib/unicase/toupper.c
1492    lib/unicase/toupper.h
1493    lib/unicase/u-casecmp.h
1494    lib/unicase/u-casefold.h
1495    lib/unicase/u-casemap.h
1496    lib/unicase/u-ct-casefold.h
1497    lib/unicase/u-ct-totitle.h
1498    lib/unicase/u-totitle.h
1499    lib/unicase/u8-casecmp.c
1500    lib/unicase/u8-casefold.c
1501    lib/unicase/u8-casemap.c
1502    lib/unicase/u8-ct-casefold.c
1503    lib/unicase/u8-ct-totitle.c
1504    lib/unicase/u8-tolower.c
1505    lib/unicase/u8-totitle.c
1506    lib/unicase/u8-toupper.c
1507    lib/unicase/unicasemap.h
1508    lib/unictype.in.h
1509    lib/unictype/bitmap.h
1510    lib/unictype/categ_none.c
1511    lib/unictype/categ_of.c
1512    lib/unictype/categ_of.h
1513    lib/unictype/combiningclass.c
1514    lib/unictype/combiningclass.h
1515    lib/unictype/ctype_print.c
1516    lib/unictype/ctype_print.h
1517    lib/unictype/pr_soft_dotted.c
1518    lib/unictype/pr_soft_dotted.h
1519    lib/unigbrk.in.h
1520    lib/unigbrk/gbrkprop.h
1521    lib/unigbrk/uc-gbrk-prop.c
1522    lib/unigbrk/uc-is-grapheme-break.c
1523    lib/unilbrk.in.h
1524    lib/unilbrk/lbrkprop1.h
1525    lib/unilbrk/lbrkprop2.h
1526    lib/unilbrk/lbrktables.c
1527    lib/unilbrk/lbrktables.h
1528    lib/unilbrk/u8-possible-linebreaks.c
1529    lib/uninorm.in.h
1530    lib/uninorm/canonical-decomposition.c
1531    lib/uninorm/compat-decomposition.c
1532    lib/uninorm/decompose-internal.c
1533    lib/uninorm/decompose-internal.h
1534    lib/uninorm/decomposing-form.c
1535    lib/uninorm/decomposition-table.c
1536    lib/uninorm/decomposition-table.h
1537    lib/uninorm/decomposition-table1.h
1538    lib/uninorm/decomposition-table2.h
1539    lib/uninorm/decomposition.c
1540    lib/uninorm/nfd.c
1541    lib/uninorm/nfkd.c
1542    lib/uninorm/normalize-internal.h
1543    lib/uninorm/u-normalize-internal.h
1544    lib/uninorm/u8-normalize.c
1545    lib/unistd.c
1546    lib/unistd.in.h
1547    lib/unistr.in.h
1548    lib/unistr/u-cmp2.h
1549    lib/unistr/u-cpy.h
1550    lib/unistr/u8-check.c
1551    lib/unistr/u8-cmp.c
1552    lib/unistr/u8-cmp2.c
1553    lib/unistr/u8-cpy.c
1554    lib/unistr/u8-mblen.c
1555    lib/unistr/u8-mbtouc-aux.c
1556    lib/unistr/u8-mbtouc-unsafe-aux.c
1557    lib/unistr/u8-mbtouc-unsafe.c
1558    lib/unistr/u8-mbtouc.c
1559    lib/unistr/u8-mbtoucr.c
1560    lib/unistr/u8-strlen.c
1561    lib/unistr/u8-strmbtouc.c
1562    lib/unistr/u8-strncat.c
1563    lib/unistr/u8-uctomb-aux.c
1564    lib/unistr/u8-uctomb.c
1565    lib/unitypes.in.h
1566    lib/uniwbrk.in.h
1567    lib/uniwbrk/u-wordbreaks.h
1568    lib/uniwbrk/u8-wordbreaks.c
1569    lib/uniwbrk/wbrkprop.h
1570    lib/uniwbrk/wbrktable.c
1571    lib/uniwbrk/wbrktable.h
1572    lib/uniwbrk/wordbreak-property.c
1573    lib/uniwidth.in.h
1574    lib/uniwidth/cjk.h
1575    lib/uniwidth/u8-strwidth.c
1576    lib/uniwidth/u8-width.c
1577    lib/uniwidth/width.c
1578    lib/unlocked-io.h
1579    lib/unsetenv.c
1580    lib/unused-parameter.h
1581    lib/vasnprintf.c
1582    lib/vasnprintf.h
1583    lib/vasprintf.c
1584    lib/verify.h
1585    lib/version-etc-fsf.c
1586    lib/version-etc.c
1587    lib/version-etc.h
1588    lib/vfprintf.c
1589    lib/vprintf.c
1590    lib/vsnprintf.c
1591    lib/vsprintf.c
1592    lib/w32sock.h
1593    lib/warn-on-use.h
1594    lib/wchar.in.h
1595    lib/wcrtomb.c
1596    lib/wctype-h.c
1597    lib/wctype.in.h
1598    lib/wcwidth.c
1599    lib/windows-initguard.h
1600    lib/windows-mutex.c
1601    lib/windows-mutex.h
1602    lib/windows-once.c
1603    lib/windows-once.h
1604    lib/windows-recmutex.c
1605    lib/windows-recmutex.h
1606    lib/windows-rwlock.c
1607    lib/windows-rwlock.h
1608    lib/windows-spin.c
1609    lib/windows-spin.h
1610    lib/write.c
1611    lib/xalloc-die.c
1612    lib/xalloc-oversized.h
1613    lib/xalloc.h
1614    lib/xasprintf.c
1615    lib/xbinary-io.c
1616    lib/xbinary-io.h
1617    lib/xmalloc.c
1618    lib/xmalloca.c
1619    lib/xmalloca.h
1620    lib/xmemdup0.c
1621    lib/xmemdup0.h
1622    lib/xreadlink.c
1623    lib/xreadlink.h
1624    lib/xsize.c
1625    lib/xsize.h
1626    lib/xstrndup.c
1627    lib/xstrndup.h
1628    lib/xvasprintf.c
1629    lib/xvasprintf.h
1630    m4/00gnulib.m4
1631    m4/__inline.m4
1632    m4/absolute-header.m4
1633    m4/alloca.m4
1634    m4/asm-underscore.m4
1635    m4/assert.m4
1636    m4/btowc.m4
1637    m4/builtin-expect.m4
1638    m4/byteswap.m4
1639    m4/c-strtod.m4
1640    m4/canonicalize.m4
1641    m4/ceil.m4
1642    m4/check-math-lib.m4
1643    m4/close.m4
1644    m4/codeset.m4
1645    m4/configmake.m4
1646    m4/double-slash-root.m4
1647    m4/dup2.m4
1648    m4/eealloc.m4
1649    m4/environ.m4
1650    m4/errno_h.m4
1651    m4/error.m4
1652    m4/explicit_bzero.m4
1653    m4/exponentd.m4
1654    m4/exponentf.m4
1655    m4/exponentl.m4
1656    m4/extensions.m4
1657    m4/extern-inline.m4
1658    m4/fatal-signal.m4
1659    m4/fcntl-o.m4
1660    m4/fcntl.m4
1661    m4/fcntl_h.m4
1662    m4/flexmember.m4
1663    m4/float_h.m4
1664    m4/floor.m4
1665    m4/fopen.m4
1666    m4/fpieee.m4
1667    m4/fprintf-posix.m4
1668    m4/frexp.m4
1669    m4/frexpl.m4
1670    m4/fseek.m4
1671    m4/fseeko.m4
1672    m4/fseterr.m4
1673    m4/fstat.m4
1674    m4/ftell.m4
1675    m4/ftello.m4
1676    m4/getdelim.m4
1677    m4/getdtablesize.m4
1678    m4/getline.m4
1679    m4/getopt.m4
1680    m4/getpass.m4
1681    m4/getprogname.m4
1682    m4/getrandom.m4
1683    m4/gettext.m4
1684    m4/gettimeofday.m4
1685    m4/glibc21.m4
1686    m4/gnulib-common.m4
1687    m4/host-cpu-c-abi.m4
1688    m4/iconv.m4
1689    m4/include_next.m4
1690    m4/inline.m4
1691    m4/intl-thread-locale.m4
1692    m4/intlmacosx.m4
1693    m4/intmax_t.m4
1694    m4/inttostr.m4
1695    m4/inttypes.m4
1696    m4/inttypes_h.m4
1697    m4/isfinite.m4
1698    m4/isinf.m4
1699    m4/isnan.m4
1700    m4/isnand.m4
1701    m4/isnanf.m4
1702    m4/isnanl.m4
1703    m4/iswblank.m4
1704    m4/iswdigit.m4
1705    m4/iswxdigit.m4
1706    m4/langinfo_h.m4
1707    m4/largefile.m4
1708    m4/ldexp.m4
1709    m4/ldexpl.m4
1710    m4/lib-ld.m4
1711    m4/lib-link.m4
1712    m4/lib-prefix.m4
1713    m4/libunistring-base.m4
1714    m4/limits-h.m4
1715    m4/localcharset.m4
1716    m4/locale-fr.m4
1717    m4/locale-ja.m4
1718    m4/locale-zh.m4
1719    m4/locale_h.m4
1720    m4/localeconv.m4
1721    m4/lock.m4
1722    m4/lseek.m4
1723    m4/lstat.m4
1724    m4/malloc.m4
1725    m4/malloca.m4
1726    m4/math_h.m4
1727    m4/mbchar.m4
1728    m4/mbiter.m4
1729    m4/mbrtowc.m4
1730    m4/mbsinit.m4
1731    m4/mbstate_t.m4
1732    m4/mbtowc.m4
1733    m4/md4.m4
1734    m4/memcasecmp.m4
1735    m4/memchr.m4
1736    m4/memmem.m4
1737    m4/mempcpy.m4
1738    m4/memrchr.m4
1739    m4/minmax.m4
1740    m4/mkdir.m4
1741    m4/mkdtemp.m4
1742    m4/mkstemp.m4
1743    m4/mktime.m4
1744    m4/mmap-anon.m4
1745    m4/mode_t.m4
1746    m4/msvc-inval.m4
1747    m4/msvc-nothrow.m4
1748    m4/multiarch.m4
1749    m4/nl_langinfo.m4
1750    m4/nls.m4
1751    m4/nocrash.m4
1752    m4/nstrftime.m4
1753    m4/off_t.m4
1754    m4/open-cloexec.m4
1755    m4/open-slash.m4
1756    m4/open.m4
1757    m4/pathmax.m4
1758    m4/pipe2.m4
1759    m4/po.m4
1760    m4/printf-frexp.m4
1761    m4/printf-frexpl.m4
1762    m4/printf-posix-rpl.m4
1763    m4/printf.m4
1764    m4/progtest.m4
1765    m4/pthread_rwlock_rdlock.m4
1766    m4/raise.m4
1767    m4/rawmemchr.m4
1768    m4/read-file.m4
1769    m4/read.m4
1770    m4/readlink.m4
1771    m4/realloc.m4
1772    m4/regex.m4
1773    m4/relocatable-lib.m4
1774    m4/relocatable.m4
1775    m4/rename.m4
1776    m4/rmdir.m4
1777    m4/round.m4
1778    m4/safe-read.m4
1779    m4/safe-write.m4
1780    m4/secure_getenv.m4
1781    m4/select.m4
1782    m4/setenv.m4
1783    m4/setlocale_null.m4
1784    m4/sig_atomic_t.m4
1785    m4/sigaction.m4
1786    m4/signal_h.m4
1787    m4/signalblocking.m4
1788    m4/signbit.m4
1789    m4/size_max.m4
1790    m4/snprintf-posix.m4
1791    m4/snprintf.m4
1792    m4/socketlib.m4
1793    m4/sockets.m4
1794    m4/socklen.m4
1795    m4/sockpfaf.m4
1796    m4/sprintf-posix.m4
1797    m4/ssize_t.m4
1798    m4/stat-time.m4
1799    m4/stat.m4
1800    m4/std-gnu11.m4
1801    m4/stdalign.m4
1802    m4/stdarg.m4
1803    m4/stdbool.m4
1804    m4/stddef_h.m4
1805    m4/stdint.m4
1806    m4/stdint_h.m4
1807    m4/stdio_h.m4
1808    m4/stdlib_h.m4
1809    m4/stpcpy.m4
1810    m4/strcase.m4
1811    m4/strcasestr.m4
1812    m4/strdup.m4
1813    m4/strerror.m4
1814    m4/string_h.m4
1815    m4/strings_h.m4
1816    m4/strncat.m4
1817    m4/strndup.m4
1818    m4/strnlen.m4
1819    m4/strsep.m4
1820    m4/strtod.m4
1821    m4/strtok_r.m4
1822    m4/sys_random_h.m4
1823    m4/sys_select_h.m4
1824    m4/sys_socket_h.m4
1825    m4/sys_stat_h.m4
1826    m4/sys_time_h.m4
1827    m4/sys_types_h.m4
1828    m4/sys_uio_h.m4
1829    m4/tempname.m4
1830    m4/termios_h.m4
1831    m4/threadlib.m4
1832    m4/time_h.m4
1833    m4/time_r.m4
1834    m4/time_rz.m4
1835    m4/timegm.m4
1836    m4/tm_gmtoff.m4
1837    m4/tmpdir.m4
1838    m4/trunc.m4
1839    m4/tzset.m4
1840    m4/unistd_h.m4
1841    m4/unlocked-io.m4
1842    m4/vasnprintf.m4
1843    m4/vasprintf-posix.m4
1844    m4/vasprintf.m4
1845    m4/version-etc.m4
1846    m4/vfprintf-posix.m4
1847    m4/visibility.m4
1848    m4/vprintf-posix.m4
1849    m4/vsnprintf-posix.m4
1850    m4/vsnprintf.m4
1851    m4/vsprintf-posix.m4
1852    m4/warn-on-use.m4
1853    m4/wchar_h.m4
1854    m4/wchar_t.m4
1855    m4/wcrtomb.m4
1856    m4/wctype_h.m4
1857    m4/wcwidth.m4
1858    m4/wint_t.m4
1859    m4/write.m4
1860    m4/xalloc.m4
1861    m4/xsize.m4
1862    m4/xstrndup.m4
1863    m4/xvasprintf.m4
1864    m4/zzgnulib.m4
1865  Creating directory ./gl
1866  Creating directory ./gl/m4
1867  Creating directory ./gl/doc
1868  Creating directory ./gl/glthread
1869  Creating directory ./gl/unicase
1870  Creating directory ./gl/unictype
1871  Creating directory ./gl/unigbrk
1872  Creating directory ./gl/unilbrk
1873  Creating directory ./gl/uninorm
1874  Creating directory ./gl/unistr
1875  Creating directory ./gl/uniwbrk
1876  Creating directory ./gl/uniwidth
1877  Copying file build-aux/config.libpath
1878  Copying file build-aux/config.rpath
1879  Copying file build-aux/gitlog-to-changelog
1880  Copying file build-aux/install-reloc
1881  Copying file build-aux/libtool-reloc
1882  Copying file build-aux/reloc-ldflags
1883  Copying file gl/_Noreturn.h
1884  Copying file gl/alloca.c
1885  Copying file gl/alloca.in.h
1886  Copying file gl/allocator.c
1887  Copying file gl/allocator.h
1888  Copying file gl/anytostr.c
1889  Copying file gl/areadlink.c
1890  Copying file gl/areadlink.h
1891  Copying file gl/arg-nonnull.h
1892  Copying file gl/array-mergesort.h
1893  Copying file gl/asnprintf.c
1894  Copying file gl/asprintf.c
1895  Copying file gl/asyncsafe-spin.c
1896  Copying file gl/asyncsafe-spin.h
1897  Copying file gl/attribute.h
1898  Copying file gl/basename-lgpl.c
1899  Copying file gl/basename-lgpl.h
1900  Copying file gl/basename.c
1901  Copying file gl/binary-io.c
1902  Copying file gl/binary-io.h
1903  Copying file gl/btowc.c
1904  Copying file gl/byteswap.in.h
1905  Copying file gl/c++defs.h
1906  Copying file gl/c-asprintf.c
1907  Copying file gl/c-ctype.c
1908  Copying file gl/c-ctype.h
1909  Copying file gl/c-snprintf.c
1910  Copying file gl/c-snprintf.h
1911  Copying file gl/c-strcase.h
1912  Copying file gl/c-strcasecmp.c
1913  Copying file gl/c-strcasestr.c
1914  Copying file gl/c-strcasestr.h
1915  Copying file gl/c-strncasecmp.c
1916  Copying file gl/c-strtod.c
1917  Copying file gl/c-strtod.h
1918  Copying file gl/c-vasnprintf.c
1919  Copying file gl/c-vasnprintf.h
1920  Copying file gl/c-vasprintf.c
1921  Copying file gl/c-vasprintf.h
1922  Copying file gl/c-xasprintf.c
1923  Copying file gl/c-xvasprintf.c
1924  Copying file gl/c-xvasprintf.h
1925  Copying file gl/canonicalize-lgpl.c
1926  Copying file gl/careadlinkat.c
1927  Copying file gl/careadlinkat.h
1928  Copying file gl/cdefs.h
1929  Copying file gl/clean-temp.c
1930  Copying file gl/clean-temp.h
1931  Copying file gl/cloexec.c
1932  Copying file gl/cloexec.h
1933  Copying file gl/close.c
1934  Copying file gl/count-leading-zeros.c
1935  Copying file gl/count-leading-zeros.h
1936  Copying file gl/count-one-bits.c
1937  Copying file gl/count-one-bits.h
1938  Copying file gl/crc.c
1939  Copying file gl/crc.h
1940  Copying file gl/dirname-lgpl.c
1941  Copying file gl/dirname.c
1942  Copying file gl/dirname.h
1943  Copying file gl/doc/relocatable.texi
1944  Copying file gl/dtoastr.c
1945  Copying file gl/dup2.c
1946  Copying file gl/errno.in.h
1947  Copying file gl/error.c
1948  Copying file gl/error.h
1949  Copying file gl/exitfail.c
1950  Copying file gl/exitfail.h
1951  Copying file gl/explicit_bzero.c
1952  Copying file gl/fatal-signal.c
1953  Copying file gl/fatal-signal.h
1954  Copying file gl/fcntl.c
1955  Copying file gl/fcntl.in.h
1956  Copying file gl/fd-hook.c
1957  Copying file gl/fd-hook.h
1958  Copying file gl/filename.h
1959  Copying file gl/flexmember.h
1960  Copying file gl/float+.h
1961  Copying file gl/float.c
1962  Copying file gl/float.in.h
1963  Copying file gl/floor.c
1964  Copying file gl/fopen.c
1965  Copying file gl/fprintf.c
1966  Copying file gl/fpucw.h
1967  Copying file gl/frexp.c
1968  Copying file gl/frexpl.c
1969  Copying file gl/fseek.c
1970  Copying file gl/fseeko.c
1971  Copying file gl/fseterr.c
1972  Copying file gl/fseterr.h
1973  Copying file gl/fstat.c
1974  Copying file gl/ftell.c
1975  Copying file gl/ftello.c
1976  Copying file gl/ftoastr.c
1977  Copying file gl/ftoastr.h
1978  Copying file gl/full-read.c
1979  Copying file gl/full-read.h
1980  Copying file gl/full-write.c
1981  Copying file gl/full-write.h
1982  Copying file gl/fwriteerror.c
1983  Copying file gl/fwriteerror.h
1984  Copying file gl/getdelim.c
1985  Copying file gl/getdtablesize.c
1986  Copying file gl/getline.c
1987  Copying file gl/getopt-cdefs.in.h
1988  Copying file gl/getopt-core.h
1989  Copying file gl/getopt-ext.h
1990  Copying file gl/getopt-pfx-core.h
1991  Copying file gl/getopt-pfx-ext.h
1992  Copying file gl/getopt.c
1993  Copying file gl/getopt.in.h
1994  Copying file gl/getopt1.c
1995  Copying file gl/getopt_int.h
1996  Copying file gl/getpass.c
1997  Copying file gl/getpass.h
1998  Copying file gl/getprogname.c
1999  Copying file gl/getprogname.h
2000  Copying file gl/getrandom.c
2001  Copying file gl/gettext.h
2002  Copying file gl/gettimeofday.c
2003  Copying file gl/gl_anyhash1.h
2004  Copying file gl/gl_anyhash2.h
2005  Copying file gl/gl_anyhash_primes.h
2006  Copying file gl/gl_anylinked_list1.h
2007  Copying file gl/gl_anylinked_list2.h
2008  Copying file gl/gl_linked_list.c
2009  Copying file gl/gl_linked_list.h
2010  Copying file gl/gl_linkedhash_list.c
2011  Copying file gl/gl_linkedhash_list.h
2012  Copying file gl/gl_list.c
2013  Copying file gl/gl_list.h
2014  Copying file gl/gl_xlist.c
2015  Copying file gl/gl_xlist.h
2016  Copying file gl/glthread/lock.c
2017  Copying file gl/glthread/lock.h
2018  Copying file gl/glthread/threadlib.c
2019  Copying file gl/hard-locale.c
2020  Copying file gl/hard-locale.h
2021  Copying file gl/imaxtostr.c
2022  Copying file gl/intprops.h
2023  Copying file gl/inttostr.c
2024  Copying file gl/inttostr.h
2025  Copying file gl/inttypes.in.h
2026  Copying file gl/isfinite.c
2027  Copying file gl/isinf.c
2028  Copying file gl/isnan.c
2029  Copying file gl/isnand-nolibm.h
2030  Copying file gl/isnand.c
2031  Copying file gl/isnanf-nolibm.h
2032  Copying file gl/isnanf.c
2033  Copying file gl/isnanl-nolibm.h
2034  Copying file gl/isnanl.c
2035  Copying file gl/iswblank.c
2036  Copying file gl/iswdigit.c
2037  Copying file gl/iswxdigit.c
2038  Copying file gl/itold.c
2039  Copying file gl/langinfo.in.h
2040  Copying file gl/lc-charset-dispatch.c
2041  Copying file gl/lc-charset-dispatch.h
2042  Copying file gl/libc-config.h
2043  Copying file gl/limits.in.h
2044  Copying file gl/localcharset.c
2045  Copying file gl/localcharset.h
2046  Copying file gl/locale.in.h
2047  Copying file gl/localeconv.c
2048  Copying file gl/lseek.c
2049  Copying file gl/lstat.c
2050  Copying file gl/m4/00gnulib.m4
2051  Copying file gl/m4/__inline.m4
2052  Copying file gl/m4/absolute-header.m4
2053  Copying file gl/m4/alloca.m4
2054  Copying file gl/m4/asm-underscore.m4
2055  Copying file gl/m4/assert.m4
2056  Copying file gl/m4/btowc.m4
2057  Copying file gl/m4/builtin-expect.m4
2058  Copying file gl/m4/byteswap.m4
2059  Copying file gl/m4/c-strtod.m4
2060  Copying file gl/m4/canonicalize.m4
2061  Copying file gl/m4/ceil.m4
2062  Copying file gl/m4/check-math-lib.m4
2063  Copying file gl/m4/close.m4
2064  Copying file gl/m4/codeset.m4
2065  Copying file gl/m4/configmake.m4
2066  Copying file gl/m4/double-slash-root.m4
2067  Copying file gl/m4/dup2.m4
2068  Copying file gl/m4/eealloc.m4
2069  Copying file gl/m4/environ.m4
2070  Copying file gl/m4/errno_h.m4
2071  Copying file gl/m4/error.m4
2072  Copying file gl/m4/explicit_bzero.m4
2073  Copying file gl/m4/exponentd.m4
2074  Copying file gl/m4/exponentf.m4
2075  Copying file gl/m4/exponentl.m4
2076  Copying file gl/m4/extensions.m4
2077  Copying file gl/m4/extern-inline.m4
2078  Copying file gl/m4/fatal-signal.m4
2079  Copying file gl/m4/fcntl-o.m4
2080  Copying file gl/m4/fcntl.m4
2081  Copying file gl/m4/fcntl_h.m4
2082  Copying file gl/m4/flexmember.m4
2083  Copying file gl/m4/float_h.m4
2084  Copying file gl/m4/floor.m4
2085  Copying file gl/m4/fopen.m4
2086  Copying file gl/m4/fpieee.m4
2087  Copying file gl/m4/fprintf-posix.m4
2088  Copying file gl/m4/frexp.m4
2089  Copying file gl/m4/frexpl.m4
2090  Copying file gl/m4/fseek.m4
2091  Copying file gl/m4/fseeko.m4
2092  Copying file gl/m4/fseterr.m4
2093  Copying file gl/m4/fstat.m4
2094  Copying file gl/m4/ftell.m4
2095  Copying file gl/m4/ftello.m4
2096  Copying file gl/m4/getdelim.m4
2097  Copying file gl/m4/getdtablesize.m4
2098  Copying file gl/m4/getline.m4
2099  Copying file gl/m4/getopt.m4
2100  Copying file gl/m4/getpass.m4
2101  Copying file gl/m4/getprogname.m4
2102  Copying file gl/m4/getrandom.m4
2103  Copying file gl/m4/gettext.m4
2104  Copying file gl/m4/gettimeofday.m4
2105  Copying file gl/m4/glibc21.m4
2106  Copying file gl/m4/gnulib-common.m4
2107  Copying file gl/m4/gnulib-tool.m4
2108  Copying file gl/m4/host-cpu-c-abi.m4
2109  Copying file gl/m4/iconv.m4
2110  Copying file gl/m4/include_next.m4
2111  Copying file gl/m4/inline.m4
2112  Copying file gl/m4/intl-thread-locale.m4
2113  Copying file gl/m4/intlmacosx.m4
2114  Copying file gl/m4/intmax_t.m4
2115  Copying file gl/m4/inttostr.m4
2116  Copying file gl/m4/inttypes.m4
2117  Copying file gl/m4/inttypes_h.m4
2118  Copying file gl/m4/isfinite.m4
2119  Copying file gl/m4/isinf.m4
2120  Copying file gl/m4/isnan.m4
2121  Copying file gl/m4/isnand.m4
2122  Copying file gl/m4/isnanf.m4
2123  Copying file gl/m4/isnanl.m4
2124  Copying file gl/m4/iswblank.m4
2125  Copying file gl/m4/iswdigit.m4
2126  Copying file gl/m4/iswxdigit.m4
2127  Copying file gl/m4/langinfo_h.m4
2128  Copying file gl/m4/largefile.m4
2129  Copying file gl/m4/ldexp.m4
2130  Copying file gl/m4/ldexpl.m4
2131  Copying file gl/m4/lib-ld.m4
2132  Copying file gl/m4/lib-link.m4
2133  Copying file gl/m4/lib-prefix.m4
2134  Copying file gl/m4/libunistring-base.m4
2135  Copying file gl/m4/limits-h.m4
2136  Copying file gl/m4/localcharset.m4
2137  Copying file gl/m4/locale-fr.m4
2138  Copying file gl/m4/locale-ja.m4
2139  Copying file gl/m4/locale-zh.m4
2140  Copying file gl/m4/locale_h.m4
2141  Copying file gl/m4/localeconv.m4
2142  Copying file gl/m4/lock.m4
2143  Copying file gl/m4/lseek.m4
2144  Copying file gl/m4/lstat.m4
2145  Copying file gl/m4/malloc.m4
2146  Copying file gl/m4/malloca.m4
2147  Copying file gl/m4/math_h.m4
2148  Copying file gl/m4/mbchar.m4
2149  Copying file gl/m4/mbiter.m4
2150  Copying file gl/m4/mbrtowc.m4
2151  Copying file gl/m4/mbsinit.m4
2152  Copying file gl/m4/mbstate_t.m4
2153  Copying file gl/m4/mbtowc.m4
2154  Copying file gl/m4/md4.m4
2155  Copying file gl/m4/memcasecmp.m4
2156  Copying file gl/m4/memchr.m4
2157  Copying file gl/m4/memmem.m4
2158  Copying file gl/m4/mempcpy.m4
2159  Copying file gl/m4/memrchr.m4
2160  Copying file gl/m4/minmax.m4
2161  Copying file gl/m4/mkdir.m4
2162  Copying file gl/m4/mkdtemp.m4
2163  Copying file gl/m4/mkstemp.m4
2164  Copying file gl/m4/mktime.m4
2165  Copying file gl/m4/mmap-anon.m4
2166  Copying file gl/m4/mode_t.m4
2167  Copying file gl/m4/msvc-inval.m4
2168  Copying file gl/m4/msvc-nothrow.m4
2169  Copying file gl/m4/multiarch.m4
2170  Copying file gl/m4/nl_langinfo.m4
2171  Copying file gl/m4/nls.m4
2172  Copying file gl/m4/nocrash.m4
2173  Copying file gl/m4/nstrftime.m4
2174  Copying file gl/m4/off_t.m4
2175  Copying file gl/m4/open-cloexec.m4
2176  Copying file gl/m4/open-slash.m4
2177  Copying file gl/m4/open.m4
2178  Copying file gl/m4/pathmax.m4
2179  Copying file gl/m4/pipe2.m4
2180  Copying file gl/m4/po.m4
2181  Copying file gl/m4/printf-frexp.m4
2182  Copying file gl/m4/printf-frexpl.m4
2183  Copying file gl/m4/printf-posix-rpl.m4
2184  Copying file gl/m4/printf.m4
2185  Copying file gl/m4/progtest.m4
2186  Copying file gl/m4/pthread_rwlock_rdlock.m4
2187  Copying file gl/m4/raise.m4
2188  Copying file gl/m4/rawmemchr.m4
2189  Copying file gl/m4/read-file.m4
2190  Copying file gl/m4/read.m4
2191  Copying file gl/m4/readlink.m4
2192  Copying file gl/m4/realloc.m4
2193  Copying file gl/m4/regex.m4
2194  Copying file gl/m4/relocatable-lib.m4
2195  Copying file gl/m4/relocatable.m4
2196  Copying file gl/m4/rename.m4
2197  Copying file gl/m4/rmdir.m4
2198  Copying file gl/m4/round.m4
2199  Copying file gl/m4/safe-read.m4
2200  Copying file gl/m4/safe-write.m4
2201  Copying file gl/m4/secure_getenv.m4
2202  Copying file gl/m4/select.m4
2203  Copying file gl/m4/setenv.m4
2204  Copying file gl/m4/setlocale_null.m4
2205  Copying file gl/m4/sig_atomic_t.m4
2206  Copying file gl/m4/sigaction.m4
2207  Copying file gl/m4/signal_h.m4
2208  Copying file gl/m4/signalblocking.m4
2209  Copying file gl/m4/signbit.m4
2210  Copying file gl/m4/size_max.m4
2211  Copying file gl/m4/snprintf-posix.m4
2212  Copying file gl/m4/snprintf.m4
2213  Copying file gl/m4/socketlib.m4
2214  Copying file gl/m4/sockets.m4
2215  Copying file gl/m4/socklen.m4
2216  Copying file gl/m4/sockpfaf.m4
2217  Copying file gl/m4/sprintf-posix.m4
2218  Copying file gl/m4/ssize_t.m4
2219  Copying file gl/m4/stat-time.m4
2220  Copying file gl/m4/stat.m4
2221  Copying file gl/m4/std-gnu11.m4
2222  Copying file gl/m4/stdalign.m4
2223  Copying file gl/m4/stdarg.m4
2224  Copying file gl/m4/stdbool.m4
2225  Copying file gl/m4/stddef_h.m4
2226  Copying file gl/m4/stdint.m4
2227  Copying file gl/m4/stdint_h.m4
2228  Copying file gl/m4/stdio_h.m4
2229  Copying file gl/m4/stdlib_h.m4
2230  Copying file gl/m4/stpcpy.m4
2231  Copying file gl/m4/strcase.m4
2232  Copying file gl/m4/strcasestr.m4
2233  Copying file gl/m4/strdup.m4
2234  Copying file gl/m4/strerror.m4
2235  Copying file gl/m4/string_h.m4
2236  Copying file gl/m4/strings_h.m4
2237  Copying file gl/m4/strncat.m4
2238  Copying file gl/m4/strndup.m4
2239  Copying file gl/m4/strnlen.m4
2240  Copying file gl/m4/strsep.m4
2241  Copying file gl/m4/strtod.m4
2242  Copying file gl/m4/strtok_r.m4
2243  Copying file gl/m4/sys_random_h.m4
2244  Copying file gl/m4/sys_select_h.m4
2245  Copying file gl/m4/sys_socket_h.m4
2246  Copying file gl/m4/sys_stat_h.m4
2247  Copying file gl/m4/sys_time_h.m4
2248  Copying file gl/m4/sys_types_h.m4
2249  Copying file gl/m4/sys_uio_h.m4
2250  Copying file gl/m4/tempname.m4
2251  Copying file gl/m4/termios_h.m4
2252  Copying file gl/m4/threadlib.m4
2253  Copying file gl/m4/time_h.m4
2254  Copying file gl/m4/time_r.m4
2255  Copying file gl/m4/time_rz.m4
2256  Copying file gl/m4/timegm.m4
2257  Copying file gl/m4/tm_gmtoff.m4
2258  Copying file gl/m4/tmpdir.m4
2259  Copying file gl/m4/trunc.m4
2260  Copying file gl/m4/tzset.m4
2261  Copying file gl/m4/unistd_h.m4
2262  Copying file gl/m4/unlocked-io.m4
2263  Copying file gl/m4/vasnprintf.m4
2264  Copying file gl/m4/vasprintf-posix.m4
2265  Copying file gl/m4/vasprintf.m4
2266  Copying file gl/m4/version-etc.m4
2267  Copying file gl/m4/vfprintf-posix.m4
2268  Copying file gl/m4/visibility.m4
2269  Copying file gl/m4/vprintf-posix.m4
2270  Copying file gl/m4/vsnprintf-posix.m4
2271  Copying file gl/m4/vsnprintf.m4
2272  Copying file gl/m4/vsprintf-posix.m4
2273  Copying file gl/m4/warn-on-use.m4
2274  Copying file gl/m4/wchar_h.m4
2275  Copying file gl/m4/wchar_t.m4
2276  Copying file gl/m4/wcrtomb.m4
2277  Copying file gl/m4/wctype_h.m4
2278  Copying file gl/m4/wcwidth.m4
2279  Copying file gl/m4/wint_t.m4
2280  Copying file gl/m4/write.m4
2281  Copying file gl/m4/xalloc.m4
2282  Copying file gl/m4/xsize.m4
2283  Copying file gl/m4/xstrndup.m4
2284  Copying file gl/m4/xvasprintf.m4
2285  Copying file gl/m4/zzgnulib.m4
2286  Copying file gl/malloc.c
2287  Copying file gl/malloca.c
2288  Copying file gl/malloca.h
2289  Copying file gl/math.c
2290  Copying file gl/math.in.h
2291  Copying file gl/mbchar.c
2292  Copying file gl/mbchar.h
2293  Copying file gl/mbiter.c
2294  Copying file gl/mbiter.h
2295  Copying file gl/mbrtowc-impl-utf8.h
2296  Copying file gl/mbrtowc-impl.h
2297  Copying file gl/mbrtowc.c
2298  Copying file gl/mbsinit.c
2299  Copying file gl/mbtowc-impl.h
2300  Copying file gl/mbtowc-lock.c
2301  Copying file gl/mbtowc-lock.h
2302  Copying file gl/mbtowc.c
2303  Copying file gl/md4.c
2304  Copying file gl/md4.h
2305  Copying file gl/memcasecmp.c
2306  Copying file gl/memcasecmp.h
2307  Copying file gl/memchr.c
2308  Copying file gl/memchr.valgrind
2309  Copying file gl/memchr2.c
2310  Copying file gl/memchr2.h
2311  Copying file gl/memchr2.valgrind
2312  Copying file gl/memmem.c
2313  Copying file gl/mempcpy.c
2314  Copying file gl/memrchr.c
2315  Copying file gl/minmax.h
2316  Copying file gl/mkdir.c
2317  Copying file gl/mkdtemp.c
2318  Copying file gl/mkstemp.c
2319  Copying file gl/mktime-internal.h
2320  Copying file gl/mktime.c
2321  Copying file gl/msvc-inval.c
2322  Copying file gl/msvc-inval.h
2323  Copying file gl/msvc-nothrow.c
2324  Copying file gl/msvc-nothrow.h
2325  Copying file gl/nl_langinfo.c
2326  Copying file gl/nstrftime.c
2327  Copying file gl/offtostr.c
2328  Copying file gl/open.c
2329  Copying file gl/pathmax.h
2330  Copying file gl/pipe2.c
2331  Copying file gl/printf-args.c
2332  Copying file gl/printf-args.h
2333  Copying file gl/printf-frexp.c
2334  Copying file gl/printf-frexp.h
2335  Copying file gl/printf-frexpl.c
2336  Copying file gl/printf-frexpl.h
2337  Copying file gl/printf-parse.c
2338  Copying file gl/printf-parse.h
2339  Copying file gl/printf.c
2340  Copying file gl/progname.c
2341  Copying file gl/progname.h
2342  Copying file gl/progreloc.c
2343  Copying file gl/raise.c
2344  Copying file gl/rawmemchr.c
2345  Copying file gl/rawmemchr.valgrind
2346  Copying file gl/read-file.c
2347  Copying file gl/read-file.h
2348  Copying file gl/read.c
2349  Copying file gl/readlink.c
2350  Copying file gl/realloc.c
2351  Copying file gl/regcomp.c
2352  Copying file gl/regex.c
2353  Copying file gl/regex.h
2354  Copying file gl/regex_internal.c
2355  Copying file gl/regex_internal.h
2356  Copying file gl/regexec.c
2357  Copying file gl/relocatable.c
2358  Copying file gl/relocatable.h
2359  Copying file gl/relocwrapper.c
2360  Copying file gl/rename.c
2361  Copying file gl/rijndael-alg-fst.c
2362  Copying file gl/rijndael-alg-fst.h
2363  Copying file gl/rijndael-api-fst.c
2364  Copying file gl/rijndael-api-fst.h
2365  Copying file gl/rmdir.c
2366  Copying file gl/round.c
2367  Copying file gl/safe-read.c
2368  Copying file gl/safe-read.h
2369  Copying file gl/safe-write.c
2370  Copying file gl/safe-write.h
2371  Copying file gl/same-inode.h
2372  Copying file gl/secure_getenv.c
2373  Copying file gl/select.c
2374  Copying file gl/setenv.c
2375  Copying file gl/setlocale-lock.c
2376  Copying file gl/setlocale_null.c
2377  Copying file gl/setlocale_null.h
2378  Copying file gl/sig-handler.c
2379  Copying file gl/sig-handler.h
2380  Copying file gl/sigaction.c
2381  Copying file gl/signal.in.h
2382  Copying file gl/signbitd.c
2383  Copying file gl/signbitf.c
2384  Copying file gl/signbitl.c
2385  Copying file gl/sigprocmask.c
2386  Copying file gl/size_max.h
2387  Copying file gl/snprintf.c
2388  Copying file gl/sockets.c
2389  Copying file gl/sockets.h
2390  Copying file gl/sprintf.c
2391  Copying file gl/stat-time.c
2392  Copying file gl/stat-time.h
2393  Copying file gl/stat-w32.c
2394  Copying file gl/stat-w32.h
2395  Copying file gl/stat.c
2396  Copying file gl/stdalign.in.h
2397  Copying file gl/stdarg.in.h
2398  Copying file gl/stdbool.in.h
2399  Copying file gl/stddef.in.h
2400  Copying file gl/stdint.in.h
2401  Copying file gl/stdio-impl.h
2402  Copying file gl/stdio.in.h
2403  Copying file gl/stdlib.in.h
2404  Copying file gl/stpcpy.c
2405  Copying file gl/str-two-way.h
2406  Copying file gl/strcasecmp.c
2407  Copying file gl/strcasestr.c
2408  Copying file gl/strdup.c
2409  Copying file gl/streq.h
2410  Copying file gl/strerror-override.c
2411  Copying file gl/strerror-override.h
2412  Copying file gl/strerror.c
2413  Copying file gl/strftime.h
2414  Copying file gl/string.in.h
2415  Copying file gl/strings.in.h
2416  Copying file gl/stripslash.c
2417  Copying file gl/strncasecmp.c
2418  Copying file gl/strncat.c
2419  Copying file gl/strndup.c
2420  Copying file gl/strnlen.c
2421  Copying file gl/strsep.c
2422  Copying file gl/strtod.c
2423  Copying file gl/strtok_r.c
2424  Copying file gl/sys-limits.h
2425  Copying file gl/sys_random.in.h
2426  Copying file gl/sys_select.in.h
2427  Copying file gl/sys_socket.c
2428  Copying file gl/sys_socket.in.h
2429  Copying file gl/sys_stat.in.h
2430  Copying file gl/sys_time.in.h
2431  Copying file gl/sys_types.in.h
2432  Copying file gl/sys_uio.in.h
2433  Copying file gl/tempname.c
2434  Copying file gl/tempname.h
2435  Copying file gl/termios.in.h
2436  Copying file gl/thread-optim.h
2437  Copying file gl/time-internal.h
2438  Copying file gl/time.in.h
2439  Copying file gl/time_r.c
2440  Copying file gl/time_rz.c
2441  Copying file gl/timegm.c
2442  Copying file gl/tmpdir.c
2443  Copying file gl/tmpdir.h
2444  Copying file gl/trunc.c
2445  Copying file gl/tzset.c
2446  Copying file gl/uinttostr.c
2447  Copying file gl/umaxtostr.c
2448  Copying file gl/unicase.in.h
2449  Copying file gl/unicase/cased.c
2450  Copying file gl/unicase/cased.h
2451  Copying file gl/unicase/casefold.h
2452  Copying file gl/unicase/caseprop.h
2453  Copying file gl/unicase/context.h
2454  Copying file gl/unicase/empty-prefix-context.c
2455  Copying file gl/unicase/empty-suffix-context.c
2456  Copying file gl/unicase/ignorable.c
2457  Copying file gl/unicase/ignorable.h
2458  Copying file gl/unicase/simple-mapping.h
2459  Copying file gl/unicase/special-casing-table.gperf
2460  Copying file gl/unicase/special-casing.c
2461  Copying file gl/unicase/special-casing.in.h
2462  Copying file gl/unicase/tocasefold.c
2463  Copying file gl/unicase/tocasefold.h
2464  Copying file gl/unicase/tolower.c
2465  Copying file gl/unicase/tolower.h
2466  Copying file gl/unicase/totitle.c
2467  Copying file gl/unicase/totitle.h
2468  Copying file gl/unicase/toupper.c
2469  Copying file gl/unicase/toupper.h
2470  Copying file gl/unicase/u-casecmp.h
2471  Copying file gl/unicase/u-casefold.h
2472  Copying file gl/unicase/u-casemap.h
2473  Copying file gl/unicase/u-ct-casefold.h
2474  Copying file gl/unicase/u-ct-totitle.h
2475  Copying file gl/unicase/u-totitle.h
2476  Copying file gl/unicase/u8-casecmp.c
2477  Copying file gl/unicase/u8-casefold.c
2478  Copying file gl/unicase/u8-casemap.c
2479  Copying file gl/unicase/u8-ct-casefold.c
2480  Copying file gl/unicase/u8-ct-totitle.c
2481  Copying file gl/unicase/u8-tolower.c
2482  Copying file gl/unicase/u8-totitle.c
2483  Copying file gl/unicase/u8-toupper.c
2484  Copying file gl/unicase/unicasemap.h
2485  Copying file gl/unictype.in.h
2486  Copying file gl/unictype/bitmap.h
2487  Copying file gl/unictype/categ_none.c
2488  Copying file gl/unictype/categ_of.c
2489  Copying file gl/unictype/categ_of.h
2490  Copying file gl/unictype/combiningclass.c
2491  Copying file gl/unictype/combiningclass.h
2492  Copying file gl/unictype/ctype_print.c
2493  Copying file gl/unictype/ctype_print.h
2494  Copying file gl/unictype/pr_soft_dotted.c
2495  Copying file gl/unictype/pr_soft_dotted.h
2496  Copying file gl/unigbrk.in.h
2497  Copying file gl/unigbrk/gbrkprop.h
2498  Copying file gl/unigbrk/uc-gbrk-prop.c
2499  Copying file gl/unigbrk/uc-is-grapheme-break.c
2500  Copying file gl/unilbrk.in.h
2501  Copying file gl/unilbrk/lbrkprop1.h
2502  Copying file gl/unilbrk/lbrkprop2.h
2503  Copying file gl/unilbrk/lbrktables.c
2504  Copying file gl/unilbrk/lbrktables.h
2505  Copying file gl/unilbrk/u8-possible-linebreaks.c
2506  Copying file gl/uninorm.in.h
2507  Copying file gl/uninorm/canonical-decomposition.c
2508  Copying file gl/uninorm/compat-decomposition.c
2509  Copying file gl/uninorm/decompose-internal.c
2510  Copying file gl/uninorm/decompose-internal.h
2511  Copying file gl/uninorm/decomposing-form.c
2512  Copying file gl/uninorm/decomposition-table.c
2513  Copying file gl/uninorm/decomposition-table.h
2514  Copying file gl/uninorm/decomposition-table1.h
2515  Copying file gl/uninorm/decomposition-table2.h
2516  Copying file gl/uninorm/decomposition.c
2517  Copying file gl/uninorm/nfd.c
2518  Copying file gl/uninorm/nfkd.c
2519  Copying file gl/uninorm/normalize-internal.h
2520  Copying file gl/uninorm/u-normalize-internal.h
2521  Copying file gl/uninorm/u8-normalize.c
2522  Copying file gl/unistd.c
2523  Copying file gl/unistd.in.h
2524  Copying file gl/unistr.in.h
2525  Copying file gl/unistr/u-cmp2.h
2526  Copying file gl/unistr/u-cpy.h
2527  Copying file gl/unistr/u8-check.c
2528  Copying file gl/unistr/u8-cmp.c
2529  Copying file gl/unistr/u8-cmp2.c
2530  Copying file gl/unistr/u8-cpy.c
2531  Copying file gl/unistr/u8-mblen.c
2532  Copying file gl/unistr/u8-mbtouc-aux.c
2533  Copying file gl/unistr/u8-mbtouc-unsafe-aux.c
2534  Copying file gl/unistr/u8-mbtouc-unsafe.c
2535  Copying file gl/unistr/u8-mbtouc.c
2536  Copying file gl/unistr/u8-mbtoucr.c
2537  Copying file gl/unistr/u8-strlen.c
2538  Copying file gl/unistr/u8-strmbtouc.c
2539  Copying file gl/unistr/u8-strncat.c
2540  Copying file gl/unistr/u8-uctomb-aux.c
2541  Copying file gl/unistr/u8-uctomb.c
2542  Copying file gl/unitypes.in.h
2543  Copying file gl/uniwbrk.in.h
2544  Copying file gl/uniwbrk/u-wordbreaks.h
2545  Copying file gl/uniwbrk/u8-wordbreaks.c
2546  Copying file gl/uniwbrk/wbrkprop.h
2547  Copying file gl/uniwbrk/wbrktable.c
2548  Copying file gl/uniwbrk/wbrktable.h
2549  Copying file gl/uniwbrk/wordbreak-property.c
2550  Copying file gl/uniwidth.in.h
2551  Copying file gl/uniwidth/cjk.h
2552  Copying file gl/uniwidth/u8-strwidth.c
2553  Copying file gl/uniwidth/u8-width.c
2554  Copying file gl/uniwidth/width.c
2555  Copying file gl/unlocked-io.h
2556  Copying file gl/unsetenv.c
2557  Copying file gl/unused-parameter.h
2558  Copying file gl/vasnprintf.c
2559  Copying file gl/vasnprintf.h
2560  Copying file gl/vasprintf.c
2561  Copying file gl/verify.h
2562  Copying file gl/version-etc-fsf.c
2563  Copying file gl/version-etc.c
2564  Copying file gl/version-etc.h
2565  Copying file gl/vfprintf.c
2566  Copying file gl/vprintf.c
2567  Copying file gl/vsnprintf.c
2568  Copying file gl/vsprintf.c
2569  Copying file gl/w32sock.h
2570  Copying file gl/warn-on-use.h
2571  Copying file gl/wchar.in.h
2572  Copying file gl/wcrtomb.c
2573  Copying file gl/wctype-h.c
2574  Copying file gl/wctype.in.h
2575  Copying file gl/wcwidth.c
2576  Copying file gl/windows-initguard.h
2577  Copying file gl/windows-mutex.c
2578  Copying file gl/windows-mutex.h
2579  Copying file gl/windows-once.c
2580  Copying file gl/windows-once.h
2581  Copying file gl/windows-recmutex.c
2582  Copying file gl/windows-recmutex.h
2583  Copying file gl/windows-rwlock.c
2584  Copying file gl/windows-rwlock.h
2585  Copying file gl/windows-spin.c
2586  Copying file gl/windows-spin.h
2587  Copying file gl/write.c
2588  Copying file gl/xalloc-die.c
2589  Copying file gl/xalloc-oversized.h
2590  Copying file gl/xalloc.h
2591  Copying file gl/xasprintf.c
2592  Copying file gl/xbinary-io.c
2593  Copying file gl/xbinary-io.h
2594  Copying file gl/xmalloc.c
2595  Copying file gl/xmalloca.c
2596  Copying file gl/xmalloca.h
2597  Copying file gl/xmemdup0.c
2598  Copying file gl/xmemdup0.h
2599  Copying file gl/xreadlink.c
2600  Copying file gl/xreadlink.h
2601  Copying file gl/xsize.c
2602  Copying file gl/xsize.h
2603  Copying file gl/xstrndup.c
2604  Copying file gl/xstrndup.h
2605  Copying file gl/xvasprintf.c
2606  Copying file gl/xvasprintf.h
2607  Creating gl/Makefile.am
2608  Creating gl/m4/gnulib-cache.m4
2609  Creating gl/m4/gnulib-comp.m4
2610  Finished.
2611  
2612  You may need to add #include directives for the following .h files.
2613    #include <assert.h>
2614    #include <byteswap.h>
2615    #include <fcntl.h>
2616    #include <getopt.h>
2617    #include <math.h>
2618    #include <regex.h>
2619    #include <stdarg.h>
2620    #include <stdbool.h>
2621    #include <stdint.h>
2622    #include <stdio.h>
2623    #include <stdlib.h>
2624    #include <string.h>
2625    #include <sys/select.h>
2626    #include <sys/stat.h>
2627    #include <sys/time.h>
2628    #include <termios.h>
2629    #include <unistd.h>
2630    #include "c-ctype.h"
2631    #include "c-snprintf.h"
2632    #include "c-strcase.h"
2633    #include "c-strcasestr.h"
2634    #include "c-strtod.h"
2635    #include "c-xvasprintf.h"
2636    #include "clean-temp.h"
2637    #include "configmake.h"
2638    #include "count-leading-zeros.h"
2639    #include "count-one-bits.h"
2640    #include "crc.h"
2641    #include "dirname.h"
2642    #include "fatal-signal.h"
2643    #include "ftoastr.h"
2644    #include "full-read.h"
2645    #include "full-write.h"
2646    #include "fwriteerror.h"
2647    #include "gettext.h"
2648    #include "intprops.h"
2649    #include "inttostr.h"
2650    #include "localcharset.h"
2651    #include "mbchar.h"
2652    #include "mbiter.h"
2653    #include "md4.h"
2654    #include "memcasecmp.h"
2655    #include "memchr2.h"
2656    #include "minmax.h"
2657    #include "progname.h"
2658    #include "read-file.h"
2659    #include "relocatable.h"
2660    #include "rijndael-alg-fst.h"
2661    #include "rijndael-api-fst.h"
2662    #include "strftime.h"
2663    #include "tempname.h"
2664    #include "unicase.h"
2665    #include "unictype.h"
2666    #include "unigbrk.h"
2667    #include "unilbrk.h"
2668    #include "uninorm.h"
2669    #include "unistr.h"
2670    #include "unitypes.h"
2671    #include "uniwidth.h"
2672    #include "unlocked-io.h"
2673    #include "vasprintf.h"
2674    #include "version-etc.h"
2675    #include "xalloc.h"
2676    #include "xbinary-io.h"
2677    #include "xmalloca.h"
2678    #include "xmemdup0.h"
2679    #include "xsize.h"
2680    #include "xstrndup.h"
2681    #include "xvasprintf.h"
2682  
2683  You may need to use the following Makefile variables when linking.
2684  Use them in <program>_LDADD when linking a program, or
2685  in <library>_a_LDFLAGS or <library>_la_LDFLAGS when linking a library.
2686    $(FLOOR_LIBM)
2687    $(ISNAND_LIBM)
2688    $(ISNANF_LIBM)
2689    $(ISNANL_LIBM)
2690    $(LIBSOCKET)
2691    $(LIBTHREAD)
2692    $(LIB_GETRANDOM)
2693    $(LIB_HARD_LOCALE)
2694    $(LIB_MBRTOWC)
2695    $(LIB_SELECT)
2696    $(LIB_SETLOCALE_NULL)
2697    $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
2698    $(ROUND_LIBM)
2699    $(TRUNC_LIBM)
2700  
2701  Don't forget to
2702    - add "gl/Makefile" to AC_CONFIG_FILES in ./configure.ac,
2703    - mention "gl" in SUBDIRS in Makefile.am,
2704    - mention "-I gl/m4" in ACLOCAL_AMFLAGS in Makefile.am,
2705    - invoke gl_EARLY in ./configure.ac, right after AC_PROG_CC,
2706    - invoke gl_INIT in ./configure.ac.
2707  if (glibtoolize --version) >/dev/null 2>&1; then	\
2708  	LIBTOOLIZE=glibtoolize;				\
2709  elif (libtoolize --version) >/dev/null 2>&1; then	\
2710  	LIBTOOLIZE=libtoolize;				\
2711  else							\
2712  	echo >&2 "libtoolize not found";		\
2713  	exit 1;						\
2714  fi;							\
2715  $LIBTOOLIZE --force --automake --copy
2716  make -f Smake Makefile.in configure
2717  make[1]: Entering directory '/home/blp/tmp/pspptmp/branch-1.4/source/pspp'
2718  autoheader
2719  aclocal -I m4 -I gl/m4
2720  printf '<?xml version="1.0" encoding="UTF-8"?>\n' > src/ui/gui/resources.xml
2721  printf '<gresources>\n' >> src/ui/gui/resources.xml
2722  rm -f src/ui/gui/icons/manifest
2723  printf ' <gresource prefix="gnu/pspp">\n' >> src/ui/gui/resources.xml
2724  printf '# This is a generated file. Do not edit.\n' >> src/ui/gui/icons/manifest
2725  for x in src/ui/gui/icons/48x48/categories/align-left.png src/ui/gui/icons/48x48/categories/align-center.png src/ui/gui/icons/48x48/categories/align-right.png src/ui/gui/icons/48x48/categories/measure-scale.png src/ui/gui/icons/48x48/categories/measure-ordinal.png src/ui/gui/icons/48x48/categories/measure-nominal.png src/ui/gui/icons/48x48/categories/measure-date-scale.png src/ui/gui/icons/48x48/categories/measure-date-nominal.png src/ui/gui/icons/48x48/categories/measure-date-ordinal.png src/ui/gui/icons/48x48/categories/measure-time-scale.png src/ui/gui/icons/48x48/categories/measure-time-nominal.png src/ui/gui/icons/48x48/categories/measure-time-ordinal.png src/ui/gui/icons/48x48/categories/measure-string-nominal.png src/ui/gui/icons/48x48/categories/measure-string-ordinal.png src/ui/gui/icons/48x48/categories/measure-currency-scale.png src/ui/gui/icons/48x48/categories/measure-currency-nominal.png src/ui/gui/icons/48x48/categories/measure-currency-ordinal.png src/ui/gui/icons/48x48/categories/role-input.png src/ui/gui/icons/48x48/categories/role-target.png src/ui/gui/icons/48x48/categories/role-both.png src/ui/gui/icons/48x48/categories/role-none.png src/ui/gui/icons/48x48/categories/role-partition.png src/ui/gui/icons/48x48/categories/role-split.png src/ui/gui/icons/scalable/categories/align-left.svg src/ui/gui/icons/scalable/categories/align-center.svg src/ui/gui/icons/scalable/categories/align-right.svg src/ui/gui/icons/scalable/categories/measure-scale.svg src/ui/gui/icons/scalable/categories/measure-ordinal.svg src/ui/gui/icons/scalable/categories/measure-nominal.svg src/ui/gui/icons/scalable/categories/measure-date-scale.svg src/ui/gui/icons/scalable/categories/measure-date-nominal.svg src/ui/gui/icons/scalable/categories/measure-date-ordinal.svg src/ui/gui/icons/scalable/categories/measure-time-scale.svg src/ui/gui/icons/scalable/categories/measure-time-nominal.svg src/ui/gui/icons/scalable/categories/measure-time-ordinal.svg src/ui/gui/icons/scalable/categories/measure-string-nominal.svg src/ui/gui/icons/scalable/categories/measure-string-ordinal.svg src/ui/gui/icons/scalable/categories/measure-currency-scale.svg src/ui/gui/icons/scalable/categories/measure-currency-nominal.svg src/ui/gui/icons/scalable/categories/measure-currency-ordinal.svg src/ui/gui/icons/scalable/categories/role-input.svg src/ui/gui/icons/scalable/categories/role-target.svg src/ui/gui/icons/scalable/categories/role-both.svg src/ui/gui/icons/scalable/categories/role-none.svg src/ui/gui/icons/scalable/categories/role-partition.svg src/ui/gui/icons/scalable/categories/role-split.svg src/ui/gui/icons/24x24/actions/pspp-file-open-data.png src/ui/gui/icons/24x24/actions/pspp-file-save-data.png src/ui/gui/icons/24x24/actions/pspp-edit-go-to-variable.png src/ui/gui/icons/24x24/actions/pspp-edit-go-to-case.png src/ui/gui/icons/24x24/actions/pspp-edit-find.png src/ui/gui/icons/24x24/actions/pspp-edit-insert-case.png src/ui/gui/icons/24x24/actions/pspp-edit-insert-variable.png src/ui/gui/icons/24x24/actions/pspp-data-split-file.png src/ui/gui/icons/24x24/actions/pspp-data-weight-cases.png src/ui/gui/icons/24x24/actions/pspp-view-value-labels.png src/ui/gui/icons/48x48/actions/pspp-file-open-data.png src/ui/gui/icons/48x48/actions/pspp-file-save-data.png src/ui/gui/icons/48x48/actions/pspp-edit-go-to-variable.png src/ui/gui/icons/48x48/actions/pspp-edit-go-to-case.png src/ui/gui/icons/48x48/actions/pspp-edit-find.png src/ui/gui/icons/48x48/actions/pspp-edit-insert-case.png src/ui/gui/icons/48x48/actions/pspp-edit-insert-variable.png src/ui/gui/icons/48x48/actions/pspp-data-split-file.png src/ui/gui/icons/48x48/actions/pspp-data-weight-cases.png src/ui/gui/icons/48x48/actions/pspp-view-value-labels.png src/ui/gui/icons/96x96/actions/pspp-file-open-data.png src/ui/gui/icons/96x96/actions/pspp-file-save-data.png src/ui/gui/icons/96x96/actions/pspp-edit-go-to-variable.png src/ui/gui/icons/96x96/actions/pspp-edit-go-to-case.png src/ui/gui/icons/96x96/actions/pspp-edit-find.png src/ui/gui/icons/96x96/actions/pspp-edit-insert-case.png src/ui/gui/icons/96x96/actions/pspp-edit-insert-variable.png src/ui/gui/icons/96x96/actions/pspp-data-split-file.png src/ui/gui/icons/96x96/actions/pspp-data-weight-cases.png src/ui/gui/icons/96x96/actions/pspp-view-value-labels.png src/ui/gui/icons/scalable/actions/pspp-file-open-data.svg src/ui/gui/icons/scalable/actions/pspp-file-save-data.svg src/ui/gui/icons/scalable/actions/pspp-edit-go-to-variable.svg src/ui/gui/icons/scalable/actions/pspp-edit-go-to-case.svg src/ui/gui/icons/scalable/actions/pspp-edit-find.svg src/ui/gui/icons/scalable/actions/pspp-edit-insert-case.svg src/ui/gui/icons/scalable/actions/pspp-edit-insert-variable.svg src/ui/gui/icons/scalable/actions/pspp-data-split-file.svg src/ui/gui/icons/scalable/actions/pspp-data-weight-cases.svg src/ui/gui/icons/scalable/actions/pspp-view-value-labels.svg src/ui/gui/icons/16x16/mimetypes/application-x-spss-por.png src/ui/gui/icons/16x16/mimetypes/application-x-spss-sav.png src/ui/gui/icons/16x16/mimetypes/application-x-spss-sps.png src/ui/gui/icons/16x16/mimetypes/application-x-spss-zsav.png src/ui/gui/icons/22x22/mimetypes/application-x-spss-por.png src/ui/gui/icons/22x22/mimetypes/application-x-spss-sav.png src/ui/gui/icons/22x22/mimetypes/application-x-spss-sps.png src/ui/gui/icons/22x22/mimetypes/application-x-spss-zsav.png src/ui/gui/icons/24x24/mimetypes/application-x-spss-por.png src/ui/gui/icons/24x24/mimetypes/application-x-spss-sav.png src/ui/gui/icons/24x24/mimetypes/application-x-spss-sps.png src/ui/gui/icons/24x24/mimetypes/application-x-spss-zsav.png src/ui/gui/icons/32x32/mimetypes/application-x-spss-por.png src/ui/gui/icons/32x32/mimetypes/application-x-spss-sav.png src/ui/gui/icons/32x32/mimetypes/application-x-spss-sps.png src/ui/gui/icons/32x32/mimetypes/application-x-spss-zsav.png src/ui/gui/icons/48x48/mimetypes/application-x-spss-por.png src/ui/gui/icons/48x48/mimetypes/application-x-spss-sav.png src/ui/gui/icons/48x48/mimetypes/application-x-spss-sps.png src/ui/gui/icons/48x48/mimetypes/application-x-spss-zsav.png src/ui/gui/icons/256x256/mimetypes/application-x-spss-por.png src/ui/gui/icons/256x256/mimetypes/application-x-spss-sav.png src/ui/gui/icons/256x256/mimetypes/application-x-spss-sps.png src/ui/gui/icons/256x256/mimetypes/application-x-spss-zsav.png src/ui/gui/icons/16x16/apps/pspp.png src/ui/gui/icons/32x32/apps/pspp.png src/ui/gui/icons/48x48/apps/pspp.png src/ui/gui/icons/256x256/apps/pspp.png src/ui/gui/icons/scalable/apps/pspp.svg src/ui/gui/icons/splash-t.png src/ui/gui/icons/splash-r.png; do \
2726    z=`echo "$x" | sed -e 's%src/ui/gui/%%'` ; \
2727    printf "  <file>$z</file>\n" >> src/ui/gui/resources.xml ; \
2728  done
2729  printf 'icons =' >> src/ui/gui/icons/manifest
2730  for i in  src/ui/gui/icons/48x48/categories/align-left.png src/ui/gui/icons/48x48/categories/align-center.png src/ui/gui/icons/48x48/categories/align-right.png src/ui/gui/icons/48x48/categories/measure-scale.png src/ui/gui/icons/48x48/categories/measure-ordinal.png src/ui/gui/icons/48x48/categories/measure-nominal.png src/ui/gui/icons/48x48/categories/measure-date-scale.png src/ui/gui/icons/48x48/categories/measure-date-nominal.png src/ui/gui/icons/48x48/categories/measure-date-ordinal.png src/ui/gui/icons/48x48/categories/measure-time-scale.png src/ui/gui/icons/48x48/categories/measure-time-nominal.png src/ui/gui/icons/48x48/categories/measure-time-ordinal.png src/ui/gui/icons/48x48/categories/measure-string-nominal.png src/ui/gui/icons/48x48/categories/measure-string-ordinal.png src/ui/gui/icons/48x48/categories/measure-currency-scale.png src/ui/gui/icons/48x48/categories/measure-currency-nominal.png src/ui/gui/icons/48x48/categories/measure-currency-ordinal.png src/ui/gui/icons/48x48/categories/role-input.png src/ui/gui/icons/48x48/categories/role-target.png src/ui/gui/icons/48x48/categories/role-both.png src/ui/gui/icons/48x48/categories/role-none.png src/ui/gui/icons/48x48/categories/role-partition.png src/ui/gui/icons/48x48/categories/role-split.png src/ui/gui/icons/scalable/categories/align-left.svg src/ui/gui/icons/scalable/categories/align-center.svg src/ui/gui/icons/scalable/categories/align-right.svg src/ui/gui/icons/scalable/categories/measure-scale.svg src/ui/gui/icons/scalable/categories/measure-ordinal.svg src/ui/gui/icons/scalable/categories/measure-nominal.svg src/ui/gui/icons/scalable/categories/measure-date-scale.svg src/ui/gui/icons/scalable/categories/measure-date-nominal.svg src/ui/gui/icons/scalable/categories/measure-date-ordinal.svg src/ui/gui/icons/scalable/categories/measure-time-scale.svg src/ui/gui/icons/scalable/categories/measure-time-nominal.svg src/ui/gui/icons/scalable/categories/measure-time-ordinal.svg src/ui/gui/icons/scalable/categories/measure-string-nominal.svg src/ui/gui/icons/scalable/categories/measure-string-ordinal.svg src/ui/gui/icons/scalable/categories/measure-currency-scale.svg src/ui/gui/icons/scalable/categories/measure-currency-nominal.svg src/ui/gui/icons/scalable/categories/measure-currency-ordinal.svg src/ui/gui/icons/scalable/categories/role-input.svg src/ui/gui/icons/scalable/categories/role-target.svg src/ui/gui/icons/scalable/categories/role-both.svg src/ui/gui/icons/scalable/categories/role-none.svg src/ui/gui/icons/scalable/categories/role-partition.svg src/ui/gui/icons/scalable/categories/role-split.svg src/ui/gui/icons/24x24/actions/pspp-file-open-data.png src/ui/gui/icons/24x24/actions/pspp-file-save-data.png src/ui/gui/icons/24x24/actions/pspp-edit-go-to-variable.png src/ui/gui/icons/24x24/actions/pspp-edit-go-to-case.png src/ui/gui/icons/24x24/actions/pspp-edit-find.png src/ui/gui/icons/24x24/actions/pspp-edit-insert-case.png src/ui/gui/icons/24x24/actions/pspp-edit-insert-variable.png src/ui/gui/icons/24x24/actions/pspp-data-split-file.png src/ui/gui/icons/24x24/actions/pspp-data-weight-cases.png src/ui/gui/icons/24x24/actions/pspp-view-value-labels.png src/ui/gui/icons/48x48/actions/pspp-file-open-data.png src/ui/gui/icons/48x48/actions/pspp-file-save-data.png src/ui/gui/icons/48x48/actions/pspp-edit-go-to-variable.png src/ui/gui/icons/48x48/actions/pspp-edit-go-to-case.png src/ui/gui/icons/48x48/actions/pspp-edit-find.png src/ui/gui/icons/48x48/actions/pspp-edit-insert-case.png src/ui/gui/icons/48x48/actions/pspp-edit-insert-variable.png src/ui/gui/icons/48x48/actions/pspp-data-split-file.png src/ui/gui/icons/48x48/actions/pspp-data-weight-cases.png src/ui/gui/icons/48x48/actions/pspp-view-value-labels.png src/ui/gui/icons/96x96/actions/pspp-file-open-data.png src/ui/gui/icons/96x96/actions/pspp-file-save-data.png src/ui/gui/icons/96x96/actions/pspp-edit-go-to-variable.png src/ui/gui/icons/96x96/actions/pspp-edit-go-to-case.png src/ui/gui/icons/96x96/actions/pspp-edit-find.png src/ui/gui/icons/96x96/actions/pspp-edit-insert-case.png src/ui/gui/icons/96x96/actions/pspp-edit-insert-variable.png src/ui/gui/icons/96x96/actions/pspp-data-split-file.png src/ui/gui/icons/96x96/actions/pspp-data-weight-cases.png src/ui/gui/icons/96x96/actions/pspp-view-value-labels.png src/ui/gui/icons/scalable/actions/pspp-file-open-data.svg src/ui/gui/icons/scalable/actions/pspp-file-save-data.svg src/ui/gui/icons/scalable/actions/pspp-edit-go-to-variable.svg src/ui/gui/icons/scalable/actions/pspp-edit-go-to-case.svg src/ui/gui/icons/scalable/actions/pspp-edit-find.svg src/ui/gui/icons/scalable/actions/pspp-edit-insert-case.svg src/ui/gui/icons/scalable/actions/pspp-edit-insert-variable.svg src/ui/gui/icons/scalable/actions/pspp-data-split-file.svg src/ui/gui/icons/scalable/actions/pspp-data-weight-cases.svg src/ui/gui/icons/scalable/actions/pspp-view-value-labels.svg src/ui/gui/icons/16x16/mimetypes/application-x-spss-por.png src/ui/gui/icons/16x16/mimetypes/application-x-spss-sav.png src/ui/gui/icons/16x16/mimetypes/application-x-spss-sps.png src/ui/gui/icons/16x16/mimetypes/application-x-spss-zsav.png src/ui/gui/icons/22x22/mimetypes/application-x-spss-por.png src/ui/gui/icons/22x22/mimetypes/application-x-spss-sav.png src/ui/gui/icons/22x22/mimetypes/application-x-spss-sps.png src/ui/gui/icons/22x22/mimetypes/application-x-spss-zsav.png src/ui/gui/icons/24x24/mimetypes/application-x-spss-por.png src/ui/gui/icons/24x24/mimetypes/application-x-spss-sav.png src/ui/gui/icons/24x24/mimetypes/application-x-spss-sps.png src/ui/gui/icons/24x24/mimetypes/application-x-spss-zsav.png src/ui/gui/icons/32x32/mimetypes/application-x-spss-por.png src/ui/gui/icons/32x32/mimetypes/application-x-spss-sav.png src/ui/gui/icons/32x32/mimetypes/application-x-spss-sps.png src/ui/gui/icons/32x32/mimetypes/application-x-spss-zsav.png src/ui/gui/icons/48x48/mimetypes/application-x-spss-por.png src/ui/gui/icons/48x48/mimetypes/application-x-spss-sav.png src/ui/gui/icons/48x48/mimetypes/application-x-spss-sps.png src/ui/gui/icons/48x48/mimetypes/application-x-spss-zsav.png src/ui/gui/icons/256x256/mimetypes/application-x-spss-por.png src/ui/gui/icons/256x256/mimetypes/application-x-spss-sav.png src/ui/gui/icons/256x256/mimetypes/application-x-spss-sps.png src/ui/gui/icons/256x256/mimetypes/application-x-spss-zsav.png src/ui/gui/icons/16x16/apps/pspp.png src/ui/gui/icons/32x32/apps/pspp.png src/ui/gui/icons/48x48/apps/pspp.png src/ui/gui/icons/256x256/apps/pspp.png src/ui/gui/icons/scalable/apps/pspp.svg src/ui/gui/icons/splash-t.png src/ui/gui/icons/splash-r.png; do \
2731  	printf ' \\\n\t '$i >> src/ui/gui/icons/manifest; \
2732  done
2733  echo >> src/ui/gui/icons/manifest
2734  echo >> src/ui/gui/icons/manifest
2735  printf 'icon_srcs = ' >> src/ui/gui/icons/manifest
2736  for i in  src/ui/gui/artwork/16x16/mimetypes/application-x-spss-por.svg src/ui/gui/artwork/16x16/mimetypes/application-x-spss-sav.svg src/ui/gui/artwork/16x16/mimetypes/application-x-spss-sps.svg src/ui/gui/artwork/16x16/mimetypes/application-x-spss-zsav.svg src/ui/gui/artwork/22x22/mimetypes/application-x-spss-por.svg src/ui/gui/artwork/22x22/mimetypes/application-x-spss-sav.svg src/ui/gui/artwork/22x22/mimetypes/application-x-spss-sps.svg src/ui/gui/artwork/22x22/mimetypes/application-x-spss-zsav.svg src/ui/gui/artwork/24x24/mimetypes/application-x-spss-por.svg src/ui/gui/artwork/24x24/mimetypes/application-x-spss-sav.svg src/ui/gui/artwork/24x24/mimetypes/application-x-spss-sps.svg src/ui/gui/artwork/24x24/mimetypes/application-x-spss-zsav.svg src/ui/gui/artwork/256x256/mimetypes/application-x-spss-por.svg src/ui/gui/artwork/256x256/mimetypes/application-x-spss-sav.svg src/ui/gui/artwork/256x256/mimetypes/application-x-spss-sps.svg src/ui/gui/artwork/256x256/mimetypes/application-x-spss-zsav.svg src/ui/gui/artwork/32x32/mimetypes/application-x-spss-por.svg src/ui/gui/artwork/32x32/mimetypes/application-x-spss-sav.svg src/ui/gui/artwork/32x32/mimetypes/application-x-spss-sps.svg src/ui/gui/artwork/32x32/mimetypes/application-x-spss-zsav.svg src/ui/gui/artwork/48x48/mimetypes/application-x-spss-por.svg src/ui/gui/artwork/48x48/mimetypes/application-x-spss-sav.svg src/ui/gui/artwork/48x48/mimetypes/application-x-spss-sps.svg src/ui/gui/artwork/48x48/mimetypes/application-x-spss-zsav.svg src/ui/gui/artwork/scalable/actions/pspp-analyze-bivariate-correlation.svg src/ui/gui/artwork/scalable/actions/pspp-analyze-compare-means.svg src/ui/gui/artwork/scalable/actions/pspp-analyze-descriptive-statistics.svg src/ui/gui/artwork/scalable/actions/pspp-analyze-factor-analysis.svg src/ui/gui/artwork/scalable/actions/pspp-analyze-kmeans-cluster.svg src/ui/gui/artwork/scalable/actions/pspp-analyze-non-parametric-statistics.svg src/ui/gui/artwork/scalable/actions/pspp-analyze-regression.svg src/ui/gui/artwork/scalable/actions/pspp-analyze-reliability.svg src/ui/gui/artwork/scalable/actions/pspp-analyze-roc-curve.svg src/ui/gui/artwork/scalable/actions/pspp-analyze-univariate-analysis.svg src/ui/gui/artwork/scalable/actions/pspp-data-aggregate.svg src/ui/gui/artwork/scalable/actions/pspp-data-select-cases.svg src/ui/gui/artwork/scalable/actions/pspp-data-sort-cases.svg src/ui/gui/artwork/scalable/actions/pspp-data-split-file.svg src/ui/gui/artwork/scalable/actions/pspp-data-transpose.svg src/ui/gui/artwork/scalable/actions/pspp-data-weight-cases.svg src/ui/gui/artwork/scalable/actions/pspp-display-information-external-file.svg src/ui/gui/artwork/scalable/actions/pspp-display-information-working-file.svg src/ui/gui/artwork/scalable/actions/pspp-edit-clear.svg src/ui/gui/artwork/scalable/actions/pspp-edit-copy.svg src/ui/gui/artwork/scalable/actions/pspp-edit-cut.svg src/ui/gui/artwork/scalable/actions/pspp-edit-delete.svg src/ui/gui/artwork/scalable/actions/pspp-edit-find.svg src/ui/gui/artwork/scalable/actions/pspp-edit-go-to-case.svg src/ui/gui/artwork/scalable/actions/pspp-edit-go-to-variable.svg src/ui/gui/artwork/scalable/actions/pspp-edit-insert-case.svg src/ui/gui/artwork/scalable/actions/pspp-edit-insert-variable.svg src/ui/gui/artwork/scalable/actions/pspp-edit-paste.svg src/ui/gui/artwork/scalable/actions/pspp-edit-redo.svg src/ui/gui/artwork/scalable/actions/pspp-edit-select-all.svg src/ui/gui/artwork/scalable/actions/pspp-edit-undo.svg src/ui/gui/artwork/scalable/actions/pspp-file-display-information.svg src/ui/gui/artwork/scalable/actions/pspp-file-export-data.svg src/ui/gui/artwork/scalable/actions/pspp-file-import-data.svg src/ui/gui/artwork/scalable/actions/pspp-file-new-data.svg src/ui/gui/artwork/scalable/actions/pspp-file-open-data.svg src/ui/gui/artwork/scalable/actions/pspp-file-print.svg src/ui/gui/artwork/scalable/actions/pspp-file-quit.svg src/ui/gui/artwork/scalable/actions/pspp-file-recently-used.svg src/ui/gui/artwork/scalable/actions/pspp-file-rename-data-set.svg src/ui/gui/artwork/scalable/actions/pspp-file-save-as.svg src/ui/gui/artwork/scalable/actions/pspp-file-save-data.svg src/ui/gui/artwork/scalable/actions/pspp-file-syntax-data.svg src/ui/gui/artwork/scalable/actions/pspp-file-system-data.svg src/ui/gui/artwork/scalable/actions/pspp-help-about.svg src/ui/gui/artwork/scalable/actions/pspp-help-reference-manual.svg src/ui/gui/artwork/scalable/actions/pspp-run-all.svg src/ui/gui/artwork/scalable/actions/pspp-run-current-line.svg src/ui/gui/artwork/scalable/actions/pspp-run-selection.svg src/ui/gui/artwork/scalable/actions/pspp-run-to-end.svg src/ui/gui/artwork/scalable/actions/pspp-transform-automatic-recode.svg src/ui/gui/artwork/scalable/actions/pspp-transform-compute.svg src/ui/gui/artwork/scalable/actions/pspp-transform-count.svg src/ui/gui/artwork/scalable/actions/pspp-transform-into-different-variables.svg src/ui/gui/artwork/scalable/actions/pspp-transform-into-same-variables.svg src/ui/gui/artwork/scalable/actions/pspp-transform-rank-cases.svg src/ui/gui/artwork/scalable/actions/pspp-transform-run-pending.svg src/ui/gui/artwork/scalable/actions/pspp-utilities-data-file-comments.svg src/ui/gui/artwork/scalable/actions/pspp-utilities-variables.svg src/ui/gui/artwork/scalable/actions/pspp-view-font.svg src/ui/gui/artwork/scalable/actions/pspp-view-value-labels.svg src/ui/gui/artwork/scalable/actions/pspp-windows-minimize-all.svg src/ui/gui/artwork/scalable/actions/pspp-windows-split.svg src/ui/gui/artwork/scalable/apps/pspp.svg src/ui/gui/artwork/scalable/categories/align-center.svg src/ui/gui/artwork/scalable/categories/align-left.svg src/ui/gui/artwork/scalable/categories/align-right.svg src/ui/gui/artwork/scalable/categories/measure-currency-nominal.svg src/ui/gui/artwork/scalable/categories/measure-currency-ordinal.svg src/ui/gui/artwork/scalable/categories/measure-currency-scale.svg src/ui/gui/artwork/scalable/categories/measure-date-nominal.svg src/ui/gui/artwork/scalable/categories/measure-date-ordinal.svg src/ui/gui/artwork/scalable/categories/measure-date-scale.svg src/ui/gui/artwork/scalable/categories/measure-nominal.svg src/ui/gui/artwork/scalable/categories/measure-ordinal.svg src/ui/gui/artwork/scalable/categories/measure-scale.svg src/ui/gui/artwork/scalable/categories/measure-string-nominal.svg src/ui/gui/artwork/scalable/categories/measure-string-ordinal.svg src/ui/gui/artwork/scalable/categories/measure-time-nominal.svg src/ui/gui/artwork/scalable/categories/measure-time-ordinal.svg src/ui/gui/artwork/scalable/categories/measure-time-scale.svg src/ui/gui/artwork/scalable/categories/role-both.svg src/ui/gui/artwork/scalable/categories/role-input.svg src/ui/gui/artwork/scalable/categories/role-none.svg src/ui/gui/artwork/scalable/categories/role-partition.svg src/ui/gui/artwork/scalable/categories/role-split.svg src/ui/gui/artwork/scalable/categories/role-target.svg src/ui/gui/artwork/splash-r.svg src/ui/gui/artwork/splash.svg src/ui/gui/artwork/splash-t.svg; do \
2737  	printf ' \\\n\t '$i  >> src/ui/gui/icons/manifest ;\
2738  done
2739  echo ' ' >> src/ui/gui/icons/manifest
2740  echo >> src/ui/gui/icons/manifest
2741  printf ' </gresource>\n' >> src/ui/gui/resources.xml
2742  printf '</gresources>\n' >> src/ui/gui/resources.xml
2743  automake --add-missing --copy --no-force --include-deps
2744  autoconf || rm configure  # autoconf 2.69 has (what I think is) a bug.  It will create configure even when failure is detected.
2745  configure.ac:30: installing 'build-aux/config.guess'
2746  configure.ac:30: installing 'build-aux/config.sub'
2747  configure.ac:25: installing 'build-aux/install-sh'
2748  configure.ac:25: installing 'build-aux/missing'
2749  Makefile.am: installing 'build-aux/depcomp'
2750  doc/automake.mk:19: installing 'build-aux/mdate-sh'
2751  Makefile.am:89:   'doc/automake.mk' included from here
2752  make[1]: Leaving directory '/home/blp/tmp/pspptmp/branch-1.4/source/pspp'

2754  Configure source
2755  cd pspp && mkdir _build && cd _build && ../configure PKG_CONFIG_PATH=$PWD/../../ssw/inst/lib/pkgconfig
2756  checking for a BSD-compatible install... /usr/bin/install -c
2757  checking whether build environment is sane... yes
2758  checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
2759  checking for gawk... gawk
2760  checking whether make sets $(MAKE)... yes
2761  checking whether make supports nested variables... yes
2762  checking whether UID '1000' is supported by ustar format... yes
2763  checking whether GID '1000' is supported by ustar format... yes
2764  checking how to create a ustar tar archive... gnutar
2765  checking whether make supports the include directive... yes (GNU style)
2766  checking for gcc... gcc
2767  checking whether the C compiler works... yes
2768  checking for C compiler default output file name... a.out
2769  checking for suffix of executables... 
2770  checking whether we are cross compiling... no
2771  checking for suffix of object files... o
2772  checking whether we are using the GNU C compiler... yes
2773  checking whether gcc accepts -g... yes
2774  checking for gcc option to enable C11 features... none needed
2775  checking whether the compiler is clang... no
2776  checking for compiler option needed when checking for declarations... none
2777  checking dependency style of gcc... gcc3
2778  checking how to run the C preprocessor... gcc -E
2779  checking for grep that handles long lines and -e... /usr/bin/grep
2780  checking for egrep... /usr/bin/grep -E
2781  checking for ANSI C header files... yes
2782  checking for sys/types.h... yes
2783  checking for sys/stat.h... yes
2784  checking for stdlib.h... yes
2785  checking for string.h... yes
2786  checking for memory.h... yes
2787  checking for strings.h... yes
2788  checking for inttypes.h... yes
2789  checking for stdint.h... yes
2790  checking for unistd.h... yes
2791  checking minix/config.h usability... no
2792  checking minix/config.h presence... no
2793  checking for minix/config.h... no
2794  checking whether it is safe to define __EXTENSIONS__... yes
2795  checking whether _XOPEN_SOURCE should be defined... no
2796  checking for Minix Amsterdam compiler... no
2797  checking for ar... ar
2798  checking for ranlib... ranlib
2799  checking build system type... x86_64-pc-linux-gnu
2800  checking host system type... x86_64-pc-linux-gnu
2801  checking for _LARGEFILE_SOURCE value needed for large files... no
2802  checking for special C compiler options needed for large files... no
2803  checking for _FILE_OFFSET_BITS value needed for large files... no
2804  checking how to print strings... printf
2805  checking for a sed that does not truncate output... /usr/bin/sed
2806  checking for fgrep... /usr/bin/grep -F
2807  checking for ld used by gcc... /usr/bin/ld
2808  checking if the linker (/usr/bin/ld) is GNU ld... yes
2809  checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
2810  checking the name lister (/usr/bin/nm -B) interface... BSD nm
2811  checking whether ln -s works... yes
2812  checking the maximum length of command line arguments... 1572864
2813  checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
2814  checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
2815  checking for /usr/bin/ld option to reload object files... -r
2816  checking for objdump... objdump
2817  checking how to recognize dependent libraries... pass_all
2818  checking for dlltool... dlltool
2819  checking how to associate runtime and link libraries... printf %s\n
2820  checking for archiver @FILE support... @
2821  checking for strip... strip
2822  checking for ranlib... (cached) ranlib
2823  checking command to parse /usr/bin/nm -B output from gcc object... ok
2824  checking for sysroot... no
2825  checking for a working dd... /usr/bin/dd
2826  checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
2827  checking for mt... mt
2828  checking if mt is a manifest tool... no
2829  checking for dlfcn.h... yes
2830  checking for objdir... .libs
2831  checking if gcc supports -fno-rtti -fno-exceptions... no
2832  checking for gcc option to produce PIC... -fPIC -DPIC
2833  checking if gcc PIC flag -fPIC -DPIC works... yes
2834  checking if gcc static flag -static works... yes
2835  checking if gcc supports -c -o file.o... yes
2836  checking if gcc supports -c -o file.o... (cached) yes
2837  checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
2838  checking whether -lc should be explicitly linked in... no
2839  checking dynamic linker characteristics... GNU/Linux ld.so
2840  checking how to hardcode library paths into programs... immediate
2841  checking for shl_load... no
2842  checking for shl_load in -ldld... no
2843  checking for dlopen... no
2844  checking for dlopen in -ldl... yes
2845  checking whether a program can dlopen itself... yes
2846  checking whether a statically linked program can dlopen itself... no
2847  checking whether stripping libraries is possible... yes
2848  checking if libtool supports shared libraries... yes
2849  checking whether to build shared libraries... yes
2850  checking whether to build static libraries... yes
2851  checking whether termios.h defines TIOCGWINSZ... no
2852  checking whether sys/ioctl.h defines TIOCGWINSZ... yes
2853  checking for pkg-config... /usr/bin/pkg-config
2854  checking pkg-config is at least version 0.9.0... yes
2855  checking whether makeinfo supports @clicksequence... yes
2856  checking whether makeinfo generates broken DocBook XML... no
2857  checking for dot... no
2858  checking for perl... /usr/bin/perl
2859  checking for python... python
2860  checking for ld... /usr/bin/ld -m elf_x86_64
2861  checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
2862  checking for shared library run path origin... done
2863  checking 32-bit host C ABI... no
2864  checking for ELF binary format... yes
2865  checking for the common suffixes of directories in the library search path... lib,lib,lib64
2866  checking whether NLS is requested... yes
2867  checking for CFPreferencesCopyAppValue... no
2868  checking for CFLocaleCopyPreferredLanguages... no
2869  checking for GNU gettext in libc... yes
2870  checking whether to use NLS... yes
2871  checking where the gettext function comes from... libc
2872  checking for msgfmt... msgfmt
2873  checking for special C compiler options needed for large files... (cached) no
2874  checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
2875  checking for library containing sin... -lm
2876  checking for LC_PAPER... yes
2877  checking for cairo >= 1.5 pango >= 1.22 pangocairo... yes
2878  checking for an xmllint program which fits our needs... /bin/xmllint
2879  checking for gthread-2.0... yes
2880  checking for gtk+-3.0 >= 3.22.0... yes
2881  checking for gtksourceview-3.0 >= 3.4.2... yes
2882  checking for glib-2.0 >= 2.44... yes
2883  checking for spread-sheet-widget >= 0.6... yes
2884  checking for glib-genmarshal... glib-genmarshal
2885  checking for glib-compile-resources... glib-compile-resources
2886  checking whether the preprocessor supports include_next... yes
2887  checking whether system header files limit the line length... no
2888  checking for pg_config... /usr/bin/pg_config
2889  checking for PQexec in -lpq... yes
2890  checking whether -lpq links successfully... yes
2891  checking for libxml-2.0... yes
2892  checking for library containing gzopen... -lz
2893  checking zlib.h usability... yes
2894  checking zlib.h presence... yes
2895  checking for zlib.h... yes
2896  checking for library containing cblas_dsdot... -lgslcblas
2897  checking for gsl >= 1.13... yes
2898  checking for inline... inline
2899  checking whether the compiler generally respects inline... yes
2900  checking whether gcc accepts -fgnu89-inline... yes
2901  checking whether GSL needs -fgnu89-inline to link... no
2902  checking for readline... yes
2903  checking how to link with libreadline... -lreadline
2904  checking for library containing rl_echo_signal_char... -lreadline
2905  checking for library containing rl_outstream... none required
2906  checking sys/wait.h usability... yes
2907  checking sys/wait.h presence... yes
2908  checking for sys/wait.h... yes
2909  checking fpu_control.h usability... yes
2910  checking fpu_control.h presence... yes
2911  checking for fpu_control.h... yes
2912  checking ieeefp.h usability... no
2913  checking ieeefp.h presence... no
2914  checking for ieeefp.h... no
2915  checking fenv.h usability... yes
2916  checking fenv.h presence... yes
2917  checking for fenv.h... yes
2918  checking pwd.h usability... yes
2919  checking pwd.h presence... yes
2920  checking for pwd.h... yes
2921  checking whether SIGWINCH is declared... yes
2922  checking for size_t... yes
2923  checking for working alloca.h... yes
2924  checking for alloca... yes
2925  checking for pthread.h... yes
2926  checking for xlocale.h... no
2927  checking for sys/param.h... yes
2928  checking for sys/socket.h... yes
2929  checking for unistd.h... (cached) yes
2930  checking for features.h... yes
2931  checking for sys/stat.h... (cached) yes
2932  checking for getopt.h... yes
2933  checking for sys/cdefs.h... yes
2934  checking for stdio_ext.h... yes
2935  checking for termios.h... yes
2936  checking for sys/time.h... yes
2937  checking for threads.h... yes
2938  checking for limits.h... yes
2939  checking for wchar.h... yes
2940  checking for stdint.h... (cached) yes
2941  checking for inttypes.h... (cached) yes
2942  checking for crtdefs.h... no
2943  checking for wctype.h... yes
2944  checking for langinfo.h... yes
2945  checking for math.h... yes
2946  checking for sys/mman.h... yes
2947  checking for malloc.h... yes
2948  checking for sys/select.h... yes
2949  checking for strings.h... (cached) yes
2950  checking for sys/random.h... yes
2951  checking for sys/uio.h... yes
2952  checking whether <wchar.h> uses 'inline' correctly... yes
2953  checking for btowc... yes
2954  checking for uselocale... yes
2955  checking for snprintf... yes
2956  checking for canonicalize_file_name... yes
2957  checking for getcwd... yes
2958  checking for readlink... yes
2959  checking for realpath... yes
2960  checking for readlinkat... yes
2961  checking for _set_invalid_parameter_handler... no
2962  checking for explicit_bzero... yes
2963  checking for memset_s... no
2964  checking for fcntl... yes
2965  checking for symlink... yes
2966  checking for vasnprintf... no
2967  checking for __fseterr... no
2968  checking for getdelim... yes
2969  checking for getdtablesize... yes
2970  checking for getpass... yes
2971  checking for __fsetlocking... yes
2972  checking for getprogname... no
2973  checking for getexecname... no
2974  checking for getrandom... yes
2975  checking for gettimeofday... yes
2976  checking for iswcntrl... yes
2977  checking for iswblank... yes
2978  checking for lstat... yes
2979  checking for mbsinit... yes
2980  checking for mbrtowc... yes
2981  checking for mprotect... yes
2982  checking for mkstemp... yes
2983  checking for tzset... yes
2984  checking for nl_langinfo... yes
2985  checking for pipe2... yes
2986  checking for isblank... yes
2987  checking for iswctype... yes
2988  checking for setenv... yes
2989  checking for link... yes
2990  checking for secure_getenv... yes
2991  checking for getuid... yes
2992  checking for geteuid... yes
2993  checking for getgid... yes
2994  checking for getegid... yes
2995  checking for sigaction... yes
2996  checking for sigaltstack... yes
2997  checking for siginterrupt... yes
2998  checking for strdup... yes
2999  checking for strndup... yes
3000  checking for localtime_r... yes
3001  checking for timegm... yes
3002  checking for wcrtomb... yes
3003  checking for wcwidth... yes
3004  checking for nl_langinfo and CODESET... yes
3005  checking for a traditional french locale... none
3006  checking for C/C++ restrict keyword... __restrict
3007  checking whether uselocale works... yes
3008  checking for wchar_t... yes
3009  checking for wint_t... yes
3010  checking whether wint_t is too small... no
3011  checking where to find the exponent in a 'double'... word 1 bit 20
3012  checking whether snprintf returns a byte count as in C99... yes
3013  checking for snprintf... (cached) yes
3014  checking for strnlen... yes
3015  checking for wcslen... yes
3016  checking for wcsnlen... yes
3017  checking for mbrtowc... (cached) yes
3018  checking for wcrtomb... (cached) yes
3019  checking whether _snprintf is declared... no
3020  checking whether printf supports 'long double' arguments... yes
3021  checking whether printf supports infinite 'double' arguments... yes
3022  checking whether byte ordering is bigendian... no
3023  checking whether long double and double are the same... no
3024  checking whether printf supports infinite 'long double' arguments... yes
3025  checking whether printf supports the 'a' and 'A' directives... yes
3026  checking whether printf supports the 'F' directive... yes
3027  checking whether printf supports the 'ls' directive... yes
3028  checking whether printf supports the grouping flag... yes
3029  checking whether printf supports the left-adjust flag correctly... yes
3030  checking whether printf supports the zero flag correctly... yes
3031  checking whether printf supports large precisions... yes
3032  checking whether the compiler produces multi-arch binaries... no
3033  checking whether printf survives out-of-memory conditions... yes
3034  checking whether // is distinct from /... no
3035  checking whether realpath works... yes
3036  checking if environ is properly declared... yes
3037  checking for complete errno.h... yes
3038  checking whether strerror_r is declared... yes
3039  checking for strerror_r... yes
3040  checking whether strerror_r returns char *... yes
3041  checking for sig_atomic_t... yes
3042  checking for working fcntl.h... yes
3043  checking for pid_t... yes
3044  checking for mode_t... yes
3045  checking for stdint.h... yes
3046  checking for inttypes.h... yes
3047  checking whether printf supports size specifiers as in C99... yes
3048  checking whether printf supports the 'n' directive... yes
3049  checking whether printf supports POSIX/XSI format strings with positions... yes
3050  checking for intmax_t... yes
3051  checking whether frexp() can be used without linking with libm... yes
3052  checking whether alarm is declared... yes
3053  checking whether stdin defaults to large file offsets... yes
3054  checking whether fseeko is declared... yes
3055  checking for fseeko... yes
3056  checking whether stat file-mode macros are broken... no
3057  checking for nlink_t... yes
3058  checking whether ftello is declared... yes
3059  checking for ftello... yes
3060  checking whether ftello works... yes
3061  checking whether getdelim is declared... yes
3062  checking whether getdtablesize is declared... yes
3063  checking whether getline is declared... yes
3064  checking for getopt.h... (cached) yes
3065  checking for getopt_long_only... yes
3066  checking whether getopt is POSIX compatible... yes
3067  checking for working GNU getopt function... yes
3068  checking for working GNU getopt_long function... yes
3069  checking whether fflush_unlocked is declared... yes
3070  checking whether flockfile is declared... yes
3071  checking whether fputs_unlocked is declared... yes
3072  checking whether funlockfile is declared... yes
3073  checking whether putc_unlocked is declared... yes
3074  checking for struct timeval... yes
3075  checking for wide-enough struct timeval.tv_sec member... yes
3076  checking for pthread.h... (cached) yes
3077  checking for pthread_kill in -lpthread... yes
3078  checking whether POSIX threads API is available... yes
3079  checking whether setlocale (LC_ALL, NULL) is multithread-safe... yes
3080  checking whether setlocale (category, NULL) is multithread-safe... yes
3081  checking for off_t... yes
3082  checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.... yes
3083  checking whether stdint.h conforms to C99... yes
3084  checking whether stdint.h predates C++11... no
3085  checking whether stdint.h has UINTMAX_WIDTH etc.... yes
3086  checking where to find the exponent in a 'float'... word 0 bit 23
3087  checking whether isnan(float) can be used without linking with libm... yes
3088  checking whether isnan(float) works... yes
3089  checking whether isnan(double) can be used without linking with libm... yes
3090  checking whether isnan(long double) can be used without linking with libm... yes
3091  checking whether isnanl works... yes
3092  checking whether iswcntrl works... yes
3093  checking for towlower... yes
3094  checking for wctype_t... yes
3095  checking for wctrans_t... yes
3096  checking for a traditional japanese locale... none
3097  checking for a french Unicode locale... fr_FR.UTF-8
3098  checking for a transitional chinese locale... none
3099  checking for good max_align_t... yes
3100  checking whether NULL can be used in arbitrary expressions... yes
3101  checking whether locale.h defines locale_t... yes
3102  checking whether imported symbols can be declared weak... yes
3103  checking for multithread API to use... posix
3104  checking whether lstat correctly handles trailing slash... yes
3105  checking whether malloc, realloc, calloc are POSIX compliant... yes
3106  checking for stdlib.h... (cached) yes
3107  checking for GNU libc compatible malloc... yes
3108  checking for mbstate_t... yes
3109  checking for mmap... yes
3110  checking for MAP_ANONYMOUS... yes
3111  checking whether memchr works... yes
3112  checking whether memmem is declared... yes
3113  checking for memmem... yes
3114  checking whether memmem works... yes
3115  checking whether memrchr is declared... yes
3116  checking whether <limits.h> defines MIN and MAX... no
3117  checking whether <sys/param.h> defines MIN and MAX... yes
3118  checking whether time_t is signed... yes
3119  checking for working mktime... yes
3120  checking whether struct tm is in sys/time.h or time.h... time.h
3121  checking for struct tm.tm_zone... yes
3122  checking for struct tm.tm_gmtoff... yes
3123  checking for O_CLOEXEC... yes
3124  checking for promoted mode_t type... mode_t
3125  checking whether C symbols are prefixed with underscore at the linker level... no
3126  checking for sigset_t... yes
3127  checking whether we are using the GNU C Library >= 2.1 or uClibc... yes
3128  checking for shared library path variable... LD_LIBRARY_PATH
3129  checking whether to activate relocatable installation... no
3130  checking whether setenv is declared... yes
3131  checking for ssize_t... yes
3132  checking whether <sys/select.h> is self-contained... yes
3133  checking for library containing setsockopt... none needed
3134  checking for uid_t in sys/types.h... yes
3135  checking whether snprintf is declared... yes
3136  checking for stdbool.h that conforms to C99... yes
3137  checking for _Bool... yes
3138  checking for strcasestr... yes
3139  checking whether strcasestr works... yes
3140  checking whether strdup is declared... yes
3141  checking whether strerror(0) succeeds... yes
3142  checking for mmap... (cached) yes
3143  checking for MAP_ANONYMOUS... yes
3144  checking whether strncat works... yes
3145  checking whether strndup is declared... yes
3146  checking whether strnlen is declared... yes
3147  checking whether ldexp() can be used without linking with libm... yes
3148  checking whether strtok_r is declared... yes
3149  checking whether <sys/socket.h> is self-contained... yes
3150  checking for shutdown... yes
3151  checking whether <sys/socket.h> defines the SHUT_* macros... yes
3152  checking for struct sockaddr_storage... yes
3153  checking for sa_family_t... yes
3154  checking for struct sockaddr_storage.ss_family... yes
3155  checking for struct timespec in <time.h>... yes
3156  checking whether clearerr_unlocked is declared... yes
3157  checking whether feof_unlocked is declared... yes
3158  checking whether ferror_unlocked is declared... yes
3159  checking whether fgets_unlocked is declared... yes
3160  checking whether fputc_unlocked is declared... yes
3161  checking whether fread_unlocked is declared... yes
3162  checking whether fwrite_unlocked is declared... yes
3163  checking whether getc_unlocked is declared... yes
3164  checking whether getchar_unlocked is declared... yes
3165  checking whether putchar_unlocked is declared... yes
3166  checking whether unsetenv is declared... yes
3167  checking whether vsnprintf is declared... yes
3168  checking for alloca as a compiler built-in... yes
3169  checking whether to enable assertions... yes
3170  checking whether btowc(0) is correct... yes
3171  checking whether btowc(EOF) is correct... guessing yes
3172  checking for __builtin_expect... yes
3173  checking byteswap.h usability... yes
3174  checking byteswap.h presence... yes
3175  checking for byteswap.h... yes
3176  checking for strtod_l... yes
3177  checking whether // is distinct from /... (cached) no
3178  checking whether dup2 works... yes
3179  checking for error_at_line... yes
3180  checking whether fcntl handles F_DUPFD correctly... yes
3181  checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
3182  checking for flexible array member... yes
3183  checking whether conversion from 'int' to 'long double' works... yes
3184  checking whether fopen recognizes a trailing slash... yes
3185  checking whether fopen supports the mode character 'x'... yes
3186  checking whether fopen supports the mode character 'e'... yes
3187  checking whether frexp works... yes
3188  checking whether frexpl is declared... yes
3189  checking whether frexpl() can be used without linking with libm... yes
3190  checking whether frexpl works... yes
3191  checking for fseeko... (cached) yes
3192  checking for ftello... (cached) yes
3193  checking whether ftello works... (cached) yes
3194  checking for working getdelim function... yes
3195  checking whether getdtablesize works... yes
3196  checking for getline... yes
3197  checking for working getline function... yes
3198  checking whether program_invocation_name is declared... yes
3199  checking whether program_invocation_short_name is declared... yes
3200  checking whether __argv is declared... no
3201  checking whether getrandom is compatible with its GNU+BSD signature... yes
3202  checking for gettimeofday with POSIX signature... yes
3203  checking whether the compiler generally respects inline... (cached) yes
3204  checking whether isfinite is declared... yes
3205  checking whether isfinite(long double) works... yes
3206  checking whether isinf is declared... yes
3207  checking whether isinf(long double) works... yes
3208  checking whether isnan macro works... yes
3209  checking whether isnan(double) can be used without linking with libm... (cached) yes
3210  checking whether isnan(double) can be used without linking with libm... (cached) yes
3211  checking whether isnan(float) can be used without linking with libm... (cached) yes
3212  checking whether isnan(float) works... (cached) yes
3213  checking whether isnan(float) can be used without linking with libm... (cached) yes
3214  checking whether isnan(float) works... (cached) yes
3215  checking whether isnan(long double) can be used without linking with libm... (cached) yes
3216  checking whether isnanl works... (cached) yes
3217  checking whether isnan(long double) can be used without linking with libm... (cached) yes
3218  checking whether isnanl works... (cached) yes
3219  checking whether iswblank is declared... yes
3220  checking whether iswdigit is ISO C compliant... yes
3221  checking whether iswxdigit is ISO C compliant... yes
3222  checking whether langinfo.h defines CODESET... yes
3223  checking whether langinfo.h defines T_FMT_AMPM... yes
3224  checking whether langinfo.h defines ALTMON_1... yes
3225  checking whether langinfo.h defines ERA... yes
3226  checking whether langinfo.h defines YESEXPR... yes
3227  checking whether the compiler supports the __inline keyword... yes
3228  checking whether locale.h conforms to POSIX:2001... yes
3229  checking whether struct lconv is properly defined... yes
3230  checking for pthread_rwlock_t... yes
3231  checking whether pthread_rwlock_rdlock prefers a writer to a reader... no
3232  checking whether lseek detects pipes... yes
3233  checking whether NAN macro works... yes
3234  checking whether HUGE_VAL works... yes
3235  checking whether mbrtowc handles incomplete characters... yes
3236  checking whether mbrtowc works as well as mbtowc... guessing yes
3237  checking whether mbrtowc handles a NULL pwc argument... yes
3238  checking whether mbrtowc handles a NULL string argument... yes
3239  checking whether mbrtowc has a correct return value... yes
3240  checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
3241  checking whether mbrtowc stores incomplete characters... no
3242  checking whether mbrtowc works on empty input... yes
3243  checking whether the C locale is free of encoding errors... no
3244  checking whether mbrtowc handles incomplete characters... (cached) yes
3245  checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
3246  checking for mbtowc... yes
3247  checking whether memmem works in linear time... yes
3248  checking for memmem... (cached) yes
3249  checking whether memmem works... (cached) yes
3250  checking for mempcpy... yes
3251  checking for memrchr... yes
3252  checking whether mkdir handles trailing slash... yes
3253  checking whether mkdir handles trailing dot... yes
3254  checking for mkdtemp... yes
3255  checking for working mkstemp... yes
3256  checking for __mktime_internal... no
3257  checking whether YESEXPR works... yes
3258  checking whether open recognizes a trailing slash... yes
3259  checking whether frexp works... (cached) yes
3260  checking whether ldexp can be used without linking with libm... (cached) yes
3261  checking whether frexpl() can be used without linking with libm... (cached) yes
3262  checking whether frexpl works... (cached) yes
3263  checking whether frexpl is declared... (cached) yes
3264  checking whether ldexpl() can be used without linking with libm... yes
3265  checking whether ldexpl works... yes
3266  checking whether ldexpl is declared... yes
3267  checking whether program_invocation_name is declared... (cached) yes
3268  checking whether program_invocation_short_name is declared... (cached) yes
3269  checking for raise... yes
3270  checking for sigprocmask... yes
3271  checking for rawmemchr... yes
3272  checking whether readlink signature is correct... yes
3273  checking whether readlink handles trailing slash correctly... yes
3274  checking for working re_compile_pattern... no
3275  checking libintl.h usability... yes
3276  checking libintl.h presence... yes
3277  checking for libintl.h... yes
3278  checking whether isblank is declared... yes
3279  checking search.h usability... yes
3280  checking search.h presence... yes
3281  checking for search.h... yes
3282  checking for tsearch... yes
3283  checking whether rename honors trailing slash on destination... yes
3284  checking whether rename honors trailing slash on source... yes
3285  checking whether rename manages hard links correctly... yes
3286  checking whether rename manages existing destinations correctly... yes
3287  checking whether rmdir works... yes
3288  checking whether round is declared... yes
3289  checking whether round works... yes
3290  checking whether select supports a 0 argument... yes
3291  checking whether select detects invalid fds... yes
3292  checking whether setenv validates arguments... yes
3293  checking whether setlocale (LC_ALL, NULL) is multithread-safe... (cached) yes
3294  checking whether setlocale (category, NULL) is multithread-safe... (cached) yes
3295  checking for struct sigaction.sa_sigaction... yes
3296  checking for volatile sig_atomic_t... yes
3297  checking for sighandler_t... yes
3298  checking for signbit macro... yes
3299  checking for signbit compiler built-ins... yes
3300  checking for sigprocmask... (cached) yes
3301  checking for stdint.h... (cached) yes
3302  checking for SIZE_MAX... yes
3303  checking for snprintf... (cached) yes
3304  checking whether snprintf respects a size of 1... yes
3305  checking whether printf supports POSIX/XSI format strings with positions... (cached) yes
3306  checking for snprintf... (cached) yes
3307  checking whether snprintf truncates the result as in C99... yes
3308  checking whether snprintf fully supports the 'n' directive... yes
3309  checking whether snprintf respects a size of 1... (cached) yes
3310  checking whether vsnprintf respects a zero size as in C99... yes
3311  checking for socklen_t... yes
3312  checking for ssize_t... (cached) yes
3313  checking whether stat handles trailing slashes on files... yes
3314  checking for struct stat.st_atim.tv_nsec... yes
3315  checking whether struct stat.st_atim is of type struct timespec... yes
3316  checking for struct stat.st_birthtimespec.tv_nsec... no
3317  checking for struct stat.st_birthtimensec... no
3318  checking for struct stat.st_birthtim.tv_nsec... no
3319  checking for working stdalign.h... yes
3320  checking for va_copy... yes
3321  checking for good max_align_t... (cached) yes
3322  checking whether NULL can be used in arbitrary expressions... (cached) yes
3323  checking which flavor of printf attribute matches inttypes macros... system
3324  checking for stpcpy... yes
3325  checking for strcasecmp... yes
3326  checking for strncasecmp... yes
3327  checking whether strncasecmp is declared... yes
3328  checking whether strcasestr works in linear time... yes
3329  checking for strcasestr... (cached) yes
3330  checking whether strcasestr works... (cached) yes
3331  checking for working strerror function... yes
3332  checking for working strndup... yes
3333  checking for working strnlen... yes
3334  checking for strsep... yes
3335  checking whether strtod obeys C99... yes
3336  checking for strtok_r... yes
3337  checking whether strtok_r works... yes
3338  checking for nlink_t... (cached) yes
3339  checking sys/single_threaded.h usability... no
3340  checking sys/single_threaded.h presence... no
3341  checking for sys/single_threaded.h... no
3342  checking whether localtime_r is declared... yes
3343  checking whether localtime_r is compatible with its POSIX signature... yes
3344  checking whether localtime loops forever near extrema... no
3345  checking for timezone_t... no
3346  checking whether trunc is declared... yes
3347  checking for unsetenv... yes
3348  checking for unsetenv() return type... int
3349  checking whether unsetenv obeys POSIX... yes
3350  checking for ptrdiff_t... yes
3351  checking for vasprintf... yes
3352  checking for vasprintf... (cached) yes
3353  checking for vsnprintf... yes
3354  checking whether snprintf respects a size of 1... (cached) yes
3355  checking whether printf supports POSIX/XSI format strings with positions... (cached) yes
3356  checking for vsnprintf... (cached) yes
3357  checking whether snprintf truncates the result as in C99... (cached) yes
3358  checking whether snprintf fully supports the 'n' directive... (cached) yes
3359  checking whether snprintf respects a size of 1... (cached) yes
3360  checking whether vsnprintf respects a zero size as in C99... (cached) yes
3361  checking whether mbrtowc handles incomplete characters... (cached) yes
3362  checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
3363  checking whether wcrtomb works in the C locale... yes
3364  checking whether wcrtomb return value is correct... yes
3365  checking whether iswcntrl works... (cached) yes
3366  checking for towlower... (cached) yes
3367  checking for wctype_t... (cached) yes
3368  checking for wctrans_t... (cached) yes
3369  checking whether wcwidth is declared... yes
3370  checking whether wcwidth works reasonably in UTF-8 locales... yes
3371  checking for stdint.h... (cached) yes
3372  checking for inline... (cached) inline
3373  checking whether byte ordering is bigendian... (cached) no
3374  checking for __setfpucw... no
3375  checking for fork... yes
3376  checking for execl... yes
3377  checking for isinf... yes
3378  checking for isnan... yes
3379  checking for finite... yes
3380  checking for getpid... yes
3381  checking for feholdexcept... yes
3382  checking for fpsetmask... no
3383  checking for popen... yes
3384  checking for round... yes
3385  checking whether ln -s works... yes
3386  checking for iconv... yes
3387  checking for working iconv... yes
3388  checking for iconv declaration... 
3389           extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
3390  checking whether make supports nested variables... (cached) yes
3391  checking that generated files are newer than configure... done
3392  configure: creating ./config.status
3393  config.status: creating Makefile
3394  config.status: creating gl/Makefile
3395  config.status: creating po/Makefile
3396  config.status: creating tests/atlocal
3397  config.status: creating perl-module/lib/PSPP.pm
3398  config.status: creating config.h
3399  config.status: executing tests/atconfig commands
3400  config.status: executing depfiles commands
3401  config.status: executing libtool commands
3402  config.status: executing doc/dummy commands
3403  PSPP configured successfully.

3405  Make source tarball
3406  cd pspp/_build && make dist
3407  make  dist-gzip am__post_remove_distdir='@:'
3408  make[1]: Entering directory '/home/blp/tmp/pspptmp/branch-1.4/source/pspp/_build'
3409  python ../src/output/spv/binary-parser-generator ../src/output/spv/light-binary.grammar code spvlb '"output/spv/light-binary-parser.h"' > src/output/spv/light-binary-parser.c.tmp
3410  mv src/output/spv/light-binary-parser.c.tmp src/output/spv/light-binary-parser.c
3411  python ../src/output/spv/binary-parser-generator ../src/output/spv/light-binary.grammar header spvlb > src/output/spv/light-binary-parser.h.tmp && mv src/output/spv/light-binary-parser.h.tmp src/output/spv/light-binary-parser.h
3412  python ../src/output/spv/binary-parser-generator ../src/output/spv/old-binary.grammar code spvob '"output/spv/old-binary-parser.h"' > src/output/spv/old-binary-parser.c.tmp
3413  mv src/output/spv/old-binary-parser.c.tmp src/output/spv/old-binary-parser.c
3414  python ../src/output/spv/binary-parser-generator ../src/output/spv/old-binary.grammar header spvob > src/output/spv/old-binary-parser.h.tmp && mv src/output/spv/old-binary-parser.h.tmp src/output/spv/old-binary-parser.h
3415  python ../src/output/spv/xml-parser-generator ../src/output/spv/detail-xml.grammar code spvdx '"output/spv/detail-xml-parser.h"' > src/output/spv/detail-xml-parser.c.tmp
3416  mv src/output/spv/detail-xml-parser.c.tmp src/output/spv/detail-xml-parser.c
3417  python ../src/output/spv/xml-parser-generator ../src/output/spv/detail-xml.grammar header spvdx > src/output/spv/detail-xml-parser.h.tmp && mv src/output/spv/detail-xml-parser.h.tmp src/output/spv/detail-xml-parser.h
3418  python ../src/output/spv/xml-parser-generator ../src/output/spv/structure-xml.grammar code spvsx '"output/spv/structure-xml-parser.h"' > src/output/spv/structure-xml-parser.c.tmp
3419  mv src/output/spv/structure-xml-parser.c.tmp src/output/spv/structure-xml-parser.c
3420  python ../src/output/spv/xml-parser-generator ../src/output/spv/structure-xml.grammar header spvsx > src/output/spv/structure-xml-parser.h.tmp && mv src/output/spv/structure-xml-parser.h.tmp src/output/spv/structure-xml-parser.h
3421  /usr/bin/mkdir -p `dirname src/language/expressions/evaluate.h` && \
3422  /usr/bin/perl ../src/language/expressions/generate.pl -o src/language/expressions/evaluate.h -i ../src/language/expressions/operations.def
3423  /usr/bin/mkdir -p `dirname src/language/expressions/evaluate.inc` && \
3424  /usr/bin/perl ../src/language/expressions/generate.pl -o src/language/expressions/evaluate.inc -i ../src/language/expressions/operations.def
3425  /usr/bin/mkdir -p `dirname src/language/expressions/operations.h` && \
3426  /usr/bin/perl ../src/language/expressions/generate.pl -o src/language/expressions/operations.h -i ../src/language/expressions/operations.def
3427  /usr/bin/mkdir -p `dirname src/language/expressions/optimize.inc` && \
3428  /usr/bin/perl ../src/language/expressions/generate.pl -o src/language/expressions/optimize.inc -i ../src/language/expressions/operations.def
3429  /usr/bin/mkdir -p `dirname src/language/expressions/parse.inc` && \
3430  /usr/bin/perl ../src/language/expressions/generate.pl -o src/language/expressions/parse.inc -i ../src/language/expressions/operations.def
3431  echo '#include <config.h>' > src/ui/gui/psppire-marshal.c
3432  glib-genmarshal --body --prefix=psppire_marshal ../src/ui/gui/marshaller-list >> src/ui/gui/psppire-marshal.c
3433  INFO: Reading ../src/ui/gui/marshaller-list...
3434  glib-genmarshal --header --prefix=psppire_marshal ../src/ui/gui/marshaller-list > src/ui/gui/psppire-marshal.h
3435  INFO: Reading ../src/ui/gui/marshaller-list...
3436  glib-compile-resources --sourcedir=../src/ui/gui --generate-source ../src/ui/gui/resources.xml --target=src/ui/gui/resources.c,out
3437  echo '#include <config.h>' > src/ui/gui/resources.c,tmp
3438  cat src/ui/gui/resources.c,out >> src/ui/gui/resources.c,tmp
3439  rm -f src/ui/gui/resources.c,out
3440  mv src/ui/gui/resources.c,tmp src/ui/gui/resources.c
3441  rm -f src/ui/gui/include/gtk/gtk.h-t src/ui/gui/include/gtk/gtk.h && \
3442  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3443    /usr/bin/sed -e 's|%''INCLUDE_NEXT''%|include_next|g' \
3444        -e 's|%''PRAGMA_SYSTEM_HEADER''%||g' \
3445        -e 's|%''PRAGMA_COLUMNS''%||g' \
3446        -e 's|%''NEXT_GTK_GTK_H''%|<gtk/gtk.h>|g' \
3447        < ../src/ui/gui/include/gtk/gtk.in.h; \
3448  } > src/ui/gui/include/gtk/gtk.h-t && \
3449  mv src/ui/gui/include/gtk/gtk.h-t src/ui/gui/include/gtk/gtk.h
3450  make  distdir-am
3451  make[2]: Entering directory '/home/blp/tmp/pspptmp/branch-1.4/source/pspp/_build'
3452  make[3]: Entering directory '/home/blp/tmp/pspptmp/branch-1.4/source/pspp/_build'
3453  make[3]: Leaving directory '/home/blp/tmp/pspptmp/branch-1.4/source/pspp/_build'
3454  Updating ../doc/version.texi
3455  Updating ../doc/version-dev.texi
3456  xgettext --copyright-holder="Free Software Foundation, Inc." --package-name=pspp --package-version=1.4.1-g79ad47 --msgid-bugs-address=pspp-dev@gnu.org --from-code=UTF-8 --add-comments='TRANSLATORS:' --directory=.. lib/linreg/sweep.c  lib/linreg/sweep.h lib/tukey/ptukey.c lib/tukey/qtukey.c lib/tukey/tukey.h src/ui/gui/helper.c src/ui/gui/dialog-common.c src/ui/gui/psppire-var-ptr.c src/data/format.c src/ui/gui/psppire-format.c src/data/value-labels.c src/ui/gui/psppire-conf.c src/ui/gui/psppire-acr.c src/ui/gui/psppire-buttonbox.c src/ui/gui/psppire-dialog.c src/ui/gui/psppire-keypad.c src/ui/gui/psppire-dictview.c src/ui/gui/psppire-selector.c src/ui/gui/psppire-select-dest.c src/ui/gui/psppire-var-view.c src/ui/gui/psppire-checkbox-treeview.c src/ui/gui/psppire-val-chooser.c src/ui/gui/psppire-value-entry.c src/ui/gui/psppire-window-base.c src/data/any-reader.c src/data/any-reader.h src/data/any-writer.c src/data/any-writer.h src/data/attributes.c src/data/attributes.h src/data/calendar.c src/data/calendar.h src/data/case-map.c src/data/case-map.h src/data/case-matcher.c src/data/case-matcher.h src/data/caseproto.c src/data/caseproto.h src/data/case.c src/data/casegrouper.c src/data/casegrouper.h src/data/caseinit.c src/data/caseinit.h src/data/casereader-filter.c src/data/casereader-project.c src/data/casereader-provider.h src/data/casereader-select.c src/data/casereader-shim.c src/data/casereader-shim.h src/data/casereader-translator.c src/data/casereader.c src/data/casereader.h src/data/casewindow.c src/data/casewindow.h src/data/casewriter-provider.h src/data/casewriter-translator.c src/data/casewriter.c src/data/casewriter.h src/data/case.h src/data/case-tmpfile.c src/data/case-tmpfile.h src/data/csv-file-writer.c src/data/csv-file-writer.h src/data/data-in.c src/data/data-in.h src/data/data-out.c src/data/data-out.h src/data/dataset.c src/data/dataset.h src/data/dataset-writer.c src/data/dataset-writer.h src/data/datasheet.c src/data/datasheet.h src/data/dict-class.c src/data/dict-class.h src/data/dictionary.c src/data/dictionary.h src/data/encrypted-file.c src/data/encrypted-file.h src/data/file-handle-def.c src/data/file-handle-def.h src/data/file-name.c src/data/file-name.h src/data/format-guesser.c src/data/format-guesser.h src/data/format.c src/data/format.h src/data/format.def src/data/gnumeric-reader.c src/data/gnumeric-reader.h src/data/identifier.c src/data/identifier2.c src/data/identifier.h src/data/lazy-casereader.c src/data/lazy-casereader.h src/data/mdd-writer.c src/data/mdd-writer.h src/data/missing-values.c src/data/missing-values.h src/data/make-file.c src/data/make-file.h src/data/mrset.c src/data/mrset.h src/data/ods-reader.c src/data/ods-reader.h src/data/pc+-file-reader.c src/data/por-file-reader.c src/data/por-file-writer.c src/data/por-file-writer.h src/data/psql-reader.c src/data/psql-reader.h src/data/session.c src/data/session.h src/data/settings.c src/data/settings.h src/data/short-names.c src/data/short-names.h src/data/spreadsheet-reader.c src/data/spreadsheet-reader.h src/data/subcase.c src/data/subcase.h src/data/sys-file-encoding.c src/data/sys-file-private.c src/data/sys-file-private.h src/data/sys-file-reader.c src/data/sys-file-writer.c src/data/sys-file-writer.h src/data/transformations.c src/data/transformations.h src/data/val-type.h src/data/value.c src/data/value.h src/data/value-labels.c src/data/value-labels.h src/data/vardict.h src/data/variable.h src/data/variable.c src/data/vector.c src/data/vector.h src/language/command.c src/language/command.h src/language/command.def src/language/lexer/command-name.c src/language/lexer/command-name.h src/language/lexer/include-path.c src/language/lexer/include-path.h src/language/lexer/lexer.c src/language/lexer/lexer.h src/language/lexer/subcommand-list.c src/language/lexer/subcommand-list.h src/language/lexer/format-parser.c src/language/lexer/format-parser.h src/language/lexer/scan.c src/language/lexer/scan.h src/language/lexer/segment.c src/language/lexer/segment.h src/language/lexer/token.c src/language/lexer/token.h src/language/lexer/value-parser.c src/language/lexer/value-parser.h src/language/lexer/variable-parser.c src/language/lexer/variable-parser.h src/language/xforms/compute.c src/language/xforms/count.c src/language/xforms/fail.c src/language/xforms/sample.c src/language/xforms/recode.c src/language/xforms/select-if.c src/language/control/control-stack.c src/language/control/control-stack.h src/language/control/do-if.c src/language/control/loop.c src/language/control/repeat.c src/language/control/temporary.c src/language/dictionary/attributes.c src/language/dictionary/apply-dictionary.c src/language/dictionary/delete-variables.c src/language/dictionary/formats.c src/language/dictionary/missing-values.c src/language/dictionary/modify-variables.c src/language/dictionary/mrsets.c src/language/dictionary/numeric.c src/language/dictionary/rename-variables.c src/language/dictionary/sort-variables.c src/language/dictionary/split-file.c src/language/dictionary/split-file.h src/language/dictionary/sys-file-info.c src/language/dictionary/value-labels.c src/language/dictionary/variable-label.c src/language/dictionary/vector.c src/language/dictionary/variable-display.c src/language/dictionary/weight.c src/language/tests/format-guesser-test.c src/language/tests/float-format.c src/language/tests/moments-test.c src/language/tests/paper-size.c src/language/tests/pool-test.c src/language/utilities/cache.c src/language/utilities/cd.c src/language/utilities/date.c src/language/utilities/echo.c src/language/utilities/host.c src/language/utilities/title.c src/language/utilities/include.c src/language/utilities/output.c src/language/utilities/permissions.c src/language/stats/aggregate.c src/language/stats/aggregate.h src/language/stats/autorecode.c src/language/stats/binomial.c src/language/stats/binomial.h src/language/stats/chart-category.h src/language/stats/chisquare.c src/language/stats/chisquare.h src/language/stats/cochran.c src/language/stats/cochran.h src/language/stats/correlations.c src/language/stats/descriptives.c src/language/stats/examine.c src/language/stats/factor.c src/language/stats/flip.c src/language/stats/freq.c src/language/stats/freq.h src/language/stats/frequencies.c src/language/stats/friedman.c src/language/stats/friedman.h src/language/stats/glm.c src/language/stats/graph.c src/language/stats/kruskal-wallis.c src/language/stats/kruskal-wallis.h src/language/stats/ks-one-sample.c src/language/stats/ks-one-sample.h src/language/stats/logistic.c src/language/stats/jonckheere-terpstra.c src/language/stats/jonckheere-terpstra.h src/language/stats/mann-whitney.c src/language/stats/mann-whitney.h src/language/stats/means.c src/language/stats/means.h src/language/stats/means-calc.c src/language/stats/means-parser.c src/language/stats/mcnemar.c src/language/stats/mcnemar.h src/language/stats/median.c src/language/stats/median.h src/language/stats/npar.c src/language/stats/npar.h src/language/stats/npar-summary.c src/language/stats/npar-summary.h src/language/stats/oneway.c src/language/stats/quick-cluster.c src/language/stats/rank.c src/language/stats/reliability.c src/language/stats/roc.c src/language/stats/roc.h src/language/stats/regression.c src/language/stats/runs.h src/language/stats/runs.c src/language/stats/sign.c src/language/stats/sign.h src/language/stats/sort-cases.c src/language/stats/sort-criteria.c src/language/stats/sort-criteria.h src/language/stats/t-test.h src/language/stats/t-test-indep.c src/language/stats/t-test-one-sample.c src/language/stats/t-test-paired.c src/language/stats/t-test-parser.c src/language/stats/wilcoxon.c src/language/stats/wilcoxon.h src/language/data-io/combine-files.c src/language/data-io/data-list.c src/language/data-io/data-parser.c src/language/data-io/data-parser.h src/language/data-io/data-reader.c src/language/data-io/data-reader.h src/language/data-io/data-writer.c src/language/data-io/data-writer.h src/language/data-io/dataset.c src/language/data-io/file-handle.c src/language/data-io/file-handle.h src/language/data-io/get-data.c src/language/data-io/get.c src/language/data-io/inpt-pgm.c src/language/data-io/inpt-pgm.h src/language/data-io/list.c src/language/data-io/placement-parser.c src/language/data-io/placement-parser.h src/language/data-io/print-space.c src/language/data-io/print.c src/language/data-io/matrix-data.c src/language/data-io/matrix-reader.c src/language/data-io/matrix-reader.h src/language/data-io/save-translate.c src/language/data-io/save.c src/language/data-io/trim.c src/language/data-io/trim.h src/language/expressions/evaluate.c src/language/expressions/helpers.c src/language/expressions/helpers.h src/language/expressions/optimize.c src/language/expressions/parse.c src/language/expressions/private.h src/language/expressions/public.h   src/libpspp/abt.c src/libpspp/abt.h src/libpspp/argv-parser.c src/libpspp/argv-parser.h src/libpspp/array.c src/libpspp/array.h src/libpspp/assertion.h src/libpspp/bit-vector.c src/libpspp/bit-vector.h src/libpspp/bt.c src/libpspp/bt.h src/libpspp/cast.h src/libpspp/cmac-aes256.c src/libpspp/cmac-aes256.h src/libpspp/compiler.h src/libpspp/copyleft.c src/libpspp/copyleft.h src/libpspp/deque.c src/libpspp/deque.h src/libpspp/encoding-guesser.c src/libpspp/encoding-guesser.h src/libpspp/ext-array.c src/libpspp/ext-array.h src/libpspp/float-format.c src/libpspp/float-format.h src/libpspp/freaderror.c src/libpspp/freaderror.h src/libpspp/hash-functions.c src/libpspp/hash-functions.h src/libpspp/heap.c src/libpspp/heap.h src/libpspp/hmap.c src/libpspp/hmap.h src/libpspp/hmapx.c src/libpspp/hmapx.h src/libpspp/i18n.c src/libpspp/i18n.h src/libpspp/integer-format.c src/libpspp/integer-format.h src/libpspp/intern.c src/libpspp/intern.h src/libpspp/line-reader.c src/libpspp/line-reader.h src/libpspp/ll.c src/libpspp/ll.h src/libpspp/llx.c src/libpspp/llx.h src/libpspp/message.c src/libpspp/message.h src/libpspp/misc.c src/libpspp/misc.h src/libpspp/model-checker.c src/libpspp/model-checker.h src/libpspp/pool.c src/libpspp/pool.h src/libpspp/prompt.c src/libpspp/prompt.h src/libpspp/range-map.c src/libpspp/range-map.h src/libpspp/range-set.c src/libpspp/range-set.h src/libpspp/range-tower.c src/libpspp/range-tower.h src/libpspp/sparse-array.c src/libpspp/sparse-array.h src/libpspp/sparse-xarray.c src/libpspp/sparse-xarray.h src/libpspp/start-date.c src/libpspp/start-date.h src/libpspp/string-array.c src/libpspp/string-array.h src/libpspp/string-map.c src/libpspp/string-map.h src/libpspp/string-set.c src/libpspp/string-set.h src/libpspp/stringi-map.c src/libpspp/stringi-map.h src/libpspp/stringi-set.c src/libpspp/stringi-set.h src/libpspp/str.c src/libpspp/str.h src/libpspp/taint.c src/libpspp/taint.h src/libpspp/temp-file.c src/libpspp/temp-file.h src/libpspp/tower.c src/libpspp/tower.h src/libpspp/u8-istream.c src/libpspp/u8-istream.h src/libpspp/u8-line.c src/libpspp/u8-line.h src/libpspp/version.h src/libpspp/zip-private.h src/libpspp/zip-reader.c src/libpspp/zip-reader.h src/libpspp/zip-writer.c src/libpspp/zip-writer.h src/math/chart-geometry.c src/math/chart-geometry.h src/math/box-whisker.c src/math/box-whisker.h src/math/categoricals.h src/math/categoricals.c src/math/covariance.c src/math/covariance.h src/math/correlation.c src/math/correlation.h src/math/extrema.c src/math/extrema.h src/math/histogram.c src/math/histogram.h src/math/interaction.c src/math/interaction.h src/math/levene.c src/math/levene.h src/math/linreg.c src/math/linreg.h src/math/merge.c  src/math/merge.h src/math/moments.c  src/math/moments.h src/math/np.c src/math/np.h src/math/order-stats.c src/math/order-stats.h src/math/percentiles.c src/math/percentiles.h src/math/random.c src/math/random.h src/math/statistic.h src/math/sort.c src/math/sort.h src/math/shapiro-wilk.c	src/math/shapiro-wilk.h src/math/trimmed-mean.c src/math/trimmed-mean.h src/math/tukey-hinges.c src/math/tukey-hinges.h src/math/wilcoxon-sig.c src/math/wilcoxon-sig.h src/output/ascii.c src/output/ascii.h src/output/chart-item-provider.h src/output/chart-item.c src/output/chart-item.h src/output/charts/boxplot.c src/output/charts/boxplot.h src/output/charts/np-plot.c src/output/charts/np-plot.h src/output/charts/barchart.c src/output/charts/barchart.h src/output/charts/piechart.c src/output/charts/piechart.h src/output/charts/plot-hist.c src/output/charts/plot-hist.h src/output/charts/roc-chart.c src/output/charts/roc-chart.h src/output/charts/spreadlevel-plot.c src/output/charts/spreadlevel-plot.h src/output/charts/scree.c src/output/charts/scree.h src/output/charts/scatterplot.c src/output/charts/scatterplot.h src/output/csv.c src/output/driver-provider.h src/output/driver.c src/output/driver.h src/output/group-item.c src/output/group-item.h src/output/html.c src/output/journal.c src/output/journal.h src/output/measure.c src/output/measure.h src/output/message-item.c src/output/message-item.h src/output/msglog.c src/output/msglog.h src/output/odt.c src/output/options.c src/output/options.h src/output/output-item-provider.h src/output/output-item.c src/output/output-item.h src/output/page-setup-item.c src/output/page-setup-item.h src/output/pivot-output.c src/output/pivot-table.c src/output/pivot-table.h src/output/render.c src/output/render.h src/output/spv-driver.c src/output/table-item.c src/output/table-item.h src/output/table-provider.h src/output/table.c src/output/table.h src/output/text-item.c src/output/text-item.h src/output/cairo-chart.c src/output/cairo-chart.h src/output/cairo.c src/output/cairo.h src/output/charts/boxplot-cairo.c src/output/charts/np-plot-cairo.c src/output/charts/barchart-cairo.c src/output/charts/piechart-cairo.c src/output/charts/plot-hist-cairo.c src/output/charts/roc-chart-cairo.c src/output/charts/scree-cairo.c src/output/charts/spreadlevel-cairo.c src/output/charts/scatterplot-cairo.c src/output/spv/spv-css-parser.c src/output/spv/spv-css-parser.h src/output/spv/spv-dump.c src/output/spv/spv-legacy-data.c src/output/spv/spv-legacy-data.h src/output/spv/spv-legacy-decoder.c src/output/spv/spv-legacy-decoder.h src/output/spv/spv-light-decoder.c src/output/spv/spv-light-decoder.h src/output/spv/spv-output.c src/output/spv/spv-output.h src/output/spv/spv-select.c src/output/spv/spv-select.h src/output/spv/spv-writer.c src/output/spv/spv-writer.h src/output/spv/spv.c src/output/spv/spv.h src/output/spv/spvbin-helpers.c src/output/spv/spvbin-helpers.h src/output/spv/spvxml-helpers.c src/output/spv/spvxml-helpers.h src/ui/source-init-opts.c src/ui/source-init-opts.h src/ui/syntax-gen.c src/ui/syntax-gen.h src/ui/terminal/main.c src/ui/terminal/terminal-opts.c src/ui/terminal/terminal-opts.h src/ui/terminal/terminal-reader.c src/ui/terminal/terminal-reader.h src/ui/gui/psppire-dialog.c src/ui/gui/psppire-keypad.c src/ui/gui/psppire-selector.c src/ui/gui/psppire-buttonbox.c src/ui/gui/psppire-buttonbox.h src/ui/gui/psppire-scanf.c src/ui/gui/psppire-scanf.h src/ui/gui/psppire-acr.c src/ui/gui/psppire-import-assistant.c src/ui/gui/psppire-import-assistant.h src/ui/gui/builder-wrapper.c src/ui/gui/builder-wrapper.h src/ui/gui/dialog-common.c src/ui/gui/dialog-common.h src/ui/gui/dict-display.h src/ui/gui/dict-display.c src/ui/gui/entry-dialog.c src/ui/gui/entry-dialog.h src/ui/gui/executor.c src/ui/gui/executor.h src/ui/gui/find-dialog.c src/ui/gui/find-dialog.h src/ui/gui/goto-case-dialog.c src/ui/gui/goto-case-dialog.h src/ui/gui/helper.c src/ui/gui/help-menu.c src/ui/gui/help-menu.h src/ui/gui/helper.h src/ui/gui/main.c src/ui/gui/missing-val-dialog.c src/ui/gui/missing-val-dialog.h src/ui/gui/options-dialog.c src/ui/gui/options-dialog.h src/ui/gui/psppire.c src/ui/gui/psppire.h src/ui/gui/psppire-acr.h src/ui/gui/psppire-checkbox-treeview.c src/ui/gui/psppire-checkbox-treeview.h src/ui/gui/psppire-conf.c src/ui/gui/psppire-conf.h src/ui/gui/psppire-data-editor.c src/ui/gui/psppire-data-editor.h src/ui/gui/psppire-data-store.c src/ui/gui/psppire-data-store.h src/ui/gui/psppire-data-window.c src/ui/gui/psppire-data-window.h src/ui/gui/psppire-dialog.h src/ui/gui/psppire-dialog-action.c src/ui/gui/psppire-dialog-action.h src/ui/gui/psppire-dialog-action-aggregate.c src/ui/gui/psppire-dialog-action-aggregate.h src/ui/gui/psppire-dialog-action-autorecode.c src/ui/gui/psppire-dialog-action-autorecode.h src/ui/gui/psppire-dialog-action-1sks.c src/ui/gui/psppire-dialog-action-1sks.h src/ui/gui/psppire-dialog-action-barchart.c src/ui/gui/psppire-dialog-action-barchart.h src/ui/gui/psppire-dialog-action-binomial.c src/ui/gui/psppire-dialog-action-binomial.h src/ui/gui/psppire-dialog-action-chisquare.c src/ui/gui/psppire-dialog-action-chisquare.h src/ui/gui/psppire-dialog-action-compute.c src/ui/gui/psppire-dialog-action-compute.h src/ui/gui/psppire-dialog-action-comments.c src/ui/gui/psppire-dialog-action-comments.h src/ui/gui/psppire-dialog-action-count.c src/ui/gui/psppire-dialog-action-count.h src/ui/gui/psppire-dialog-action-correlation.c src/ui/gui/psppire-dialog-action-correlation.h src/ui/gui/psppire-dialog-action-crosstabs.c src/ui/gui/psppire-dialog-action-crosstabs.h src/ui/gui/psppire-dialog-action-descriptives.c src/ui/gui/psppire-dialog-action-descriptives.h src/ui/gui/psppire-dialog-action-examine.c src/ui/gui/psppire-dialog-action-examine.h src/ui/gui/psppire-dialog-action-factor.c src/ui/gui/psppire-dialog-action-factor.h src/ui/gui/psppire-dialog-action-flip.c src/ui/gui/psppire-dialog-action-flip.h src/ui/gui/psppire-dialog-action-frequencies.c src/ui/gui/psppire-dialog-action-frequencies.h src/ui/gui/psppire-dialog-action-histogram.c src/ui/gui/psppire-dialog-action-histogram.h src/ui/gui/psppire-dialog-action-indep-samps.c src/ui/gui/psppire-dialog-action-indep-samps.h src/ui/gui/psppire-dialog-action-kmeans.c src/ui/gui/psppire-dialog-action-kmeans.h src/ui/gui/psppire-dialog-action-logistic.c src/ui/gui/psppire-dialog-action-logistic.h src/ui/gui/psppire-dialog-action-k-independent.c src/ui/gui/psppire-dialog-action-k-independent.h src/ui/gui/psppire-dialog-action-k-related.c src/ui/gui/psppire-dialog-action-k-related.h src/ui/gui/psppire-dialog-action-means.c src/ui/gui/psppire-dialog-action-means.h src/ui/gui/psppire-dialog-action-oneway.c src/ui/gui/psppire-dialog-action-oneway.h src/ui/gui/psppire-dialog-action-paired.c src/ui/gui/psppire-dialog-action-paired.h src/ui/gui/psppire-dialog-action-rank.c src/ui/gui/psppire-dialog-action-rank.h src/ui/gui/psppire-dialog-action-recode.c src/ui/gui/psppire-dialog-action-recode.h src/ui/gui/psppire-dialog-action-recode-same.c src/ui/gui/psppire-dialog-action-recode-same.h src/ui/gui/psppire-dialog-action-recode-different.c src/ui/gui/psppire-dialog-action-recode-different.h src/ui/gui/psppire-dialog-action-regression.c src/ui/gui/psppire-dialog-action-regression.h src/ui/gui/psppire-dialog-action-reliability.c src/ui/gui/psppire-dialog-action-reliability.h src/ui/gui/psppire-dialog-action-roc.c src/ui/gui/psppire-dialog-action-roc.h src/ui/gui/psppire-dialog-action-runs.c src/ui/gui/psppire-dialog-action-runs.h src/ui/gui/psppire-dialog-action-scatterplot.c src/ui/gui/psppire-dialog-action-scatterplot.h src/ui/gui/psppire-dialog-action-sort.c src/ui/gui/psppire-dialog-action-sort.h src/ui/gui/psppire-dialog-action-select.c src/ui/gui/psppire-dialog-action-select.h src/ui/gui/psppire-dialog-action-split.c src/ui/gui/psppire-dialog-action-split.h src/ui/gui/psppire-dialog-action-tt1s.c src/ui/gui/psppire-dialog-action-tt1s.h src/ui/gui/psppire-dialog-action-two-sample.c src/ui/gui/psppire-dialog-action-two-sample.h src/ui/gui/psppire-dialog-action-univariate.c src/ui/gui/psppire-dialog-action-univariate.h src/ui/gui/psppire-dialog-action-var-info.c src/ui/gui/psppire-dialog-action-var-info.h src/ui/gui/psppire-dialog-action-weight.c src/ui/gui/psppire-dialog-action-weight.h src/ui/gui/psppire-dict.c src/ui/gui/psppire-dict.h src/ui/gui/psppire-dictview.c src/ui/gui/psppire-dictview.h src/ui/gui/psppire-encoding-selector.c src/ui/gui/psppire-encoding-selector.h src/ui/gui/psppire-format.c src/ui/gui/psppire-format.h src/ui/gui/psppire-keypad.h src/ui/gui/psppire-lex-reader.c src/ui/gui/psppire-lex-reader.h src/ui/gui/psppire-means-layer.c src/ui/gui/psppire-means-layer.h src/ui/gui/psppire-output-view.c src/ui/gui/psppire-output-view.h src/ui/gui/psppire-output-window.c src/ui/gui/psppire-output-window.h src/ui/gui/psppire-var-view.c src/ui/gui/psppire-var-view.h src/ui/gui/psppire-spreadsheet-model.c src/ui/gui/psppire-spreadsheet-model.h src/ui/gui/psppire-selector.h src/ui/gui/psppire-select-dest.c src/ui/gui/psppire-select-dest.h src/ui/gui/psppire-syntax-window.c src/ui/gui/psppire-syntax-window.h src/ui/gui/psppire-delimited-text.c src/ui/gui/psppire-delimited-text.h src/ui/gui/psppire-text-file.c src/ui/gui/psppire-text-file.h src/ui/gui/psppire-val-chooser.c src/ui/gui/psppire-val-chooser.h src/ui/gui/psppire-value-entry.c src/ui/gui/psppire-value-entry.h src/ui/gui/psppire-var-ptr.c src/ui/gui/psppire-var-ptr.h src/ui/gui/psppire-data-sheet.c src/ui/gui/psppire-data-sheet.h src/ui/gui/psppire-variable-sheet.c src/ui/gui/psppire-variable-sheet.h src/ui/gui/psppire-var-sheet-header.h src/ui/gui/psppire-var-sheet-header.c src/ui/gui/psppire-window.c src/ui/gui/psppire-window.h src/ui/gui/psppire-window-base.c src/ui/gui/psppire-window-base.h src/ui/gui/psppire-window-register.c src/ui/gui/psppire-window-register.h src/ui/gui/t-test-options.c src/ui/gui/t-test-options.h src/ui/gui/val-labs-dialog.c src/ui/gui/val-labs-dialog.h src/ui/gui/var-display.c src/ui/gui/var-display.h src/ui/gui/var-type-dialog.c src/ui/gui/var-type-dialog.h src/ui/gui/value-variant.c src/ui/gui/value-variant.h src/ui/gui/widget-io.c src/ui/gui/widget-io.h src/ui/gui/widgets.c src/ui/gui/widgets.h src/ui/gui/windows-menu.c src/ui/gui/windows-menu.h src/ui/gui/spreadsheet-test.c src/ui/gui/psppire-spreadsheet-model.c  tests/data/datasheet-test.c tests/data/inexactify.c tests/data/sack.c src/data/identifier.c src/language/lexer/command-name.c tests/language/lexer/command-name-test.c src/data/identifier.c src/language/lexer/command-name.c src/language/lexer/scan.c src/language/lexer/segment.c src/language/lexer/token.c tests/language/lexer/scan-test.c src/data/identifier.c src/language/lexer/command-name.c src/language/lexer/segment.c tests/language/lexer/segment-test.c src/libpspp/abt.c tests/libpspp/abt-test.c src/libpspp/bt.c tests/libpspp/bt-test.c src/libpspp/cmac-aes256.c tests/libpspp/cmac-aes256-test.c tests/libpspp/encoding-guesser-test.c tests/libpspp/heap-test.c src/libpspp/hmap.c tests/libpspp/hmap-test.c src/libpspp/hmap.c src/libpspp/hmapx.c tests/libpspp/hmapx-test.c tests/libpspp/i18n-test.c tests/libpspp/line-reader-test.c src/libpspp/ll.c tests/libpspp/ll-test.c src/libpspp/ll.c src/libpspp/llx.c tests/libpspp/llx-test.c src/libpspp/bt.c src/libpspp/range-map.c tests/libpspp/range-map-test.c tests/libpspp/range-set-test.c tests/libpspp/range-tower-test.c tests/libpspp/sparse-array-test.c tests/libpspp/sparse-xarray-test.c tests/libpspp/str-test.c tests/libpspp/string-map-test.c src/libpspp/hash-functions.c src/libpspp/hmap.c src/libpspp/string-set.c tests/libpspp/string-set-test.c tests/libpspp/stringi-map-test.c tests/libpspp/stringi-set-test.c tests/libpspp/tower-test.c tests/libpspp/u8-istream-test.c tests/libpspp/zip-test.c tests/math/chart-get-scale-test.c tests/math/chart-get-ticks-format-test.c tests/output/render-test.c tests/ui/syntax-gen-test.c utilities/pspp-convert.c src/libpspp/integer-format.c src/libpspp/float-format.c utilities/pspp-dump-sav.c utilities/pspp-output.c src/language/utilities/set.q src/language/stats/crosstabs.q --language=C --keyword=_ --keyword=N_ -o po/pspp.pot,tmp
3457  xgettext --copyright-holder="Free Software Foundation, Inc." --package-name=pspp --package-version=1.4.1-g79ad47 --msgid-bugs-address=pspp-dev@gnu.org --from-code=UTF-8 --add-comments='TRANSLATORS:' --directory=.. -j src/ui/gui/aggregate.ui src/ui/gui/autorecode.ui src/ui/gui/binomial.ui src/ui/gui/compute.ui src/ui/gui/barchart.ui src/ui/gui/correlation.ui src/ui/gui/count.ui src/ui/gui/comments.ui src/ui/gui/crosstabs.ui src/ui/gui/chi-square.ui src/ui/gui/descriptives.ui src/ui/gui/entry-dialog.ui src/ui/gui/examine.ui src/ui/gui/goto-case.ui src/ui/gui/factor.ui src/ui/gui/find.ui src/ui/gui/frequencies.ui src/ui/gui/histogram.ui src/ui/gui/indep-samples.ui src/ui/gui/k-independent.ui src/ui/gui/k-means.ui src/ui/gui/k-related.ui src/ui/gui/ks-one-sample.ui src/ui/gui/logistic.ui src/ui/gui/means.ui src/ui/gui/missing-val-dialog.ui src/ui/gui/oneway.ui src/ui/gui/options.ui src/ui/gui/paired-samples.ui src/ui/gui/rank.ui src/ui/gui/runs.ui src/ui/gui/sort.ui src/ui/gui/split-file.ui src/ui/gui/recode.ui src/ui/gui/regression.ui src/ui/gui/reliability.ui src/ui/gui/roc.ui src/ui/gui/scatterplot.ui src/ui/gui/select-cases.ui src/ui/gui/t-test.ui src/ui/gui/text-data-import.ui src/ui/gui/transpose.ui src/ui/gui/univariate.ui src/ui/gui/val-labs-dialog.ui src/ui/gui/variable-info.ui src/ui/gui/data-editor.ui src/ui/gui/output-window.ui src/ui/gui/syntax-editor.ui src/ui/gui/var-type-dialog.ui src/ui/gui/weight.ui --language=Glade -o po/pspp.pot,tmp
3458  xgettext --copyright-holder="Free Software Foundation, Inc." --package-name=pspp --package-version=1.4.1-g79ad47 --msgid-bugs-address=pspp-dev@gnu.org --from-code=UTF-8 --add-comments='TRANSLATORS:' --directory=.. --its=../po/metainfo.its -j src/ui/gui/org.fsf.pspp.metainfo.xml.in -o po/pspp.pot,tmp || true
3459  xgettext --copyright-holder="Free Software Foundation, Inc." --package-name=pspp --package-version=1.4.1-g79ad47 --msgid-bugs-address=pspp-dev@gnu.org --from-code=UTF-8 --add-comments='TRANSLATORS:' --directory=.. -j src/ui/gui/org.fsf.pspp.desktop.in -o po/pspp.pot,tmp
3460  /usr/bin/sed -e '/^"POT-Creation-Date: .*/d' po/pspp.pot,tmp > po/pspp.pot
3461  msgmerge --previous --quiet ../po/ca.po po/pspp.pot -o po/ca.po,tmp
3462  if test -e ../po/ca.po,aux ; then \
3463  	touch po/ca.po,tmp ; \
3464  	msgcat --use-first ../po/ca.po,aux po/ca.po,tmp -o po/ca.po,tmp; \
3465  fi ;
3466  /usr/bin/sed -e '/^"POT-Creation-Date: /d' po/ca.po,tmp > po/ca.po,tmp2
3467  rm -f po/ca.po,tmp
3468  mv po/ca.po,tmp2 po/ca.po
3469  msgmerge --previous --quiet ../po/de.po po/pspp.pot -o po/de.po,tmp
3470  if test -e ../po/de.po,aux ; then \
3471  	touch po/de.po,tmp ; \
3472  	msgcat --use-first ../po/de.po,aux po/de.po,tmp -o po/de.po,tmp; \
3473  fi ;
3474  /usr/bin/sed -e '/^"POT-Creation-Date: /d' po/de.po,tmp > po/de.po,tmp2
3475  rm -f po/de.po,tmp
3476  mv po/de.po,tmp2 po/de.po
3477  msgmerge --previous --quiet ../po/el.po po/pspp.pot -o po/el.po,tmp
3478  if test -e ../po/el.po,aux ; then \
3479  	touch po/el.po,tmp ; \
3480  	msgcat --use-first ../po/el.po,aux po/el.po,tmp -o po/el.po,tmp; \
3481  fi ;
3482  /usr/bin/sed -e '/^"POT-Creation-Date: /d' po/el.po,tmp > po/el.po,tmp2
3483  rm -f po/el.po,tmp
3484  mv po/el.po,tmp2 po/el.po
3485  msgmerge --previous --quiet ../po/es.po po/pspp.pot -o po/es.po,tmp
3486  if test -e ../po/es.po,aux ; then \
3487  	touch po/es.po,tmp ; \
3488  	msgcat --use-first ../po/es.po,aux po/es.po,tmp -o po/es.po,tmp; \
3489  fi ;
3490  /usr/bin/sed -e '/^"POT-Creation-Date: /d' po/es.po,tmp > po/es.po,tmp2
3491  rm -f po/es.po,tmp
3492  mv po/es.po,tmp2 po/es.po
3493  msgmerge --previous --quiet ../po/fr.po po/pspp.pot -o po/fr.po,tmp
3494  if test -e ../po/fr.po,aux ; then \
3495  	touch po/fr.po,tmp ; \
3496  	msgcat --use-first ../po/fr.po,aux po/fr.po,tmp -o po/fr.po,tmp; \
3497  fi ;
3498  /usr/bin/sed -e '/^"POT-Creation-Date: /d' po/fr.po,tmp > po/fr.po,tmp2
3499  rm -f po/fr.po,tmp
3500  mv po/fr.po,tmp2 po/fr.po
3501  msgmerge --previous --quiet ../po/gl.po po/pspp.pot -o po/gl.po,tmp
3502  if test -e ../po/gl.po,aux ; then \
3503  	touch po/gl.po,tmp ; \
3504  	msgcat --use-first ../po/gl.po,aux po/gl.po,tmp -o po/gl.po,tmp; \
3505  fi ;
3506  /usr/bin/sed -e '/^"POT-Creation-Date: /d' po/gl.po,tmp > po/gl.po,tmp2
3507  rm -f po/gl.po,tmp
3508  mv po/gl.po,tmp2 po/gl.po
3509  msgmerge --previous --quiet ../po/hu.po po/pspp.pot -o po/hu.po,tmp
3510  if test -e ../po/hu.po,aux ; then \
3511  	touch po/hu.po,tmp ; \
3512  	msgcat --use-first ../po/hu.po,aux po/hu.po,tmp -o po/hu.po,tmp; \
3513  fi ;
3514  /usr/bin/sed -e '/^"POT-Creation-Date: /d' po/hu.po,tmp > po/hu.po,tmp2
3515  rm -f po/hu.po,tmp
3516  mv po/hu.po,tmp2 po/hu.po
3517  msgmerge --previous --quiet ../po/ja.po po/pspp.pot -o po/ja.po,tmp
3518  if test -e ../po/ja.po,aux ; then \
3519  	touch po/ja.po,tmp ; \
3520  	msgcat --use-first ../po/ja.po,aux po/ja.po,tmp -o po/ja.po,tmp; \
3521  fi ;
3522  /usr/bin/sed -e '/^"POT-Creation-Date: /d' po/ja.po,tmp > po/ja.po,tmp2
3523  rm -f po/ja.po,tmp
3524  mv po/ja.po,tmp2 po/ja.po
3525  msgmerge --previous --quiet ../po/lt.po po/pspp.pot -o po/lt.po,tmp
3526  if test -e ../po/lt.po,aux ; then \
3527  	touch po/lt.po,tmp ; \
3528  	msgcat --use-first ../po/lt.po,aux po/lt.po,tmp -o po/lt.po,tmp; \
3529  fi ;
3530  /usr/bin/sed -e '/^"POT-Creation-Date: /d' po/lt.po,tmp > po/lt.po,tmp2
3531  rm -f po/lt.po,tmp
3532  mv po/lt.po,tmp2 po/lt.po
3533  msgmerge --previous --quiet ../po/nl.po po/pspp.pot -o po/nl.po,tmp
3534  if test -e ../po/nl.po,aux ; then \
3535  	touch po/nl.po,tmp ; \
3536  	msgcat --use-first ../po/nl.po,aux po/nl.po,tmp -o po/nl.po,tmp; \
3537  fi ;
3538  /usr/bin/sed -e '/^"POT-Creation-Date: /d' po/nl.po,tmp > po/nl.po,tmp2
3539  rm -f po/nl.po,tmp
3540  mv po/nl.po,tmp2 po/nl.po
3541  msgmerge --previous --quiet ../po/pl.po po/pspp.pot -o po/pl.po,tmp
3542  if test -e ../po/pl.po,aux ; then \
3543  	touch po/pl.po,tmp ; \
3544  	msgcat --use-first ../po/pl.po,aux po/pl.po,tmp -o po/pl.po,tmp; \
3545  fi ;
3546  /usr/bin/sed -e '/^"POT-Creation-Date: /d' po/pl.po,tmp > po/pl.po,tmp2
3547  rm -f po/pl.po,tmp
3548  mv po/pl.po,tmp2 po/pl.po
3549  msgmerge --previous --quiet ../po/pt_BR.po po/pspp.pot -o po/pt_BR.po,tmp
3550  if test -e ../po/pt_BR.po,aux ; then \
3551  	touch po/pt_BR.po,tmp ; \
3552  	msgcat --use-first ../po/pt_BR.po,aux po/pt_BR.po,tmp -o po/pt_BR.po,tmp; \
3553  fi ;
3554  /usr/bin/sed -e '/^"POT-Creation-Date: /d' po/pt_BR.po,tmp > po/pt_BR.po,tmp2
3555  rm -f po/pt_BR.po,tmp
3556  mv po/pt_BR.po,tmp2 po/pt_BR.po
3557  msgmerge --previous --quiet ../po/ru.po po/pspp.pot -o po/ru.po,tmp
3558  if test -e ../po/ru.po,aux ; then \
3559  	touch po/ru.po,tmp ; \
3560  	msgcat --use-first ../po/ru.po,aux po/ru.po,tmp -o po/ru.po,tmp; \
3561  fi ;
3562  /usr/bin/sed -e '/^"POT-Creation-Date: /d' po/ru.po,tmp > po/ru.po,tmp2
3563  rm -f po/ru.po,tmp
3564  mv po/ru.po,tmp2 po/ru.po
3565  msgmerge --previous --quiet ../po/sl.po po/pspp.pot -o po/sl.po,tmp
3566  if test -e ../po/sl.po,aux ; then \
3567  	touch po/sl.po,tmp ; \
3568  	msgcat --use-first ../po/sl.po,aux po/sl.po,tmp -o po/sl.po,tmp; \
3569  fi ;
3570  /usr/bin/sed -e '/^"POT-Creation-Date: /d' po/sl.po,tmp > po/sl.po,tmp2
3571  rm -f po/sl.po,tmp
3572  mv po/sl.po,tmp2 po/sl.po
3573  msgmerge --previous --quiet ../po/tr.po po/pspp.pot -o po/tr.po,tmp
3574  if test -e ../po/tr.po,aux ; then \
3575  	touch po/tr.po,tmp ; \
3576  	msgcat --use-first ../po/tr.po,aux po/tr.po,tmp -o po/tr.po,tmp; \
3577  fi ;
3578  /usr/bin/sed -e '/^"POT-Creation-Date: /d' po/tr.po,tmp > po/tr.po,tmp2
3579  rm -f po/tr.po,tmp
3580  mv po/tr.po,tmp2 po/tr.po
3581  msgmerge --previous --quiet ../po/uk.po po/pspp.pot -o po/uk.po,tmp
3582  if test -e ../po/uk.po,aux ; then \
3583  	touch po/uk.po,tmp ; \
3584  	msgcat --use-first ../po/uk.po,aux po/uk.po,tmp -o po/uk.po,tmp; \
3585  fi ;
3586  /usr/bin/sed -e '/^"POT-Creation-Date: /d' po/uk.po,tmp > po/uk.po,tmp2
3587  rm -f po/uk.po,tmp
3588  mv po/uk.po,tmp2 po/uk.po
3589  msgmerge --previous --quiet ../po/zh_CN.po po/pspp.pot -o po/zh_CN.po,tmp
3590  if test -e ../po/zh_CN.po,aux ; then \
3591  	touch po/zh_CN.po,tmp ; \
3592  	msgcat --use-first ../po/zh_CN.po,aux po/zh_CN.po,tmp -o po/zh_CN.po,tmp; \
3593  fi ;
3594  /usr/bin/sed -e '/^"POT-Creation-Date: /d' po/zh_CN.po,tmp > po/zh_CN.po,tmp2
3595  rm -f po/zh_CN.po,tmp
3596  mv po/zh_CN.po,tmp2 po/zh_CN.po
3597  msgfmt --xml --template ../src/ui/gui/org.fsf.pspp.metainfo.xml.in -o src/ui/gui/org.fsf.pspp.metainfo.xml -d ../po || \
3598    msgfmt -L appdata --xml --template ../src/ui/gui/org.fsf.pspp.metainfo.xml.in -o src/ui/gui/org.fsf.pspp.metainfo.xml -d ../po
3599  /usr/bin/perl ../doc/get-commands.pl ../src/language/command.def > ../doc/ni.texi
3600  echo "@set example-dir /usr/local/share/pspp/examples" > ../doc/tut.texi
3601  cat ../src/ui/gui/aggregate.ui ../src/ui/gui/autorecode.ui ../src/ui/gui/binomial.ui ../src/ui/gui/compute.ui ../src/ui/gui/barchart.ui ../src/ui/gui/correlation.ui ../src/ui/gui/count.ui ../src/ui/gui/comments.ui ../src/ui/gui/crosstabs.ui ../src/ui/gui/chi-square.ui ../src/ui/gui/descriptives.ui ../src/ui/gui/entry-dialog.ui ../src/ui/gui/examine.ui ../src/ui/gui/goto-case.ui ../src/ui/gui/factor.ui ../src/ui/gui/find.ui ../src/ui/gui/frequencies.ui ../src/ui/gui/histogram.ui ../src/ui/gui/indep-samples.ui ../src/ui/gui/k-independent.ui ../src/ui/gui/k-means.ui ../src/ui/gui/k-related.ui ../src/ui/gui/ks-one-sample.ui ../src/ui/gui/logistic.ui ../src/ui/gui/means.ui ../src/ui/gui/missing-val-dialog.ui ../src/ui/gui/oneway.ui ../src/ui/gui/options.ui ../src/ui/gui/paired-samples.ui ../src/ui/gui/rank.ui ../src/ui/gui/runs.ui ../src/ui/gui/sort.ui ../src/ui/gui/split-file.ui ../src/ui/gui/recode.ui ../src/ui/gui/regression.ui ../src/ui/gui/reliability.ui ../src/ui/gui/roc.ui ../src/ui/gui/scatterplot.ui ../src/ui/gui/select-cases.ui ../src/ui/gui/t-test.ui ../src/ui/gui/text-data-import.ui ../src/ui/gui/transpose.ui ../src/ui/gui/univariate.ui ../src/ui/gui/val-labs-dialog.ui ../src/ui/gui/variable-info.ui ../src/ui/gui/data-editor.ui ../src/ui/gui/output-window.ui ../src/ui/gui/syntax-editor.ui ../src/ui/gui/var-type-dialog.ui ../src/ui/gui/weight.ui | grep '"help[-_]page"' | \
3602     /usr/bin/sed -e 's% *<property name="help[-_]page">\([^<]*\)</property>%//*[@id='"'"'\1'"'"']%' \
3603  -e 's%#%'"'"']/*[@id='"'"'%g' > ../doc/help-pages-list,tmp
3604  test -s ../doc/help-pages-list,tmp
3605  mv ../doc/help-pages-list,tmp ../doc/help-pages-list
3606  /bin/bash /home/blp/tmp/pspptmp/branch-1.4/source/pspp/build-aux/missing makeinfo  --docbook -I .. \
3607  	../doc/pspp.texi -o ../doc/pspp.xml
3608  msgmerge --previous --quiet ../po/cs.po po/pspp.pot -o po/cs.po,tmp
3609  if test -e ../po/cs.po,aux ; then \
3610  	touch po/cs.po,tmp ; \
3611  	msgcat --use-first ../po/cs.po,aux po/cs.po,tmp -o po/cs.po,tmp; \
3612  fi ;
3613  /usr/bin/sed -e '/^"POT-Creation-Date: /d' po/cs.po,tmp > po/cs.po,tmp2
3614  rm -f po/cs.po,tmp
3615  mv po/cs.po,tmp2 po/cs.po
3616  :;{ \
3617    echo '# Signature of the current package.' && \
3618    echo 'm4_define([AT_PACKAGE_NAME],      [GNU PSPP])' && \
3619    echo 'm4_define([AT_PACKAGE_TARNAME],   [pspp])' && \
3620    echo 'm4_define([AT_PACKAGE_VERSION],   [1.4.1-g79ad47])' && \
3621    echo 'm4_define([AT_PACKAGE_STRING],    [GNU PSPP 1.4.1-g79ad47])' && \
3622    echo 'm4_define([AT_PACKAGE_BUGREPORT], [bug-gnu-pspp@gnu.org])' && \
3623    echo 'm4_define([AT_PACKAGE_URL],       [http://www.gnu.org/software/pspp/])'; \
3624  } >'../package.m4'
3625  printf '\043 Generated automatically -- do not modify!    -*- buffer-read-only: t -*-\n' > ../tests/testsuite.at,tmp
3626  cat ../tests/testsuite.in >> ../tests/testsuite.at,tmp
3627  for t in tests/data/calendar.at tests/data/data-in.at tests/data/data-out.at tests/data/datasheet-test.at tests/data/dictionary.at tests/data/file.at tests/data/format-guesser.at tests/data/mdd-file.at tests/data/pc+-file-reader.at tests/data/por-file.at tests/data/sys-file-reader.at tests/data/sys-file.at tests/data/encrypted-file.at tests/language/command.at tests/language/control/do-if.at tests/language/control/do-repeat.at tests/language/control/loop.at tests/language/control/temporary.at tests/language/data-io/add-files.at tests/language/data-io/data-list.at tests/language/data-io/data-reader.at tests/language/data-io/dataset.at tests/language/data-io/file-handle.at tests/language/data-io/get-data-spreadsheet.at tests/language/data-io/get-data-psql.at tests/language/data-io/get-data-txt.at tests/language/data-io/get.at tests/language/data-io/inpt-pgm.at tests/language/data-io/list.at tests/language/data-io/match-files.at tests/language/data-io/matrix-data.at tests/language/data-io/print-space.at tests/language/data-io/print.at tests/language/data-io/save.at tests/language/data-io/save-translate.at tests/language/data-io/update.at tests/language/dictionary/attributes.at tests/language/dictionary/apply.at tests/language/dictionary/delete-variables.at tests/language/dictionary/formats.at tests/language/dictionary/missing-values.at tests/language/dictionary/mrsets.at tests/language/dictionary/modify-variables.at tests/language/dictionary/rename-variables.at tests/language/dictionary/sort-variables.at tests/language/dictionary/split-file.at tests/language/dictionary/sys-file-info.at tests/language/dictionary/value-labels.at tests/language/dictionary/variable-display.at tests/language/dictionary/vector.at tests/language/dictionary/weight.at tests/language/expressions/evaluate.at tests/language/expressions/parse.at tests/language/lexer/command-name.at tests/language/lexer/lexer.at tests/language/lexer/q2c.at tests/language/lexer/scan.at tests/language/lexer/segment.at tests/language/lexer/variable-parser.at tests/language/stats/aggregate.at tests/language/stats/autorecode.at tests/language/stats/correlations.at tests/language/stats/crosstabs.at tests/language/stats/descriptives.at tests/language/stats/examine.at tests/language/stats/graph.at tests/language/stats/factor.at tests/language/stats/flip.at tests/language/stats/frequencies.at tests/language/stats/glm.at tests/language/stats/logistic.at tests/language/stats/means.at tests/language/stats/npar.at tests/language/stats/oneway.at tests/language/stats/quick-cluster.at tests/language/stats/rank.at tests/language/stats/regression.at tests/language/stats/reliability.at tests/language/stats/roc.at tests/language/stats/sort-cases.at tests/language/stats/t-test.at tests/language/utilities/cache.at tests/language/utilities/cd.at tests/language/utilities/date.at tests/language/utilities/insert.at tests/language/utilities/permissions.at tests/language/utilities/set.at tests/language/utilities/show.at tests/language/utilities/title.at tests/language/xforms/compute.at tests/language/xforms/count.at tests/language/xforms/recode.at tests/language/xforms/sample.at tests/language/xforms/select-if.at tests/libpspp/abt.at tests/libpspp/bt.at tests/libpspp/encoding-guesser.at tests/libpspp/float-format.at tests/libpspp/heap.at tests/libpspp/hmap.at tests/libpspp/hmapx.at tests/libpspp/i18n.at tests/libpspp/line-reader.at tests/libpspp/ll.at tests/libpspp/llx.at tests/libpspp/range-map.at tests/libpspp/range-set.at tests/libpspp/range-tower.at tests/libpspp/sparse-array.at tests/libpspp/sparse-xarray-test.at tests/libpspp/str.at tests/libpspp/string-map.at tests/libpspp/stringi-map.at tests/libpspp/string-set.at tests/libpspp/stringi-set.at tests/libpspp/tower.at tests/libpspp/u8-istream.at tests/libpspp/zip.at tests/math/chart-geometry.at tests/math/moments.at tests/math/randist.at tests/output/ascii.at tests/output/charts.at tests/output/html.at tests/output/output.at tests/output/paper-size.at tests/output/render.at tests/output/tables.at tests/ui/terminal/main.at tests/ui/syntax-gen.at tests/utilities/pspp-convert.at tests/utilities/pspp-output.at tests/perl-module.at; do \
3628    echo "m4_include([$t])" >> ../tests/testsuite.at,tmp ;\
3629  done
3630  mv ../tests/testsuite.at,tmp ../tests/testsuite.at
3631  /bin/bash ../build-aux/missing --run autom4te --language=autotest -I '..' ../tests/testsuite.at | /usr/bin/sed 's/@<00A0>@/ /g' > ../tests/testsuite.tmp
3632  test -s ../tests/testsuite.tmp
3633  mv ../tests/testsuite.tmp ../tests/testsuite
3634  (CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/bash /home/blp/tmp/pspptmp/branch-1.4/source/pspp/build-aux/missing autoheader)
3635  rm -f stamp-h1
3636  touch ../config.h.in
3637  if test -d "pspp-1.4.1-g79ad47"; then find "pspp-1.4.1-g79ad47" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "pspp-1.4.1-g79ad47" || { sleep 5 && rm -rf "pspp-1.4.1-g79ad47"; }; else :; fi
3638  test -d "pspp-1.4.1-g79ad47" || mkdir "pspp-1.4.1-g79ad47"
3639   (cd gl && make  top_distdir=../pspp-1.4.1-g79ad47 distdir=../pspp-1.4.1-g79ad47/gl \
3640       am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
3641  make[3]: Entering directory '/home/blp/tmp/pspptmp/branch-1.4/source/pspp/_build/gl'
3642  rm -f alloca.h-t alloca.h && \
3643  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3644    sed -e 's|@''HAVE_ALLOCA_H''@|1|g' < ../../gl/alloca.in.h; \
3645  } > alloca.h-t && \
3646  mv -f alloca.h-t alloca.h
3647  rm -f configmake.h-t && \
3648  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3649    echo '#if HAVE_WINSOCK2_H'; \
3650    echo '# include <winsock2.h> /* avoid mingw pollution on DATADIR */'; \
3651    echo '#endif'; \
3652    echo '#define PREFIX "/usr/local"'; \
3653    echo '#define EXEC_PREFIX "/usr/local"'; \
3654    echo '#define BINDIR "/usr/local/bin"'; \
3655    echo '#define SBINDIR "/usr/local/sbin"'; \
3656    echo '#define LIBEXECDIR "/usr/local/libexec"'; \
3657    echo '#define DATAROOTDIR "/usr/local/share"'; \
3658    echo '#define DATADIR "/usr/local/share"'; \
3659    echo '#define SYSCONFDIR "/usr/local/etc"'; \
3660    echo '#define SHAREDSTATEDIR "/usr/local/com"'; \
3661    echo '#define LOCALSTATEDIR "/usr/local/var"'; \
3662    echo '#define RUNSTATEDIR "/usr/local/var/run"'; \
3663    echo '#define INCLUDEDIR "/usr/local/include"'; \
3664    echo '#define OLDINCLUDEDIR "/usr/include"'; \
3665    echo '#define DOCDIR "/usr/local/share/doc/pspp"'; \
3666    echo '#define INFODIR "/usr/local/share/info"'; \
3667    echo '#define HTMLDIR "/usr/local/share/doc/pspp"'; \
3668    echo '#define DVIDIR "/usr/local/share/doc/pspp"'; \
3669    echo '#define PDFDIR "/usr/local/share/doc/pspp"'; \
3670    echo '#define PSDIR "/usr/local/share/doc/pspp"'; \
3671    echo '#define LIBDIR "/usr/local/lib"'; \
3672    echo '#define LISPDIR "/usr/local/share/emacs/site-lisp"'; \
3673    echo '#define LOCALEDIR "/usr/local/share/locale"'; \
3674    echo '#define MANDIR "/usr/local/share/man"'; \
3675    echo '#define MANEXT ""'; \
3676    echo '#define PKGDATADIR "/usr/local/share/pspp"'; \
3677    echo '#define PKGINCLUDEDIR "/usr/local/include/pspp"'; \
3678    echo '#define PKGLIBDIR "/usr/local/lib/pspp"'; \
3679    echo '#define PKGLIBEXECDIR "/usr/local/libexec/pspp"'; \
3680  } | sed '/""/d' > configmake.h-t && \
3681  mv -f configmake.h-t configmake.h
3682  rm -f fcntl.h-t fcntl.h && \
3683  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3684    sed -e 's|@''GUARD_PREFIX''@|GL|g' \
3685        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
3686        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3687        -e 's|@''PRAGMA_COLUMNS''@||g' \
3688        -e 's|@''NEXT_FCNTL_H''@|<fcntl.h>|g' \
3689        -e 's/@''GNULIB_CREAT''@/0/g' \
3690        -e 's/@''GNULIB_FCNTL''@/1/g' \
3691        -e 's/@''GNULIB_NONBLOCKING''@/0/g' \
3692        -e 's/@''GNULIB_OPEN''@/1/g' \
3693        -e 's/@''GNULIB_OPENAT''@/0/g' \
3694        -e 's|@''HAVE_FCNTL''@|1|g' \
3695        -e 's|@''HAVE_OPENAT''@|1|g' \
3696        -e 's|@''REPLACE_CREAT''@|0|g' \
3697        -e 's|@''REPLACE_FCNTL''@|1|g' \
3698        -e 's|@''REPLACE_OPEN''@|0|g' \
3699        -e 's|@''REPLACE_OPENAT''@|0|g' \
3700        -e '/definitions of _GL_FUNCDECL_RPL/r ../../gl/c++defs.h' \
3701        -e '/definition of _GL_ARG_NONNULL/r ../../gl/arg-nonnull.h' \
3702        -e '/definition of _GL_WARN_ON_USE/r ../../gl/warn-on-use.h' \
3703        < ../../gl/fcntl.in.h; \
3704  } > fcntl.h-t && \
3705  mv fcntl.h-t fcntl.h
3706  rm -f inttypes.h-t inttypes.h && \
3707  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3708    sed -e 's/@''HAVE_INTTYPES_H''@/1/g' \
3709        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
3710        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3711        -e 's|@''PRAGMA_COLUMNS''@||g' \
3712        -e 's|@''NEXT_INTTYPES_H''@|<inttypes.h>|g' \
3713        -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
3714        -e 's/@''PRIPTR_PREFIX''@/__PRIPTR_PREFIX/g' \
3715        -e 's/@''GNULIB_IMAXABS''@/0/g' \
3716        -e 's/@''GNULIB_IMAXDIV''@/0/g' \
3717        -e 's/@''GNULIB_STRTOIMAX''@/0/g' \
3718        -e 's/@''GNULIB_STRTOUMAX''@/0/g' \
3719        -e 's/@''HAVE_DECL_IMAXABS''@/1/g' \
3720        -e 's/@''HAVE_DECL_IMAXDIV''@/1/g' \
3721        -e 's/@''HAVE_DECL_STRTOIMAX''@/1/g' \
3722        -e 's/@''HAVE_DECL_STRTOUMAX''@/1/g' \
3723        -e 's/@''HAVE_IMAXDIV_T''@/1/g' \
3724        -e 's/@''REPLACE_STRTOIMAX''@/0/g' \
3725        -e 's/@''REPLACE_STRTOUMAX''@/0/g' \
3726        -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/1/g' \
3727        -e 's/@''INT64_MAX_EQ_LONG_MAX''@/defined _LP64/g' \
3728        -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \
3729        -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/defined _LP64/g' \
3730        -e '/definitions of _GL_FUNCDECL_RPL/r ../../gl/c++defs.h' \
3731        -e '/definition of _GL_ARG_NONNULL/r ../../gl/arg-nonnull.h' \
3732        -e '/definition of _GL_WARN_ON_USE/r ../../gl/warn-on-use.h' \
3733        < ../../gl/inttypes.in.h; \
3734  } > inttypes.h-t && \
3735  mv inttypes.h-t inttypes.h
3736  rm -f langinfo.h-t langinfo.h && \
3737  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3738    sed -e 's|@''GUARD_PREFIX''@|GL|g' \
3739        -e 's|@''HAVE_LANGINFO_H''@|1|g' \
3740        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
3741        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3742        -e 's|@''PRAGMA_COLUMNS''@||g' \
3743        -e 's|@''NEXT_LANGINFO_H''@|<langinfo.h>|g' \
3744        -e 's/@''GNULIB_NL_LANGINFO''@/1/g' \
3745        -e 's|@''HAVE_LANGINFO_CODESET''@|1|g' \
3746        -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|1|g' \
3747        -e 's|@''HAVE_LANGINFO_ALTMON''@|1|g' \
3748        -e 's|@''HAVE_LANGINFO_ERA''@|1|g' \
3749        -e 's|@''HAVE_LANGINFO_YESEXPR''@|1|g' \
3750        -e 's|@''HAVE_NL_LANGINFO''@|1|g' \
3751        -e 's|@''REPLACE_NL_LANGINFO''@|0|g' \
3752        -e '/definitions of _GL_FUNCDECL_RPL/r ../../gl/c++defs.h' \
3753        -e '/definition of _GL_WARN_ON_USE/r ../../gl/warn-on-use.h' \
3754        < ../../gl/langinfo.in.h; \
3755  } > langinfo.h-t && \
3756  mv langinfo.h-t langinfo.h
3757  rm -f limits.h-t limits.h && \
3758  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
3759    sed -e 's|@''GUARD_PREFIX''@|GL|g' \
3760        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
3761        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3762        -e 's|@''PRAGMA_COLUMNS''@||g' \
3763        -e 's|@''NEXT_LIMITS_H''@|<limits.h>|g' \
3764        < ../../gl/limits.in.h; \
3765  } > limits.h-t && \
3766  mv limits.h-t limits.h
3767  rm -f locale.h-t locale.h && \
3768  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
3769    sed -e 's|@''GUARD_PREFIX''@|GL|g' \
3770        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
3771        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3772        -e 's|@''PRAGMA_COLUMNS''@||g' \
3773        -e 's|@''NEXT_LOCALE_H''@|<locale.h>|g' \
3774        -e 's/@''GNULIB_LOCALECONV''@/1/g' \
3775        -e 's/@''GNULIB_SETLOCALE''@/0/g' \
3776        -e 's/@''GNULIB_SETLOCALE_NULL''@/1/g' \
3777        -e 's/@''GNULIB_DUPLOCALE''@/0/g' \
3778        -e 's/@''GNULIB_LOCALENAME''@/0/g' \
3779        -e 's|@''HAVE_NEWLOCALE''@|1|g' \
3780        -e 's|@''HAVE_DUPLOCALE''@|1|g' \
3781        -e 's|@''HAVE_FREELOCALE''@|1|g' \
3782        -e 's|@''HAVE_XLOCALE_H''@|0|g' \
3783        -e 's|@''REPLACE_LOCALECONV''@|0|g' \
3784        -e 's|@''REPLACE_SETLOCALE''@|0|g' \
3785        -e 's|@''REPLACE_NEWLOCALE''@|0|g' \
3786        -e 's|@''REPLACE_DUPLOCALE''@|0|g' \
3787        -e 's|@''REPLACE_FREELOCALE''@|0|g' \
3788        -e 's|@''REPLACE_STRUCT_LCONV''@|0|g' \
3789        -e '/definitions of _GL_FUNCDECL_RPL/r ../../gl/c++defs.h' \
3790        -e '/definition of _GL_ARG_NONNULL/r ../../gl/arg-nonnull.h' \
3791        -e '/definition of _GL_WARN_ON_USE/r ../../gl/warn-on-use.h' \
3792        < ../../gl/locale.in.h; \
3793  } > locale.h-t && \
3794  mv locale.h-t locale.h
3795  rm -f math.h-t math.h && \
3796  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
3797    sed -e 's|@''GUARD_PREFIX''@|GL|g' \
3798        -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|include_next|g' \
3799        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3800        -e 's|@''PRAGMA_COLUMNS''@||g' \
3801        -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|<math.h>|g' \
3802        -e 's/@''GNULIB_ACOSF''@/0/g' \
3803        -e 's/@''GNULIB_ACOSL''@/0/g' \
3804        -e 's/@''GNULIB_ASINF''@/0/g' \
3805        -e 's/@''GNULIB_ASINL''@/0/g' \
3806        -e 's/@''GNULIB_ATANF''@/0/g' \
3807        -e 's/@''GNULIB_ATANL''@/0/g' \
3808        -e 's/@''GNULIB_ATAN2F''@/0/g' \
3809        -e 's/@''GNULIB_CBRT''@/0/g' \
3810        -e 's/@''GNULIB_CBRTF''@/0/g' \
3811        -e 's/@''GNULIB_CBRTL''@/0/g' \
3812        -e 's/@''GNULIB_CEIL''@/0/g' \
3813        -e 's/@''GNULIB_CEILF''@/0/g' \
3814        -e 's/@''GNULIB_CEILL''@/0/g' \
3815        -e 's/@''GNULIB_COPYSIGN''@/0/g' \
3816        -e 's/@''GNULIB_COPYSIGNF''@/0/g' \
3817        -e 's/@''GNULIB_COPYSIGNL''@/0/g' \
3818        -e 's/@''GNULIB_COSF''@/0/g' \
3819        -e 's/@''GNULIB_COSL''@/0/g' \
3820        -e 's/@''GNULIB_COSHF''@/0/g' \
3821        -e 's/@''GNULIB_EXPF''@/0/g' \
3822        -e 's/@''GNULIB_EXPL''@/0/g' \
3823        -e 's/@''GNULIB_EXP2''@/0/g' \
3824        -e 's/@''GNULIB_EXP2F''@/0/g' \
3825        -e 's/@''GNULIB_EXP2L''@/0/g' \
3826        -e 's/@''GNULIB_EXPM1''@/0/g' \
3827        -e 's/@''GNULIB_EXPM1F''@/0/g' \
3828        -e 's/@''GNULIB_EXPM1L''@/0/g' \
3829        -e 's/@''GNULIB_FABSF''@/0/g' \
3830        -e 's/@''GNULIB_FABSL''@/0/g' \
3831        -e 's/@''GNULIB_FLOOR''@/1/g' \
3832        -e 's/@''GNULIB_FLOORF''@/0/g' \
3833        -e 's/@''GNULIB_FLOORL''@/0/g' \
3834        -e 's/@''GNULIB_FMA''@/0/g' \
3835        -e 's/@''GNULIB_FMAF''@/0/g' \
3836        -e 's/@''GNULIB_FMAL''@/0/g' \
3837        -e 's/@''GNULIB_FMOD''@/0/g' \
3838        -e 's/@''GNULIB_FMODF''@/0/g' \
3839        -e 's/@''GNULIB_FMODL''@/0/g' \
3840        -e 's/@''GNULIB_FREXPF''@/0/g' \
3841        -e 's/@''GNULIB_FREXP''@/1/g' \
3842        -e 's/@''GNULIB_FREXPL''@/1/g' \
3843        -e 's/@''GNULIB_HYPOT''@/0/g' \
3844        -e 's/@''GNULIB_HYPOTF''@/0/g' \
3845        -e 's/@''GNULIB_HYPOTL''@/0/g' \
3846        < ../../gl/math.in.h | \
3847    sed -e 's/@''GNULIB_ILOGB''@/0/g' \
3848        -e 's/@''GNULIB_ILOGBF''@/0/g' \
3849        -e 's/@''GNULIB_ILOGBL''@/0/g' \
3850        -e 's/@''GNULIB_ISFINITE''@/1/g' \
3851        -e 's/@''GNULIB_ISINF''@/1/g' \
3852        -e 's/@''GNULIB_ISNAN''@/1/g' \
3853        -e 's/@''GNULIB_ISNANF''@/1/g' \
3854        -e 's/@''GNULIB_ISNAND''@/1/g' \
3855        -e 's/@''GNULIB_ISNANL''@/1/g' \
3856        -e 's/@''GNULIB_LDEXPF''@/0/g' \
3857        -e 's/@''GNULIB_LDEXPL''@/0/g' \
3858        -e 's/@''GNULIB_LOG''@/0/g' \
3859        -e 's/@''GNULIB_LOGF''@/0/g' \
3860        -e 's/@''GNULIB_LOGL''@/0/g' \
3861        -e 's/@''GNULIB_LOG10''@/0/g' \
3862        -e 's/@''GNULIB_LOG10F''@/0/g' \
3863        -e 's/@''GNULIB_LOG10L''@/0/g' \
3864        -e 's/@''GNULIB_LOG1P''@/0/g' \
3865        -e 's/@''GNULIB_LOG1PF''@/0/g' \
3866        -e 's/@''GNULIB_LOG1PL''@/0/g' \
3867        -e 's/@''GNULIB_LOG2''@/0/g' \
3868        -e 's/@''GNULIB_LOG2F''@/0/g' \
3869        -e 's/@''GNULIB_LOG2L''@/0/g' \
3870        -e 's/@''GNULIB_LOGB''@/0/g' \
3871        -e 's/@''GNULIB_LOGBF''@/0/g' \
3872        -e 's/@''GNULIB_LOGBL''@/0/g' \
3873        -e 's/@''GNULIB_MODF''@/0/g' \
3874        -e 's/@''GNULIB_MODFF''@/0/g' \
3875        -e 's/@''GNULIB_MODFL''@/0/g' \
3876        -e 's/@''GNULIB_POWF''@/0/g' \
3877        -e 's/@''GNULIB_REMAINDER''@/0/g' \
3878        -e 's/@''GNULIB_REMAINDERF''@/0/g' \
3879        -e 's/@''GNULIB_REMAINDERL''@/0/g' \
3880        -e 's/@''GNULIB_RINT''@/0/g' \
3881        -e 's/@''GNULIB_RINTF''@/0/g' \
3882        -e 's/@''GNULIB_RINTL''@/0/g' \
3883        -e 's/@''GNULIB_ROUND''@/1/g' \
3884        -e 's/@''GNULIB_ROUNDF''@/0/g' \
3885        -e 's/@''GNULIB_ROUNDL''@/0/g' \
3886        -e 's/@''GNULIB_SIGNBIT''@/1/g' \
3887        -e 's/@''GNULIB_SINF''@/0/g' \
3888        -e 's/@''GNULIB_SINL''@/0/g' \
3889        -e 's/@''GNULIB_SINHF''@/0/g' \
3890        -e 's/@''GNULIB_SQRTF''@/0/g' \
3891        -e 's/@''GNULIB_SQRTL''@/0/g' \
3892        -e 's/@''GNULIB_TANF''@/0/g' \
3893        -e 's/@''GNULIB_TANL''@/0/g' \
3894        -e 's/@''GNULIB_TANHF''@/0/g' \
3895        -e 's/@''GNULIB_TRUNC''@/1/g' \
3896        -e 's/@''GNULIB_TRUNCF''@/0/g' \
3897        -e 's/@''GNULIB_TRUNCL''@/0/g' \
3898    | \
3899    sed -e 's|@''HAVE_ACOSF''@|1|g' \
3900        -e 's|@''HAVE_ACOSL''@|1|g' \
3901        -e 's|@''HAVE_ASINF''@|1|g' \
3902        -e 's|@''HAVE_ASINL''@|1|g' \
3903        -e 's|@''HAVE_ATANF''@|1|g' \
3904        -e 's|@''HAVE_ATANL''@|1|g' \
3905        -e 's|@''HAVE_ATAN2F''@|1|g' \
3906        -e 's|@''HAVE_CBRT''@|1|g' \
3907        -e 's|@''HAVE_CBRTF''@|1|g' \
3908        -e 's|@''HAVE_CBRTL''@|1|g' \
3909        -e 's|@''HAVE_COPYSIGN''@|1|g' \
3910        -e 's|@''HAVE_COPYSIGNL''@|1|g' \
3911        -e 's|@''HAVE_COSF''@|1|g' \
3912        -e 's|@''HAVE_COSL''@|1|g' \
3913        -e 's|@''HAVE_COSHF''@|1|g' \
3914        -e 's|@''HAVE_EXPF''@|1|g' \
3915        -e 's|@''HAVE_EXPL''@|1|g' \
3916        -e 's|@''HAVE_EXPM1''@|1|g' \
3917        -e 's|@''HAVE_EXPM1F''@|1|g' \
3918        -e 's|@''HAVE_FABSF''@|1|g' \
3919        -e 's|@''HAVE_FABSL''@|1|g' \
3920        -e 's|@''HAVE_FMA''@|1|g' \
3921        -e 's|@''HAVE_FMAF''@|1|g' \
3922        -e 's|@''HAVE_FMAL''@|1|g' \
3923        -e 's|@''HAVE_FMODF''@|1|g' \
3924        -e 's|@''HAVE_FMODL''@|1|g' \
3925        -e 's|@''HAVE_FREXPF''@|1|g' \
3926        -e 's|@''HAVE_HYPOTF''@|1|g' \
3927        -e 's|@''HAVE_HYPOTL''@|1|g' \
3928        -e 's|@''HAVE_ILOGB''@|1|g' \
3929        -e 's|@''HAVE_ILOGBF''@|1|g' \
3930        -e 's|@''HAVE_ILOGBL''@|1|g' \
3931        -e 's|@''HAVE_ISNANF''@|1|g' \
3932        -e 's|@''HAVE_ISNAND''@|1|g' \
3933        -e 's|@''HAVE_ISNANL''@|1|g' \
3934        -e 's|@''HAVE_LDEXPF''@|1|g' \
3935        -e 's|@''HAVE_LOGF''@|1|g' \
3936        -e 's|@''HAVE_LOGL''@|1|g' \
3937        -e 's|@''HAVE_LOG10F''@|1|g' \
3938        -e 's|@''HAVE_LOG10L''@|1|g' \
3939        -e 's|@''HAVE_LOG1P''@|1|g' \
3940        -e 's|@''HAVE_LOG1PF''@|1|g' \
3941        -e 's|@''HAVE_LOG1PL''@|1|g' \
3942        -e 's|@''HAVE_LOGBF''@|1|g' \
3943        -e 's|@''HAVE_LOGBL''@|1|g' \
3944        -e 's|@''HAVE_MODFF''@|1|g' \
3945        -e 's|@''HAVE_MODFL''@|1|g' \
3946        -e 's|@''HAVE_POWF''@|1|g' \
3947        -e 's|@''HAVE_REMAINDER''@|1|g' \
3948        -e 's|@''HAVE_REMAINDERF''@|1|g' \
3949        -e 's|@''HAVE_RINT''@|1|g' \
3950        -e 's|@''HAVE_RINTL''@|1|g' \
3951        -e 's|@''HAVE_SINF''@|1|g' \
3952        -e 's|@''HAVE_SINL''@|1|g' \
3953        -e 's|@''HAVE_SINHF''@|1|g' \
3954        -e 's|@''HAVE_SQRTF''@|1|g' \
3955        -e 's|@''HAVE_SQRTL''@|1|g' \
3956        -e 's|@''HAVE_TANF''@|1|g' \
3957        -e 's|@''HAVE_TANL''@|1|g' \
3958        -e 's|@''HAVE_TANHF''@|1|g' \
3959        -e 's|@''HAVE_DECL_ACOSL''@|1|g' \
3960        -e 's|@''HAVE_DECL_ASINL''@|1|g' \
3961        -e 's|@''HAVE_DECL_ATANL''@|1|g' \
3962        -e 's|@''HAVE_DECL_CBRTF''@|1|g' \
3963        -e 's|@''HAVE_DECL_CBRTL''@|1|g' \
3964        -e 's|@''HAVE_DECL_CEILF''@|1|g' \
3965        -e 's|@''HAVE_DECL_CEILL''@|1|g' \
3966        -e 's|@''HAVE_DECL_COPYSIGNF''@|1|g' \
3967        -e 's|@''HAVE_DECL_COSL''@|1|g' \
3968        -e 's|@''HAVE_DECL_EXPL''@|1|g' \
3969        -e 's|@''HAVE_DECL_EXP2''@|1|g' \
3970        -e 's|@''HAVE_DECL_EXP2F''@|1|g' \
3971        -e 's|@''HAVE_DECL_EXP2L''@|1|g' \
3972        -e 's|@''HAVE_DECL_EXPM1L''@|1|g' \
3973        -e 's|@''HAVE_DECL_FLOORF''@|1|g' \
3974        -e 's|@''HAVE_DECL_FLOORL''@|1|g' \
3975        -e 's|@''HAVE_DECL_FREXPL''@|1|g' \
3976        -e 's|@''HAVE_DECL_LDEXPL''@|1|g' \
3977        -e 's|@''HAVE_DECL_LOGL''@|1|g' \
3978        -e 's|@''HAVE_DECL_LOG10L''@|1|g' \
3979        -e 's|@''HAVE_DECL_LOG2''@|1|g' \
3980        -e 's|@''HAVE_DECL_LOG2F''@|1|g' \
3981        -e 's|@''HAVE_DECL_LOG2L''@|1|g' \
3982        -e 's|@''HAVE_DECL_LOGB''@|1|g' \
3983        -e 's|@''HAVE_DECL_REMAINDER''@|1|g' \
3984        -e 's|@''HAVE_DECL_REMAINDERL''@|1|g' \
3985        -e 's|@''HAVE_DECL_RINTF''@|1|g' \
3986        -e 's|@''HAVE_DECL_ROUND''@|1|g' \
3987        -e 's|@''HAVE_DECL_ROUNDF''@|1|g' \
3988        -e 's|@''HAVE_DECL_ROUNDL''@|1|g' \
3989        -e 's|@''HAVE_DECL_SINL''@|1|g' \
3990        -e 's|@''HAVE_DECL_SQRTL''@|1|g' \
3991        -e 's|@''HAVE_DECL_TANL''@|1|g' \
3992        -e 's|@''HAVE_DECL_TRUNC''@|1|g' \
3993        -e 's|@''HAVE_DECL_TRUNCF''@|1|g' \
3994        -e 's|@''HAVE_DECL_TRUNCL''@|1|g' \
3995    | \
3996    sed -e 's|@''REPLACE_ACOSF''@|0|g' \
3997        -e 's|@''REPLACE_ASINF''@|0|g' \
3998        -e 's|@''REPLACE_ATANF''@|0|g' \
3999        -e 's|@''REPLACE_ATAN2F''@|0|g' \
4000        -e 's|@''REPLACE_CBRTF''@|0|g' \
4001        -e 's|@''REPLACE_CBRTL''@|0|g' \
4002        -e 's|@''REPLACE_CEIL''@|0|g' \
4003        -e 's|@''REPLACE_CEILF''@|0|g' \
4004        -e 's|@''REPLACE_CEILL''@|0|g' \
4005        -e 's|@''REPLACE_COSF''@|0|g' \
4006        -e 's|@''REPLACE_COSHF''@|0|g' \
4007        -e 's|@''REPLACE_EXPF''@|0|g' \
4008        -e 's|@''REPLACE_EXPL''@|0|g' \
4009        -e 's|@''REPLACE_EXPM1''@|0|g' \
4010        -e 's|@''REPLACE_EXPM1F''@|0|g' \
4011        -e 's|@''REPLACE_EXPM1L''@|0|g' \
4012        -e 's|@''REPLACE_EXP2''@|0|g' \
4013        -e 's|@''REPLACE_EXP2L''@|0|g' \
4014        -e 's|@''REPLACE_FABSL''@|0|g' \
4015        -e 's|@''REPLACE_FLOOR''@|0|g' \
4016        -e 's|@''REPLACE_FLOORF''@|0|g' \
4017        -e 's|@''REPLACE_FLOORL''@|0|g' \
4018        -e 's|@''REPLACE_FMA''@|0|g' \
4019        -e 's|@''REPLACE_FMAF''@|0|g' \
4020        -e 's|@''REPLACE_FMAL''@|0|g' \
4021        -e 's|@''REPLACE_FMOD''@|0|g' \
4022        -e 's|@''REPLACE_FMODF''@|0|g' \
4023        -e 's|@''REPLACE_FMODL''@|0|g' \
4024        -e 's|@''REPLACE_FREXPF''@|0|g' \
4025        -e 's|@''REPLACE_FREXP''@|0|g' \
4026        -e 's|@''REPLACE_FREXPL''@|0|g' \
4027        -e 's|@''REPLACE_HUGE_VAL''@|0|g' \
4028        -e 's|@''REPLACE_HYPOT''@|0|g' \
4029        -e 's|@''REPLACE_HYPOTF''@|0|g' \
4030        -e 's|@''REPLACE_HYPOTL''@|0|g' \
4031        -e 's|@''REPLACE_ILOGB''@|0|g' \
4032        -e 's|@''REPLACE_ILOGBF''@|0|g' \
4033        -e 's|@''REPLACE_ILOGBL''@|0|g' \
4034        -e 's|@''REPLACE_ISFINITE''@|0|g' \
4035        -e 's|@''REPLACE_ISINF''@|0|g' \
4036        -e 's|@''REPLACE_ISNAN''@|0|g' \
4037        -e 's|@''REPLACE_ITOLD''@|0|g' \
4038        -e 's|@''REPLACE_LDEXPL''@|0|g' \
4039        -e 's|@''REPLACE_LOG''@|0|g' \
4040        -e 's|@''REPLACE_LOGF''@|0|g' \
4041        -e 's|@''REPLACE_LOGL''@|0|g' \
4042        -e 's|@''REPLACE_LOG10''@|0|g' \
4043        -e 's|@''REPLACE_LOG10F''@|0|g' \
4044        -e 's|@''REPLACE_LOG10L''@|0|g' \
4045        -e 's|@''REPLACE_LOG1P''@|0|g' \
4046        -e 's|@''REPLACE_LOG1PF''@|0|g' \
4047        -e 's|@''REPLACE_LOG1PL''@|0|g' \
4048        -e 's|@''REPLACE_LOG2''@|0|g' \
4049        -e 's|@''REPLACE_LOG2F''@|0|g' \
4050        -e 's|@''REPLACE_LOG2L''@|0|g' \
4051        -e 's|@''REPLACE_LOGB''@|0|g' \
4052        -e 's|@''REPLACE_LOGBF''@|0|g' \
4053        -e 's|@''REPLACE_LOGBL''@|0|g' \
4054        -e 's|@''REPLACE_MODF''@|0|g' \
4055        -e 's|@''REPLACE_MODFF''@|0|g' \
4056        -e 's|@''REPLACE_MODFL''@|0|g' \
4057        -e 's|@''REPLACE_NAN''@|0|g' \
4058        -e 's|@''REPLACE_REMAINDER''@|0|g' \
4059        -e 's|@''REPLACE_REMAINDERF''@|0|g' \
4060        -e 's|@''REPLACE_REMAINDERL''@|0|g' \
4061        -e 's|@''REPLACE_RINTL''@|0|g' \
4062        -e 's|@''REPLACE_ROUND''@|0|g' \
4063        -e 's|@''REPLACE_ROUNDF''@|0|g' \
4064        -e 's|@''REPLACE_ROUNDL''@|0|g' \
4065        -e 's|@''REPLACE_SIGNBIT''@|0|g' \
4066        -e 's|@''REPLACE_SIGNBIT_USING_BUILTINS''@|1|g' \
4067        -e 's|@''REPLACE_SINF''@|0|g' \
4068        -e 's|@''REPLACE_SINHF''@|0|g' \
4069        -e 's|@''REPLACE_SQRTF''@|0|g' \
4070        -e 's|@''REPLACE_SQRTL''@|0|g' \
4071        -e 's|@''REPLACE_TANF''@|0|g' \
4072        -e 's|@''REPLACE_TANHF''@|0|g' \
4073        -e 's|@''REPLACE_TRUNC''@|0|g' \
4074        -e 's|@''REPLACE_TRUNCF''@|0|g' \
4075        -e 's|@''REPLACE_TRUNCL''@|0|g' \
4076        -e '/definitions of _GL_FUNCDECL_RPL/r ../../gl/c++defs.h' \
4077        -e '/definition of _GL_ARG_NONNULL/r ../../gl/arg-nonnull.h' \
4078        -e '/definition of _GL_WARN_ON_USE/r ../../gl/warn-on-use.h'; \
4079  } > math.h-t && \
4080  mv math.h-t math.h
4081  rm -f signal.h-t signal.h && \
4082  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
4083    sed -e 's|@''GUARD_PREFIX''@|GL|g' \
4084        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4085        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4086        -e 's|@''PRAGMA_COLUMNS''@||g' \
4087        -e 's|@''NEXT_SIGNAL_H''@|<signal.h>|g' \
4088        -e 's/@''GNULIB_PTHREAD_SIGMASK''@/0/g' \
4089        -e 's/@''GNULIB_RAISE''@/1/g' \
4090        -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/0/g' \
4091        -e 's/@''GNULIB_SIGPROCMASK''@/1/g' \
4092        -e 's/@''GNULIB_SIGACTION''@/1/g' \
4093        -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \
4094        -e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \
4095        -e 's|@''HAVE_RAISE''@|1|g' \
4096        -e 's|@''HAVE_SIGSET_T''@|1|g' \
4097        -e 's|@''HAVE_SIGINFO_T''@|1|g' \
4098        -e 's|@''HAVE_SIGACTION''@|1|g' \
4099        -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \
4100        -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \
4101        -e 's|@''HAVE_SIGHANDLER_T''@|1|g' \
4102        -e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g' \
4103        -e 's|@''REPLACE_RAISE''@|0|g' \
4104        -e '/definitions of _GL_FUNCDECL_RPL/r ../../gl/c++defs.h' \
4105        -e '/definition of _GL_ARG_NONNULL/r ../../gl/arg-nonnull.h' \
4106        -e '/definition of _GL_WARN_ON_USE/r ../../gl/warn-on-use.h' \
4107        < ../../gl/signal.in.h; \
4108  } > signal.h-t && \
4109  mv signal.h-t signal.h
4110  rm -f stdio.h-t stdio.h && \
4111  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
4112    sed -e 's|@''GUARD_PREFIX''@|GL|g' \
4113        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4114        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4115        -e 's|@''PRAGMA_COLUMNS''@||g' \
4116        -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
4117        -e 's/@''GNULIB_DPRINTF''@/0/g' \
4118        -e 's/@''GNULIB_FCLOSE''@/0/g' \
4119        -e 's/@''GNULIB_FDOPEN''@/0/g' \
4120        -e 's/@''GNULIB_FFLUSH''@/0/g' \
4121        -e 's/@''GNULIB_FGETC''@/1/g' \
4122        -e 's/@''GNULIB_FGETS''@/1/g' \
4123        -e 's/@''GNULIB_FOPEN''@/1/g' \
4124        -e 's/@''GNULIB_FPRINTF''@/1/g' \
4125        -e 's/@''GNULIB_FPRINTF_POSIX''@/1/g' \
4126        -e 's/@''GNULIB_FPURGE''@/0/g' \
4127        -e 's/@''GNULIB_FPUTC''@/1/g' \
4128        -e 's/@''GNULIB_FPUTS''@/1/g' \
4129        -e 's/@''GNULIB_FREAD''@/1/g' \
4130        -e 's/@''GNULIB_FREOPEN''@/0/g' \
4131        -e 's/@''GNULIB_FSCANF''@/1/g' \
4132        -e 's/@''GNULIB_FSEEK''@/1/g' \
4133        -e 's/@''GNULIB_FSEEKO''@/1/g' \
4134        -e 's/@''GNULIB_FTELL''@/1/g' \
4135        -e 's/@''GNULIB_FTELLO''@/1/g' \
4136        -e 's/@''GNULIB_FWRITE''@/1/g' \
4137        -e 's/@''GNULIB_GETC''@/1/g' \
4138        -e 's/@''GNULIB_GETCHAR''@/1/g' \
4139        -e 's/@''GNULIB_GETDELIM''@/1/g' \
4140        -e 's/@''GNULIB_GETLINE''@/1/g' \
4141        -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \
4142        -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \
4143        -e 's/@''GNULIB_PCLOSE''@/0/g' \
4144        -e 's/@''GNULIB_PERROR''@/0/g' \
4145        -e 's/@''GNULIB_POPEN''@/0/g' \
4146        -e 's/@''GNULIB_PRINTF''@/1/g' \
4147        -e 's/@''GNULIB_PRINTF_POSIX''@/1/g' \
4148        -e 's/@''GNULIB_PUTC''@/1/g' \
4149        -e 's/@''GNULIB_PUTCHAR''@/1/g' \
4150        -e 's/@''GNULIB_PUTS''@/1/g' \
4151        -e 's/@''GNULIB_REMOVE''@/0/g' \
4152        -e 's/@''GNULIB_RENAME''@/1/g' \
4153        -e 's/@''GNULIB_RENAMEAT''@/0/g' \
4154        -e 's/@''GNULIB_SCANF''@/1/g' \
4155        -e 's/@''GNULIB_SNPRINTF''@/1/g' \
4156        -e 's/@''GNULIB_SPRINTF_POSIX''@/1/g' \
4157        -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \
4158        -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/0/g' \
4159        -e 's/@''GNULIB_TMPFILE''@/0/g' \
4160        -e 's/@''GNULIB_VASPRINTF''@/1/g' \
4161        -e 's/@''GNULIB_VDPRINTF''@/0/g' \
4162        -e 's/@''GNULIB_VFPRINTF''@/1/g' \
4163        -e 's/@''GNULIB_VFPRINTF_POSIX''@/1/g' \
4164        -e 's/@''GNULIB_VFSCANF''@/0/g' \
4165        -e 's/@''GNULIB_VSCANF''@/0/g' \
4166        -e 's/@''GNULIB_VPRINTF''@/1/g' \
4167        -e 's/@''GNULIB_VPRINTF_POSIX''@/1/g' \
4168        -e 's/@''GNULIB_VSNPRINTF''@/1/g' \
4169        -e 's/@''GNULIB_VSPRINTF_POSIX''@/1/g' \
4170        < ../../gl/stdio.in.h | \
4171    sed -e 's|@''HAVE_DECL_FPURGE''@|1|g' \
4172        -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \
4173        -e 's|@''HAVE_DECL_FTELLO''@|1|g' \
4174        -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
4175        -e 's|@''HAVE_DECL_GETLINE''@|1|g' \
4176        -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
4177        -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
4178        -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
4179        -e 's|@''HAVE_DPRINTF''@|1|g' \
4180        -e 's|@''HAVE_FSEEKO''@|1|g' \
4181        -e 's|@''HAVE_FTELLO''@|1|g' \
4182        -e 's|@''HAVE_PCLOSE''@|1|g' \
4183        -e 's|@''HAVE_POPEN''@|1|g' \
4184        -e 's|@''HAVE_RENAMEAT''@|1|g' \
4185        -e 's|@''HAVE_VASPRINTF''@|1|g' \
4186        -e 's|@''HAVE_VDPRINTF''@|1|g' \
4187        -e 's|@''REPLACE_DPRINTF''@|0|g' \
4188        -e 's|@''REPLACE_FCLOSE''@|0|g' \
4189        -e 's|@''REPLACE_FDOPEN''@|0|g' \
4190        -e 's|@''REPLACE_FFLUSH''@|0|g' \
4191        -e 's|@''REPLACE_FOPEN''@|0|g' \
4192        -e 's|@''REPLACE_FPRINTF''@|0|g' \
4193        -e 's|@''REPLACE_FPURGE''@|0|g' \
4194        -e 's|@''REPLACE_FREOPEN''@|0|g' \
4195        -e 's|@''REPLACE_FSEEK''@|0|g' \
4196        -e 's|@''REPLACE_FSEEKO''@|0|g' \
4197        -e 's|@''REPLACE_FTELL''@|0|g' \
4198        -e 's|@''REPLACE_FTELLO''@|0|g' \
4199        -e 's|@''REPLACE_GETDELIM''@|0|g' \
4200        -e 's|@''REPLACE_GETLINE''@|0|g' \
4201        -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
4202        -e 's|@''REPLACE_PERROR''@|0|g' \
4203        -e 's|@''REPLACE_POPEN''@|0|g' \
4204        -e 's|@''REPLACE_PRINTF''@|0|g' \
4205        -e 's|@''REPLACE_REMOVE''@|0|g' \
4206        -e 's|@''REPLACE_RENAME''@|0|g' \
4207        -e 's|@''REPLACE_RENAMEAT''@|0|g' \
4208        -e 's|@''REPLACE_SNPRINTF''@|0|g' \
4209        -e 's|@''REPLACE_SPRINTF''@|0|g' \
4210        -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \
4211        -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
4212        -e 's|@''REPLACE_TMPFILE''@|0|g' \
4213        -e 's|@''REPLACE_VASPRINTF''@|0|g' \
4214        -e 's|@''REPLACE_VDPRINTF''@|0|g' \
4215        -e 's|@''REPLACE_VFPRINTF''@|0|g' \
4216        -e 's|@''REPLACE_VPRINTF''@|0|g' \
4217        -e 's|@''REPLACE_VSNPRINTF''@|0|g' \
4218        -e 's|@''REPLACE_VSPRINTF''@|0|g' \
4219        -e 's|@''ASM_SYMBOL_PREFIX''@|""|g' \
4220        -e '/definitions of _GL_FUNCDECL_RPL/r ../../gl/c++defs.h' \
4221        -e '/definition of _GL_ARG_NONNULL/r ../../gl/arg-nonnull.h' \
4222        -e '/definition of _GL_WARN_ON_USE/r ../../gl/warn-on-use.h'; \
4223  } > stdio.h-t && \
4224  mv stdio.h-t stdio.h
4225  rm -f stdlib.h-t stdlib.h && \
4226  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
4227    sed -e 's|@''GUARD_PREFIX''@|GL|g' \
4228        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4229        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4230        -e 's|@''PRAGMA_COLUMNS''@||g' \
4231        -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
4232        -e 's/@''GNULIB__EXIT''@/0/g' \
4233        -e 's/@''GNULIB_ATOLL''@/0/g' \
4234        -e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \
4235        -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/g' \
4236        -e 's/@''GNULIB_GETLOADAVG''@/0/g' \
4237        -e 's/@''GNULIB_GETSUBOPT''@/0/g' \
4238        -e 's/@''GNULIB_GRANTPT''@/0/g' \
4239        -e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \
4240        -e 's/@''GNULIB_MBTOWC''@/1/g' \
4241        -e 's/@''GNULIB_MKDTEMP''@/1/g' \
4242        -e 's/@''GNULIB_MKOSTEMP''@/0/g' \
4243        -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \
4244        -e 's/@''GNULIB_MKSTEMP''@/1/g' \
4245        -e 's/@''GNULIB_MKSTEMPS''@/0/g' \
4246        -e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \
4247        -e 's/@''GNULIB_PTSNAME''@/0/g' \
4248        -e 's/@''GNULIB_PTSNAME_R''@/0/g' \
4249        -e 's/@''GNULIB_PUTENV''@/0/g' \
4250        -e 's/@''GNULIB_QSORT_R''@/0/g' \
4251        -e 's/@''GNULIB_RANDOM''@/0/g' \
4252        -e 's/@''GNULIB_RANDOM_R''@/0/g' \
4253        -e 's/@''GNULIB_REALLOC_POSIX''@/1/g' \
4254        -e 's/@''GNULIB_REALLOCARRAY''@/0/g' \
4255        -e 's/@''GNULIB_REALPATH''@/1/g' \
4256        -e 's/@''GNULIB_RPMATCH''@/0/g' \
4257        -e 's/@''GNULIB_SECURE_GETENV''@/1/g' \
4258        -e 's/@''GNULIB_SETENV''@/1/g' \
4259        -e 's/@''GNULIB_STRTOD''@/1/g' \
4260        -e 's/@''GNULIB_STRTOLD''@/0/g' \
4261        -e 's/@''GNULIB_STRTOLL''@/0/g' \
4262        -e 's/@''GNULIB_STRTOULL''@/0/g' \
4263        -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \
4264        -e 's/@''GNULIB_UNLOCKPT''@/0/g' \
4265        -e 's/@''GNULIB_UNSETENV''@/1/g' \
4266        -e 's/@''GNULIB_WCTOMB''@/0/g' \
4267        < ../../gl/stdlib.in.h | \
4268    sed -e 's|@''HAVE__EXIT''@|1|g' \
4269        -e 's|@''HAVE_ATOLL''@|1|g' \
4270        -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \
4271        -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
4272        -e 's|@''HAVE_GETSUBOPT''@|1|g' \
4273        -e 's|@''HAVE_GRANTPT''@|1|g' \
4274        -e 's|@''HAVE_INITSTATE''@|1|g' \
4275        -e 's|@''HAVE_DECL_INITSTATE''@|1|g' \
4276        -e 's|@''HAVE_MBTOWC''@|1|g' \
4277        -e 's|@''HAVE_MKDTEMP''@|1|g' \
4278        -e 's|@''HAVE_MKOSTEMP''@|1|g' \
4279        -e 's|@''HAVE_MKOSTEMPS''@|1|g' \
4280        -e 's|@''HAVE_MKSTEMP''@|1|g' \
4281        -e 's|@''HAVE_MKSTEMPS''@|1|g' \
4282        -e 's|@''HAVE_POSIX_OPENPT''@|1|g' \
4283        -e 's|@''HAVE_PTSNAME''@|1|g' \
4284        -e 's|@''HAVE_PTSNAME_R''@|1|g' \
4285        -e 's|@''HAVE_QSORT_R''@|1|g' \
4286        -e 's|@''HAVE_RANDOM''@|1|g' \
4287        -e 's|@''HAVE_RANDOM_H''@|1|g' \
4288        -e 's|@''HAVE_RANDOM_R''@|1|g' \
4289        -e 's|@''HAVE_REALLOCARRAY''@|1|g' \
4290        -e 's|@''HAVE_REALPATH''@|1|g' \
4291        -e 's|@''HAVE_RPMATCH''@|1|g' \
4292        -e 's|@''HAVE_SECURE_GETENV''@|1|g' \
4293        -e 's|@''HAVE_DECL_SETENV''@|1|g' \
4294        -e 's|@''HAVE_SETSTATE''@|1|g' \
4295        -e 's|@''HAVE_DECL_SETSTATE''@|1|g' \
4296        -e 's|@''HAVE_STRTOD''@|1|g' \
4297        -e 's|@''HAVE_STRTOLD''@|1|g' \
4298        -e 's|@''HAVE_STRTOLL''@|1|g' \
4299        -e 's|@''HAVE_STRTOULL''@|1|g' \
4300        -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
4301        -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
4302        -e 's|@''HAVE_UNLOCKPT''@|1|g' \
4303        -e 's|@''HAVE_DECL_UNSETENV''@|1|g' \
4304        -e 's|@''REPLACE_CALLOC''@|0|g' \
4305        -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
4306        -e 's|@''REPLACE_INITSTATE''@|0|g' \
4307        -e 's|@''REPLACE_MALLOC''@|0|g' \
4308        -e 's|@''REPLACE_MBTOWC''@|0|g' \
4309        -e 's|@''REPLACE_MKSTEMP''@|0|g' \
4310        -e 's|@''REPLACE_PTSNAME''@|0|g' \
4311        -e 's|@''REPLACE_PTSNAME_R''@|0|g' \
4312        -e 's|@''REPLACE_PUTENV''@|0|g' \
4313        -e 's|@''REPLACE_QSORT_R''@|0|g' \
4314        -e 's|@''REPLACE_RANDOM''@|0|g' \
4315        -e 's|@''REPLACE_RANDOM_R''@|0|g' \
4316        -e 's|@''REPLACE_REALLOC''@|0|g' \
4317        -e 's|@''REPLACE_REALPATH''@|0|g' \
4318        -e 's|@''REPLACE_SETENV''@|0|g' \
4319        -e 's|@''REPLACE_SETSTATE''@|0|g' \
4320        -e 's|@''REPLACE_STRTOD''@|0|g' \
4321        -e 's|@''REPLACE_STRTOLD''@|0|g' \
4322        -e 's|@''REPLACE_UNSETENV''@|0|g' \
4323        -e 's|@''REPLACE_WCTOMB''@|0|g' \
4324        -e '/definitions of _GL_FUNCDECL_RPL/r ../../gl/c++defs.h' \
4325        -e '/definition of _Noreturn/r ../../gl/_Noreturn.h' \
4326        -e '/definition of _GL_ARG_NONNULL/r ../../gl/arg-nonnull.h' \
4327        -e '/definition of _GL_WARN_ON_USE/r ../../gl/warn-on-use.h'; \
4328  } > stdlib.h-t && \
4329  mv stdlib.h-t stdlib.h
4330  rm -f string.h-t string.h && \
4331  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
4332    sed -e 's|@''GUARD_PREFIX''@|GL|g' \
4333        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4334        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4335        -e 's|@''PRAGMA_COLUMNS''@||g' \
4336        -e 's|@''NEXT_STRING_H''@|<string.h>|g' \
4337        -e 's/@''GNULIB_EXPLICIT_BZERO''@/1/g' \
4338        -e 's/@''GNULIB_FFSL''@/0/g' \
4339        -e 's/@''GNULIB_FFSLL''@/0/g' \
4340        -e 's/@''GNULIB_MBSLEN''@/0/g' \
4341        -e 's/@''GNULIB_MBSNLEN''@/0/g' \
4342        -e 's/@''GNULIB_MBSCHR''@/0/g' \
4343        -e 's/@''GNULIB_MBSRCHR''@/0/g' \
4344        -e 's/@''GNULIB_MBSSTR''@/0/g' \
4345        -e 's/@''GNULIB_MBSCASECMP''@/0/g' \
4346        -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \
4347        -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
4348        -e 's/@''GNULIB_MBSCASESTR''@/0/g' \
4349        -e 's/@''GNULIB_MBSCSPN''@/0/g' \
4350        -e 's/@''GNULIB_MBSPBRK''@/0/g' \
4351        -e 's/@''GNULIB_MBSSPN''@/0/g' \
4352        -e 's/@''GNULIB_MBSSEP''@/0/g' \
4353        -e 's/@''GNULIB_MBSTOK_R''@/0/g' \
4354        -e 's/@''GNULIB_MEMCHR''@/1/g' \
4355        -e 's/@''GNULIB_MEMMEM''@/1/g' \
4356        -e 's/@''GNULIB_MEMPCPY''@/1/g' \
4357        -e 's/@''GNULIB_MEMRCHR''@/1/g' \
4358        -e 's/@''GNULIB_RAWMEMCHR''@/1/g' \
4359        -e 's/@''GNULIB_STPCPY''@/1/g' \
4360        -e 's/@''GNULIB_STPNCPY''@/0/g' \
4361        -e 's/@''GNULIB_STRCHRNUL''@/0/g' \
4362        -e 's/@''GNULIB_STRDUP''@/1/g' \
4363        -e 's/@''GNULIB_STRNCAT''@/1/g' \
4364        -e 's/@''GNULIB_STRNDUP''@/1/g' \
4365        -e 's/@''GNULIB_STRNLEN''@/1/g' \
4366        -e 's/@''GNULIB_STRPBRK''@/0/g' \
4367        -e 's/@''GNULIB_STRSEP''@/1/g' \
4368        -e 's/@''GNULIB_STRSTR''@/0/g' \
4369        -e 's/@''GNULIB_STRCASESTR''@/1/g' \
4370        -e 's/@''GNULIB_STRTOK_R''@/1/g' \
4371        -e 's/@''GNULIB_STRERROR''@/1/g' \
4372        -e 's/@''GNULIB_STRERROR_R''@/0/g' \
4373        -e 's/@''GNULIB_STRSIGNAL''@/0/g' \
4374        -e 's/@''GNULIB_STRVERSCMP''@/0/g' \
4375        < ../../gl/string.in.h | \
4376    sed -e 's|@''HAVE_EXPLICIT_BZERO''@|1|g' \
4377        -e 's|@''HAVE_FFSL''@|1|g' \
4378        -e 's|@''HAVE_FFSLL''@|1|g' \
4379        -e 's|@''HAVE_MBSLEN''@|0|g' \
4380        -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
4381        -e 's|@''HAVE_MEMPCPY''@|1|g' \
4382        -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
4383        -e 's|@''HAVE_RAWMEMCHR''@|1|g' \
4384        -e 's|@''HAVE_STPCPY''@|1|g' \
4385        -e 's|@''HAVE_STPNCPY''@|1|g' \
4386        -e 's|@''HAVE_STRCHRNUL''@|1|g' \
4387        -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
4388        -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
4389        -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
4390        -e 's|@''HAVE_STRPBRK''@|1|g' \
4391        -e 's|@''HAVE_STRSEP''@|1|g' \
4392        -e 's|@''HAVE_STRCASESTR''@|1|g' \
4393        -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
4394        -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \
4395        -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
4396        -e 's|@''HAVE_STRVERSCMP''@|1|g' \
4397        -e 's|@''REPLACE_MEMCHR''@|0|g' \
4398        -e 's|@''REPLACE_MEMMEM''@|0|g' \
4399        -e 's|@''REPLACE_STPNCPY''@|0|g' \
4400        -e 's|@''REPLACE_STRCHRNUL''@|0|g' \
4401        -e 's|@''REPLACE_STRDUP''@|0|g' \
4402        -e 's|@''REPLACE_STRNCAT''@|0|g' \
4403        -e 's|@''REPLACE_STRNDUP''@|0|g' \
4404        -e 's|@''REPLACE_STRNLEN''@|0|g' \
4405        -e 's|@''REPLACE_STRSTR''@|0|g' \
4406        -e 's|@''REPLACE_STRCASESTR''@|0|g' \
4407        -e 's|@''REPLACE_STRTOK_R''@|0|g' \
4408        -e 's|@''REPLACE_STRERROR''@|0|g' \
4409        -e 's|@''REPLACE_STRERROR_R''@|0|g' \
4410        -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
4411        -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
4412        -e '/definitions of _GL_FUNCDECL_RPL/r ../../gl/c++defs.h' \
4413        -e '/definition of _GL_ARG_NONNULL/r ../../gl/arg-nonnull.h' \
4414        -e '/definition of _GL_WARN_ON_USE/r ../../gl/warn-on-use.h'; \
4415        < ../../gl/string.in.h; \
4416  } > string.h-t && \
4417  mv string.h-t string.h
4418  rm -f strings.h-t strings.h && \
4419  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
4420    sed -e 's|@''GUARD_PREFIX''@|GL|g' \
4421        -e 's|@''HAVE_STRINGS_H''@|1|g' \
4422        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4423        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4424        -e 's|@''PRAGMA_COLUMNS''@||g' \
4425        -e 's|@''NEXT_STRINGS_H''@|<strings.h>|g' \
4426        -e 's/@''GNULIB_FFS''@/0/g' \
4427        -e 's|@''HAVE_FFS''@|1|g' \
4428        -e 's|@''HAVE_STRCASECMP''@|1|g' \
4429        -e 's|@''HAVE_DECL_STRNCASECMP''@|1|g' \
4430        -e '/definitions of _GL_FUNCDECL_RPL/r ../../gl/c++defs.h' \
4431        -e '/definition of _GL_ARG_NONNULL/r ../../gl/arg-nonnull.h' \
4432        -e '/definition of _GL_WARN_ON_USE/r ../../gl/warn-on-use.h' \
4433        < ../../gl/strings.in.h; \
4434  } > strings.h-t && \
4435  mv strings.h-t strings.h
4436  /usr/bin/mkdir -p sys
4437  rm -f sys/random.h-t sys/random.h && \
4438  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
4439    sed -e 's|@''GUARD_PREFIX''@|GL|g' \
4440        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4441        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4442        -e 's|@''PRAGMA_COLUMNS''@||g' \
4443        -e 's|@''NEXT_SYS_RANDOM_H''@|<sys/random.h>|g' \
4444        -e 's|@''HAVE_SYS_RANDOM_H''@|1|g' \
4445        -e 's/@''GNULIB_GETRANDOM''@/1/g' \
4446        -e 's/@''HAVE_GETRANDOM''@/1/g' \
4447        -e 's/@''REPLACE_GETRANDOM''@/0/g' \
4448        -e '/definitions of _GL_FUNCDECL_RPL/r ../../gl/c++defs.h' \
4449        -e '/definition of _GL_ARG_NONNULL/r ../../gl/arg-nonnull.h' \
4450        -e '/definition of _GL_WARN_ON_USE/r ../../gl/warn-on-use.h' \
4451        < ../../gl/sys_random.in.h; \
4452  } > sys/random.h-t && \
4453  mv -f sys/random.h-t sys/random.h
4454  /usr/bin/mkdir -p sys
4455  rm -f sys/select.h-t sys/select.h && \
4456  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
4457    sed -e 's|@''GUARD_PREFIX''@|GL|g' \
4458        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4459        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4460        -e 's|@''PRAGMA_COLUMNS''@||g' \
4461        -e 's|@''NEXT_SYS_SELECT_H''@|<sys/select.h>|g' \
4462        -e 's|@''HAVE_SYS_SELECT_H''@|1|g' \
4463        -e 's/@''GNULIB_PSELECT''@/0/g' \
4464        -e 's/@''GNULIB_SELECT''@/1/g' \
4465        -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
4466        -e 's|@''HAVE_PSELECT''@|1|g' \
4467        -e 's|@''REPLACE_PSELECT''@|0|g' \
4468        -e 's|@''REPLACE_SELECT''@|0|g' \
4469        -e '/definitions of _GL_FUNCDECL_RPL/r ../../gl/c++defs.h' \
4470        -e '/definition of _GL_WARN_ON_USE/r ../../gl/warn-on-use.h' \
4471        < ../../gl/sys_select.in.h; \
4472  } > sys/select.h-t && \
4473  mv sys/select.h-t sys/select.h
4474  /usr/bin/mkdir -p sys
4475  rm -f sys/socket.h-t sys/socket.h && \
4476  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
4477    sed -e 's|@''GUARD_PREFIX''@|GL|g' \
4478        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4479        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4480        -e 's|@''PRAGMA_COLUMNS''@||g' \
4481        -e 's|@''NEXT_SYS_SOCKET_H''@|<sys/socket.h>|g' \
4482        -e 's|@''HAVE_SYS_SOCKET_H''@|1|g' \
4483        -e 's/@''GNULIB_CLOSE''@/1/g' \
4484        -e 's/@''GNULIB_SOCKET''@/0/g' \
4485        -e 's/@''GNULIB_CONNECT''@/0/g' \
4486        -e 's/@''GNULIB_ACCEPT''@/0/g' \
4487        -e 's/@''GNULIB_BIND''@/0/g' \
4488        -e 's/@''GNULIB_GETPEERNAME''@/0/g' \
4489        -e 's/@''GNULIB_GETSOCKNAME''@/0/g' \
4490        -e 's/@''GNULIB_GETSOCKOPT''@/0/g' \
4491        -e 's/@''GNULIB_LISTEN''@/0/g' \
4492        -e 's/@''GNULIB_RECV''@/0/g' \
4493        -e 's/@''GNULIB_SEND''@/0/g' \
4494        -e 's/@''GNULIB_RECVFROM''@/0/g' \
4495        -e 's/@''GNULIB_SENDTO''@/0/g' \
4496        -e 's/@''GNULIB_SETSOCKOPT''@/0/g' \
4497        -e 's/@''GNULIB_SHUTDOWN''@/0/g' \
4498        -e 's/@''GNULIB_ACCEPT4''@/0/g' \
4499        -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
4500        -e 's|@''HAVE_WS2TCPIP_H''@|0|g' \
4501        -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|1|g' \
4502        -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|1|g' \
4503        -e 's|@''HAVE_SA_FAMILY_T''@|1|g' \
4504        -e 's|@''HAVE_ACCEPT4''@|1|g' \
4505        -e '/definitions of _GL_FUNCDECL_RPL/r ../../gl/c++defs.h' \
4506        -e '/definition of _GL_ARG_NONNULL/r ../../gl/arg-nonnull.h' \
4507        -e '/definition of _GL_WARN_ON_USE/r ../../gl/warn-on-use.h' \
4508        < ../../gl/sys_socket.in.h; \
4509  } > sys/socket.h-t && \
4510  mv -f sys/socket.h-t sys/socket.h
4511  /usr/bin/mkdir -p sys
4512  rm -f sys/stat.h-t sys/stat.h && \
4513  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
4514    sed -e 's|@''GUARD_PREFIX''@|GL|g' \
4515        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4516        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4517        -e 's|@''PRAGMA_COLUMNS''@||g' \
4518        -e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g' \
4519        -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|0|g' \
4520        -e 's|@''WINDOWS_STAT_TIMESPEC''@|0|g' \
4521        -e 's/@''GNULIB_FCHMODAT''@/0/g' \
4522        -e 's/@''GNULIB_FSTAT''@/1/g' \
4523        -e 's/@''GNULIB_FSTATAT''@/0/g' \
4524        -e 's/@''GNULIB_FUTIMENS''@/0/g' \
4525        -e 's/@''GNULIB_GETUMASK''@/0/g' \
4526        -e 's/@''GNULIB_LCHMOD''@/0/g' \
4527        -e 's/@''GNULIB_LSTAT''@/1/g' \
4528        -e 's/@''GNULIB_MKDIRAT''@/0/g' \
4529        -e 's/@''GNULIB_MKFIFO''@/0/g' \
4530        -e 's/@''GNULIB_MKFIFOAT''@/0/g' \
4531        -e 's/@''GNULIB_MKNOD''@/0/g' \
4532        -e 's/@''GNULIB_MKNODAT''@/0/g' \
4533        -e 's/@''GNULIB_STAT''@/1/g' \
4534        -e 's/@''GNULIB_UTIMENSAT''@/0/g' \
4535        -e 's/@''GNULIB_OVERRIDES_STRUCT_STAT''@/0/g' \
4536        -e 's|@''HAVE_FCHMODAT''@|1|g' \
4537        -e 's|@''HAVE_FSTATAT''@|1|g' \
4538        -e 's|@''HAVE_FUTIMENS''@|1|g' \
4539        -e 's|@''HAVE_GETUMASK''@|1|g' \
4540        -e 's|@''HAVE_LCHMOD''@|1|g' \
4541        -e 's|@''HAVE_LSTAT''@|1|g' \
4542        -e 's|@''HAVE_MKDIRAT''@|1|g' \
4543        -e 's|@''HAVE_MKFIFO''@|1|g' \
4544        -e 's|@''HAVE_MKFIFOAT''@|1|g' \
4545        -e 's|@''HAVE_MKNOD''@|1|g' \
4546        -e 's|@''HAVE_MKNODAT''@|1|g' \
4547        -e 's|@''HAVE_UTIMENSAT''@|1|g' \
4548        -e 's|@''REPLACE_FCHMODAT''@|0|g' \
4549        -e 's|@''REPLACE_FSTAT''@|0|g' \
4550        -e 's|@''REPLACE_FSTATAT''@|0|g' \
4551        -e 's|@''REPLACE_FUTIMENS''@|0|g' \
4552        -e 's|@''REPLACE_LSTAT''@|0|g' \
4553        -e 's|@''REPLACE_MKDIR''@|0|g' \
4554        -e 's|@''REPLACE_MKFIFO''@|0|g' \
4555        -e 's|@''REPLACE_MKNOD''@|0|g' \
4556        -e 's|@''REPLACE_STAT''@|0|g' \
4557        -e 's|@''REPLACE_UTIMENSAT''@|0|g' \
4558        -e '/definitions of _GL_FUNCDECL_RPL/r ../../gl/c++defs.h' \
4559        -e '/definition of _GL_ARG_NONNULL/r ../../gl/arg-nonnull.h' \
4560        -e '/definition of _GL_WARN_ON_USE/r ../../gl/warn-on-use.h' \
4561        < ../../gl/sys_stat.in.h; \
4562  } > sys/stat.h-t && \
4563  mv sys/stat.h-t sys/stat.h
4564  /usr/bin/mkdir -p sys
4565  rm -f sys/time.h-t sys/time.h && \
4566  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
4567    sed -e 's|@''GUARD_PREFIX''@|GL|g' \
4568        -e 's/@''HAVE_SYS_TIME_H''@/1/g' \
4569        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4570        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4571        -e 's|@''PRAGMA_COLUMNS''@||g' \
4572        -e 's|@''NEXT_SYS_TIME_H''@|<sys/time.h>|g' \
4573        -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
4574        -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
4575        -e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \
4576        -e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \
4577        -e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \
4578        -e 's/@''REPLACE_STRUCT_TIMEVAL''@/0/g' \
4579        -e '/definitions of _GL_FUNCDECL_RPL/r ../../gl/c++defs.h' \
4580        -e '/definition of _GL_ARG_NONNULL/r ../../gl/arg-nonnull.h' \
4581        -e '/definition of _GL_WARN_ON_USE/r ../../gl/warn-on-use.h' \
4582        < ../../gl/sys_time.in.h; \
4583  } > sys/time.h-t && \
4584  mv sys/time.h-t sys/time.h
4585  /usr/bin/mkdir -p sys
4586  rm -f sys/types.h-t sys/types.h && \
4587  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
4588    sed -e 's|@''GUARD_PREFIX''@|GL|g' \
4589        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4590        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4591        -e 's|@''PRAGMA_COLUMNS''@||g' \
4592        -e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g' \
4593        -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
4594        -e 's|@''WINDOWS_STAT_INODES''@|0|g' \
4595        < ../../gl/sys_types.in.h; \
4596  } > sys/types.h-t && \
4597  mv sys/types.h-t sys/types.h
4598  /usr/bin/mkdir -p sys
4599  rm -f sys/uio.h-t sys/uio.h && \
4600  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
4601    sed -e 's|@''GUARD_PREFIX''@|GL|g' \
4602        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4603        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4604        -e 's|@''PRAGMA_COLUMNS''@||g' \
4605        -e 's|@''NEXT_SYS_UIO_H''@|<sys/uio.h>|g' \
4606        -e 's|@''HAVE_SYS_UIO_H''@|1|g' \
4607        < ../../gl/sys_uio.in.h; \
4608  } > sys/uio.h-t && \
4609  mv -f sys/uio.h-t sys/uio.h
4610  rm -f termios.h-t termios.h && \
4611  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
4612    sed -e 's|@''GUARD_PREFIX''@|GL|g' \
4613        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4614        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4615        -e 's|@''PRAGMA_COLUMNS''@||g' \
4616        -e 's|@''NEXT_TERMIOS_H''@|<termios.h>|g' \
4617        -e 's/@''GNULIB_TCGETSID''@/0/g' \
4618        -e 's|@''HAVE_DECL_TCGETSID''@|1|g' \
4619        -e 's|@''HAVE_TERMIOS_H''@|1|g' \
4620        -e '/definitions of _GL_FUNCDECL_RPL/r ../../gl/c++defs.h' \
4621        -e '/definition of _GL_WARN_ON_USE/r ../../gl/warn-on-use.h' \
4622      < ../../gl/termios.in.h; \
4623  } > termios.h-t && \
4624  mv termios.h-t termios.h
4625  rm -f time.h-t time.h && \
4626  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
4627    sed -e 's|@''GUARD_PREFIX''@|GL|g' \
4628        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4629        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4630        -e 's|@''PRAGMA_COLUMNS''@||g' \
4631        -e 's|@''NEXT_TIME_H''@|<time.h>|g' \
4632        -e 's/@''GNULIB_CTIME''@/0/g' \
4633        -e 's/@''GNULIB_LOCALTIME''@/0/g' \
4634        -e 's/@''GNULIB_MKTIME''@/1/g' \
4635        -e 's/@''GNULIB_NANOSLEEP''@/0/g' \
4636        -e 's/@''GNULIB_STRFTIME''@/0/g' \
4637        -e 's/@''GNULIB_STRPTIME''@/0/g' \
4638        -e 's/@''GNULIB_TIMEGM''@/1/g' \
4639        -e 's/@''GNULIB_TIME_R''@/1/g' \
4640        -e 's/@''GNULIB_TIME_RZ''@/1/g' \
4641        -e 's/@''GNULIB_TZSET''@/1/g' \
4642        -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \
4643        -e 's|@''HAVE_NANOSLEEP''@|1|g' \
4644        -e 's|@''HAVE_STRPTIME''@|1|g' \
4645        -e 's|@''HAVE_TIMEGM''@|1|g' \
4646        -e 's|@''HAVE_TIMEZONE_T''@|0|g' \
4647        -e 's|@''HAVE_TZSET''@|1|g' \
4648        -e 's|@''REPLACE_CTIME''@|GNULIB_PORTCHECK|g' \
4649        -e 's|@''REPLACE_GMTIME''@|0|g' \
4650        -e 's|@''REPLACE_LOCALTIME''@|0|g' \
4651        -e 's|@''REPLACE_LOCALTIME_R''@|0|g' \
4652        -e 's|@''REPLACE_MKTIME''@|0|g' \
4653        -e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \
4654        -e 's|@''REPLACE_STRFTIME''@|GNULIB_PORTCHECK|g' \
4655        -e 's|@''REPLACE_TIMEGM''@|0|g' \
4656        -e 's|@''REPLACE_TZSET''@|0|g' \
4657        -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
4658        -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
4659        -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
4660        -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
4661        -e '/definitions of _GL_FUNCDECL_RPL/r ../../gl/c++defs.h' \
4662        -e '/definition of _GL_ARG_NONNULL/r ../../gl/arg-nonnull.h' \
4663        -e '/definition of _GL_WARN_ON_USE/r ../../gl/warn-on-use.h' \
4664        < ../../gl/time.in.h; \
4665  } > time.h-t && \
4666  mv time.h-t time.h
4667  rm -f unicase.h-t unicase.h && \
4668  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
4669    cat ../../gl/unicase.in.h; \
4670  } > unicase.h-t && \
4671  mv -f unicase.h-t unicase.h
4672  gperf -m 10 ../../gl/unicase/special-casing-table.gperf > ../../gl/unicase/special-casing-table.h-t && \
4673  mv ../../gl/unicase/special-casing-table.h-t ../../gl/unicase/special-casing-table.h
4674  /usr/bin/mkdir -p unicase
4675  rm -f unicase/special-casing.h-t unicase/special-casing.h && \
4676  declaration=`grep '^gl_unicase_special_lookup' ../../gl/unicase/special-casing-table.h | sed -e 's/register //g'` && \
4677  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
4678    sed -e "/gl_unicase_special_lookup/s/gl_unicase_special_lookup.*/${declaration};/" ../../gl/unicase/special-casing.in.h; \
4679  } > unicase/special-casing.h-t && \
4680  mv -f unicase/special-casing.h-t unicase/special-casing.h
4681  rm -f unictype.h-t unictype.h && \
4682  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
4683    cat ../../gl/unictype.in.h; \
4684  } > unictype.h-t && \
4685  mv -f unictype.h-t unictype.h
4686  rm -f unigbrk.h-t unigbrk.h && \
4687  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
4688    cat ../../gl/unigbrk.in.h; \
4689  } > unigbrk.h-t && \
4690  mv -f unigbrk.h-t unigbrk.h
4691  rm -f unilbrk.h-t unilbrk.h && \
4692  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
4693    cat ../../gl/unilbrk.in.h; \
4694  } > unilbrk.h-t && \
4695  mv -f unilbrk.h-t unilbrk.h
4696  rm -f uninorm.h-t uninorm.h && \
4697  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
4698    cat ../../gl/uninorm.in.h; \
4699  } > uninorm.h-t && \
4700  mv -f uninorm.h-t uninorm.h
4701  rm -f unistd.h-t unistd.h && \
4702  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
4703    sed -e 's|@''GUARD_PREFIX''@|GL|g' \
4704        -e 's|@''HAVE_UNISTD_H''@|1|g' \
4705        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4706        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4707        -e 's|@''PRAGMA_COLUMNS''@||g' \
4708        -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
4709        -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
4710        -e 's/@''GNULIB_ACCESS''@/0/g' \
4711        -e 's/@''GNULIB_CHDIR''@/1/g' \
4712        -e 's/@''GNULIB_CHOWN''@/0/g' \
4713        -e 's/@''GNULIB_CLOSE''@/1/g' \
4714        -e 's/@''GNULIB_COPY_FILE_RANGE''@/0/g' \
4715        -e 's/@''GNULIB_DUP''@/0/g' \
4716        -e 's/@''GNULIB_DUP2''@/1/g' \
4717        -e 's/@''GNULIB_DUP3''@/0/g' \
4718        -e 's/@''GNULIB_ENVIRON''@/1/g' \
4719        -e 's/@''GNULIB_EUIDACCESS''@/0/g' \
4720        -e 's/@''GNULIB_FACCESSAT''@/0/g' \
4721        -e 's/@''GNULIB_FCHDIR''@/0/g' \
4722        -e 's/@''GNULIB_FCHOWNAT''@/0/g' \
4723        -e 's/@''GNULIB_FDATASYNC''@/0/g' \
4724        -e 's/@''GNULIB_FSYNC''@/0/g' \
4725        -e 's/@''GNULIB_FTRUNCATE''@/0/g' \
4726        -e 's/@''GNULIB_GETCWD''@/0/g' \
4727        -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
4728        -e 's/@''GNULIB_GETDTABLESIZE''@/1/g' \
4729        -e 's/@''GNULIB_GETENTROPY''@/0/g' \
4730        -e 's/@''GNULIB_GETGROUPS''@/0/g' \
4731        -e 's/@''GNULIB_GETHOSTNAME''@/0/g' \
4732        -e 's/@''GNULIB_GETLOGIN''@/0/g' \
4733        -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \
4734        -e 's/@''GNULIB_GETOPT_POSIX''@/1/g' \
4735        -e 's/@''GNULIB_GETPAGESIZE''@/0/g' \
4736        -e 's/@''GNULIB_GETPASS''@/1/g' \
4737        -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \
4738        -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \
4739        -e 's/@''GNULIB_ISATTY''@/0/g' \
4740        -e 's/@''GNULIB_LCHOWN''@/0/g' \
4741        -e 's/@''GNULIB_LINK''@/0/g' \
4742        -e 's/@''GNULIB_LINKAT''@/0/g' \
4743        -e 's/@''GNULIB_LSEEK''@/1/g' \
4744        -e 's/@''GNULIB_PIPE''@/0/g' \
4745        -e 's/@''GNULIB_PIPE2''@/1/g' \
4746        -e 's/@''GNULIB_PREAD''@/0/g' \
4747        -e 's/@''GNULIB_PWRITE''@/0/g' \
4748        -e 's/@''GNULIB_READ''@/1/g' \
4749        -e 's/@''GNULIB_READLINK''@/1/g' \
4750        -e 's/@''GNULIB_READLINKAT''@/0/g' \
4751        -e 's/@''GNULIB_RMDIR''@/1/g' \
4752        -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
4753        -e 's/@''GNULIB_SLEEP''@/0/g' \
4754        -e 's/@''GNULIB_SYMLINK''@/0/g' \
4755        -e 's/@''GNULIB_SYMLINKAT''@/0/g' \
4756        -e 's/@''GNULIB_TRUNCATE''@/0/g' \
4757        -e 's/@''GNULIB_TTYNAME_R''@/0/g' \
4758        -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0/g' \
4759        -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \
4760        -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g' \
4761        -e 's/@''GNULIB_UNLINK''@/0/g' \
4762        -e 's/@''GNULIB_UNLINKAT''@/0/g' \
4763        -e 's/@''GNULIB_USLEEP''@/0/g' \
4764        -e 's/@''GNULIB_WRITE''@/1/g' \
4765        < ../../gl/unistd.in.h | \
4766    sed -e 's|@''HAVE_CHOWN''@|1|g' \
4767        -e 's|@''HAVE_COPY_FILE_RANGE''@|1|g' \
4768        -e 's|@''HAVE_DUP3''@|1|g' \
4769        -e 's|@''HAVE_EUIDACCESS''@|1|g' \
4770        -e 's|@''HAVE_FACCESSAT''@|1|g' \
4771        -e 's|@''HAVE_FCHDIR''@|1|g' \
4772        -e 's|@''HAVE_FCHOWNAT''@|1|g' \
4773        -e 's|@''HAVE_FDATASYNC''@|1|g' \
4774        -e 's|@''HAVE_FSYNC''@|1|g' \
4775        -e 's|@''HAVE_FTRUNCATE''@|1|g' \
4776        -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
4777        -e 's|@''HAVE_GETENTROPY''@|1|g' \
4778        -e 's|@''HAVE_GETGROUPS''@|1|g' \
4779        -e 's|@''HAVE_GETHOSTNAME''@|1|g' \
4780        -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
4781        -e 's|@''HAVE_GETPASS''@|1|g' \
4782        -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \
4783        -e 's|@''HAVE_LCHOWN''@|1|g' \
4784        -e 's|@''HAVE_LINK''@|1|g' \
4785        -e 's|@''HAVE_LINKAT''@|1|g' \
4786        -e 's|@''HAVE_PIPE''@|1|g' \
4787        -e 's|@''HAVE_PIPE2''@|1|g' \
4788        -e 's|@''HAVE_PREAD''@|1|g' \
4789        -e 's|@''HAVE_PWRITE''@|1|g' \
4790        -e 's|@''HAVE_READLINK''@|1|g' \
4791        -e 's|@''HAVE_READLINKAT''@|1|g' \
4792        -e 's|@''HAVE_SETHOSTNAME''@|1|g' \
4793        -e 's|@''HAVE_SLEEP''@|1|g' \
4794        -e 's|@''HAVE_SYMLINK''@|1|g' \
4795        -e 's|@''HAVE_SYMLINKAT''@|1|g' \
4796        -e 's|@''HAVE_UNLINKAT''@|1|g' \
4797        -e 's|@''HAVE_USLEEP''@|1|g' \
4798        -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
4799        -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
4800        -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \
4801        -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
4802        -e 's|@''HAVE_DECL_GETLOGIN''@|1|g' \
4803        -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
4804        -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
4805        -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
4806        -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \
4807        -e 's|@''HAVE_DECL_TRUNCATE''@|1|g' \
4808        -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \
4809        -e 's|@''HAVE_OS_H''@|0|g' \
4810        -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
4811    | \
4812    sed -e 's|@''REPLACE_ACCESS''@|0|g' \
4813        -e 's|@''REPLACE_CHOWN''@|0|g' \
4814        -e 's|@''REPLACE_CLOSE''@|0|g' \
4815        -e 's|@''REPLACE_DUP''@|0|g' \
4816        -e 's|@''REPLACE_DUP2''@|0|g' \
4817        -e 's|@''REPLACE_FACCESSAT''@|0|g' \
4818        -e 's|@''REPLACE_FCHOWNAT''@|0|g' \
4819        -e 's|@''REPLACE_FTRUNCATE''@|0|g' \
4820        -e 's|@''REPLACE_GETCWD''@|0|g' \
4821        -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
4822        -e 's|@''REPLACE_GETDTABLESIZE''@|0|g' \
4823        -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
4824        -e 's|@''REPLACE_GETGROUPS''@|0|g' \
4825        -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
4826        -e 's|@''REPLACE_GETPASS''@|0|g' \
4827        -e 's|@''REPLACE_ISATTY''@|0|g' \
4828        -e 's|@''REPLACE_LCHOWN''@|0|g' \
4829        -e 's|@''REPLACE_LINK''@|0|g' \
4830        -e 's|@''REPLACE_LINKAT''@|0|g' \
4831        -e 's|@''REPLACE_LSEEK''@|0|g' \
4832        -e 's|@''REPLACE_PREAD''@|0|g' \
4833        -e 's|@''REPLACE_PWRITE''@|0|g' \
4834        -e 's|@''REPLACE_READ''@|0|g' \
4835        -e 's|@''REPLACE_READLINK''@|0|g' \
4836        -e 's|@''REPLACE_READLINKAT''@|0|g' \
4837        -e 's|@''REPLACE_RMDIR''@|0|g' \
4838        -e 's|@''REPLACE_SLEEP''@|0|g' \
4839        -e 's|@''REPLACE_SYMLINK''@|0|g' \
4840        -e 's|@''REPLACE_SYMLINKAT''@|0|g' \
4841        -e 's|@''REPLACE_TRUNCATE''@|0|g' \
4842        -e 's|@''REPLACE_TTYNAME_R''@|0|g' \
4843        -e 's|@''REPLACE_UNLINK''@|0|g' \
4844        -e 's|@''REPLACE_UNLINKAT''@|0|g' \
4845        -e 's|@''REPLACE_USLEEP''@|0|g' \
4846        -e 's|@''REPLACE_WRITE''@|0|g' \
4847        -e 's|@''UNISTD_H_HAVE_SYS_RANDOM_H''@|1|g' \
4848        -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
4849        -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
4850        -e '/definitions of _GL_FUNCDECL_RPL/r ../../gl/c++defs.h' \
4851        -e '/definition of _GL_ARG_NONNULL/r ../../gl/arg-nonnull.h' \
4852        -e '/definition of _GL_WARN_ON_USE/r ../../gl/warn-on-use.h'; \
4853  } > unistd.h-t && \
4854  mv unistd.h-t unistd.h
4855  rm -f unistr.h-t unistr.h && \
4856  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
4857    cat ../../gl/unistr.in.h; \
4858  } > unistr.h-t && \
4859  mv -f unistr.h-t unistr.h
4860  rm -f unitypes.h-t unitypes.h && \
4861  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
4862    cat ../../gl/unitypes.in.h; \
4863  } > unitypes.h-t && \
4864  mv -f unitypes.h-t unitypes.h
4865  rm -f uniwbrk.h-t uniwbrk.h && \
4866  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
4867    cat ../../gl/uniwbrk.in.h; \
4868  } > uniwbrk.h-t && \
4869  mv -f uniwbrk.h-t uniwbrk.h
4870  rm -f uniwidth.h-t uniwidth.h && \
4871  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
4872    cat ../../gl/uniwidth.in.h; \
4873  } > uniwidth.h-t && \
4874  mv -f uniwidth.h-t uniwidth.h
4875  rm -f wchar.h-t wchar.h && \
4876  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
4877    sed -e 's|@''GUARD_PREFIX''@|GL|g' \
4878        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4879        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4880        -e 's|@''PRAGMA_COLUMNS''@||g' \
4881        -e 's|@''HAVE_FEATURES_H''@|1|g' \
4882        -e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g' \
4883        -e 's|@''HAVE_WCHAR_H''@|1|g' \
4884        -e 's/@''HAVE_CRTDEFS_H''@/0/g' \
4885        -e 's/@''GNULIB_OVERRIDES_WINT_T''@/0/g' \
4886        -e 's/@''GNULIB_BTOWC''@/1/g' \
4887        -e 's/@''GNULIB_WCTOB''@/0/g' \
4888        -e 's/@''GNULIB_MBSINIT''@/1/g' \
4889        -e 's/@''GNULIB_MBRTOWC''@/1/g' \
4890        -e 's/@''GNULIB_MBRLEN''@/0/g' \
4891        -e 's/@''GNULIB_MBSRTOWCS''@/0/g' \
4892        -e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \
4893        -e 's/@''GNULIB_WCRTOMB''@/1/g' \
4894        -e 's/@''GNULIB_WCSRTOMBS''@/0/g' \
4895        -e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \
4896        -e 's/@''GNULIB_WCWIDTH''@/1/g' \
4897        -e 's/@''GNULIB_WMEMCHR''@/0/g' \
4898        -e 's/@''GNULIB_WMEMCMP''@/0/g' \
4899        -e 's/@''GNULIB_WMEMCPY''@/0/g' \
4900        -e 's/@''GNULIB_WMEMMOVE''@/0/g' \
4901        -e 's/@''GNULIB_WMEMPCPY''@/0/g' \
4902        -e 's/@''GNULIB_WMEMSET''@/0/g' \
4903        -e 's/@''GNULIB_WCSLEN''@/0/g' \
4904        -e 's/@''GNULIB_WCSNLEN''@/0/g' \
4905        -e 's/@''GNULIB_WCSCPY''@/0/g' \
4906        -e 's/@''GNULIB_WCPCPY''@/0/g' \
4907        -e 's/@''GNULIB_WCSNCPY''@/0/g' \
4908        -e 's/@''GNULIB_WCPNCPY''@/0/g' \
4909        -e 's/@''GNULIB_WCSCAT''@/0/g' \
4910        -e 's/@''GNULIB_WCSNCAT''@/0/g' \
4911        -e 's/@''GNULIB_WCSCMP''@/0/g' \
4912        -e 's/@''GNULIB_WCSNCMP''@/0/g' \
4913        -e 's/@''GNULIB_WCSCASECMP''@/0/g' \
4914        -e 's/@''GNULIB_WCSNCASECMP''@/0/g' \
4915        -e 's/@''GNULIB_WCSCOLL''@/0/g' \
4916        -e 's/@''GNULIB_WCSXFRM''@/0/g' \
4917        -e 's/@''GNULIB_WCSDUP''@/0/g' \
4918        -e 's/@''GNULIB_WCSCHR''@/0/g' \
4919        -e 's/@''GNULIB_WCSRCHR''@/0/g' \
4920        -e 's/@''GNULIB_WCSCSPN''@/0/g' \
4921        -e 's/@''GNULIB_WCSSPN''@/0/g' \
4922        -e 's/@''GNULIB_WCSPBRK''@/0/g' \
4923        -e 's/@''GNULIB_WCSSTR''@/0/g' \
4924        -e 's/@''GNULIB_WCSTOK''@/0/g' \
4925        -e 's/@''GNULIB_WCSWIDTH''@/0/g' \
4926        -e 's/@''GNULIB_WCSFTIME''@/0/g' \
4927        < ../../gl/wchar.in.h | \
4928    sed -e 's|@''HAVE_WINT_T''@|1|g' \
4929        -e 's|@''HAVE_BTOWC''@|1|g' \
4930        -e 's|@''HAVE_MBSINIT''@|1|g' \
4931        -e 's|@''HAVE_MBRTOWC''@|1|g' \
4932        -e 's|@''HAVE_MBRLEN''@|1|g' \
4933        -e 's|@''HAVE_MBSRTOWCS''@|1|g' \
4934        -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
4935        -e 's|@''HAVE_WCRTOMB''@|1|g' \
4936        -e 's|@''HAVE_WCSRTOMBS''@|1|g' \
4937        -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
4938        -e 's|@''HAVE_WMEMCHR''@|1|g' \
4939        -e 's|@''HAVE_WMEMCMP''@|1|g' \
4940        -e 's|@''HAVE_WMEMCPY''@|1|g' \
4941        -e 's|@''HAVE_WMEMMOVE''@|1|g' \
4942        -e 's|@''HAVE_WMEMPCPY''@|1|g' \
4943        -e 's|@''HAVE_WMEMSET''@|1|g' \
4944        -e 's|@''HAVE_WCSLEN''@|1|g' \
4945        -e 's|@''HAVE_WCSNLEN''@|1|g' \
4946        -e 's|@''HAVE_WCSCPY''@|1|g' \
4947        -e 's|@''HAVE_WCPCPY''@|1|g' \
4948        -e 's|@''HAVE_WCSNCPY''@|1|g' \
4949        -e 's|@''HAVE_WCPNCPY''@|1|g' \
4950        -e 's|@''HAVE_WCSCAT''@|1|g' \
4951        -e 's|@''HAVE_WCSNCAT''@|1|g' \
4952        -e 's|@''HAVE_WCSCMP''@|1|g' \
4953        -e 's|@''HAVE_WCSNCMP''@|1|g' \
4954        -e 's|@''HAVE_WCSCASECMP''@|1|g' \
4955        -e 's|@''HAVE_WCSNCASECMP''@|1|g' \
4956        -e 's|@''HAVE_WCSCOLL''@|1|g' \
4957        -e 's|@''HAVE_WCSXFRM''@|1|g' \
4958        -e 's|@''HAVE_WCSDUP''@|1|g' \
4959        -e 's|@''HAVE_WCSCHR''@|1|g' \
4960        -e 's|@''HAVE_WCSRCHR''@|1|g' \
4961        -e 's|@''HAVE_WCSCSPN''@|1|g' \
4962        -e 's|@''HAVE_WCSSPN''@|1|g' \
4963        -e 's|@''HAVE_WCSPBRK''@|1|g' \
4964        -e 's|@''HAVE_WCSSTR''@|1|g' \
4965        -e 's|@''HAVE_WCSTOK''@|1|g' \
4966        -e 's|@''HAVE_WCSWIDTH''@|1|g' \
4967        -e 's|@''HAVE_WCSFTIME''@|1|g' \
4968        -e 's|@''HAVE_DECL_WCTOB''@|1|g' \
4969        -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
4970    | \
4971    sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
4972        -e 's|@''REPLACE_BTOWC''@|0|g' \
4973        -e 's|@''REPLACE_WCTOB''@|0|g' \
4974        -e 's|@''REPLACE_MBSINIT''@|0|g' \
4975        -e 's|@''REPLACE_MBRTOWC''@|1|g' \
4976        -e 's|@''REPLACE_MBRLEN''@|0|g' \
4977        -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \
4978        -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
4979        -e 's|@''REPLACE_WCRTOMB''@|0|g' \
4980        -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
4981        -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
4982        -e 's|@''REPLACE_WCWIDTH''@|0|g' \
4983        -e 's|@''REPLACE_WCSWIDTH''@|0|g' \
4984        -e 's|@''REPLACE_WCSFTIME''@|0|g' \
4985        -e 's|@''REPLACE_WCSTOK''@|0|g' \
4986        -e '/definitions of _GL_FUNCDECL_RPL/r ../../gl/c++defs.h' \
4987        -e '/definition of _GL_ARG_NONNULL/r ../../gl/arg-nonnull.h' \
4988        -e '/definition of _GL_WARN_ON_USE/r ../../gl/warn-on-use.h'; \
4989  } > wchar.h-t && \
4990  mv wchar.h-t wchar.h
4991  rm -f wctype.h-t wctype.h && \
4992  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
4993    sed -e 's|@''GUARD_PREFIX''@|GL|g' \
4994        -e 's/@''HAVE_WCTYPE_H''@/1/g' \
4995        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4996        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4997        -e 's|@''PRAGMA_COLUMNS''@||g' \
4998        -e 's|@''NEXT_WCTYPE_H''@|<wctype.h>|g' \
4999        -e 's/@''HAVE_CRTDEFS_H''@/0/g' \
5000        -e 's/@''GNULIB_OVERRIDES_WINT_T''@/0/g' \
5001        -e 's/@''GNULIB_ISWBLANK''@/1/g' \
5002        -e 's/@''GNULIB_ISWDIGIT''@/1/g' \
5003        -e 's/@''GNULIB_ISWXDIGIT''@/1/g' \
5004        -e 's/@''GNULIB_WCTYPE''@/0/g' \
5005        -e 's/@''GNULIB_ISWCTYPE''@/0/g' \
5006        -e 's/@''GNULIB_WCTRANS''@/0/g' \
5007        -e 's/@''GNULIB_TOWCTRANS''@/0/g' \
5008        -e 's/@''HAVE_ISWBLANK''@/1/g' \
5009        -e 's/@''HAVE_ISWCNTRL''@/1/g' \
5010        -e 's/@''HAVE_WCTYPE_T''@/1/g' \
5011        -e 's/@''HAVE_WCTRANS_T''@/1/g' \
5012        -e 's/@''HAVE_WINT_T''@/1/g' \
5013        -e 's/@''REPLACE_ISWBLANK''@/0/g' \
5014        -e 's/@''REPLACE_ISWDIGIT''@/0/g' \
5015        -e 's/@''REPLACE_ISWXDIGIT''@/0/g' \
5016        -e 's/@''REPLACE_ISWCNTRL''@/0/g' \
5017        -e 's/@''REPLACE_TOWLOWER''@/0/g' \
5018        -e '/definitions of _GL_FUNCDECL_RPL/r ../../gl/c++defs.h' \
5019        -e '/definition of _GL_WARN_ON_USE/r ../../gl/warn-on-use.h' \
5020        < ../../gl/wctype.in.h; \
5021  } > wctype.h-t && \
5022  mv wctype.h-t wctype.h
5023  make  distdir-am
5024  make[4]: Entering directory '/home/blp/tmp/pspptmp/branch-1.4/source/pspp/_build/gl'
5025  make[4]: Leaving directory '/home/blp/tmp/pspptmp/branch-1.4/source/pspp/_build/gl'
5026  make[3]: Leaving directory '/home/blp/tmp/pspptmp/branch-1.4/source/pspp/_build/gl'
5027   (cd po && make  top_distdir=../pspp-1.4.1-g79ad47 distdir=../pspp-1.4.1-g79ad47/po \
5028       am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
5029  make[3]: Entering directory '/home/blp/tmp/pspptmp/branch-1.4/source/pspp/_build/po'
5030  make[3]: Leaving directory '/home/blp/tmp/pspptmp/branch-1.4/source/pspp/_build/po'
5031  make  \
5032    top_distdir="pspp-1.4.1-g79ad47" distdir="pspp-1.4.1-g79ad47" \
5033    dist-info dist-hook
5034  make[3]: Entering directory '/home/blp/tmp/pspptmp/branch-1.4/source/pspp/_build'
5035  restore=: && backupdir=".am$$" && \
5036  am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd .. && \
5037  rm -rf $backupdir && mkdir $backupdir && \
5038  if (/bin/bash /home/blp/tmp/pspptmp/branch-1.4/source/pspp/build-aux/missing makeinfo --version) >/dev/null 2>&1; then \
5039    for f in ../doc/pspp.info ../doc/pspp.info-[0-9] ../doc/pspp.info-[0-9][0-9] ../doc/pspp.i[0-9] ../doc/pspp.i[0-9][0-9]; do \
5040      if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
5041    done; \
5042  else :; fi && \
5043  cd "$am__cwd"; \
5044  if /bin/bash /home/blp/tmp/pspptmp/branch-1.4/source/pspp/build-aux/missing makeinfo   -I doc -I ../doc \
5045   -o ../doc/pspp.info ../doc/pspp.texi; \
5046  then \
5047    rc=0; \
5048    CDPATH="${ZSH_VERSION+.}:" && cd ..; \
5049  else \
5050    rc=$?; \
5051    CDPATH="${ZSH_VERSION+.}:" && cd .. && \
5052    $restore $backupdir/* `echo "./../doc/pspp.info" | sed 's|[^/]*$||'`; \
5053  fi; \
5054  rm -rf $backupdir; exit $rc
5055  restore=: && backupdir=".am$$" && \
5056  am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd .. && \
5057  rm -rf $backupdir && mkdir $backupdir && \
5058  if (/bin/bash /home/blp/tmp/pspptmp/branch-1.4/source/pspp/build-aux/missing makeinfo --version) >/dev/null 2>&1; then \
5059    for f in ../doc/pspp-dev.info ../doc/pspp-dev.info-[0-9] ../doc/pspp-dev.info-[0-9][0-9] ../doc/pspp-dev.i[0-9] ../doc/pspp-dev.i[0-9][0-9]; do \
5060      if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
5061    done; \
5062  else :; fi && \
5063  cd "$am__cwd"; \
5064  if /bin/bash /home/blp/tmp/pspptmp/branch-1.4/source/pspp/build-aux/missing makeinfo   -I doc -I ../doc \
5065   -o ../doc/pspp-dev.info ../doc/pspp-dev.texi; \
5066  then \
5067    rc=0; \
5068    CDPATH="${ZSH_VERSION+.}:" && cd ..; \
5069  else \
5070    rc=$?; \
5071    CDPATH="${ZSH_VERSION+.}:" && cd .. && \
5072    $restore $backupdir/* `echo "./../doc/pspp-dev.info" | sed 's|[^/]*$||'`; \
5073  fi; \
5074  rm -rf $backupdir; exit $rc
5075  if test -d ../.git; then			\
5076    ../build-aux/gitlog-to-changelog --since=2008-07-27  --srcdir=.. \
5077      > pspp-1.4.1-g79ad47/cl-t || exit 1;					\
5078    rm -f pspp-1.4.1-g79ad47/ChangeLog;				\
5079    mv pspp-1.4.1-g79ad47/cl-t pspp-1.4.1-g79ad47/ChangeLog;		\
5080  fi
5081  make[3]: Leaving directory '/home/blp/tmp/pspptmp/branch-1.4/source/pspp/_build'
5082  test -n "" \
5083  || find "pspp-1.4.1-g79ad47" -type d ! -perm -755 \
5084  	-exec chmod u+rwx,go+rx {} \; -o \
5085    ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
5086    ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
5087    ! -type d ! -perm -444 -exec /bin/bash /home/blp/tmp/pspptmp/branch-1.4/source/pspp/build-aux/install-sh -c -m a+r {} {} \; \
5088  || chmod -R a+r "pspp-1.4.1-g79ad47"
5089  make[2]: Leaving directory '/home/blp/tmp/pspptmp/branch-1.4/source/pspp/_build'
5090  tardir=pspp-1.4.1-g79ad47 && tar --format=ustar -chf - "$tardir" | eval GZIP= gzip --best -c >pspp-1.4.1-g79ad47.tar.gz
5091  make[1]: Leaving directory '/home/blp/tmp/pspptmp/branch-1.4/source/pspp/_build'
5092  if test -d "pspp-1.4.1-g79ad47"; then find "pspp-1.4.1-g79ad47" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "pspp-1.4.1-g79ad47" || { sleep 5 && rm -rf "pspp-1.4.1-g79ad47"; }; else :; fi

5094  Saving source distribution: pspp-1.4.1-g79ad47.tar.gz
5095  cp -R pspp/_build/pspp-1.4.1-g79ad47.tar.gz /home/blp/tmp/pspptmp/branch-1.4/source/results/pspp-1.4.1-g79ad47.tar.gz
5096  rm pspp/_build/pspp-1.4.1-g79ad47.tar.gz

5098  Saving translation templates: pspp.pot
5099  cp -R pspp/_build/po/pspp.pot /home/blp/tmp/pspptmp/branch-1.4/source/results/pspp.pot

5101  Build user manual
5102  cd pspp && GENDOCS_TEMPLATE_DIR=/home/blp/pspp/build/. /home/blp/pspp/build/./gendocs.sh -s doc/pspp.texi -I doc -o /home/blp/tmp/pspptmp/branch-1.4/source/results/user-manual --email bug-gnu-pspp@gnu.org pspp "GNU PSPP User Manual"
5103  Generating output formats for doc/pspp.texi
5104  Generating info file(s)... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo -o pspp.info  -I 'doc' --no-split "doc/pspp.texi")
5105  Generating dvi ... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= texi2dvi -t @finalout  -I 'doc' "doc/pspp.texi")
5106  This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/Debian) (preloaded format=etex)
5107   restricted \write18 enabled.
5108  entering extended mode
5109  
5110  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp.t2d/dvi/xtr/pspp.texi
5111  (/usr/share/texmf/tex/texinfo/texinfo.tex
5112  Loading texinfo [version 2019-09-20.22]: pdf, fonts, markup, glyphs,
5113  page headings, tables, conditionals, indexing, sectioning, toc, environments,
5114  defuns, macros, cross references, insertions,
5115  (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
5116  This is `epsf.tex' v2.7.4 <14 February 2011>
5117  ) localization, formatting, and turning on texinfo input format.)
5118  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/version.texi) [1] [2]
5119  [1] [-1] (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/introduction.texi
5120  Chapter 1
5121  Writing index file pspp.cp
5122  Cross reference values unknown; you must run TeX again.)
5123  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/license.texi Chapter 2
5124  [2]) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/invoking.texi Chapter 3
5125  [3] [4] [5] [6] [7] [8] [9] Chapter 4 [10])
5126  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/tutorial.texi
5127  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/tut.texi) Chapter 5 [11]
5128  Underfull \hbox (badness 7832) in paragraph at lines 2--7
5129   []@textbf Please note: @textrm Nor-mally these files are in-stalled in the di-
5130  rec-tory 
5131  [12] [13]
5132  Writing index file pspp.vr
5133  [14] [15] [16] [17] [18] [19]
5134  Overfull \hbox (49.43388pt too wide) in paragraph at lines 626--626
5135   []@texttt +----------------------------------------------------------+--------
5136  -+--------+[] 
5137  
5138  Overfull \hbox (49.43388pt too wide) in paragraph at lines 627--627
5139   []@texttt |                                                          |        
5140   |  Std.  |[] 
5141  
5142  Overfull \hbox (49.43388pt too wide) in paragraph at lines 628--628
5143   []@texttt |                                                          |Statisti
5144  c|  Error |[] 
5145  
5146  Overfull \hbox (49.43388pt too wide) in paragraph at lines 629--629
5147   []@texttt +----------------------------------------------------------+--------
5148  -+--------+[] 
5149  
5150  Overfull \hbox (49.43388pt too wide) in paragraph at lines 630--630
5151   []@texttt |Mean time between        Mean                             |     8.3
5152  2|    1.62|[] 
5153  
5154  Overfull \hbox (49.43388pt too wide) in paragraph at lines 631--631
5155   []@texttt |failures (months)        95% Confidence Interval Lower    |     4.8
5156  5|        |[] 
5157  
5158  Overfull \hbox (49.43388pt too wide) in paragraph at lines 632--632
5159   []@texttt |                         for Mean                Bound    |        
5160   |        |[] 
5161  
5162  Overfull \hbox (49.43388pt too wide) in paragraph at lines 633--633
5163   []@texttt |                                                 Upper    |    11.7
5164  9|        |[] 
5165  
5166  Overfull \hbox (49.43388pt too wide) in paragraph at lines 634--634
5167   []@texttt |                                                 Bound    |        
5168   |        |[] 
5169  
5170  Overfull \hbox (49.43388pt too wide) in paragraph at lines 635--635
5171   []@texttt |                         5% Trimmed Mean                  |     7.6
5172  9|        |[] 
5173  
5174  Overfull \hbox (49.43388pt too wide) in paragraph at lines 636--636
5175   []@texttt |                         Median                           |     8.1
5176  2|        |[] 
5177  
5178  Overfull \hbox (49.43388pt too wide) in paragraph at lines 637--637
5179   []@texttt |                         Variance                         |    39.2
5180  1|        |[] 
5181  
5182  Overfull \hbox (49.43388pt too wide) in paragraph at lines 638--638
5183   []@texttt |                         Std. Deviation                   |     6.2
5184  6|        |[] 
5185  
5186  Overfull \hbox (49.43388pt too wide) in paragraph at lines 639--639
5187   []@texttt |                         Minimum                          |     1.6
5188  3|        |[] 
5189  
5190  Overfull \hbox (49.43388pt too wide) in paragraph at lines 640--640
5191   []@texttt |                         Maximum                          |    26.4
5192  7|        |[] 
5193  
5194  Overfull \hbox (49.43388pt too wide) in paragraph at lines 641--641
5195   []@texttt |                         Range                            |    24.8
5196  4|        |[] 
5197  
5198  Overfull \hbox (49.43388pt too wide) in paragraph at lines 642--642
5199   []@texttt |                         Interquartile Range              |     5.8
5200  3|        |[] 
5201  
5202  Overfull \hbox (49.43388pt too wide) in paragraph at lines 643--643
5203   []@texttt |                         Skewness                         |     1.8
5204  5|     .58|[] 
5205  
5206  Overfull \hbox (49.43388pt too wide) in paragraph at lines 644--644
5207   []@texttt |                         Kurtosis                         |     4.4
5208  9|    1.12|[] 
5209  
5210  Overfull \hbox (49.43388pt too wide) in paragraph at lines 645--645
5211   []@texttt +----------------------------------------------------------+--------
5212  -+--------+[] 
5213  
5214  Overfull \hbox (26.43913pt too wide) in paragraph at lines 658--658
5215   []@texttt +----------------------------------------------------+---------+----
5216  ------+[] 
5217  
5218  Overfull \hbox (26.43913pt too wide) in paragraph at lines 659--659
5219   []@texttt |                                                    |Statistic|Std.
5220   Error|[] 
5221  
5222  Overfull \hbox (26.43913pt too wide) in paragraph at lines 660--660
5223   []@texttt +----------------------------------------------------+---------+----
5224  ------+[] 
5225  
5226  Overfull \hbox (26.43913pt too wide) in paragraph at lines 661--661
5227   []@texttt |mtbf_ln Mean                                        |     1.88|    
5228     .19|[] 
5229  
5230  Overfull \hbox (26.43913pt too wide) in paragraph at lines 662--662
5231   []@texttt |        95% Confidence Interval for Mean Lower Bound|     1.47|    
5232        |[] 
5233  
5234  Overfull \hbox (26.43913pt too wide) in paragraph at lines 663--663
5235   []@texttt |                                         Upper Bound|     2.29|    
5236        |[] 
5237  
5238  Overfull \hbox (26.43913pt too wide) in paragraph at lines 664--664
5239   []@texttt |        5% Trimmed Mean                             |     1.88|    
5240        |[] 
5241  
5242  Overfull \hbox (26.43913pt too wide) in paragraph at lines 665--665
5243   []@texttt |        Median                                      |     2.09|    
5244        |[] 
5245  
5246  Overfull \hbox (26.43913pt too wide) in paragraph at lines 666--666
5247   []@texttt |        Variance                                    |      .54|    
5248        |[] 
5249  
5250  Overfull \hbox (26.43913pt too wide) in paragraph at lines 667--667
5251   []@texttt |        Std. Deviation                              |      .74|    
5252        |[] 
5253  
5254  Overfull \hbox (26.43913pt too wide) in paragraph at lines 668--668
5255   []@texttt |        Minimum                                     |      .49|    
5256        |[] 
5257  
5258  Overfull \hbox (26.43913pt too wide) in paragraph at lines 669--669
5259   []@texttt |        Maximum                                     |     3.28|    
5260        |[] 
5261  
5262  Overfull \hbox (26.43913pt too wide) in paragraph at lines 670--670
5263   []@texttt |        Range                                       |     2.79|    
5264        |[] 
5265  
5266  Overfull \hbox (26.43913pt too wide) in paragraph at lines 671--671
5267   []@texttt |        Interquartile Range                         |      .92|    
5268        |[] 
5269  
5270  Overfull \hbox (26.43913pt too wide) in paragraph at lines 672--672
5271   []@texttt |        Skewness                                    |     -.16|    
5272     .58|[] 
5273  
5274  Overfull \hbox (26.43913pt too wide) in paragraph at lines 673--673
5275   []@texttt |        Kurtosis                                    |     -.09|    
5276    1.12|[] 
5277  
5278  Overfull \hbox (26.43913pt too wide) in paragraph at lines 674--674
5279   []@texttt +----------------------------------------------------+---------+----
5280  ------+[] 
5281  [20]
5282  Overfull \vbox (367.53717pt too high) has occurred while \output is active
5283  [21]
5284  Overfull \hbox (49.43388pt too wide) in paragraph at lines 785--785
5285   []@texttt +-------------------------------------------+--+-------+------------
5286  -+--------+[] 
5287  
5288  Overfull \hbox (49.43388pt too wide) in paragraph at lines 786--786
5289   []@texttt |                                           |  |       |     Std.   
5290   |  S.E.  |[] 
5291  
5292  Overfull \hbox (49.43388pt too wide) in paragraph at lines 787--787
5293   []@texttt |                                     Group | N|  Mean |  Deviation 
5294   |  Mean  |[] 
5295  
5296  Overfull \hbox (49.43388pt too wide) in paragraph at lines 788--788
5297   []@texttt +-------------------------------------------+--+-------+------------
5298  -+--------+[] 
5299  
5300  Overfull \hbox (49.43388pt too wide) in paragraph at lines 789--789
5301   []@texttt |Height in millimeters                Male  |22|1796.49|        49.7
5302  1|   10.60|[] 
5303  
5304  Overfull \hbox (49.43388pt too wide) in paragraph at lines 790--790
5305   []@texttt |                                     Female|17|1610.77|        25.4
5306  3|    6.17|[] 
5307  
5308  Overfull \hbox (49.43388pt too wide) in paragraph at lines 791--791
5309   []@texttt +-------------------------------------------+--+-------+------------
5310  -+--------+[] 
5311  
5312  Overfull \hbox (49.43388pt too wide) in paragraph at lines 792--792
5313   []@texttt |Internal body temperature in degrees Male  |22|  36.68|         1.9
5314  5|     .42|[] 
5315  
5316  Overfull \hbox (49.43388pt too wide) in paragraph at lines 793--793
5317   []@texttt |Celcius                              Female|18|  37.43|         1.6
5318  1|     .38|[] 
5319  
5320  Overfull \hbox (49.43388pt too wide) in paragraph at lines 794--794
5321   []@texttt +-------------------------------------------+--+-------+------------
5322  -+--------+[] 
5323  
5324  Overfull \hbox (32.18782pt too wide) in paragraph at lines 797--797
5325   []@texttt +---------------------+---------------------------------------------
5326  --------[] 
5327  
5328  Overfull \hbox (32.18782pt too wide) in paragraph at lines 802--802
5329   []@texttt |                     | Variances               T-Test for Equality 
5330  of Means[] 
5331  
5332  Overfull \hbox (32.18782pt too wide) in paragraph at lines 803--803
5333   []@texttt |                     +----+-----+-----+-----+-------+----------+---
5334  -------+[] 
5335  
5336  Overfull \hbox (32.18782pt too wide) in paragraph at lines 804--804
5337   []@texttt |                     |    |     |     |     |       |          |   
5338         |[] 
5339  
5340  Overfull \hbox (32.18782pt too wide) in paragraph at lines 805--805
5341   []@texttt |                     |    |     |     |     |       |          |   
5342         |[] 
5343  
5344  Overfull \hbox (32.18782pt too wide) in paragraph at lines 806--806
5345   []@texttt |                     |    |     |     |     |       |          |   
5346         |[] 
5347  
5348  Overfull \hbox (32.18782pt too wide) in paragraph at lines 807--807
5349   []@texttt |                     |    |     |     |     |       |          |   
5350         |[] 
5351  
5352  Overfull \hbox (32.18782pt too wide) in paragraph at lines 808--808
5353   []@texttt |                     |    |     |     |     |  Sig. |          |   
5354         |[] 
5355  
5356  Overfull \hbox (32.18782pt too wide) in paragraph at lines 809--809
5357   []@texttt |                     |    |     |     |     |  (2-  |   Mean   |Std
5358  . Error|[] 
5359  
5360  Overfull \hbox (32.18782pt too wide) in paragraph at lines 810--810
5361   []@texttt |                     |  F | Sig.|  t  |  df |tailed)|Difference|Dif
5362  ference|[] 
5363  
5364  Overfull \hbox (32.18782pt too wide) in paragraph at lines 811--811
5365   []@texttt +---------------------+----+-----+-----+-----+-------+----------+---
5366  -------+[] 
5367  
5368  Overfull \hbox (32.18782pt too wide) in paragraph at lines 812--812
5369   []@texttt |Height in   Equal    | .97| .331|14.02|37.00|   .000|    185.72|   
5370    13.24|[] 
5371  
5372  Overfull \hbox (32.18782pt too wide) in paragraph at lines 813--813
5373   []@texttt |millimeters variances|    |     |     |     |       |          |   
5374         |[] 
5375  
5376  Overfull \hbox (32.18782pt too wide) in paragraph at lines 814--814
5377   []@texttt |            assumed  |    |     |     |     |       |          |   
5378         |[] 
5379  
5380  Overfull \hbox (32.18782pt too wide) in paragraph at lines 815--815
5381   []@texttt |            Equal    |    |     |15.15|32.71|   .000|    185.72|   
5382    12.26|[] 
5383  
5384  Overfull \hbox (32.18782pt too wide) in paragraph at lines 816--816
5385   []@texttt |            variances|    |     |     |     |       |          |   
5386         |[] 
5387  
5388  Overfull \hbox (32.18782pt too wide) in paragraph at lines 817--817
5389   []@texttt |            not      |    |     |     |     |       |          |   
5390         |[] 
5391  
5392  Overfull \hbox (32.18782pt too wide) in paragraph at lines 818--818
5393   []@texttt |            assumed  |    |     |     |     |       |          |   
5394         |[] 
5395  
5396  Overfull \hbox (32.18782pt too wide) in paragraph at lines 819--819
5397   []@texttt +---------------------+----+-----+-----+-----+-------+----------+---
5398  -------+[] 
5399  
5400  Overfull \hbox (32.18782pt too wide) in paragraph at lines 820--820
5401   []@texttt |Internal    Equal    | .31| .581|-1.31|38.00|   .198|      -.75|   
5402      .57|[] 
5403  
5404  Overfull \hbox (32.18782pt too wide) in paragraph at lines 821--821
5405   []@texttt |body        variances|    |     |     |     |       |          |   
5406         |[] 
5407  
5408  Overfull \hbox (32.18782pt too wide) in paragraph at lines 822--822
5409   []@texttt |temperature assumed  |    |     |     |     |       |          |   
5410         |[] 
5411  
5412  Overfull \hbox (32.18782pt too wide) in paragraph at lines 823--823
5413   []@texttt |in degrees  Equal    |    |     |-1.33|37.99|   .190|      -.75|   
5414      .56|[] 
5415  
5416  Overfull \hbox (32.18782pt too wide) in paragraph at lines 824--824
5417   []@texttt |Celcius     variances|    |     |     |     |       |          |   
5418         |[] 
5419  
5420  Overfull \hbox (32.18782pt too wide) in paragraph at lines 825--825
5421   []@texttt |            not      |    |     |     |     |       |          |   
5422         |[] 
5423  
5424  Overfull \hbox (32.18782pt too wide) in paragraph at lines 826--826
5425   []@texttt |            assumed  |    |     |     |     |       |          |   
5426         |[] 
5427  
5428  Overfull \hbox (32.18782pt too wide) in paragraph at lines 827--827
5429   []@texttt +---------------------+----+-----+-----+-----+-------+----------+---
5430  -------+[] 
5431  [22]
5432  Overfull \vbox (565.53712pt too high) has occurred while \output is active
5433  [23]
5434  Overfull \hbox (49.43388pt too wide) in paragraph at lines 905--905
5435   []@texttt +------------------------+-----------------------------------------+
5436  -----+----+[] 
5437  
5438  Overfull \hbox (49.43388pt too wide) in paragraph at lines 906--906
5439   []@texttt |                        |    Unstandardized        Standardized   |
5440       |    |[] 
5441  
5442  Overfull \hbox (49.43388pt too wide) in paragraph at lines 907--907
5443   []@texttt |                        |     Coefficients         Coefficients   |
5444       |    |[] 
5445  
5446  Overfull \hbox (49.43388pt too wide) in paragraph at lines 908--908
5447   []@texttt |                        +---------+-----------+-------------------+
5448       |    |[] 
5449  
5450  Overfull \hbox (49.43388pt too wide) in paragraph at lines 909--909
5451   []@texttt |                        |    B    | Std. Error|        Beta       |
5452    t  |Sig.|[] 
5453  
5454  Overfull \hbox (49.43388pt too wide) in paragraph at lines 910--910
5455   []@texttt +------------------------+---------+-----------+-------------------+
5456  -----+----+[] 
5457  
5458  Overfull \hbox (49.43388pt too wide) in paragraph at lines 911--911
5459   []@texttt |(Constant)              |     9.81|       1.50|                .00|
5460   6.54|.000|[] 
5461  
5462  Overfull \hbox (49.43388pt too wide) in paragraph at lines 912--912
5463   []@texttt |Mean time between       |     3.10|        .10|                .99|
5464  32.43|.000|[] 
5465  
5466  Overfull \hbox (49.43388pt too wide) in paragraph at lines 913--913
5467   []@texttt |failures (months)       |         |           |                   |
5468       |    |[] 
5469  
5470  Overfull \hbox (49.43388pt too wide) in paragraph at lines 914--914
5471   []@texttt |Ratio of working to non-|     1.09|       1.78|                .02|
5472    .61|.552|[] 
5473  
5474  Overfull \hbox (49.43388pt too wide) in paragraph at lines 915--915
5475   []@texttt |working time            |         |           |                   |
5476       |    |[] 
5477  
5478  Overfull \hbox (49.43388pt too wide) in paragraph at lines 916--916
5479   []@texttt +------------------------+---------+-----------+-------------------+
5480  -----+----+[] 
5481  
5482  Overfull \hbox (49.43388pt too wide) in paragraph at lines 919--919
5483   []@texttt +-----------------------+------------------------------------------+
5484  -----+----+[] 
5485  
5486  Overfull \hbox (49.43388pt too wide) in paragraph at lines 920--920
5487   []@texttt |                       |    Unstandardized         Standardized   |
5488       |    |[] 
5489  
5490  Overfull \hbox (49.43388pt too wide) in paragraph at lines 921--921
5491   []@texttt |                       |     Coefficients          Coefficients   |
5492       |    |[] 
5493  
5494  Overfull \hbox (49.43388pt too wide) in paragraph at lines 922--922
5495   []@texttt |                       +---------+------------+-------------------+
5496       |    |[] 
5497  
5498  Overfull \hbox (49.43388pt too wide) in paragraph at lines 923--923
5499   []@texttt |                       |    B    | Std. Error |        Beta       |
5500    t  |Sig.|[] 
5501  
5502  Overfull \hbox (49.43388pt too wide) in paragraph at lines 924--924
5503   []@texttt +-----------------------+---------+------------+-------------------+
5504  -----+----+[] 
5505  
5506  Overfull \hbox (49.43388pt too wide) in paragraph at lines 925--925
5507   []@texttt |(Constant)             |    10.50|         .96|                .00|
5508  10.96|.000|[] 
5509  
5510  Overfull \hbox (49.43388pt too wide) in paragraph at lines 926--926
5511   []@texttt |Mean time between      |     3.11|         .09|                .99|
5512  33.39|.000|[] 
5513  
5514  Overfull \hbox (49.43388pt too wide) in paragraph at lines 927--927
5515   []@texttt |failures (months)      |         |            |                   |
5516       |    |[] 
5517  
5518  Overfull \hbox (49.43388pt too wide) in paragraph at lines 928--928
5519   []@texttt +-----------------------+---------+------------+-------------------+
5520  -----+----+[] 
5521  [24]) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/language.texi
5522  Chapter 6 [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37]
5523  [38] [39] [40] [41] [42] [43])
5524  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/expressions.texi Chapter 7
5525  [44] [45] [46]
5526  Writing index file pspp.fn
5527  [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61])
5528  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/data-io.texi Chapter 8
5529  [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76]
5530  [77] [78] [79] [80] [81])
5531  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/files.texi Chapter 9 [82]
5532  [83] [84] [85] [86]
5533  Overfull \hbox (49.43388pt too wide) in paragraph at lines 369--369
5534   []     @texttt /CONNECT='host=example.com port=5432 dbname=product user=fred p
5535  asswd=xxxx'[] 
5536  [87] [88]
5537  Overfull \hbox (14.94176pt too wide) in paragraph at lines 551--551
5538   []@texttt 'Pet''s Name', "Age", "Color", "Date Received", "Price", "Height", "
5539  Type"[] 
5540  [89]
5541  Overfull \hbox (43.6852pt too wide) in paragraph at lines 565--565
5542   []@texttt GET DATA /TYPE=TXT /FILE='pets.data' /DELIMITERS=', ' /QUALIFIER='''
5543  "' /ESCAPE[] 
5544  [90] [91] [92] [93] [94] [95])
5545  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/combining.texi Chapter 10
5546  [96] [97] [98] [99] [100])
5547  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/variables.texi Chapter 11
5548  [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111])
5549  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/transformation.texi
5550  Chapter 12 [112] [113] [114] [115] [116] [117] [118] [119] [120] [121])
5551  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/data-selection.texi
5552  Chapter 13 [122] [123] [124] [125])
5553  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/flow-control.texi Chapter 14
5554  [126] [127] [128])
5555  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/statistics.texi Chapter 15
5556  [129]
5557  Overfull \hbox (21.88182pt too wide) in paragraph at lines 50--50
5558   []        @textrm /SORT=$@textsy f$@textrm NONE,MEAN,SEMEAN,STDDEV,VARIANCE,KU
5559  RTOSIS,SKEWNESS,[] 
5560  
5561  Overfull \hbox (12.07246pt too wide) in paragraph at lines 51--51
5562   []               @textrm RANGE,MINIMUM,MAXIMUM,SUM,SESKEWNESS,SEKURTOSIS,NAME$
5563  @textsy g$[] 
5564  [130]
5565  Overfull \hbox (38.76299pt too wide) in paragraph at lines 137--137
5566   []        @textrm /STATISTICS=$@textsy f$@textrm DEFAULT,MEAN,SEMEAN,MEDIAN,MO
5567  DE,STDDEV,VARIANCE,[] 
5568  [131] [132]
5569  Overfull \hbox (24.47751pt too wide) in paragraph at lines 259--259
5570   []        @textrm /PLOT=$@textsy f$@textrm BOXPLOT, NPPLOT, HIS-TOGRAM, SPREAD
5571  LEVEL[(@textsl t[]@textrm )], ALL, NONE$@textsy g$[] 
5572  [133] [134] [135] [136] [137]
5573  Overfull \hbox (29.486pt too wide) in paragraph at lines 613--613
5574   []        @textrm /CELLS=$@textsy f$@textrm COUNT,ROW,COLUMN,TOTAL,EXPECTED,RE
5575  SIDUAL,SRESIDUAL,[] 
5576  [138] [139]
5577  Overfull \hbox (46.11884pt too wide) in paragraph at lines 813--813
5578   []        @textrm [ /ROTATION=$@textsy f$@textrm VARIMAX, EQUA-MAX, QUAR-TI-MA
5579  X, PRO-MAX[(@textsl k[]@textrm )], NOROTATE$@textsy g$@textrm ][] 
5580  [140] [141] [142] [143]
5581  Overfull \hbox (14.6579pt too wide) in paragraph at lines 1092--1092
5582   []      @textrm [/CELLS = [MEAN] [COUNT] [STD-DEV] [SE-MEAN] [SUM] [MIN] [MAX]
5583   [RANGE][] 
5584  [144] [145] [146] [147]
5585  Overfull \hbox (24.44705pt too wide) in paragraph at lines 1400--1400
5586   []     @textrm [ /KOLMOGOROV-SMIRNOV ($@textsy f$@textrm NORMAL [@textsl mu[]@
5587  textrm , @textsl sigma[]@textrm ], UNI-FORM [@textsl min[]@textrm , @textsl max
5588  []@textrm ], POIS-
5589  [148] [149] [150] [151] [152]
5590  Overfull \hbox (40.33183pt too wide) in paragraph at lines 1815--1815
5591   []      @textrm [/CRI-TE-RIA=CLUSTERS(@textsl k[]@textrm ) [MX-ITER(@textsl ma
5592  x[]iter[]@textrm )] CON-VERGE(@textsl epsilon[]@textrm ) [NOINITIAL]][] 
5593  [153] [154] (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/regression.texi
5594  [155] [156]) [157])
5595  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/utilities.texi Chapter 16
5596  [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169]
5597  [170] [171])
5598  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/pspp-convert.texi Chapter 17
5599  [172] [173] [174])
5600  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/pspp-output.texi Chapter 18
5601  [175] [176]
5602  Underfull \hbox (badness 10000) in paragraph at lines 132--133
5603   []@texttt charts headings logs models tables texts trees warnings 
5604  [177]) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/pspp-dump-sav.texi
5605  Chapter 19 [178])
5606  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/not-implemented.texi
5607  Chapter 20 [179] (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/ni.texi
5608  [180] [181] [182] [183]))
5609  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/bugs.texi Chapter 21 [184]
5610  [185]
5611  Overfull \hbox (20.69044pt too wide) in paragraph at lines 106--106
5612   []@texttt I downloaded the latest version of PSPP and entered a sequence of nu
5613  mbers,[] 
5614  ) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/function-index.texi
5615  Chapter 22 [186]
5616  No file pspp.fns.
5617  ) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/command-index.texi
5618  Chapter 23 [187]
5619  No file pspp.vrs.
5620  ) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/concept-index.texi
5621  Chapter 24 [188]
5622  No file pspp.cps.
5623  ) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/fdl.texi Appendix A
5624  [189] [190] [191] [192] [193] [194] [195] [196]) [197] )
5625  (see the transcript file for additional information)
5626  Output written on pspp.dvi (200 pages, 630056 bytes).
5627  Transcript written on pspp.log.
5628  This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/Debian) (preloaded format=etex)
5629   restricted \write18 enabled.
5630  entering extended mode
5631  
5632  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp.t2d/dvi/xtr/pspp.texi
5633  (/usr/share/texmf/tex/texinfo/texinfo.tex
5634  Loading texinfo [version 2019-09-20.22]: pdf, fonts, markup, glyphs,
5635  page headings, tables, conditionals, indexing, sectioning, toc, environments,
5636  defuns, macros, cross references, insertions,
5637  (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
5638  This is `epsf.tex' v2.7.4 <14 February 2011>
5639  ) localization, formatting, and turning on texinfo input format.)
5640  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/version.texi) [1] [2]
5641  [1] (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp.toc [-1] [-2] [-3]
5642  [-4] [-5]) [-6] [-7]
5643  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/introduction.texi Chapter 1
5644  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp.aux)
5645  Writing index file pspp.cp
5646  ) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/license.texi Chapter 2
5647  [2]) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/invoking.texi Chapter 3
5648  [3] [4] [5] [6] [7] [8] [9] Chapter 4 [10])
5649  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/tutorial.texi
5650  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/tut.texi) Chapter 5 [11]
5651  Underfull \hbox (badness 7832) in paragraph at lines 2--7
5652   []@textbf Please note: @textrm Nor-mally these files are in-stalled in the di-
5653  rec-tory 
5654  [12] [13]
5655  Writing index file pspp.vr
5656  [14] [15] [16] [17] [18] [19]
5657  Overfull \hbox (49.43388pt too wide) in paragraph at lines 626--626
5658   []@texttt +----------------------------------------------------------+--------
5659  -+--------+[] 
5660  
5661  Overfull \hbox (49.43388pt too wide) in paragraph at lines 627--627
5662   []@texttt |                                                          |        
5663   |  Std.  |[] 
5664  
5665  Overfull \hbox (49.43388pt too wide) in paragraph at lines 628--628
5666   []@texttt |                                                          |Statisti
5667  c|  Error |[] 
5668  
5669  Overfull \hbox (49.43388pt too wide) in paragraph at lines 629--629
5670   []@texttt +----------------------------------------------------------+--------
5671  -+--------+[] 
5672  
5673  Overfull \hbox (49.43388pt too wide) in paragraph at lines 630--630
5674   []@texttt |Mean time between        Mean                             |     8.3
5675  2|    1.62|[] 
5676  
5677  Overfull \hbox (49.43388pt too wide) in paragraph at lines 631--631
5678   []@texttt |failures (months)        95% Confidence Interval Lower    |     4.8
5679  5|        |[] 
5680  
5681  Overfull \hbox (49.43388pt too wide) in paragraph at lines 632--632
5682   []@texttt |                         for Mean                Bound    |        
5683   |        |[] 
5684  
5685  Overfull \hbox (49.43388pt too wide) in paragraph at lines 633--633
5686   []@texttt |                                                 Upper    |    11.7
5687  9|        |[] 
5688  
5689  Overfull \hbox (49.43388pt too wide) in paragraph at lines 634--634
5690   []@texttt |                                                 Bound    |        
5691   |        |[] 
5692  
5693  Overfull \hbox (49.43388pt too wide) in paragraph at lines 635--635
5694   []@texttt |                         5% Trimmed Mean                  |     7.6
5695  9|        |[] 
5696  
5697  Overfull \hbox (49.43388pt too wide) in paragraph at lines 636--636
5698   []@texttt |                         Median                           |     8.1
5699  2|        |[] 
5700  
5701  Overfull \hbox (49.43388pt too wide) in paragraph at lines 637--637
5702   []@texttt |                         Variance                         |    39.2
5703  1|        |[] 
5704  
5705  Overfull \hbox (49.43388pt too wide) in paragraph at lines 638--638
5706   []@texttt |                         Std. Deviation                   |     6.2
5707  6|        |[] 
5708  
5709  Overfull \hbox (49.43388pt too wide) in paragraph at lines 639--639
5710   []@texttt |                         Minimum                          |     1.6
5711  3|        |[] 
5712  
5713  Overfull \hbox (49.43388pt too wide) in paragraph at lines 640--640
5714   []@texttt |                         Maximum                          |    26.4
5715  7|        |[] 
5716  
5717  Overfull \hbox (49.43388pt too wide) in paragraph at lines 641--641
5718   []@texttt |                         Range                            |    24.8
5719  4|        |[] 
5720  
5721  Overfull \hbox (49.43388pt too wide) in paragraph at lines 642--642
5722   []@texttt |                         Interquartile Range              |     5.8
5723  3|        |[] 
5724  
5725  Overfull \hbox (49.43388pt too wide) in paragraph at lines 643--643
5726   []@texttt |                         Skewness                         |     1.8
5727  5|     .58|[] 
5728  
5729  Overfull \hbox (49.43388pt too wide) in paragraph at lines 644--644
5730   []@texttt |                         Kurtosis                         |     4.4
5731  9|    1.12|[] 
5732  
5733  Overfull \hbox (49.43388pt too wide) in paragraph at lines 645--645
5734   []@texttt +----------------------------------------------------------+--------
5735  -+--------+[] 
5736  
5737  Overfull \hbox (26.43913pt too wide) in paragraph at lines 658--658
5738   []@texttt +----------------------------------------------------+---------+----
5739  ------+[] 
5740  
5741  Overfull \hbox (26.43913pt too wide) in paragraph at lines 659--659
5742   []@texttt |                                                    |Statistic|Std.
5743   Error|[] 
5744  
5745  Overfull \hbox (26.43913pt too wide) in paragraph at lines 660--660
5746   []@texttt +----------------------------------------------------+---------+----
5747  ------+[] 
5748  
5749  Overfull \hbox (26.43913pt too wide) in paragraph at lines 661--661
5750   []@texttt |mtbf_ln Mean                                        |     1.88|    
5751     .19|[] 
5752  
5753  Overfull \hbox (26.43913pt too wide) in paragraph at lines 662--662
5754   []@texttt |        95% Confidence Interval for Mean Lower Bound|     1.47|    
5755        |[] 
5756  
5757  Overfull \hbox (26.43913pt too wide) in paragraph at lines 663--663
5758   []@texttt |                                         Upper Bound|     2.29|    
5759        |[] 
5760  
5761  Overfull \hbox (26.43913pt too wide) in paragraph at lines 664--664
5762   []@texttt |        5% Trimmed Mean                             |     1.88|    
5763        |[] 
5764  
5765  Overfull \hbox (26.43913pt too wide) in paragraph at lines 665--665
5766   []@texttt |        Median                                      |     2.09|    
5767        |[] 
5768  
5769  Overfull \hbox (26.43913pt too wide) in paragraph at lines 666--666
5770   []@texttt |        Variance                                    |      .54|    
5771        |[] 
5772  
5773  Overfull \hbox (26.43913pt too wide) in paragraph at lines 667--667
5774   []@texttt |        Std. Deviation                              |      .74|    
5775        |[] 
5776  
5777  Overfull \hbox (26.43913pt too wide) in paragraph at lines 668--668
5778   []@texttt |        Minimum                                     |      .49|    
5779        |[] 
5780  
5781  Overfull \hbox (26.43913pt too wide) in paragraph at lines 669--669
5782   []@texttt |        Maximum                                     |     3.28|    
5783        |[] 
5784  
5785  Overfull \hbox (26.43913pt too wide) in paragraph at lines 670--670
5786   []@texttt |        Range                                       |     2.79|    
5787        |[] 
5788  
5789  Overfull \hbox (26.43913pt too wide) in paragraph at lines 671--671
5790   []@texttt |        Interquartile Range                         |      .92|    
5791        |[] 
5792  
5793  Overfull \hbox (26.43913pt too wide) in paragraph at lines 672--672
5794   []@texttt |        Skewness                                    |     -.16|    
5795     .58|[] 
5796  
5797  Overfull \hbox (26.43913pt too wide) in paragraph at lines 673--673
5798   []@texttt |        Kurtosis                                    |     -.09|    
5799    1.12|[] 
5800  
5801  Overfull \hbox (26.43913pt too wide) in paragraph at lines 674--674
5802   []@texttt +----------------------------------------------------+---------+----
5803  ------+[] 
5804  [20]
5805  Overfull \vbox (367.53717pt too high) has occurred while \output is active
5806  [21]
5807  Overfull \hbox (49.43388pt too wide) in paragraph at lines 785--785
5808   []@texttt +-------------------------------------------+--+-------+------------
5809  -+--------+[] 
5810  
5811  Overfull \hbox (49.43388pt too wide) in paragraph at lines 786--786
5812   []@texttt |                                           |  |       |     Std.   
5813   |  S.E.  |[] 
5814  
5815  Overfull \hbox (49.43388pt too wide) in paragraph at lines 787--787
5816   []@texttt |                                     Group | N|  Mean |  Deviation 
5817   |  Mean  |[] 
5818  
5819  Overfull \hbox (49.43388pt too wide) in paragraph at lines 788--788
5820   []@texttt +-------------------------------------------+--+-------+------------
5821  -+--------+[] 
5822  
5823  Overfull \hbox (49.43388pt too wide) in paragraph at lines 789--789
5824   []@texttt |Height in millimeters                Male  |22|1796.49|        49.7
5825  1|   10.60|[] 
5826  
5827  Overfull \hbox (49.43388pt too wide) in paragraph at lines 790--790
5828   []@texttt |                                     Female|17|1610.77|        25.4
5829  3|    6.17|[] 
5830  
5831  Overfull \hbox (49.43388pt too wide) in paragraph at lines 791--791
5832   []@texttt +-------------------------------------------+--+-------+------------
5833  -+--------+[] 
5834  
5835  Overfull \hbox (49.43388pt too wide) in paragraph at lines 792--792
5836   []@texttt |Internal body temperature in degrees Male  |22|  36.68|         1.9
5837  5|     .42|[] 
5838  
5839  Overfull \hbox (49.43388pt too wide) in paragraph at lines 793--793
5840   []@texttt |Celcius                              Female|18|  37.43|         1.6
5841  1|     .38|[] 
5842  
5843  Overfull \hbox (49.43388pt too wide) in paragraph at lines 794--794
5844   []@texttt +-------------------------------------------+--+-------+------------
5845  -+--------+[] 
5846  
5847  Overfull \hbox (32.18782pt too wide) in paragraph at lines 797--797
5848   []@texttt +---------------------+---------------------------------------------
5849  --------[] 
5850  
5851  Overfull \hbox (32.18782pt too wide) in paragraph at lines 802--802
5852   []@texttt |                     | Variances               T-Test for Equality 
5853  of Means[] 
5854  
5855  Overfull \hbox (32.18782pt too wide) in paragraph at lines 803--803
5856   []@texttt |                     +----+-----+-----+-----+-------+----------+---
5857  -------+[] 
5858  
5859  Overfull \hbox (32.18782pt too wide) in paragraph at lines 804--804
5860   []@texttt |                     |    |     |     |     |       |          |   
5861         |[] 
5862  
5863  Overfull \hbox (32.18782pt too wide) in paragraph at lines 805--805
5864   []@texttt |                     |    |     |     |     |       |          |   
5865         |[] 
5866  
5867  Overfull \hbox (32.18782pt too wide) in paragraph at lines 806--806
5868   []@texttt |                     |    |     |     |     |       |          |   
5869         |[] 
5870  
5871  Overfull \hbox (32.18782pt too wide) in paragraph at lines 807--807
5872   []@texttt |                     |    |     |     |     |       |          |   
5873         |[] 
5874  
5875  Overfull \hbox (32.18782pt too wide) in paragraph at lines 808--808
5876   []@texttt |                     |    |     |     |     |  Sig. |          |   
5877         |[] 
5878  
5879  Overfull \hbox (32.18782pt too wide) in paragraph at lines 809--809
5880   []@texttt |                     |    |     |     |     |  (2-  |   Mean   |Std
5881  . Error|[] 
5882  
5883  Overfull \hbox (32.18782pt too wide) in paragraph at lines 810--810
5884   []@texttt |                     |  F | Sig.|  t  |  df |tailed)|Difference|Dif
5885  ference|[] 
5886  
5887  Overfull \hbox (32.18782pt too wide) in paragraph at lines 811--811
5888   []@texttt +---------------------+----+-----+-----+-----+-------+----------+---
5889  -------+[] 
5890  
5891  Overfull \hbox (32.18782pt too wide) in paragraph at lines 812--812
5892   []@texttt |Height in   Equal    | .97| .331|14.02|37.00|   .000|    185.72|   
5893    13.24|[] 
5894  
5895  Overfull \hbox (32.18782pt too wide) in paragraph at lines 813--813
5896   []@texttt |millimeters variances|    |     |     |     |       |          |   
5897         |[] 
5898  
5899  Overfull \hbox (32.18782pt too wide) in paragraph at lines 814--814
5900   []@texttt |            assumed  |    |     |     |     |       |          |   
5901         |[] 
5902  
5903  Overfull \hbox (32.18782pt too wide) in paragraph at lines 815--815
5904   []@texttt |            Equal    |    |     |15.15|32.71|   .000|    185.72|   
5905    12.26|[] 
5906  
5907  Overfull \hbox (32.18782pt too wide) in paragraph at lines 816--816
5908   []@texttt |            variances|    |     |     |     |       |          |   
5909         |[] 
5910  
5911  Overfull \hbox (32.18782pt too wide) in paragraph at lines 817--817
5912   []@texttt |            not      |    |     |     |     |       |          |   
5913         |[] 
5914  
5915  Overfull \hbox (32.18782pt too wide) in paragraph at lines 818--818
5916   []@texttt |            assumed  |    |     |     |     |       |          |   
5917         |[] 
5918  
5919  Overfull \hbox (32.18782pt too wide) in paragraph at lines 819--819
5920   []@texttt +---------------------+----+-----+-----+-----+-------+----------+---
5921  -------+[] 
5922  
5923  Overfull \hbox (32.18782pt too wide) in paragraph at lines 820--820
5924   []@texttt |Internal    Equal    | .31| .581|-1.31|38.00|   .198|      -.75|   
5925      .57|[] 
5926  
5927  Overfull \hbox (32.18782pt too wide) in paragraph at lines 821--821
5928   []@texttt |body        variances|    |     |     |     |       |          |   
5929         |[] 
5930  
5931  Overfull \hbox (32.18782pt too wide) in paragraph at lines 822--822
5932   []@texttt |temperature assumed  |    |     |     |     |       |          |   
5933         |[] 
5934  
5935  Overfull \hbox (32.18782pt too wide) in paragraph at lines 823--823
5936   []@texttt |in degrees  Equal    |    |     |-1.33|37.99|   .190|      -.75|   
5937      .56|[] 
5938  
5939  Overfull \hbox (32.18782pt too wide) in paragraph at lines 824--824
5940   []@texttt |Celcius     variances|    |     |     |     |       |          |   
5941         |[] 
5942  
5943  Overfull \hbox (32.18782pt too wide) in paragraph at lines 825--825
5944   []@texttt |            not      |    |     |     |     |       |          |   
5945         |[] 
5946  
5947  Overfull \hbox (32.18782pt too wide) in paragraph at lines 826--826
5948   []@texttt |            assumed  |    |     |     |     |       |          |   
5949         |[] 
5950  
5951  Overfull \hbox (32.18782pt too wide) in paragraph at lines 827--827
5952   []@texttt +---------------------+----+-----+-----+-----+-------+----------+---
5953  -------+[] 
5954  [22]
5955  Overfull \vbox (565.53712pt too high) has occurred while \output is active
5956  [23]
5957  Overfull \hbox (49.43388pt too wide) in paragraph at lines 905--905
5958   []@texttt +------------------------+-----------------------------------------+
5959  -----+----+[] 
5960  
5961  Overfull \hbox (49.43388pt too wide) in paragraph at lines 906--906
5962   []@texttt |                        |    Unstandardized        Standardized   |
5963       |    |[] 
5964  
5965  Overfull \hbox (49.43388pt too wide) in paragraph at lines 907--907
5966   []@texttt |                        |     Coefficients         Coefficients   |
5967       |    |[] 
5968  
5969  Overfull \hbox (49.43388pt too wide) in paragraph at lines 908--908
5970   []@texttt |                        +---------+-----------+-------------------+
5971       |    |[] 
5972  
5973  Overfull \hbox (49.43388pt too wide) in paragraph at lines 909--909
5974   []@texttt |                        |    B    | Std. Error|        Beta       |
5975    t  |Sig.|[] 
5976  
5977  Overfull \hbox (49.43388pt too wide) in paragraph at lines 910--910
5978   []@texttt +------------------------+---------+-----------+-------------------+
5979  -----+----+[] 
5980  
5981  Overfull \hbox (49.43388pt too wide) in paragraph at lines 911--911
5982   []@texttt |(Constant)              |     9.81|       1.50|                .00|
5983   6.54|.000|[] 
5984  
5985  Overfull \hbox (49.43388pt too wide) in paragraph at lines 912--912
5986   []@texttt |Mean time between       |     3.10|        .10|                .99|
5987  32.43|.000|[] 
5988  
5989  Overfull \hbox (49.43388pt too wide) in paragraph at lines 913--913
5990   []@texttt |failures (months)       |         |           |                   |
5991       |    |[] 
5992  
5993  Overfull \hbox (49.43388pt too wide) in paragraph at lines 914--914
5994   []@texttt |Ratio of working to non-|     1.09|       1.78|                .02|
5995    .61|.552|[] 
5996  
5997  Overfull \hbox (49.43388pt too wide) in paragraph at lines 915--915
5998   []@texttt |working time            |         |           |                   |
5999       |    |[] 
6000  
6001  Overfull \hbox (49.43388pt too wide) in paragraph at lines 916--916
6002   []@texttt +------------------------+---------+-----------+-------------------+
6003  -----+----+[] 
6004  
6005  Overfull \hbox (49.43388pt too wide) in paragraph at lines 919--919
6006   []@texttt +-----------------------+------------------------------------------+
6007  -----+----+[] 
6008  
6009  Overfull \hbox (49.43388pt too wide) in paragraph at lines 920--920
6010   []@texttt |                       |    Unstandardized         Standardized   |
6011       |    |[] 
6012  
6013  Overfull \hbox (49.43388pt too wide) in paragraph at lines 921--921
6014   []@texttt |                       |     Coefficients          Coefficients   |
6015       |    |[] 
6016  
6017  Overfull \hbox (49.43388pt too wide) in paragraph at lines 922--922
6018   []@texttt |                       +---------+------------+-------------------+
6019       |    |[] 
6020  
6021  Overfull \hbox (49.43388pt too wide) in paragraph at lines 923--923
6022   []@texttt |                       |    B    | Std. Error |        Beta       |
6023    t  |Sig.|[] 
6024  
6025  Overfull \hbox (49.43388pt too wide) in paragraph at lines 924--924
6026   []@texttt +-----------------------+---------+------------+-------------------+
6027  -----+----+[] 
6028  
6029  Overfull \hbox (49.43388pt too wide) in paragraph at lines 925--925
6030   []@texttt |(Constant)             |    10.50|         .96|                .00|
6031  10.96|.000|[] 
6032  
6033  Overfull \hbox (49.43388pt too wide) in paragraph at lines 926--926
6034   []@texttt |Mean time between      |     3.11|         .09|                .99|
6035  33.39|.000|[] 
6036  
6037  Overfull \hbox (49.43388pt too wide) in paragraph at lines 927--927
6038   []@texttt |failures (months)      |         |            |                   |
6039       |    |[] 
6040  
6041  Overfull \hbox (49.43388pt too wide) in paragraph at lines 928--928
6042   []@texttt +-----------------------+---------+------------+-------------------+
6043  -----+----+[] 
6044  [24]) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/language.texi
6045  Chapter 6 [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37]
6046  [38] [39] [40] [41] [42])
6047  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/expressions.texi Chapter 7
6048  [43] [44] [45]
6049  Writing index file pspp.fn
6050  [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60])
6051  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/data-io.texi Chapter 8
6052  [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75]
6053  [76] [77] [78] [79] [80])
6054  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/files.texi Chapter 9 [81]
6055  [82] [83] [84] [85]
6056  Overfull \hbox (49.43388pt too wide) in paragraph at lines 369--369
6057   []     @texttt /CONNECT='host=example.com port=5432 dbname=product user=fred p
6058  asswd=xxxx'[] 
6059  [86] [87]
6060  Overfull \hbox (14.94176pt too wide) in paragraph at lines 551--551
6061   []@texttt 'Pet''s Name', "Age", "Color", "Date Received", "Price", "Height", "
6062  Type"[] 
6063  [88]
6064  Overfull \hbox (43.6852pt too wide) in paragraph at lines 565--565
6065   []@texttt GET DATA /TYPE=TXT /FILE='pets.data' /DELIMITERS=', ' /QUALIFIER='''
6066  "' /ESCAPE[] 
6067  [89] [90] [91] [92] [93] [94])
6068  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/combining.texi Chapter 10
6069  [95] [96] [97] [98] [99])
6070  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/variables.texi Chapter 11
6071  [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110])
6072  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/transformation.texi
6073  Chapter 12 [111] [112] [113] [114] [115] [116] [117] [118] [119] [120])
6074  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/data-selection.texi
6075  Chapter 13 [121] [122] [123] [124])
6076  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/flow-control.texi Chapter 14
6077  [125] [126] [127])
6078  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/statistics.texi Chapter 15
6079  [128]
6080  Overfull \hbox (21.88182pt too wide) in paragraph at lines 50--50
6081   []        @textrm /SORT=$@textsy f$@textrm NONE,MEAN,SEMEAN,STDDEV,VARIANCE,KU
6082  RTOSIS,SKEWNESS,[] 
6083  
6084  Overfull \hbox (12.07246pt too wide) in paragraph at lines 51--51
6085   []               @textrm RANGE,MINIMUM,MAXIMUM,SUM,SESKEWNESS,SEKURTOSIS,NAME$
6086  @textsy g$[] 
6087  [129]
6088  Overfull \hbox (38.76299pt too wide) in paragraph at lines 137--137
6089   []        @textrm /STATISTICS=$@textsy f$@textrm DEFAULT,MEAN,SEMEAN,MEDIAN,MO
6090  DE,STDDEV,VARIANCE,[] 
6091  [130] [131]
6092  Overfull \hbox (24.47751pt too wide) in paragraph at lines 259--259
6093   []        @textrm /PLOT=$@textsy f$@textrm BOXPLOT, NPPLOT, HIS-TOGRAM, SPREAD
6094  LEVEL[(@textsl t[]@textrm )], ALL, NONE$@textsy g$[] 
6095  [132] [133] [134] [135] [136]
6096  Overfull \hbox (29.486pt too wide) in paragraph at lines 613--613
6097   []        @textrm /CELLS=$@textsy f$@textrm COUNT,ROW,COLUMN,TOTAL,EXPECTED,RE
6098  SIDUAL,SRESIDUAL,[] 
6099  [137] [138]
6100  Overfull \hbox (46.11884pt too wide) in paragraph at lines 813--813
6101   []        @textrm [ /ROTATION=$@textsy f$@textrm VARIMAX, EQUA-MAX, QUAR-TI-MA
6102  X, PRO-MAX[(@textsl k[]@textrm )], NOROTATE$@textsy g$@textrm ][] 
6103  [139] [140] [141] [142]
6104  Overfull \hbox (14.6579pt too wide) in paragraph at lines 1092--1092
6105   []      @textrm [/CELLS = [MEAN] [COUNT] [STD-DEV] [SE-MEAN] [SUM] [MIN] [MAX]
6106   [RANGE][] 
6107  [143] [144] [145] [146]
6108  Overfull \hbox (24.44705pt too wide) in paragraph at lines 1400--1400
6109   []     @textrm [ /KOLMOGOROV-SMIRNOV ($@textsy f$@textrm NORMAL [@textsl mu[]@
6110  textrm , @textsl sigma[]@textrm ], UNI-FORM [@textsl min[]@textrm , @textsl max
6111  []@textrm ], POIS-
6112  [147] [148] [149] [150] [151]
6113  Overfull \hbox (40.33183pt too wide) in paragraph at lines 1815--1815
6114   []      @textrm [/CRI-TE-RIA=CLUSTERS(@textsl k[]@textrm ) [MX-ITER(@textsl ma
6115  x[]iter[]@textrm )] CON-VERGE(@textsl epsilon[]@textrm ) [NOINITIAL]][] 
6116  [152] [153] (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/regression.texi
6117  [154] [155]) [156])
6118  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/utilities.texi Chapter 16
6119  [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168]
6120  [169] [170])
6121  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/pspp-convert.texi Chapter 17
6122  [171] [172] [173])
6123  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/pspp-output.texi Chapter 18
6124  [174] [175]
6125  Underfull \hbox (badness 10000) in paragraph at lines 132--133
6126   []@texttt charts headings logs models tables texts trees warnings 
6127  [176]) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/pspp-dump-sav.texi
6128  Chapter 19 [177])
6129  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/not-implemented.texi
6130  Chapter 20 [178] (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/ni.texi
6131  [179] [180] [181] [182]))
6132  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/bugs.texi Chapter 21 [183]
6133  [184]
6134  Overfull \hbox (20.69044pt too wide) in paragraph at lines 106--106
6135   []@texttt I downloaded the latest version of PSPP and entered a sequence of nu
6136  mbers,[] 
6137  ) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/function-index.texi
6138  Chapter 22 [185] (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp.fns
6139  [186] [187]))
6140  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/command-index.texi
6141  Chapter 23 [188] (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp.vrs
6142  [189])) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/concept-index.texi
6143  Chapter 24 [190] (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp.cps
6144  [191] [192] [193] [194] [195]))
6145  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/fdl.texi Appendix A [196]
6146  [197] [198] [199] [200] [201] [202] [203]) [204] )
6147  (see the transcript file for additional information)
6148  Output written on pspp.dvi (213 pages, 961872 bytes).
6149  Transcript written on pspp.log.
6150  This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/Debian) (preloaded format=etex)
6151   restricted \write18 enabled.
6152  entering extended mode
6153  
6154  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp.t2d/dvi/xtr/pspp.texi
6155  (/usr/share/texmf/tex/texinfo/texinfo.tex
6156  Loading texinfo [version 2019-09-20.22]: pdf, fonts, markup, glyphs,
6157  page headings, tables, conditionals, indexing, sectioning, toc, environments,
6158  defuns, macros, cross references, insertions,
6159  (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
6160  This is `epsf.tex' v2.7.4 <14 February 2011>
6161  ) localization, formatting, and turning on texinfo input format.)
6162  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/version.texi) [1] [2]
6163  [1] (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp.toc [-1] [-2] [-3]
6164  [-4] [-5]) [-6] [-7]
6165  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/introduction.texi Chapter 1
6166  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp.aux)
6167  Writing index file pspp.cp
6168  ) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/license.texi Chapter 2
6169  [2]) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/invoking.texi Chapter 3
6170  [3] [4] [5] [6] [7] [8] [9] Chapter 4 [10])
6171  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/tutorial.texi
6172  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/tut.texi) Chapter 5 [11]
6173  Underfull \hbox (badness 7832) in paragraph at lines 2--7
6174   []@textbf Please note: @textrm Nor-mally these files are in-stalled in the di-
6175  rec-tory 
6176  [12] [13]
6177  Writing index file pspp.vr
6178  [14] [15] [16] [17] [18] [19]
6179  Overfull \hbox (49.43388pt too wide) in paragraph at lines 626--626
6180   []@texttt +----------------------------------------------------------+--------
6181  -+--------+[] 
6182  
6183  Overfull \hbox (49.43388pt too wide) in paragraph at lines 627--627
6184   []@texttt |                                                          |        
6185   |  Std.  |[] 
6186  
6187  Overfull \hbox (49.43388pt too wide) in paragraph at lines 628--628
6188   []@texttt |                                                          |Statisti
6189  c|  Error |[] 
6190  
6191  Overfull \hbox (49.43388pt too wide) in paragraph at lines 629--629
6192   []@texttt +----------------------------------------------------------+--------
6193  -+--------+[] 
6194  
6195  Overfull \hbox (49.43388pt too wide) in paragraph at lines 630--630
6196   []@texttt |Mean time between        Mean                             |     8.3
6197  2|    1.62|[] 
6198  
6199  Overfull \hbox (49.43388pt too wide) in paragraph at lines 631--631
6200   []@texttt |failures (months)        95% Confidence Interval Lower    |     4.8
6201  5|        |[] 
6202  
6203  Overfull \hbox (49.43388pt too wide) in paragraph at lines 632--632
6204   []@texttt |                         for Mean                Bound    |        
6205   |        |[] 
6206  
6207  Overfull \hbox (49.43388pt too wide) in paragraph at lines 633--633
6208   []@texttt |                                                 Upper    |    11.7
6209  9|        |[] 
6210  
6211  Overfull \hbox (49.43388pt too wide) in paragraph at lines 634--634
6212   []@texttt |                                                 Bound    |        
6213   |        |[] 
6214  
6215  Overfull \hbox (49.43388pt too wide) in paragraph at lines 635--635
6216   []@texttt |                         5% Trimmed Mean                  |     7.6
6217  9|        |[] 
6218  
6219  Overfull \hbox (49.43388pt too wide) in paragraph at lines 636--636
6220   []@texttt |                         Median                           |     8.1
6221  2|        |[] 
6222  
6223  Overfull \hbox (49.43388pt too wide) in paragraph at lines 637--637
6224   []@texttt |                         Variance                         |    39.2
6225  1|        |[] 
6226  
6227  Overfull \hbox (49.43388pt too wide) in paragraph at lines 638--638
6228   []@texttt |                         Std. Deviation                   |     6.2
6229  6|        |[] 
6230  
6231  Overfull \hbox (49.43388pt too wide) in paragraph at lines 639--639
6232   []@texttt |                         Minimum                          |     1.6
6233  3|        |[] 
6234  
6235  Overfull \hbox (49.43388pt too wide) in paragraph at lines 640--640
6236   []@texttt |                         Maximum                          |    26.4
6237  7|        |[] 
6238  
6239  Overfull \hbox (49.43388pt too wide) in paragraph at lines 641--641
6240   []@texttt |                         Range                            |    24.8
6241  4|        |[] 
6242  
6243  Overfull \hbox (49.43388pt too wide) in paragraph at lines 642--642
6244   []@texttt |                         Interquartile Range              |     5.8
6245  3|        |[] 
6246  
6247  Overfull \hbox (49.43388pt too wide) in paragraph at lines 643--643
6248   []@texttt |                         Skewness                         |     1.8
6249  5|     .58|[] 
6250  
6251  Overfull \hbox (49.43388pt too wide) in paragraph at lines 644--644
6252   []@texttt |                         Kurtosis                         |     4.4
6253  9|    1.12|[] 
6254  
6255  Overfull \hbox (49.43388pt too wide) in paragraph at lines 645--645
6256   []@texttt +----------------------------------------------------------+--------
6257  -+--------+[] 
6258  
6259  Overfull \hbox (26.43913pt too wide) in paragraph at lines 658--658
6260   []@texttt +----------------------------------------------------+---------+----
6261  ------+[] 
6262  
6263  Overfull \hbox (26.43913pt too wide) in paragraph at lines 659--659
6264   []@texttt |                                                    |Statistic|Std.
6265   Error|[] 
6266  
6267  Overfull \hbox (26.43913pt too wide) in paragraph at lines 660--660
6268   []@texttt +----------------------------------------------------+---------+----
6269  ------+[] 
6270  
6271  Overfull \hbox (26.43913pt too wide) in paragraph at lines 661--661
6272   []@texttt |mtbf_ln Mean                                        |     1.88|    
6273     .19|[] 
6274  
6275  Overfull \hbox (26.43913pt too wide) in paragraph at lines 662--662
6276   []@texttt |        95% Confidence Interval for Mean Lower Bound|     1.47|    
6277        |[] 
6278  
6279  Overfull \hbox (26.43913pt too wide) in paragraph at lines 663--663
6280   []@texttt |                                         Upper Bound|     2.29|    
6281        |[] 
6282  
6283  Overfull \hbox (26.43913pt too wide) in paragraph at lines 664--664
6284   []@texttt |        5% Trimmed Mean                             |     1.88|    
6285        |[] 
6286  
6287  Overfull \hbox (26.43913pt too wide) in paragraph at lines 665--665
6288   []@texttt |        Median                                      |     2.09|    
6289        |[] 
6290  
6291  Overfull \hbox (26.43913pt too wide) in paragraph at lines 666--666
6292   []@texttt |        Variance                                    |      .54|    
6293        |[] 
6294  
6295  Overfull \hbox (26.43913pt too wide) in paragraph at lines 667--667
6296   []@texttt |        Std. Deviation                              |      .74|    
6297        |[] 
6298  
6299  Overfull \hbox (26.43913pt too wide) in paragraph at lines 668--668
6300   []@texttt |        Minimum                                     |      .49|    
6301        |[] 
6302  
6303  Overfull \hbox (26.43913pt too wide) in paragraph at lines 669--669
6304   []@texttt |        Maximum                                     |     3.28|    
6305        |[] 
6306  
6307  Overfull \hbox (26.43913pt too wide) in paragraph at lines 670--670
6308   []@texttt |        Range                                       |     2.79|    
6309        |[] 
6310  
6311  Overfull \hbox (26.43913pt too wide) in paragraph at lines 671--671
6312   []@texttt |        Interquartile Range                         |      .92|    
6313        |[] 
6314  
6315  Overfull \hbox (26.43913pt too wide) in paragraph at lines 672--672
6316   []@texttt |        Skewness                                    |     -.16|    
6317     .58|[] 
6318  
6319  Overfull \hbox (26.43913pt too wide) in paragraph at lines 673--673
6320   []@texttt |        Kurtosis                                    |     -.09|    
6321    1.12|[] 
6322  
6323  Overfull \hbox (26.43913pt too wide) in paragraph at lines 674--674
6324   []@texttt +----------------------------------------------------+---------+----
6325  ------+[] 
6326  [20]
6327  Overfull \vbox (367.53717pt too high) has occurred while \output is active
6328  [21]
6329  Overfull \hbox (49.43388pt too wide) in paragraph at lines 785--785
6330   []@texttt +-------------------------------------------+--+-------+------------
6331  -+--------+[] 
6332  
6333  Overfull \hbox (49.43388pt too wide) in paragraph at lines 786--786
6334   []@texttt |                                           |  |       |     Std.   
6335   |  S.E.  |[] 
6336  
6337  Overfull \hbox (49.43388pt too wide) in paragraph at lines 787--787
6338   []@texttt |                                     Group | N|  Mean |  Deviation 
6339   |  Mean  |[] 
6340  
6341  Overfull \hbox (49.43388pt too wide) in paragraph at lines 788--788
6342   []@texttt +-------------------------------------------+--+-------+------------
6343  -+--------+[] 
6344  
6345  Overfull \hbox (49.43388pt too wide) in paragraph at lines 789--789
6346   []@texttt |Height in millimeters                Male  |22|1796.49|        49.7
6347  1|   10.60|[] 
6348  
6349  Overfull \hbox (49.43388pt too wide) in paragraph at lines 790--790
6350   []@texttt |                                     Female|17|1610.77|        25.4
6351  3|    6.17|[] 
6352  
6353  Overfull \hbox (49.43388pt too wide) in paragraph at lines 791--791
6354   []@texttt +-------------------------------------------+--+-------+------------
6355  -+--------+[] 
6356  
6357  Overfull \hbox (49.43388pt too wide) in paragraph at lines 792--792
6358   []@texttt |Internal body temperature in degrees Male  |22|  36.68|         1.9
6359  5|     .42|[] 
6360  
6361  Overfull \hbox (49.43388pt too wide) in paragraph at lines 793--793
6362   []@texttt |Celcius                              Female|18|  37.43|         1.6
6363  1|     .38|[] 
6364  
6365  Overfull \hbox (49.43388pt too wide) in paragraph at lines 794--794
6366   []@texttt +-------------------------------------------+--+-------+------------
6367  -+--------+[] 
6368  
6369  Overfull \hbox (32.18782pt too wide) in paragraph at lines 797--797
6370   []@texttt +---------------------+---------------------------------------------
6371  --------[] 
6372  
6373  Overfull \hbox (32.18782pt too wide) in paragraph at lines 802--802
6374   []@texttt |                     | Variances               T-Test for Equality 
6375  of Means[] 
6376  
6377  Overfull \hbox (32.18782pt too wide) in paragraph at lines 803--803
6378   []@texttt |                     +----+-----+-----+-----+-------+----------+---
6379  -------+[] 
6380  
6381  Overfull \hbox (32.18782pt too wide) in paragraph at lines 804--804
6382   []@texttt |                     |    |     |     |     |       |          |   
6383         |[] 
6384  
6385  Overfull \hbox (32.18782pt too wide) in paragraph at lines 805--805
6386   []@texttt |                     |    |     |     |     |       |          |   
6387         |[] 
6388  
6389  Overfull \hbox (32.18782pt too wide) in paragraph at lines 806--806
6390   []@texttt |                     |    |     |     |     |       |          |   
6391         |[] 
6392  
6393  Overfull \hbox (32.18782pt too wide) in paragraph at lines 807--807
6394   []@texttt |                     |    |     |     |     |       |          |   
6395         |[] 
6396  
6397  Overfull \hbox (32.18782pt too wide) in paragraph at lines 808--808
6398   []@texttt |                     |    |     |     |     |  Sig. |          |   
6399         |[] 
6400  
6401  Overfull \hbox (32.18782pt too wide) in paragraph at lines 809--809
6402   []@texttt |                     |    |     |     |     |  (2-  |   Mean   |Std
6403  . Error|[] 
6404  
6405  Overfull \hbox (32.18782pt too wide) in paragraph at lines 810--810
6406   []@texttt |                     |  F | Sig.|  t  |  df |tailed)|Difference|Dif
6407  ference|[] 
6408  
6409  Overfull \hbox (32.18782pt too wide) in paragraph at lines 811--811
6410   []@texttt +---------------------+----+-----+-----+-----+-------+----------+---
6411  -------+[] 
6412  
6413  Overfull \hbox (32.18782pt too wide) in paragraph at lines 812--812
6414   []@texttt |Height in   Equal    | .97| .331|14.02|37.00|   .000|    185.72|   
6415    13.24|[] 
6416  
6417  Overfull \hbox (32.18782pt too wide) in paragraph at lines 813--813
6418   []@texttt |millimeters variances|    |     |     |     |       |          |   
6419         |[] 
6420  
6421  Overfull \hbox (32.18782pt too wide) in paragraph at lines 814--814
6422   []@texttt |            assumed  |    |     |     |     |       |          |   
6423         |[] 
6424  
6425  Overfull \hbox (32.18782pt too wide) in paragraph at lines 815--815
6426   []@texttt |            Equal    |    |     |15.15|32.71|   .000|    185.72|   
6427    12.26|[] 
6428  
6429  Overfull \hbox (32.18782pt too wide) in paragraph at lines 816--816
6430   []@texttt |            variances|    |     |     |     |       |          |   
6431         |[] 
6432  
6433  Overfull \hbox (32.18782pt too wide) in paragraph at lines 817--817
6434   []@texttt |            not      |    |     |     |     |       |          |   
6435         |[] 
6436  
6437  Overfull \hbox (32.18782pt too wide) in paragraph at lines 818--818
6438   []@texttt |            assumed  |    |     |     |     |       |          |   
6439         |[] 
6440  
6441  Overfull \hbox (32.18782pt too wide) in paragraph at lines 819--819
6442   []@texttt +---------------------+----+-----+-----+-----+-------+----------+---
6443  -------+[] 
6444  
6445  Overfull \hbox (32.18782pt too wide) in paragraph at lines 820--820
6446   []@texttt |Internal    Equal    | .31| .581|-1.31|38.00|   .198|      -.75|   
6447      .57|[] 
6448  
6449  Overfull \hbox (32.18782pt too wide) in paragraph at lines 821--821
6450   []@texttt |body        variances|    |     |     |     |       |          |   
6451         |[] 
6452  
6453  Overfull \hbox (32.18782pt too wide) in paragraph at lines 822--822
6454   []@texttt |temperature assumed  |    |     |     |     |       |          |   
6455         |[] 
6456  
6457  Overfull \hbox (32.18782pt too wide) in paragraph at lines 823--823
6458   []@texttt |in degrees  Equal    |    |     |-1.33|37.99|   .190|      -.75|   
6459      .56|[] 
6460  
6461  Overfull \hbox (32.18782pt too wide) in paragraph at lines 824--824
6462   []@texttt |Celcius     variances|    |     |     |     |       |          |   
6463         |[] 
6464  
6465  Overfull \hbox (32.18782pt too wide) in paragraph at lines 825--825
6466   []@texttt |            not      |    |     |     |     |       |          |   
6467         |[] 
6468  
6469  Overfull \hbox (32.18782pt too wide) in paragraph at lines 826--826
6470   []@texttt |            assumed  |    |     |     |     |       |          |   
6471         |[] 
6472  
6473  Overfull \hbox (32.18782pt too wide) in paragraph at lines 827--827
6474   []@texttt +---------------------+----+-----+-----+-----+-------+----------+---
6475  -------+[] 
6476  [22]
6477  Overfull \vbox (565.53712pt too high) has occurred while \output is active
6478  [23]
6479  Overfull \hbox (49.43388pt too wide) in paragraph at lines 905--905
6480   []@texttt +------------------------+-----------------------------------------+
6481  -----+----+[] 
6482  
6483  Overfull \hbox (49.43388pt too wide) in paragraph at lines 906--906
6484   []@texttt |                        |    Unstandardized        Standardized   |
6485       |    |[] 
6486  
6487  Overfull \hbox (49.43388pt too wide) in paragraph at lines 907--907
6488   []@texttt |                        |     Coefficients         Coefficients   |
6489       |    |[] 
6490  
6491  Overfull \hbox (49.43388pt too wide) in paragraph at lines 908--908
6492   []@texttt |                        +---------+-----------+-------------------+
6493       |    |[] 
6494  
6495  Overfull \hbox (49.43388pt too wide) in paragraph at lines 909--909
6496   []@texttt |                        |    B    | Std. Error|        Beta       |
6497    t  |Sig.|[] 
6498  
6499  Overfull \hbox (49.43388pt too wide) in paragraph at lines 910--910
6500   []@texttt +------------------------+---------+-----------+-------------------+
6501  -----+----+[] 
6502  
6503  Overfull \hbox (49.43388pt too wide) in paragraph at lines 911--911
6504   []@texttt |(Constant)              |     9.81|       1.50|                .00|
6505   6.54|.000|[] 
6506  
6507  Overfull \hbox (49.43388pt too wide) in paragraph at lines 912--912
6508   []@texttt |Mean time between       |     3.10|        .10|                .99|
6509  32.43|.000|[] 
6510  
6511  Overfull \hbox (49.43388pt too wide) in paragraph at lines 913--913
6512   []@texttt |failures (months)       |         |           |                   |
6513       |    |[] 
6514  
6515  Overfull \hbox (49.43388pt too wide) in paragraph at lines 914--914
6516   []@texttt |Ratio of working to non-|     1.09|       1.78|                .02|
6517    .61|.552|[] 
6518  
6519  Overfull \hbox (49.43388pt too wide) in paragraph at lines 915--915
6520   []@texttt |working time            |         |           |                   |
6521       |    |[] 
6522  
6523  Overfull \hbox (49.43388pt too wide) in paragraph at lines 916--916
6524   []@texttt +------------------------+---------+-----------+-------------------+
6525  -----+----+[] 
6526  
6527  Overfull \hbox (49.43388pt too wide) in paragraph at lines 919--919
6528   []@texttt +-----------------------+------------------------------------------+
6529  -----+----+[] 
6530  
6531  Overfull \hbox (49.43388pt too wide) in paragraph at lines 920--920
6532   []@texttt |                       |    Unstandardized         Standardized   |
6533       |    |[] 
6534  
6535  Overfull \hbox (49.43388pt too wide) in paragraph at lines 921--921
6536   []@texttt |                       |     Coefficients          Coefficients   |
6537       |    |[] 
6538  
6539  Overfull \hbox (49.43388pt too wide) in paragraph at lines 922--922
6540   []@texttt |                       +---------+------------+-------------------+
6541       |    |[] 
6542  
6543  Overfull \hbox (49.43388pt too wide) in paragraph at lines 923--923
6544   []@texttt |                       |    B    | Std. Error |        Beta       |
6545    t  |Sig.|[] 
6546  
6547  Overfull \hbox (49.43388pt too wide) in paragraph at lines 924--924
6548   []@texttt +-----------------------+---------+------------+-------------------+
6549  -----+----+[] 
6550  
6551  Overfull \hbox (49.43388pt too wide) in paragraph at lines 925--925
6552   []@texttt |(Constant)             |    10.50|         .96|                .00|
6553  10.96|.000|[] 
6554  
6555  Overfull \hbox (49.43388pt too wide) in paragraph at lines 926--926
6556   []@texttt |Mean time between      |     3.11|         .09|                .99|
6557  33.39|.000|[] 
6558  
6559  Overfull \hbox (49.43388pt too wide) in paragraph at lines 927--927
6560   []@texttt |failures (months)      |         |            |                   |
6561       |    |[] 
6562  
6563  Overfull \hbox (49.43388pt too wide) in paragraph at lines 928--928
6564   []@texttt +-----------------------+---------+------------+-------------------+
6565  -----+----+[] 
6566  [24]) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/language.texi
6567  Chapter 6 [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37]
6568  [38] [39] [40] [41] [42])
6569  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/expressions.texi Chapter 7
6570  [43] [44] [45]
6571  Writing index file pspp.fn
6572  [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60])
6573  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/data-io.texi Chapter 8
6574  [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75]
6575  [76] [77] [78] [79] [80])
6576  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/files.texi Chapter 9 [81]
6577  [82] [83] [84] [85]
6578  Overfull \hbox (49.43388pt too wide) in paragraph at lines 369--369
6579   []     @texttt /CONNECT='host=example.com port=5432 dbname=product user=fred p
6580  asswd=xxxx'[] 
6581  [86] [87]
6582  Overfull \hbox (14.94176pt too wide) in paragraph at lines 551--551
6583   []@texttt 'Pet''s Name', "Age", "Color", "Date Received", "Price", "Height", "
6584  Type"[] 
6585  [88]
6586  Overfull \hbox (43.6852pt too wide) in paragraph at lines 565--565
6587   []@texttt GET DATA /TYPE=TXT /FILE='pets.data' /DELIMITERS=', ' /QUALIFIER='''
6588  "' /ESCAPE[] 
6589  [89] [90] [91] [92] [93] [94])
6590  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/combining.texi Chapter 10
6591  [95] [96] [97] [98] [99])
6592  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/variables.texi Chapter 11
6593  [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110])
6594  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/transformation.texi
6595  Chapter 12 [111] [112] [113] [114] [115] [116] [117] [118] [119] [120])
6596  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/data-selection.texi
6597  Chapter 13 [121] [122] [123] [124])
6598  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/flow-control.texi Chapter 14
6599  [125] [126] [127])
6600  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/statistics.texi Chapter 15
6601  [128]
6602  Overfull \hbox (21.88182pt too wide) in paragraph at lines 50--50
6603   []        @textrm /SORT=$@textsy f$@textrm NONE,MEAN,SEMEAN,STDDEV,VARIANCE,KU
6604  RTOSIS,SKEWNESS,[] 
6605  
6606  Overfull \hbox (12.07246pt too wide) in paragraph at lines 51--51
6607   []               @textrm RANGE,MINIMUM,MAXIMUM,SUM,SESKEWNESS,SEKURTOSIS,NAME$
6608  @textsy g$[] 
6609  [129]
6610  Overfull \hbox (38.76299pt too wide) in paragraph at lines 137--137
6611   []        @textrm /STATISTICS=$@textsy f$@textrm DEFAULT,MEAN,SEMEAN,MEDIAN,MO
6612  DE,STDDEV,VARIANCE,[] 
6613  [130] [131]
6614  Overfull \hbox (24.47751pt too wide) in paragraph at lines 259--259
6615   []        @textrm /PLOT=$@textsy f$@textrm BOXPLOT, NPPLOT, HIS-TOGRAM, SPREAD
6616  LEVEL[(@textsl t[]@textrm )], ALL, NONE$@textsy g$[] 
6617  [132] [133] [134] [135] [136]
6618  Overfull \hbox (29.486pt too wide) in paragraph at lines 613--613
6619   []        @textrm /CELLS=$@textsy f$@textrm COUNT,ROW,COLUMN,TOTAL,EXPECTED,RE
6620  SIDUAL,SRESIDUAL,[] 
6621  [137] [138]
6622  Overfull \hbox (46.11884pt too wide) in paragraph at lines 813--813
6623   []        @textrm [ /ROTATION=$@textsy f$@textrm VARIMAX, EQUA-MAX, QUAR-TI-MA
6624  X, PRO-MAX[(@textsl k[]@textrm )], NOROTATE$@textsy g$@textrm ][] 
6625  [139] [140] [141] [142]
6626  Overfull \hbox (14.6579pt too wide) in paragraph at lines 1092--1092
6627   []      @textrm [/CELLS = [MEAN] [COUNT] [STD-DEV] [SE-MEAN] [SUM] [MIN] [MAX]
6628   [RANGE][] 
6629  [143] [144] [145] [146]
6630  Overfull \hbox (24.44705pt too wide) in paragraph at lines 1400--1400
6631   []     @textrm [ /KOLMOGOROV-SMIRNOV ($@textsy f$@textrm NORMAL [@textsl mu[]@
6632  textrm , @textsl sigma[]@textrm ], UNI-FORM [@textsl min[]@textrm , @textsl max
6633  []@textrm ], POIS-
6634  [147] [148] [149] [150] [151]
6635  Overfull \hbox (40.33183pt too wide) in paragraph at lines 1815--1815
6636   []      @textrm [/CRI-TE-RIA=CLUSTERS(@textsl k[]@textrm ) [MX-ITER(@textsl ma
6637  x[]iter[]@textrm )] CON-VERGE(@textsl epsilon[]@textrm ) [NOINITIAL]][] 
6638  [152] [153] (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/regression.texi
6639  [154] [155]) [156])
6640  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/utilities.texi Chapter 16
6641  [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168]
6642  [169] [170])
6643  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/pspp-convert.texi Chapter 17
6644  [171] [172] [173])
6645  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/pspp-output.texi Chapter 18
6646  [174] [175]
6647  Underfull \hbox (badness 10000) in paragraph at lines 132--133
6648   []@texttt charts headings logs models tables texts trees warnings 
6649  [176]) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/pspp-dump-sav.texi
6650  Chapter 19 [177])
6651  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/not-implemented.texi
6652  Chapter 20 [178] (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/ni.texi
6653  [179] [180] [181] [182]))
6654  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/bugs.texi Chapter 21 [183]
6655  [184]
6656  Overfull \hbox (20.69044pt too wide) in paragraph at lines 106--106
6657   []@texttt I downloaded the latest version of PSPP and entered a sequence of nu
6658  mbers,[] 
6659  ) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/function-index.texi
6660  Chapter 22 [185] (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp.fns
6661  [186] [187]))
6662  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/command-index.texi
6663  Chapter 23 [188] (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp.vrs
6664  [189])) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/concept-index.texi
6665  Chapter 24 [190] (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp.cps
6666  [191] [192] [193] [194] [195]))
6667  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/fdl.texi Appendix A [196]
6668  [197] [198] [199] [200] [201] [202] [203]) [204] )
6669  (see the transcript file for additional information)
6670  Output written on pspp.dvi (213 pages, 961884 bytes).
6671  Transcript written on pspp.log.
6672  Generating pdf ... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= texi2dvi -t @finalout --pdf  -I 'doc' "doc/pspp.texi")
6673  This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/Debian) (preloaded format=pdfetex)
6674   restricted \write18 enabled.
6675  entering extended mode
6676  
6677  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp.t2d/pdf/xtr/pspp.texi
6678  (/usr/share/texmf/tex/texinfo/texinfo.tex
6679  Loading texinfo [version 2019-09-20.22]: pdf, fonts, markup, glyphs,
6680  page headings, tables, conditionals, indexing, sectioning, toc, environments,
6681  defuns, macros, cross references, insertions,
6682  (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
6683  This is `epsf.tex' v2.7.4 <14 February 2011>
6684  ) localization, formatting, and turning on texinfo input format.)
6685  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/version.texi) [1{/var/lib/tex
6686  mf/fonts/map/pdftex/updmap/pdftex.map}] [2] [1]
6687  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp.toc [-1] [-2] [-3] [-4]
6688  [-5]) [-6] [-7] (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp.toc)
6689  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp.toc)
6690  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/introduction.texi Chapter 1
6691  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp.aux)
6692  Writing index file pspp.cp
6693  ) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/license.texi Chapter 2
6694  [2]) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/invoking.texi Chapter 3
6695  [3] [4] [5] [6] [7] [8] [9] Chapter 4 [10])
6696  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/tutorial.texi
6697  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/tut.texi) Chapter 5 [11]
6698  Underfull \hbox (badness 7832) in paragraph at lines 2--7
6699   []@textbf Please note: @textrm Nor-mally these files are in-stalled in the di-
6700  rec-tory 
6701  [12] [13]
6702  Writing index file pspp.vr
6703  [14] [15] [16] [17] [18] [19]
6704  Overfull \hbox (49.43388pt too wide) in paragraph at lines 626--626
6705   []@texttt +----------------------------------------------------------+--------
6706  -+--------+[] 
6707  
6708  Overfull \hbox (49.43388pt too wide) in paragraph at lines 627--627
6709   []@texttt |                                                          |        
6710   |  Std.  |[] 
6711  
6712  Overfull \hbox (49.43388pt too wide) in paragraph at lines 628--628
6713   []@texttt |                                                          |Statisti
6714  c|  Error |[] 
6715  
6716  Overfull \hbox (49.43388pt too wide) in paragraph at lines 629--629
6717   []@texttt +----------------------------------------------------------+--------
6718  -+--------+[] 
6719  
6720  Overfull \hbox (49.43388pt too wide) in paragraph at lines 630--630
6721   []@texttt |Mean time between        Mean                             |     8.3
6722  2|    1.62|[] 
6723  
6724  Overfull \hbox (49.43388pt too wide) in paragraph at lines 631--631
6725   []@texttt |failures (months)        95% Confidence Interval Lower    |     4.8
6726  5|        |[] 
6727  
6728  Overfull \hbox (49.43388pt too wide) in paragraph at lines 632--632
6729   []@texttt |                         for Mean                Bound    |        
6730   |        |[] 
6731  
6732  Overfull \hbox (49.43388pt too wide) in paragraph at lines 633--633
6733   []@texttt |                                                 Upper    |    11.7
6734  9|        |[] 
6735  
6736  Overfull \hbox (49.43388pt too wide) in paragraph at lines 634--634
6737   []@texttt |                                                 Bound    |        
6738   |        |[] 
6739  
6740  Overfull \hbox (49.43388pt too wide) in paragraph at lines 635--635
6741   []@texttt |                         5% Trimmed Mean                  |     7.6
6742  9|        |[] 
6743  
6744  Overfull \hbox (49.43388pt too wide) in paragraph at lines 636--636
6745   []@texttt |                         Median                           |     8.1
6746  2|        |[] 
6747  
6748  Overfull \hbox (49.43388pt too wide) in paragraph at lines 637--637
6749   []@texttt |                         Variance                         |    39.2
6750  1|        |[] 
6751  
6752  Overfull \hbox (49.43388pt too wide) in paragraph at lines 638--638
6753   []@texttt |                         Std. Deviation                   |     6.2
6754  6|        |[] 
6755  
6756  Overfull \hbox (49.43388pt too wide) in paragraph at lines 639--639
6757   []@texttt |                         Minimum                          |     1.6
6758  3|        |[] 
6759  
6760  Overfull \hbox (49.43388pt too wide) in paragraph at lines 640--640
6761   []@texttt |                         Maximum                          |    26.4
6762  7|        |[] 
6763  
6764  Overfull \hbox (49.43388pt too wide) in paragraph at lines 641--641
6765   []@texttt |                         Range                            |    24.8
6766  4|        |[] 
6767  
6768  Overfull \hbox (49.43388pt too wide) in paragraph at lines 642--642
6769   []@texttt |                         Interquartile Range              |     5.8
6770  3|        |[] 
6771  
6772  Overfull \hbox (49.43388pt too wide) in paragraph at lines 643--643
6773   []@texttt |                         Skewness                         |     1.8
6774  5|     .58|[] 
6775  
6776  Overfull \hbox (49.43388pt too wide) in paragraph at lines 644--644
6777   []@texttt |                         Kurtosis                         |     4.4
6778  9|    1.12|[] 
6779  
6780  Overfull \hbox (49.43388pt too wide) in paragraph at lines 645--645
6781   []@texttt +----------------------------------------------------------+--------
6782  -+--------+[] 
6783  
6784  Overfull \hbox (26.43913pt too wide) in paragraph at lines 658--658
6785   []@texttt +----------------------------------------------------+---------+----
6786  ------+[] 
6787  
6788  Overfull \hbox (26.43913pt too wide) in paragraph at lines 659--659
6789   []@texttt |                                                    |Statistic|Std.
6790   Error|[] 
6791  
6792  Overfull \hbox (26.43913pt too wide) in paragraph at lines 660--660
6793   []@texttt +----------------------------------------------------+---------+----
6794  ------+[] 
6795  
6796  Overfull \hbox (26.43913pt too wide) in paragraph at lines 661--661
6797   []@texttt |mtbf_ln Mean                                        |     1.88|    
6798     .19|[] 
6799  
6800  Overfull \hbox (26.43913pt too wide) in paragraph at lines 662--662
6801   []@texttt |        95% Confidence Interval for Mean Lower Bound|     1.47|    
6802        |[] 
6803  
6804  Overfull \hbox (26.43913pt too wide) in paragraph at lines 663--663
6805   []@texttt |                                         Upper Bound|     2.29|    
6806        |[] 
6807  
6808  Overfull \hbox (26.43913pt too wide) in paragraph at lines 664--664
6809   []@texttt |        5% Trimmed Mean                             |     1.88|    
6810        |[] 
6811  
6812  Overfull \hbox (26.43913pt too wide) in paragraph at lines 665--665
6813   []@texttt |        Median                                      |     2.09|    
6814        |[] 
6815  
6816  Overfull \hbox (26.43913pt too wide) in paragraph at lines 666--666
6817   []@texttt |        Variance                                    |      .54|    
6818        |[] 
6819  
6820  Overfull \hbox (26.43913pt too wide) in paragraph at lines 667--667
6821   []@texttt |        Std. Deviation                              |      .74|    
6822        |[] 
6823  
6824  Overfull \hbox (26.43913pt too wide) in paragraph at lines 668--668
6825   []@texttt |        Minimum                                     |      .49|    
6826        |[] 
6827  
6828  Overfull \hbox (26.43913pt too wide) in paragraph at lines 669--669
6829   []@texttt |        Maximum                                     |     3.28|    
6830        |[] 
6831  
6832  Overfull \hbox (26.43913pt too wide) in paragraph at lines 670--670
6833   []@texttt |        Range                                       |     2.79|    
6834        |[] 
6835  
6836  Overfull \hbox (26.43913pt too wide) in paragraph at lines 671--671
6837   []@texttt |        Interquartile Range                         |      .92|    
6838        |[] 
6839  
6840  Overfull \hbox (26.43913pt too wide) in paragraph at lines 672--672
6841   []@texttt |        Skewness                                    |     -.16|    
6842     .58|[] 
6843  
6844  Overfull \hbox (26.43913pt too wide) in paragraph at lines 673--673
6845   []@texttt |        Kurtosis                                    |     -.09|    
6846    1.12|[] 
6847  
6848  Overfull \hbox (26.43913pt too wide) in paragraph at lines 674--674
6849   []@texttt +----------------------------------------------------+---------+----
6850  ------+[] 
6851  [20]
6852  Overfull \vbox (367.53717pt too high) has occurred while \output is active
6853  [21]
6854  Overfull \hbox (49.43388pt too wide) in paragraph at lines 785--785
6855   []@texttt +-------------------------------------------+--+-------+------------
6856  -+--------+[] 
6857  
6858  Overfull \hbox (49.43388pt too wide) in paragraph at lines 786--786
6859   []@texttt |                                           |  |       |     Std.   
6860   |  S.E.  |[] 
6861  
6862  Overfull \hbox (49.43388pt too wide) in paragraph at lines 787--787
6863   []@texttt |                                     Group | N|  Mean |  Deviation 
6864   |  Mean  |[] 
6865  
6866  Overfull \hbox (49.43388pt too wide) in paragraph at lines 788--788
6867   []@texttt +-------------------------------------------+--+-------+------------
6868  -+--------+[] 
6869  
6870  Overfull \hbox (49.43388pt too wide) in paragraph at lines 789--789
6871   []@texttt |Height in millimeters                Male  |22|1796.49|        49.7
6872  1|   10.60|[] 
6873  
6874  Overfull \hbox (49.43388pt too wide) in paragraph at lines 790--790
6875   []@texttt |                                     Female|17|1610.77|        25.4
6876  3|    6.17|[] 
6877  
6878  Overfull \hbox (49.43388pt too wide) in paragraph at lines 791--791
6879   []@texttt +-------------------------------------------+--+-------+------------
6880  -+--------+[] 
6881  
6882  Overfull \hbox (49.43388pt too wide) in paragraph at lines 792--792
6883   []@texttt |Internal body temperature in degrees Male  |22|  36.68|         1.9
6884  5|     .42|[] 
6885  
6886  Overfull \hbox (49.43388pt too wide) in paragraph at lines 793--793
6887   []@texttt |Celcius                              Female|18|  37.43|         1.6
6888  1|     .38|[] 
6889  
6890  Overfull \hbox (49.43388pt too wide) in paragraph at lines 794--794
6891   []@texttt +-------------------------------------------+--+-------+------------
6892  -+--------+[] 
6893  
6894  Overfull \hbox (32.18782pt too wide) in paragraph at lines 797--797
6895   []@texttt +---------------------+---------------------------------------------
6896  --------[] 
6897  
6898  Overfull \hbox (32.18782pt too wide) in paragraph at lines 802--802
6899   []@texttt |                     | Variances               T-Test for Equality 
6900  of Means[] 
6901  
6902  Overfull \hbox (32.18782pt too wide) in paragraph at lines 803--803
6903   []@texttt |                     +----+-----+-----+-----+-------+----------+---
6904  -------+[] 
6905  
6906  Overfull \hbox (32.18782pt too wide) in paragraph at lines 804--804
6907   []@texttt |                     |    |     |     |     |       |          |   
6908         |[] 
6909  
6910  Overfull \hbox (32.18782pt too wide) in paragraph at lines 805--805
6911   []@texttt |                     |    |     |     |     |       |          |   
6912         |[] 
6913  
6914  Overfull \hbox (32.18782pt too wide) in paragraph at lines 806--806
6915   []@texttt |                     |    |     |     |     |       |          |   
6916         |[] 
6917  
6918  Overfull \hbox (32.18782pt too wide) in paragraph at lines 807--807
6919   []@texttt |                     |    |     |     |     |       |          |   
6920         |[] 
6921  
6922  Overfull \hbox (32.18782pt too wide) in paragraph at lines 808--808
6923   []@texttt |                     |    |     |     |     |  Sig. |          |   
6924         |[] 
6925  
6926  Overfull \hbox (32.18782pt too wide) in paragraph at lines 809--809
6927   []@texttt |                     |    |     |     |     |  (2-  |   Mean   |Std
6928  . Error|[] 
6929  
6930  Overfull \hbox (32.18782pt too wide) in paragraph at lines 810--810
6931   []@texttt |                     |  F | Sig.|  t  |  df |tailed)|Difference|Dif
6932  ference|[] 
6933  
6934  Overfull \hbox (32.18782pt too wide) in paragraph at lines 811--811
6935   []@texttt +---------------------+----+-----+-----+-----+-------+----------+---
6936  -------+[] 
6937  
6938  Overfull \hbox (32.18782pt too wide) in paragraph at lines 812--812
6939   []@texttt |Height in   Equal    | .97| .331|14.02|37.00|   .000|    185.72|   
6940    13.24|[] 
6941  
6942  Overfull \hbox (32.18782pt too wide) in paragraph at lines 813--813
6943   []@texttt |millimeters variances|    |     |     |     |       |          |   
6944         |[] 
6945  
6946  Overfull \hbox (32.18782pt too wide) in paragraph at lines 814--814
6947   []@texttt |            assumed  |    |     |     |     |       |          |   
6948         |[] 
6949  
6950  Overfull \hbox (32.18782pt too wide) in paragraph at lines 815--815
6951   []@texttt |            Equal    |    |     |15.15|32.71|   .000|    185.72|   
6952    12.26|[] 
6953  
6954  Overfull \hbox (32.18782pt too wide) in paragraph at lines 816--816
6955   []@texttt |            variances|    |     |     |     |       |          |   
6956         |[] 
6957  
6958  Overfull \hbox (32.18782pt too wide) in paragraph at lines 817--817
6959   []@texttt |            not      |    |     |     |     |       |          |   
6960         |[] 
6961  
6962  Overfull \hbox (32.18782pt too wide) in paragraph at lines 818--818
6963   []@texttt |            assumed  |    |     |     |     |       |          |   
6964         |[] 
6965  
6966  Overfull \hbox (32.18782pt too wide) in paragraph at lines 819--819
6967   []@texttt +---------------------+----+-----+-----+-----+-------+----------+---
6968  -------+[] 
6969  
6970  Overfull \hbox (32.18782pt too wide) in paragraph at lines 820--820
6971   []@texttt |Internal    Equal    | .31| .581|-1.31|38.00|   .198|      -.75|   
6972      .57|[] 
6973  
6974  Overfull \hbox (32.18782pt too wide) in paragraph at lines 821--821
6975   []@texttt |body        variances|    |     |     |     |       |          |   
6976         |[] 
6977  
6978  Overfull \hbox (32.18782pt too wide) in paragraph at lines 822--822
6979   []@texttt |temperature assumed  |    |     |     |     |       |          |   
6980         |[] 
6981  
6982  Overfull \hbox (32.18782pt too wide) in paragraph at lines 823--823
6983   []@texttt |in degrees  Equal    |    |     |-1.33|37.99|   .190|      -.75|   
6984      .56|[] 
6985  
6986  Overfull \hbox (32.18782pt too wide) in paragraph at lines 824--824
6987   []@texttt |Celcius     variances|    |     |     |     |       |          |   
6988         |[] 
6989  
6990  Overfull \hbox (32.18782pt too wide) in paragraph at lines 825--825
6991   []@texttt |            not      |    |     |     |     |       |          |   
6992         |[] 
6993  
6994  Overfull \hbox (32.18782pt too wide) in paragraph at lines 826--826
6995   []@texttt |            assumed  |    |     |     |     |       |          |   
6996         |[] 
6997  
6998  Overfull \hbox (32.18782pt too wide) in paragraph at lines 827--827
6999   []@texttt +---------------------+----+-----+-----+-----+-------+----------+---
7000  -------+[] 
7001  [22]
7002  Overfull \vbox (565.53712pt too high) has occurred while \output is active
7003  [23]
7004  Overfull \hbox (49.43388pt too wide) in paragraph at lines 905--905
7005   []@texttt +------------------------+-----------------------------------------+
7006  -----+----+[] 
7007  
7008  Overfull \hbox (49.43388pt too wide) in paragraph at lines 906--906
7009   []@texttt |                        |    Unstandardized        Standardized   |
7010       |    |[] 
7011  
7012  Overfull \hbox (49.43388pt too wide) in paragraph at lines 907--907
7013   []@texttt |                        |     Coefficients         Coefficients   |
7014       |    |[] 
7015  
7016  Overfull \hbox (49.43388pt too wide) in paragraph at lines 908--908
7017   []@texttt |                        +---------+-----------+-------------------+
7018       |    |[] 
7019  
7020  Overfull \hbox (49.43388pt too wide) in paragraph at lines 909--909
7021   []@texttt |                        |    B    | Std. Error|        Beta       |
7022    t  |Sig.|[] 
7023  
7024  Overfull \hbox (49.43388pt too wide) in paragraph at lines 910--910
7025   []@texttt +------------------------+---------+-----------+-------------------+
7026  -----+----+[] 
7027  
7028  Overfull \hbox (49.43388pt too wide) in paragraph at lines 911--911
7029   []@texttt |(Constant)              |     9.81|       1.50|                .00|
7030   6.54|.000|[] 
7031  
7032  Overfull \hbox (49.43388pt too wide) in paragraph at lines 912--912
7033   []@texttt |Mean time between       |     3.10|        .10|                .99|
7034  32.43|.000|[] 
7035  
7036  Overfull \hbox (49.43388pt too wide) in paragraph at lines 913--913
7037   []@texttt |failures (months)       |         |           |                   |
7038       |    |[] 
7039  
7040  Overfull \hbox (49.43388pt too wide) in paragraph at lines 914--914
7041   []@texttt |Ratio of working to non-|     1.09|       1.78|                .02|
7042    .61|.552|[] 
7043  
7044  Overfull \hbox (49.43388pt too wide) in paragraph at lines 915--915
7045   []@texttt |working time            |         |           |                   |
7046       |    |[] 
7047  
7048  Overfull \hbox (49.43388pt too wide) in paragraph at lines 916--916
7049   []@texttt +------------------------+---------+-----------+-------------------+
7050  -----+----+[] 
7051  
7052  Overfull \hbox (49.43388pt too wide) in paragraph at lines 919--919
7053   []@texttt +-----------------------+------------------------------------------+
7054  -----+----+[] 
7055  
7056  Overfull \hbox (49.43388pt too wide) in paragraph at lines 920--920
7057   []@texttt |                       |    Unstandardized         Standardized   |
7058       |    |[] 
7059  
7060  Overfull \hbox (49.43388pt too wide) in paragraph at lines 921--921
7061   []@texttt |                       |     Coefficients          Coefficients   |
7062       |    |[] 
7063  
7064  Overfull \hbox (49.43388pt too wide) in paragraph at lines 922--922
7065   []@texttt |                       +---------+------------+-------------------+
7066       |    |[] 
7067  
7068  Overfull \hbox (49.43388pt too wide) in paragraph at lines 923--923
7069   []@texttt |                       |    B    | Std. Error |        Beta       |
7070    t  |Sig.|[] 
7071  
7072  Overfull \hbox (49.43388pt too wide) in paragraph at lines 924--924
7073   []@texttt +-----------------------+---------+------------+-------------------+
7074  -----+----+[] 
7075  
7076  Overfull \hbox (49.43388pt too wide) in paragraph at lines 925--925
7077   []@texttt |(Constant)             |    10.50|         .96|                .00|
7078  10.96|.000|[] 
7079  
7080  Overfull \hbox (49.43388pt too wide) in paragraph at lines 926--926
7081   []@texttt |Mean time between      |     3.11|         .09|                .99|
7082  33.39|.000|[] 
7083  
7084  Overfull \hbox (49.43388pt too wide) in paragraph at lines 927--927
7085   []@texttt |failures (months)      |         |            |                   |
7086       |    |[] 
7087  
7088  Overfull \hbox (49.43388pt too wide) in paragraph at lines 928--928
7089   []@texttt +-----------------------+---------+------------+-------------------+
7090  -----+----+[] 
7091  [24]) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/language.texi
7092  Chapter 6 [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37]
7093  [38] [39] [40] [41] [42])
7094  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/expressions.texi Chapter 7
7095  [43] [44] [45]
7096  Writing index file pspp.fn
7097  [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60])
7098  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/data-io.texi Chapter 8
7099  [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75]
7100  [76] [77] [78] [79] [80])
7101  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/files.texi Chapter 9 [81]
7102  [82] [83] [84] [85]
7103  Overfull \hbox (49.43388pt too wide) in paragraph at lines 369--369
7104   []     @texttt /CONNECT='host=example.com port=5432 dbname=product user=fred p
7105  asswd=xxxx'[] 
7106  [86] [87]
7107  Overfull \hbox (14.94176pt too wide) in paragraph at lines 551--551
7108   []@texttt 'Pet''s Name', "Age", "Color", "Date Received", "Price", "Height", "
7109  Type"[] 
7110  [88]
7111  Overfull \hbox (43.6852pt too wide) in paragraph at lines 565--565
7112   []@texttt GET DATA /TYPE=TXT /FILE='pets.data' /DELIMITERS=', ' /QUALIFIER='''
7113  "' /ESCAPE[] 
7114  [89] [90] [91] [92] [93] [94])
7115  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/combining.texi Chapter 10
7116  [95] [96] [97] [98] [99])
7117  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/variables.texi Chapter 11
7118  [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110])
7119  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/transformation.texi
7120  Chapter 12 [111] [112] [113] [114] [115] [116] [117] [118] [119] [120])
7121  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/data-selection.texi
7122  Chapter 13 [121] [122] [123] [124])
7123  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/flow-control.texi Chapter 14
7124  [125] [126] [127])
7125  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/statistics.texi Chapter 15
7126  [128]
7127  Overfull \hbox (21.88182pt too wide) in paragraph at lines 50--50
7128   []        @textrm /SORT=$@textsy f$@textrm NONE,MEAN,SEMEAN,STDDEV,VARIANCE,KU
7129  RTOSIS,SKEWNESS,[] 
7130  
7131  Overfull \hbox (12.07246pt too wide) in paragraph at lines 51--51
7132   []               @textrm RANGE,MINIMUM,MAXIMUM,SUM,SESKEWNESS,SEKURTOSIS,NAME$
7133  @textsy g$[] 
7134  [129]
7135  Overfull \hbox (38.76299pt too wide) in paragraph at lines 137--137
7136   []        @textrm /STATISTICS=$@textsy f$@textrm DEFAULT,MEAN,SEMEAN,MEDIAN,MO
7137  DE,STDDEV,VARIANCE,[] 
7138  [130] [131]
7139  Overfull \hbox (24.47751pt too wide) in paragraph at lines 259--259
7140   []        @textrm /PLOT=$@textsy f$@textrm BOXPLOT, NPPLOT, HIS-TOGRAM, SPREAD
7141  LEVEL[(@textsl t[]@textrm )], ALL, NONE$@textsy g$[] 
7142  [132] [133] [134] [135] [136]
7143  Overfull \hbox (29.486pt too wide) in paragraph at lines 613--613
7144   []        @textrm /CELLS=$@textsy f$@textrm COUNT,ROW,COLUMN,TOTAL,EXPECTED,RE
7145  SIDUAL,SRESIDUAL,[] 
7146  [137] [138]
7147  Overfull \hbox (46.11884pt too wide) in paragraph at lines 813--813
7148   []        @textrm [ /ROTATION=$@textsy f$@textrm VARIMAX, EQUA-MAX, QUAR-TI-MA
7149  X, PRO-MAX[(@textsl k[]@textrm )], NOROTATE$@textsy g$@textrm ][] 
7150  [139] [140] [141] [142]
7151  Overfull \hbox (14.6579pt too wide) in paragraph at lines 1092--1092
7152   []      @textrm [/CELLS = [MEAN] [COUNT] [STD-DEV] [SE-MEAN] [SUM] [MIN] [MAX]
7153   [RANGE][] 
7154  [143] [144] [145] [146]
7155  Overfull \hbox (24.44705pt too wide) in paragraph at lines 1400--1400
7156   []     @textrm [ /KOLMOGOROV-SMIRNOV ($@textsy f$@textrm NORMAL [@textsl mu[]@
7157  textrm , @textsl sigma[]@textrm ], UNI-FORM [@textsl min[]@textrm , @textsl max
7158  []@textrm ], POIS-
7159  [147] [148] [149] [150] [151]
7160  Overfull \hbox (40.33183pt too wide) in paragraph at lines 1815--1815
7161   []      @textrm [/CRI-TE-RIA=CLUSTERS(@textsl k[]@textrm ) [MX-ITER(@textsl ma
7162  x[]iter[]@textrm )] CON-VERGE(@textsl epsilon[]@textrm ) [NOINITIAL]][] 
7163  [152] [153] (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/regression.texi
7164  [154] [155]) [156])
7165  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/utilities.texi Chapter 16
7166  [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168]
7167  [169] [170])
7168  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/pspp-convert.texi Chapter 17
7169  [171] [172] [173])
7170  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/pspp-output.texi Chapter 18
7171  [174] [175]
7172  Underfull \hbox (badness 10000) in paragraph at lines 132--133
7173   []@texttt charts headings logs models tables texts trees warnings 
7174  [176]) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/pspp-dump-sav.texi
7175  Chapter 19 [177])
7176  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/not-implemented.texi
7177  Chapter 20 [178] (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/ni.texi
7178  [179] [180] [181] [182]))
7179  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/bugs.texi Chapter 21 [183]
7180  [184]
7181  Overfull \hbox (20.69044pt too wide) in paragraph at lines 106--106
7182   []@texttt I downloaded the latest version of PSPP and entered a sequence of nu
7183  mbers,[] 
7184  ) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/function-index.texi
7185  Chapter 22 [185] (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp.fns
7186  [186] [187]))
7187  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/command-index.texi
7188  Chapter 23 [188] (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp.vrs
7189  [189])) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/concept-index.texi
7190  Chapter 24 [190] (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp.cps
7191  [191] [192] [193] [194] [195]))
7192  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/fdl.texi Appendix A [196]
7193  [197] [198] [199] [200] [201] [202] [203]) [204] )
7194  (see the transcript file for additional information)</usr/share/texlive/texmf-d
7195  ist/fonts/type1/public/amsfonts/cm/cmb10.pfb></usr/share/texlive/texmf-dist/fon
7196  ts/type1/public/amsfonts/cm/cmbx12.pfb></usr/share/texlive/texmf-dist/fonts/typ
7197  e1/public/amsfonts/cm/cmcsc10.pfb></usr/share/texlive/texmf-dist/fonts/type1/pu
7198  blic/amsfonts/cm/cmmi10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/a
7199  msfonts/cm/cmmi12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfont
7200  s/cm/cmmi7.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cm
7201  mi9.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb
7202  ></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr12.pfb></usr/
7203  share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfb></usr/share/te
7204  xlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr9.pfb></usr/share/texlive/te
7205  xmf-dist/fonts/type1/public/amsfonts/cm/cmsl10.pfb></usr/share/texlive/texmf-di
7206  st/fonts/type1/public/amsfonts/cm/cmsl9.pfb></usr/share/texlive/texmf-dist/font
7207  s/type1/public/amsfonts/cm/cmsltt10.pfb></usr/share/texlive/texmf-dist/fonts/ty
7208  pe1/public/amsfonts/cm/cmss10.pfb></usr/share/texlive/texmf-dist/fonts/type1/pu
7209  blic/amsfonts/cm/cmsy10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/a
7210  msfonts/cm/cmsy7.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts
7211  /cm/cmsy9.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmt
7212  i10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt10.pf
7213  b></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt12.pfb></us
7214  r/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt9.pfb></usr/share
7215  /texlive/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcircle1.pfb>
7216  Output written on pspp.pdf (213 pages, 901320 bytes).
7217  Transcript written on pspp.log.
7218  Generating ASCII... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo -o pspp.txt --no-split --no-headers  -I 'doc' "doc/pspp.texi")
7219  Generating monolithic html... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo --no-split --html -o pspp.html  -I 'doc'  "doc/pspp.texi")
7220  Generating html by node... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo --html -o pspp.html  -I 'doc'  "doc/pspp.texi")
7221  Making .tar.gz for sources...
7222  bugs.texi
7223  combining.texi
7224  command-index.texi
7225  concept-index.texi
7226  data-io.texi
7227  data-selection.texi
7228  expressions.texi
7229  fdl.texi
7230  files.texi
7231  flow-control.texi
7232  function-index.texi
7233  installing.texi
7234  introduction.texi
7235  invoking.texi
7236  language.texi
7237  license.texi
7238  ni.texi
7239  not-implemented.texi
7240  pspp-convert.texi
7241  pspp-dev.texi
7242  pspp-dump-sav.texi
7243  pspp-output.texi
7244  pspp.texi
7245  regression.texi
7246  statistics.texi
7247  transformation.texi
7248  tutorial.texi
7249  tut.texi
7250  utilities.texi
7251  variables.texi
7252  version-dev.texi
7253  version.texi
7254  Writing index file...
7255  Done, see /home/blp/tmp/pspptmp/branch-1.4/source/results/user-manual/ subdirectory for new files.

7257  Saving User Manual: user-manual

7259  Build developers guide
7260  cd pspp && GENDOCS_TEMPLATE_DIR=/home/blp/pspp/build/. /home/blp/pspp/build/./gendocs.sh -s doc/pspp-dev.texi -I doc -o /home/blp/tmp/pspptmp/branch-1.4/source/results/dev-guide --email bug-gnu-pspp@gnu.org pspp-dev "GNU PSPP Developers Guide"
7261  Generating output formats for doc/pspp-dev.texi
7262  Generating info file(s)... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo -o pspp-dev.info  -I 'doc' --no-split "doc/pspp-dev.texi")
7263  Generating dvi ... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= texi2dvi -t @finalout  -I 'doc' "doc/pspp-dev.texi")
7264  This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/Debian) (preloaded format=etex)
7265   restricted \write18 enabled.
7266  entering extended mode
7267  
7268  
7269  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp-dev.t2d/dvi/xtr/pspp-dev.tex
7270  i (/usr/share/texmf/tex/texinfo/texinfo.tex
7271  Loading texinfo [version 2019-09-20.22]: pdf, fonts, markup, glyphs,
7272  page headings, tables, conditionals, indexing, sectioning, toc, environments,
7273  defuns, macros, cross references, insertions,
7274  (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
7275  This is `epsf.tex' v2.7.4 <14 February 2011>
7276  ) localization, formatting, and turning on texinfo input format.)
7277  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/version-dev.texi) [1]
7278  [2] [-1] (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/intro.texi
7279  Chapter 1) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/concepts.texi
7280  Chapter 2 [1]
7281  Writing index file pspp-dev.cp
7282  Writing index file pspp-dev.fn
7283  [2] Cross reference values unknown; you must run TeX again. [3]
7284  Writing index file pspp-dev.tp
7285  [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19]
7286  [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34]
7287  [35]) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/syntax.texi
7288  Chapter 3 [36]) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/data.texi
7289   Chapter 4 [37]
7290  Overfull \hbox (55.18257pt too wide) in paragraph at lines 37--37
7291   []@texttt **** Modifying cases obtained from active dataset casereaders has no
7292   real effect[] 
7293  ) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/output.texi Chapter 5
7294  [38]) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/i18n.texi
7295  Chapter 6 [39] [40] [41])
7296  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/function-index.texi
7297  Chapter 7 [42]
7298  No file pspp-dev.fns.
7299  ) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/concept-index.texi
7300  Chapter 8 [43]
7301  No file pspp-dev.cps.
7302  )
7303  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/portable-file-format.texi
7304  Appendix A [44] [45] [46] [47] [48] [49])
7305  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/system-file-format.texi
7306  Appendix B [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62]
7307  Overfull \hbox (23.3639pt too wide) in paragraph at lines 849--856
7308   []@textrm For a mul-ti-ple di-chotomy set with CAT-E-GO-RY-LA-BELS=COUNTEDVALU
7309  ES,
7310  [63]
7311  Overfull \hbox (20.69044pt too wide) in paragraph at lines 902--902
7312   []       @texttt /MDGROUP NAME=$d LABEL='third mdgroup' CATEGORYLABELS=COUNTED
7313  VALUES[] 
7314  
7315  Overfull \hbox (14.94176pt too wide) in paragraph at lines 904--904
7316   []       @texttt /MDGROUP NAME=$e CATEGORYLABELS=COUNTEDVALUES LABELSOURCE=VAR
7317  LABEL[] 
7318  [64] [65] [66] [67] [68] [69] [70] [71]
7319  Overfull \hbox (14.94176pt too wide) in paragraph at lines 1430--1430
7320   []@texttt VARIABLE ATTRIBUTE VARIABLES=dummy ATTRIBUTE=fred[1]('23') fred[2]('
7321  34').[] 
7322  
7323  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1438--1438
7324   []@texttt 0000  07 00 00 00 12 00 00 00  01 00 00 00 22 00 00 00  |...........
7325  ."...|[] 
7326  
7327  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1439--1439
7328   []@texttt 0010  64 75 6d 6d 79 3a 66 72  65 64 28 27 32 33 27 0a  |dummy:fred(
7329  '23'.|[] 
7330  
7331  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1440--1440
7332   []@texttt 0020  27 33 34 27 0a 29 62 65  72 74 28 27 31 32 33 27  |'34'.)bert(
7333  '123'|[] 
7334  
7335  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1441--1441
7336   []@texttt 0030  0a 29                                             |.)         
7337       |[] 
7338  [72] [73] [74] [75])
7339  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/pc+-file-format.texi
7340  Appendix C [76] [77] [78] [79] [80] [81])
7341  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/spv-file-format.texi
7342  Appendix D [82] [83]
7343  Overfull \hbox (14.94176pt too wide) in paragraph at lines 137--137
7344   []@texttt => label (table | container_text | graph | model | object | image | 
7345  tree)[] 
7346  [84] l.167: Unicode char @u8:인 not defined for Texinfo
7347  l.167: Unicode char @u8:치 not defined for Texinfo
7348  l.170: Unicode char @u8:п not defined for Texinfo
7349  l.170: Unicode char @u8:т not defined for Texinfo
7350  l.173: Unicode char @u8:с not defined for Texinfo
7351  l.173: Unicode char @u8:м not defined for Texinfo [85]
7352  Overfull \hbox (26.43913pt too wide) in paragraph at lines 260--260
7353   []@texttt <![CDATA[<head><style type="text/css">...</style></head><BR>Descript
7354  ives]]>[] 
7355  [86]
7356  Writing index file pspp-dev.vr
7357  [87]
7358  Overfull \hbox (14.94176pt too wide) in paragraph at lines 422--422
7359   []@texttt => label (table | container_text | graph | model | object | image | 
7360  tree)[] 
7361  [88] [89] [90] [91]
7362  Overfull \hbox (32.18782pt too wide) in paragraph at lines 703--703
7363   []   @texttt :chart-size=(as-is | full-height | half-height | quarter-height |
7364   OTHER)?[] 
7365  [92] [93] [94]
7366  Overfull \hbox (62.58887pt too wide) in paragraph at lines 905--908
7367  []@textrm PSPP uses this gram-mar to parse light de-tail mem-bers. See @texttt 
7368  src/output/spv/light-binary.grammar[]
7369  [95] [96]
7370  Overfull \hbox (83.92601pt too wide) in paragraph at lines 1057--1057
7371   []    @texttt v3(int32[left-margin] int32[right-margin] int32[top-margin] int3
7372  2[bottom-margin])[] 
7373  [97] [98] [99] [100] [101] [102] [103] [104] [105] [106]
7374  Overfull \hbox (15.27641pt too wide) in paragraph at lines 1806--1806
7375   []@texttt TemplateString => count((count((i0 (58 $@textsy j$ @texttt 31 55))?)
7376   (58 $@textsy j$ @texttt 31 string[id]))?)[] 
7377  [107] [108] [109]
7378  Overfull \hbox (37.93651pt too wide) in paragraph at lines 1974--1974
7379   []@texttt SourceMap => string[source-name] int32[n-variables] VariableMap*[n-v
7380  ariables][] 
7381  [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121]
7382  [122]
7383  Overfull \hbox (37.93651pt too wide) in paragraph at lines 2917--2917
7384   []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
7385  imeFormat[] 
7386  [123]
7387  Overfull \hbox (37.93651pt too wide) in paragraph at lines 2995--2995
7388   []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
7389  imeFormat[] 
7390  [124] [125] [126] [127] [128] [129] [130]
7391  Overfull \hbox (37.93651pt too wide) in paragraph at lines 3479--3479
7392   []@texttt formatting :variable=ref (sourceVariable | derivedVariable) => forma
7393  tMapping*[] 
7394  [131] [132]
7395  Overfull \hbox (147.16158pt too wide) in paragraph at lines 3633--3633
7396   []@texttt => generalProperties footnoteProperties cellFormatProperties borderP
7397  roperties printingProperties[] 
7398  [133])
7399  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/encrypted-file-wrappers.t
7400  exi Chapter 9 [134]
7401  Overfull \hbox (20.69044pt too wide) in paragraph at lines 41--41
7402   []@texttt 0000  1c 00 00 00 00 00 00 00  45 4e 43 52 59 50 54 45  |........ENC
7403  RYPTE|[] 
7404  
7405  Overfull \hbox (20.69044pt too wide) in paragraph at lines 42--42
7406   []@texttt 0010  44 @textttsl xx xx xx @texttt 15 00 00 00  00 00 00 00 00 00 0
7407  0 00  |D@textttsl xxx@texttt ............|[] 
7408  
7409  Overfull \hbox (20.69044pt too wide) in paragraph at lines 91--91
7410   []@texttt 0000  70 73 70 70 00 00 00 00  00 00 00 00 00 00 00 00  |pspp.......
7411  .....|[] 
7412  
7413  Overfull \hbox (20.69044pt too wide) in paragraph at lines 92--92
7414   []@texttt 0010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |...........
7415  .....|[] 
7416  [135] [136]) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/q2c.texi
7417  Appendix E [137] [138] [139] [140])
7418  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/fdl.texi Appendix F [141]
7419  [142] [143] [144] [145] [146] [147] [148]) [149] )
7420  (see the transcript file for additional information)
7421  Output written on pspp-dev.dvi (152 pages, 447300 bytes).
7422  Transcript written on pspp-dev.log.
7423  This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/Debian) (preloaded format=etex)
7424   restricted \write18 enabled.
7425  entering extended mode
7426  
7427  
7428  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp-dev.t2d/dvi/xtr/pspp-dev.tex
7429  i (/usr/share/texmf/tex/texinfo/texinfo.tex
7430  Loading texinfo [version 2019-09-20.22]: pdf, fonts, markup, glyphs,
7431  page headings, tables, conditionals, indexing, sectioning, toc, environments,
7432  defuns, macros, cross references, insertions,
7433  (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
7434  This is `epsf.tex' v2.7.4 <14 February 2011>
7435  ) localization, formatting, and turning on texinfo input format.)
7436  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/version-dev.texi) [1]
7437  [2] (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp-dev.toc [-1] [-2]
7438  [-3] [-4]) [-5]
7439  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/intro.texi Chapter 1
7440  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp-dev.aux))
7441  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/concepts.texi Chapter 2
7442  [1]
7443  Writing index file pspp-dev.cp
7444  Writing index file pspp-dev.fn
7445  [2] [3]
7446  Writing index file pspp-dev.tp
7447  [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19]
7448  [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34]
7449  [35]) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/syntax.texi
7450  Chapter 3 [36]) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/data.texi
7451   Chapter 4 [37]
7452  Overfull \hbox (55.18257pt too wide) in paragraph at lines 37--37
7453   []@texttt **** Modifying cases obtained from active dataset casereaders has no
7454   real effect[] 
7455  ) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/output.texi Chapter 5
7456  [38]) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/i18n.texi
7457  Chapter 6 [39] [40] [41])
7458  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/function-index.texi
7459  Chapter 7 [42] (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp-dev.fns
7460  [43] [44]))
7461  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/concept-index.texi Chapter 8
7462  [45] (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp-dev.cps))
7463  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/portable-file-format.texi
7464  Appendix A [46] [47] [48] [49] [50] [51])
7465  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/system-file-format.texi
7466  Appendix B [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64]
7467  Overfull \hbox (23.3639pt too wide) in paragraph at lines 849--856
7468   []@textrm For a mul-ti-ple di-chotomy set with CAT-E-GO-RY-LA-BELS=COUNTEDVALU
7469  ES,
7470  [65]
7471  Overfull \hbox (20.69044pt too wide) in paragraph at lines 902--902
7472   []       @texttt /MDGROUP NAME=$d LABEL='third mdgroup' CATEGORYLABELS=COUNTED
7473  VALUES[] 
7474  
7475  Overfull \hbox (14.94176pt too wide) in paragraph at lines 904--904
7476   []       @texttt /MDGROUP NAME=$e CATEGORYLABELS=COUNTEDVALUES LABELSOURCE=VAR
7477  LABEL[] 
7478  [66] [67] [68] [69] [70] [71] [72] [73]
7479  Overfull \hbox (14.94176pt too wide) in paragraph at lines 1430--1430
7480   []@texttt VARIABLE ATTRIBUTE VARIABLES=dummy ATTRIBUTE=fred[1]('23') fred[2]('
7481  34').[] 
7482  
7483  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1438--1438
7484   []@texttt 0000  07 00 00 00 12 00 00 00  01 00 00 00 22 00 00 00  |...........
7485  ."...|[] 
7486  
7487  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1439--1439
7488   []@texttt 0010  64 75 6d 6d 79 3a 66 72  65 64 28 27 32 33 27 0a  |dummy:fred(
7489  '23'.|[] 
7490  
7491  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1440--1440
7492   []@texttt 0020  27 33 34 27 0a 29 62 65  72 74 28 27 31 32 33 27  |'34'.)bert(
7493  '123'|[] 
7494  
7495  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1441--1441
7496   []@texttt 0030  0a 29                                             |.)         
7497       |[] 
7498  [74] [75] [76] [77])
7499  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/pc+-file-format.texi
7500  Appendix C [78] [79] [80] [81] [82] [83])
7501  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/spv-file-format.texi
7502  Appendix D [84] [85]
7503  Overfull \hbox (14.94176pt too wide) in paragraph at lines 137--137
7504   []@texttt => label (table | container_text | graph | model | object | image | 
7505  tree)[] 
7506  [86] l.167: Unicode char @u8:인 not defined for Texinfo
7507  l.167: Unicode char @u8:치 not defined for Texinfo
7508  l.170: Unicode char @u8:п not defined for Texinfo
7509  l.170: Unicode char @u8:т not defined for Texinfo
7510  l.173: Unicode char @u8:с not defined for Texinfo
7511  l.173: Unicode char @u8:м not defined for Texinfo [87]
7512  Overfull \hbox (26.43913pt too wide) in paragraph at lines 260--260
7513   []@texttt <![CDATA[<head><style type="text/css">...</style></head><BR>Descript
7514  ives]]>[] 
7515  [88]
7516  Writing index file pspp-dev.vr
7517  [89]
7518  Overfull \hbox (14.94176pt too wide) in paragraph at lines 422--422
7519   []@texttt => label (table | container_text | graph | model | object | image | 
7520  tree)[] 
7521  [90] [91] [92] [93]
7522  Overfull \hbox (32.18782pt too wide) in paragraph at lines 703--703
7523   []   @texttt :chart-size=(as-is | full-height | half-height | quarter-height |
7524   OTHER)?[] 
7525  [94] [95] [96]
7526  Overfull \hbox (62.58887pt too wide) in paragraph at lines 905--908
7527  []@textrm PSPP uses this gram-mar to parse light de-tail mem-bers. See @texttt 
7528  src/output/spv/light-binary.grammar[]
7529  [97] [98]
7530  Overfull \hbox (83.92601pt too wide) in paragraph at lines 1057--1057
7531   []    @texttt v3(int32[left-margin] int32[right-margin] int32[top-margin] int3
7532  2[bottom-margin])[] 
7533  [99] [100] [101] [102] [103] [104] [105] [106] [107] [108]
7534  Overfull \hbox (15.27641pt too wide) in paragraph at lines 1806--1806
7535   []@texttt TemplateString => count((count((i0 (58 $@textsy j$ @texttt 31 55))?)
7536   (58 $@textsy j$ @texttt 31 string[id]))?)[] 
7537  [109] [110] [111]
7538  Overfull \hbox (37.93651pt too wide) in paragraph at lines 1974--1974
7539   []@texttt SourceMap => string[source-name] int32[n-variables] VariableMap*[n-v
7540  ariables][] 
7541  [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123]
7542  [124]
7543  Overfull \hbox (37.93651pt too wide) in paragraph at lines 2917--2917
7544   []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
7545  imeFormat[] 
7546  [125]
7547  Overfull \hbox (37.93651pt too wide) in paragraph at lines 2995--2995
7548   []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
7549  imeFormat[] 
7550  [126] [127] [128] [129] [130] [131] [132]
7551  Overfull \hbox (37.93651pt too wide) in paragraph at lines 3479--3479
7552   []@texttt formatting :variable=ref (sourceVariable | derivedVariable) => forma
7553  tMapping*[] 
7554  [133] [134]
7555  Overfull \hbox (147.16158pt too wide) in paragraph at lines 3633--3633
7556   []@texttt => generalProperties footnoteProperties cellFormatProperties borderP
7557  roperties printingProperties[] 
7558  [135])
7559  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/encrypted-file-wrappers.t
7560  exi Chapter 9 [136]
7561  Overfull \hbox (20.69044pt too wide) in paragraph at lines 41--41
7562   []@texttt 0000  1c 00 00 00 00 00 00 00  45 4e 43 52 59 50 54 45  |........ENC
7563  RYPTE|[] 
7564  
7565  Overfull \hbox (20.69044pt too wide) in paragraph at lines 42--42
7566   []@texttt 0010  44 @textttsl xx xx xx @texttt 15 00 00 00  00 00 00 00 00 00 0
7567  0 00  |D@textttsl xxx@texttt ............|[] 
7568  
7569  Overfull \hbox (20.69044pt too wide) in paragraph at lines 91--91
7570   []@texttt 0000  70 73 70 70 00 00 00 00  00 00 00 00 00 00 00 00  |pspp.......
7571  .....|[] 
7572  
7573  Overfull \hbox (20.69044pt too wide) in paragraph at lines 92--92
7574   []@texttt 0010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |...........
7575  .....|[] 
7576  [137] [138]) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/q2c.texi
7577  Appendix E [139] [140] [141] [142])
7578  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/fdl.texi Appendix F [143]
7579  [144] [145] [146] [147] [148] [149] [150]) [151] )
7580  (see the transcript file for additional information)
7581  Output written on pspp-dev.dvi (158 pages, 565336 bytes).
7582  Transcript written on pspp-dev.log.
7583  This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/Debian) (preloaded format=etex)
7584   restricted \write18 enabled.
7585  entering extended mode
7586  
7587  
7588  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp-dev.t2d/dvi/xtr/pspp-dev.tex
7589  i (/usr/share/texmf/tex/texinfo/texinfo.tex
7590  Loading texinfo [version 2019-09-20.22]: pdf, fonts, markup, glyphs,
7591  page headings, tables, conditionals, indexing, sectioning, toc, environments,
7592  defuns, macros, cross references, insertions,
7593  (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
7594  This is `epsf.tex' v2.7.4 <14 February 2011>
7595  ) localization, formatting, and turning on texinfo input format.)
7596  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/version-dev.texi) [1]
7597  [2] (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp-dev.toc [-1] [-2]
7598  [-3] [-4]) [-5]
7599  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/intro.texi Chapter 1
7600  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp-dev.aux))
7601  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/concepts.texi Chapter 2
7602  [1]
7603  Writing index file pspp-dev.cp
7604  Writing index file pspp-dev.fn
7605  [2] [3]
7606  Writing index file pspp-dev.tp
7607  [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19]
7608  [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34]
7609  [35]) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/syntax.texi
7610  Chapter 3 [36]) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/data.texi
7611   Chapter 4 [37]
7612  Overfull \hbox (55.18257pt too wide) in paragraph at lines 37--37
7613   []@texttt **** Modifying cases obtained from active dataset casereaders has no
7614   real effect[] 
7615  ) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/output.texi Chapter 5
7616  [38]) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/i18n.texi
7617  Chapter 6 [39] [40] [41])
7618  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/function-index.texi
7619  Chapter 7 [42] (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp-dev.fns
7620  [43] [44]))
7621  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/concept-index.texi Chapter 8
7622  [45] (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp-dev.cps))
7623  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/portable-file-format.texi
7624  Appendix A [46] [47] [48] [49] [50] [51])
7625  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/system-file-format.texi
7626  Appendix B [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64]
7627  Overfull \hbox (23.3639pt too wide) in paragraph at lines 849--856
7628   []@textrm For a mul-ti-ple di-chotomy set with CAT-E-GO-RY-LA-BELS=COUNTEDVALU
7629  ES,
7630  [65]
7631  Overfull \hbox (20.69044pt too wide) in paragraph at lines 902--902
7632   []       @texttt /MDGROUP NAME=$d LABEL='third mdgroup' CATEGORYLABELS=COUNTED
7633  VALUES[] 
7634  
7635  Overfull \hbox (14.94176pt too wide) in paragraph at lines 904--904
7636   []       @texttt /MDGROUP NAME=$e CATEGORYLABELS=COUNTEDVALUES LABELSOURCE=VAR
7637  LABEL[] 
7638  [66] [67] [68] [69] [70] [71] [72] [73]
7639  Overfull \hbox (14.94176pt too wide) in paragraph at lines 1430--1430
7640   []@texttt VARIABLE ATTRIBUTE VARIABLES=dummy ATTRIBUTE=fred[1]('23') fred[2]('
7641  34').[] 
7642  
7643  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1438--1438
7644   []@texttt 0000  07 00 00 00 12 00 00 00  01 00 00 00 22 00 00 00  |...........
7645  ."...|[] 
7646  
7647  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1439--1439
7648   []@texttt 0010  64 75 6d 6d 79 3a 66 72  65 64 28 27 32 33 27 0a  |dummy:fred(
7649  '23'.|[] 
7650  
7651  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1440--1440
7652   []@texttt 0020  27 33 34 27 0a 29 62 65  72 74 28 27 31 32 33 27  |'34'.)bert(
7653  '123'|[] 
7654  
7655  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1441--1441
7656   []@texttt 0030  0a 29                                             |.)         
7657       |[] 
7658  [74] [75] [76] [77])
7659  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/pc+-file-format.texi
7660  Appendix C [78] [79] [80] [81] [82] [83])
7661  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/spv-file-format.texi
7662  Appendix D [84] [85]
7663  Overfull \hbox (14.94176pt too wide) in paragraph at lines 137--137
7664   []@texttt => label (table | container_text | graph | model | object | image | 
7665  tree)[] 
7666  [86] l.167: Unicode char @u8:인 not defined for Texinfo
7667  l.167: Unicode char @u8:치 not defined for Texinfo
7668  l.170: Unicode char @u8:п not defined for Texinfo
7669  l.170: Unicode char @u8:т not defined for Texinfo
7670  l.173: Unicode char @u8:с not defined for Texinfo
7671  l.173: Unicode char @u8:м not defined for Texinfo [87]
7672  Overfull \hbox (26.43913pt too wide) in paragraph at lines 260--260
7673   []@texttt <![CDATA[<head><style type="text/css">...</style></head><BR>Descript
7674  ives]]>[] 
7675  [88]
7676  Writing index file pspp-dev.vr
7677  [89]
7678  Overfull \hbox (14.94176pt too wide) in paragraph at lines 422--422
7679   []@texttt => label (table | container_text | graph | model | object | image | 
7680  tree)[] 
7681  [90] [91] [92] [93]
7682  Overfull \hbox (32.18782pt too wide) in paragraph at lines 703--703
7683   []   @texttt :chart-size=(as-is | full-height | half-height | quarter-height |
7684   OTHER)?[] 
7685  [94] [95] [96]
7686  Overfull \hbox (62.58887pt too wide) in paragraph at lines 905--908
7687  []@textrm PSPP uses this gram-mar to parse light de-tail mem-bers. See @texttt 
7688  src/output/spv/light-binary.grammar[]
7689  [97] [98]
7690  Overfull \hbox (83.92601pt too wide) in paragraph at lines 1057--1057
7691   []    @texttt v3(int32[left-margin] int32[right-margin] int32[top-margin] int3
7692  2[bottom-margin])[] 
7693  [99] [100] [101] [102] [103] [104] [105] [106] [107] [108]
7694  Overfull \hbox (15.27641pt too wide) in paragraph at lines 1806--1806
7695   []@texttt TemplateString => count((count((i0 (58 $@textsy j$ @texttt 31 55))?)
7696   (58 $@textsy j$ @texttt 31 string[id]))?)[] 
7697  [109] [110] [111]
7698  Overfull \hbox (37.93651pt too wide) in paragraph at lines 1974--1974
7699   []@texttt SourceMap => string[source-name] int32[n-variables] VariableMap*[n-v
7700  ariables][] 
7701  [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123]
7702  [124]
7703  Overfull \hbox (37.93651pt too wide) in paragraph at lines 2917--2917
7704   []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
7705  imeFormat[] 
7706  [125]
7707  Overfull \hbox (37.93651pt too wide) in paragraph at lines 2995--2995
7708   []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
7709  imeFormat[] 
7710  [126] [127] [128] [129] [130] [131] [132]
7711  Overfull \hbox (37.93651pt too wide) in paragraph at lines 3479--3479
7712   []@texttt formatting :variable=ref (sourceVariable | derivedVariable) => forma
7713  tMapping*[] 
7714  [133] [134]
7715  Overfull \hbox (147.16158pt too wide) in paragraph at lines 3633--3633
7716   []@texttt => generalProperties footnoteProperties cellFormatProperties borderP
7717  roperties printingProperties[] 
7718  [135])
7719  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/encrypted-file-wrappers.t
7720  exi Chapter 9 [136]
7721  Overfull \hbox (20.69044pt too wide) in paragraph at lines 41--41
7722   []@texttt 0000  1c 00 00 00 00 00 00 00  45 4e 43 52 59 50 54 45  |........ENC
7723  RYPTE|[] 
7724  
7725  Overfull \hbox (20.69044pt too wide) in paragraph at lines 42--42
7726   []@texttt 0010  44 @textttsl xx xx xx @texttt 15 00 00 00  00 00 00 00 00 00 0
7727  0 00  |D@textttsl xxx@texttt ............|[] 
7728  
7729  Overfull \hbox (20.69044pt too wide) in paragraph at lines 91--91
7730   []@texttt 0000  70 73 70 70 00 00 00 00  00 00 00 00 00 00 00 00  |pspp.......
7731  .....|[] 
7732  
7733  Overfull \hbox (20.69044pt too wide) in paragraph at lines 92--92
7734   []@texttt 0010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |...........
7735  .....|[] 
7736  [137] [138]) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/q2c.texi
7737  Appendix E [139] [140] [141] [142])
7738  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/fdl.texi Appendix F [143]
7739  [144] [145] [146] [147] [148] [149] [150]) [151] )
7740  (see the transcript file for additional information)
7741  Output written on pspp-dev.dvi (158 pages, 565320 bytes).
7742  Transcript written on pspp-dev.log.
7743  Generating pdf ... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= texi2dvi -t @finalout --pdf  -I 'doc' "doc/pspp-dev.texi")
7744  This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/Debian) (preloaded format=pdfetex)
7745   restricted \write18 enabled.
7746  entering extended mode
7747  
7748  
7749  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp-dev.t2d/pdf/xtr/pspp-dev.tex
7750  i (/usr/share/texmf/tex/texinfo/texinfo.tex
7751  Loading texinfo [version 2019-09-20.22]: pdf, fonts, markup, glyphs,
7752  page headings, tables, conditionals, indexing, sectioning, toc, environments,
7753  defuns, macros, cross references, insertions,
7754  (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
7755  This is `epsf.tex' v2.7.4 <14 February 2011>
7756  ) localization, formatting, and turning on texinfo input format.)
7757  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/version-dev.texi) [1{/var/lib
7758  /texmf/fonts/map/pdftex/updmap/pdftex.map}] [2]
7759  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp-dev.toc [-1] [-2] [-3]
7760  [-4]) [-5] (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp-dev.toc)
7761  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp-dev.toc)
7762  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/intro.texi Chapter 1
7763  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp-dev.aux))
7764  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/concepts.texi Chapter 2
7765  [1]
7766  Writing index file pspp-dev.cp
7767  Writing index file pspp-dev.fn
7768  [2] [3]
7769  Writing index file pspp-dev.tp
7770  [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19]
7771  [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34]
7772  [35]) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/syntax.texi
7773  Chapter 3 [36]) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/data.texi
7774   Chapter 4 [37]
7775  Overfull \hbox (55.18257pt too wide) in paragraph at lines 37--37
7776   []@texttt **** Modifying cases obtained from active dataset casereaders has no
7777   real effect[] 
7778  ) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/output.texi Chapter 5
7779  [38]) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/i18n.texi
7780  Chapter 6 [39] [40] [41])
7781  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/function-index.texi
7782  Chapter 7 [42] (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp-dev.fns
7783  [43] [44]))
7784  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/concept-index.texi Chapter 8
7785  [45] (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/pspp-dev.cps))
7786  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/portable-file-format.texi
7787  Appendix A [46] [47] [48] [49] [50] [51])
7788  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/system-file-format.texi
7789  Appendix B [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64]
7790  Overfull \hbox (23.3639pt too wide) in paragraph at lines 849--856
7791   []@textrm For a mul-ti-ple di-chotomy set with CAT-E-GO-RY-LA-BELS=COUNTEDVALU
7792  ES,
7793  [65]
7794  Overfull \hbox (20.69044pt too wide) in paragraph at lines 902--902
7795   []       @texttt /MDGROUP NAME=$d LABEL='third mdgroup' CATEGORYLABELS=COUNTED
7796  VALUES[] 
7797  
7798  Overfull \hbox (14.94176pt too wide) in paragraph at lines 904--904
7799   []       @texttt /MDGROUP NAME=$e CATEGORYLABELS=COUNTEDVALUES LABELSOURCE=VAR
7800  LABEL[] 
7801  [66] [67] [68] [69] [70] [71] [72] [73]
7802  Overfull \hbox (14.94176pt too wide) in paragraph at lines 1430--1430
7803   []@texttt VARIABLE ATTRIBUTE VARIABLES=dummy ATTRIBUTE=fred[1]('23') fred[2]('
7804  34').[] 
7805  
7806  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1438--1438
7807   []@texttt 0000  07 00 00 00 12 00 00 00  01 00 00 00 22 00 00 00  |...........
7808  ."...|[] 
7809  
7810  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1439--1439
7811   []@texttt 0010  64 75 6d 6d 79 3a 66 72  65 64 28 27 32 33 27 0a  |dummy:fred(
7812  '23'.|[] 
7813  
7814  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1440--1440
7815   []@texttt 0020  27 33 34 27 0a 29 62 65  72 74 28 27 31 32 33 27  |'34'.)bert(
7816  '123'|[] 
7817  
7818  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1441--1441
7819   []@texttt 0030  0a 29                                             |.)         
7820       |[] 
7821  [74] [75] [76] [77])
7822  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/pc+-file-format.texi
7823  Appendix C [78] [79] [80] [81] [82] [83])
7824  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/spv-file-format.texi
7825  Appendix D [84] [85]
7826  Overfull \hbox (14.94176pt too wide) in paragraph at lines 137--137
7827   []@texttt => label (table | container_text | graph | model | object | image | 
7828  tree)[] 
7829  [86] l.167: Unicode char @u8:인 not defined for Texinfo
7830  l.167: Unicode char @u8:치 not defined for Texinfo
7831  l.170: Unicode char @u8:п not defined for Texinfo
7832  l.170: Unicode char @u8:т not defined for Texinfo
7833  l.173: Unicode char @u8:с not defined for Texinfo
7834  l.173: Unicode char @u8:м not defined for Texinfo [87]
7835  Overfull \hbox (26.43913pt too wide) in paragraph at lines 260--260
7836   []@texttt <![CDATA[<head><style type="text/css">...</style></head><BR>Descript
7837  ives]]>[] 
7838  [88]
7839  Writing index file pspp-dev.vr
7840  [89]
7841  Overfull \hbox (14.94176pt too wide) in paragraph at lines 422--422
7842   []@texttt => label (table | container_text | graph | model | object | image | 
7843  tree)[] 
7844  [90] [91] [92] [93]
7845  Overfull \hbox (32.18782pt too wide) in paragraph at lines 703--703
7846   []   @texttt :chart-size=(as-is | full-height | half-height | quarter-height |
7847   OTHER)?[] 
7848  [94] [95] [96]
7849  Overfull \hbox (62.58887pt too wide) in paragraph at lines 905--908
7850  []@textrm PSPP uses this gram-mar to parse light de-tail mem-bers. See @texttt 
7851  src/output/spv/light-binary.grammar[]
7852  [97] [98]
7853  Overfull \hbox (83.92601pt too wide) in paragraph at lines 1057--1057
7854   []    @texttt v3(int32[left-margin] int32[right-margin] int32[top-margin] int3
7855  2[bottom-margin])[] 
7856  [99] [100] [101] [102] [103] [104] [105] [106] [107] [108]
7857  Overfull \hbox (15.27641pt too wide) in paragraph at lines 1806--1806
7858   []@texttt TemplateString => count((count((i0 (58 $@textsy j$ @texttt 31 55))?)
7859   (58 $@textsy j$ @texttt 31 string[id]))?)[] 
7860  [109] [110] [111]
7861  Overfull \hbox (37.93651pt too wide) in paragraph at lines 1974--1974
7862   []@texttt SourceMap => string[source-name] int32[n-variables] VariableMap*[n-v
7863  ariables][] 
7864  [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123]
7865  [124]
7866  Overfull \hbox (37.93651pt too wide) in paragraph at lines 2917--2917
7867   []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
7868  imeFormat[] 
7869  [125]
7870  Overfull \hbox (37.93651pt too wide) in paragraph at lines 2995--2995
7871   []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
7872  imeFormat[] 
7873  [126] [127] [128] [129] [130] [131] [132]
7874  Overfull \hbox (37.93651pt too wide) in paragraph at lines 3479--3479
7875   []@texttt formatting :variable=ref (sourceVariable | derivedVariable) => forma
7876  tMapping*[] 
7877  [133] [134]
7878  Overfull \hbox (147.16158pt too wide) in paragraph at lines 3633--3633
7879   []@texttt => generalProperties footnoteProperties cellFormatProperties borderP
7880  roperties printingProperties[] 
7881  [135])
7882  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/encrypted-file-wrappers.t
7883  exi Chapter 9 [136]
7884  Overfull \hbox (20.69044pt too wide) in paragraph at lines 41--41
7885   []@texttt 0000  1c 00 00 00 00 00 00 00  45 4e 43 52 59 50 54 45  |........ENC
7886  RYPTE|[] 
7887  
7888  Overfull \hbox (20.69044pt too wide) in paragraph at lines 42--42
7889   []@texttt 0010  44 @textttsl xx xx xx @texttt 15 00 00 00  00 00 00 00 00 00 0
7890  0 00  |D@textttsl xxx@texttt ............|[] 
7891  
7892  Overfull \hbox (20.69044pt too wide) in paragraph at lines 91--91
7893   []@texttt 0000  70 73 70 70 00 00 00 00  00 00 00 00 00 00 00 00  |pspp.......
7894  .....|[] 
7895  
7896  Overfull \hbox (20.69044pt too wide) in paragraph at lines 92--92
7897   []@texttt 0010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |...........
7898  .....|[] 
7899  [137] [138]) (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/dev/q2c.texi
7900  Appendix E [139] [140] [141] [142])
7901  (/home/blp/tmp/pspptmp/branch-1.4/source/pspp/doc/fdl.texi Appendix F [143]
7902  [144] [145] [146] [147] [148] [149] [150]) [151] )
7903  (see the transcript file for additional information)</usr/share/texlive/texmf-d
7904  ist/fonts/type1/public/amsfonts/cm/cmb10.pfb></usr/share/texlive/texmf-dist/fon
7905  ts/type1/public/amsfonts/cm/cmbx12.pfb></usr/share/texlive/texmf-dist/fonts/typ
7906  e1/public/amsfonts/cm/cmcsc10.pfb></usr/share/texlive/texmf-dist/fonts/type1/pu
7907  blic/amsfonts/cm/cmmi10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/a
7908  msfonts/cm/cmmi12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfont
7909  s/cm/cmmi7.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cm
7910  mi9.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb
7911  ></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfb></usr/s
7912  hare/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr9.pfb></usr/share/tex
7913  live/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl10.pfb></usr/share/texlive/t
7914  exmf-dist/fonts/type1/public/amsfonts/cm/cmsltt10.pfb></usr/share/texlive/texmf
7915  -dist/fonts/type1/public/amsfonts/cm/cmss10.pfb></usr/share/texlive/texmf-dist/
7916  fonts/type1/public/amsfonts/cm/cmsy10.pfb></usr/share/texlive/texmf-dist/fonts/
7917  type1/public/amsfonts/cm/cmti10.pfb></usr/share/texlive/texmf-dist/fonts/type1/
7918  public/amsfonts/cm/cmtt10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public
7919  /amsfonts/cm/cmtt12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfo
7920  nts/cm/cmtt9.pfb>
7921  Output written on pspp-dev.pdf (158 pages, 620963 bytes).
7922  Transcript written on pspp-dev.log.
7923  Generating ASCII... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo -o pspp-dev.txt --no-split --no-headers  -I 'doc' "doc/pspp-dev.texi")
7924  Generating monolithic html... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo --no-split --html -o pspp-dev.html  -I 'doc'  "doc/pspp-dev.texi")
7925  Generating html by node... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo --html -o pspp-dev.html  -I 'doc'  "doc/pspp-dev.texi")
7926  Making .tar.gz for sources...
7927  bugs.texi
7928  combining.texi
7929  command-index.texi
7930  concept-index.texi
7931  data-io.texi
7932  data-selection.texi
7933  expressions.texi
7934  fdl.texi
7935  files.texi
7936  flow-control.texi
7937  function-index.texi
7938  installing.texi
7939  introduction.texi
7940  invoking.texi
7941  language.texi
7942  license.texi
7943  ni.texi
7944  not-implemented.texi
7945  pspp-convert.texi
7946  pspp-dev.texi
7947  pspp-dump-sav.texi
7948  pspp-output.texi
7949  pspp.texi
7950  regression.texi
7951  statistics.texi
7952  transformation.texi
7953  tutorial.texi
7954  tut.texi
7955  utilities.texi
7956  variables.texi
7957  version-dev.texi
7958  version.texi
7959  Writing index file...
7960  Done, see /home/blp/tmp/pspptmp/branch-1.4/source/results/dev-guide/ subdirectory for new files.

7962  Saving Developers Guide: dev-guide

7964  Success