## -------------------------- ##
## GNU PSPP 1.2.0 test suite. ##
## -------------------------- ##
testsuite: command line was:
$ ./tests/testsuite -C tests AUTOTEST_PATH=tests/data:tests/language/lexer:tests/libpspp:tests/output:src/ui/terminal:utilities RUNNER=
## ---------- ##
## ChangeLog. ##
## ---------- ##
## --------- ##
## Platform. ##
## --------- ##
hostname = stitny
uname -m = x86_64
uname -r = 5.3.12-1-default
uname -s = Linux
uname -v = #1 SMP Thu Nov 21 07:21:43 UTC 2019 (a6f6081)
/usr/bin/uname -p = x86_64
/bin/uname -X =
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/data
PATH: /home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/language/lexer
PATH: /home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/libpspp
PATH: /home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/output
PATH: /home/abuild/rpmbuild/BUILD/pspp-1.2.0/src/ui/terminal
PATH: /home/abuild/rpmbuild/BUILD/pspp-1.2.0/utilities
PATH: /var/lib/build/ccache/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
testsuite: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright (C) 2012 Free Software Foundation, Inc.
|
| # The test suite will define top_srcdir=/../.. etc.
| at_testdir='tests'
| abs_builddir='/home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests'
| at_srcdir='.'
| abs_srcdir='/home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/home/abuild/rpmbuild/BUILD/pspp-1.2.0'
| at_top_build_prefix='../'
| abs_top_builddir='/home/abuild/rpmbuild/BUILD/pspp-1.2.0'
|
| # Backward compatibility with Autotest <= 2.59b:
| at_top_builddir=$at_top_build_prefix
|
| AUTOTEST_PATH='tests'
|
| SHELL=${CONFIG_SHELL-'/bin/sh'}
testsuite: atlocal:
| # -*- shell-script -*-
|
| # PSPP - a program for statistical analysis.
| # Copyright (C) 2017 Free Software Foundation, Inc.
| #
| # This program is free software: you can redistribute it and/or modify
| # it under the terms of the GNU General Public License as published by
| # the Free Software Foundation, either version 3 of the License, or
| # (at your option) any later version.
| #
| # This program is distributed in the hope that it will be useful,
| # but WITHOUT ANY WARRANTY; without even the implied warranty of
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
| # GNU General Public License for more details.
| #
| # You should have received a copy of the GNU General Public License
| # along with this program. If not, see .
| #
|
|
| # Variables used internally by the testsuite.
| EXEEXT=''
| PERL='/usr/bin/perl'
| WITH_PERL_MODULE='yes'
| host='x86_64-suse-linux-gnu'
| PACKAGE_STRING='GNU PSPP 1.2.0'
| PACKAGE_BUGREPORT='address@hidden'
|
| XMLLINT='/usr/bin/xmllint'
| if echo | $XMLLINT - >/dev/null 2>&1; then
| HAVE_XMLLINT=no
| else
| HAVE_XMLLINT=yes
| fi
|
| PSQL_SUPPORT='no'
| if test "$PSQL_SUPPORT" = yes; then
| : ${PG_CONFIG:=''}
| : ${PG_DBASE:=pspptest}
| : ${PG_PORT:=6543}
| : ${PG_PATH:=`$PG_CONFIG --bindir`}
|
| # PSQL_SUPPORT indicates that PSPP was built against the PostgreSQL client
| # library, but it does not mean that the PostgreSQL utilities are
| # installed. So check for them and turn off PSQL_SUPPORT if they are not
| # available.
| if (PATH=$PG_PATH:$PATH; export PATH; initdb --version) >/dev/null 2>&1
| then
| :
| else
| PSQL_SUPPORT=no
| fi
| fi
|
| # Variables used by programs invoked by the testsuite.
| CHARSETALIASDIR="$abs_top_builddir/gl"
| export CHARSETALIASDIR
|
| GZIP=
| export GZIP
|
| WINEPREFIX=$HOME/.wine # Work around the following kludge to keep wine happy
| export WINEPREFIX
|
|
| HOME=/nonexistent # Kluge to make PSPP ignore $HOME/.pspprc.
| export HOME
|
| # Avoids error messages during tests if $TERM is set to an unknown terminal.
| TERM=; unset TERM
|
| pspp_diff=`which diff`
| if test X"$RUNNER" = Xwine; then
| diff () {
| $pspp_diff -w "$@"
| }
| fi
## ---------------- ##
## Tested programs. ##
## ---------------- ##
## ------------------ ##
## Running the tests. ##
## ------------------ ##
testsuite: starting at: Fri Dec 6 14:12:06 UTC 2019
1. epoch (calendar.at:19): ok (0m0.019s 0m0.003s)
2. numeric input formats (data-in.at:53): ok (0m0.402s 0m0.008s)
3. reading big numbers (data-in.at:176): ok (0m0.015s 0m0.002s)
17. binary and hexadecimal input (IB, PIB, and PIBHEX formats) (data-in.at:362): ok (0m0.572s 0m0.006s)
18. BCD input (P and PK formats) (data-in.at:383): ok (0m0.364s 0m0.024s)
19. legacy input (N and Z formats) (data-in.at:403): ok (0m0.498s 0m0.012s)
20. WKDAY input format (data-in.at:423): ok (0m0.010s 0m0.010s)
21. MONTH input format (data-in.at:483): ok (0m0.009s 0m0.013s)
22. numeric format output (data-out.at:19): ok (0m2.628s 0m0.096s)
23. non-ASCII custom currency formats (data-out.at:238): ok (0m0.017s 0m0.001s)
24. binary and hexadecimal output (data-out.at:275): ok (0m0.014s 0m0.011s)
25. output valid dates (data-out.at:394): ok (0m0.084s 0m0.007s)
26. output invalid dates (data-out.at:1116): ok (0m0.019s 0m0.007s)
27. time output (data-out.at:1210): ok (0m0.242s 0m0.024s)
28. MONTH output (data-out.at:19895): ok (0m0.033s 0m0.007s)
29. WKDAY output (data-out.at:20852): ok (0m0.024s 0m0.017s)
30. AHEX output bug (data-out.at:21600): ok (0m0.019s 0m0.000s)
31. 3x3, 0 backing rows, backing widths (datasheet-test.at:28): ok (0m2.973s 0m0.000s)
32. 3x3, 3 backing rows, backing widths 0,0,0 (datasheet-test.at:29): ok (0m4.571s 0m0.018s)
33. 3x3, 3 backing rows, backing widths 0 (datasheet-test.at:30): ok (0m3.556s 0m0.008s)
34. 3x3, 3 backing rows, backing widths 5 (datasheet-test.at:31): ok (0m3.530s 0m0.009s)
35. 3x3, 1 backing rows, backing widths 0,9,0 (datasheet-test.at:32): ok (0m7.257s 0m0.009s)
36. dictionary case-insensitivity (dictionary.at:19): ok (0m0.023s 0m0.000s)
37. Write error - directory exists (file.at:19): ok (0m0.015s 0m0.006s)
38. Write error - no permission (file.at:40): ok (0m0.023s 0m0.005s)
39. Write error - temp file disappeared (file.at:66): ok (0m0.019s 0m0.009s)
40. Write fifo (file.at:84): ok (0m0.022s 0m0.002s)
41. Reading from pipe (file.at:107): ok (0m0.011s 0m0.014s)
42. format guesser (format-guesser.at:19): ok (0m0.034s 0m0.014s)
43. write MDD file (mdd-file.at:19): ok (0m0.023s 0m0.009s)
44. variable labels and missing values (pc+-file-reader.at:19): ok (0m0.029s 0m0.009s)
45. value labels (pc+-file-reader.at:137): ok (0m0.040s 0m0.001s)
46. compressed data (pc+-file-reader.at:302): ok (0m0.025s 0m0.013s)
47. weighted (pc+-file-reader.at:379): ok (0m0.021s 0m0.012s)
48. unspecified character encoding (pc+-file-reader.at:465): ok (0m0.039s 0m0.008s)
49. unexpected fixed values (pc+-file-reader.at:569): ok (0m0.030s 0m0.013s)
50. short main header (pc+-file-reader.at:627): ok (0m0.030s 0m0.009s)
51. long main header (pc+-file-reader.at:678): ok (0m0.027s 0m0.008s)
52. invalid compression type (pc+-file-reader.at:730): ok (0m0.025s 0m0.009s)
53. unrealistic number of cases (pc+-file-reader.at:782): ok (0m0.027s 0m0.014s)
54. labels bad offsets (pc+-file-reader.at:834): ok (0m0.029s 0m0.011s)
55. record 1 bad length (pc+-file-reader.at:899): ok (0m0.027s 0m0.007s)
56. bad variable format (pc+-file-reader.at:952): ok (0m0.022s 0m0.017s)
57. bad variable name (pc+-file-reader.at:1004): ok (0m0.023s 0m0.018s)
58. duplicate variable name (pc+-file-reader.at:1056): ok (0m0.033s 0m0.007s)
59. partial case (pc+-file-reader.at:1112): ok (0m0.025s 0m0.010s)
60. case extends past end of data record (pc+-file-reader.at:1176): ok (0m0.024s 0m0.016s)
61. corrupt compressed data (pc+-file-reader.at:1241): ok (0m0.035s 0m0.001s)
62. invalid weight index (pc+-file-reader.at:1319): ok (0m0.025s 0m0.015s)
63. string weight (pc+-file-reader.at:1371): ok (0m0.024s 0m0.012s)
64. overwriting portable file (por-file.at:19): ok (0m0.014s 0m0.007s)
65. overwriting portable file atomically (por-file.at:34): ok (0m0.017s 0m0.008s)
66. write to same portable file being read (por-file.at:52): ok (0m0.044s 0m0.017s)
67. write portable file with value labels (por-file.at:86): ok (0m0.047s 0m0.019s)
68. variable labels and missing values (sys-file-reader.at:19): ok (0m0.066s 0m0.017s)
69. unspecified number of variable positions (sys-file-reader.at:203): ok (0m0.063s 0m0.013s)
70. wrong number of variable positions but version 13 (sys-file-reader.at:254): ok (0m0.052s 0m0.020s)
71. value labels (sys-file-reader.at:308): ok (0m0.049s 0m0.030s)
72. documents (sys-file-reader.at:521): ok (0m0.055s 0m0.017s)
73. empty document record (sys-file-reader.at:587): ok (0m0.067s 0m0.004s)
74. multiple response sets (sys-file-reader.at:634): ok (0m0.055s 0m0.020s)
75. extra product info (sys-file-reader.at:751): ok (0m0.063s 0m0.013s)
76. variable display parameters, without width (sys-file-reader.at:798): ok (0m0.051s 0m0.020s)
77. variable display parameters, with width (sys-file-reader.at:904): ok (0m0.050s 0m0.019s)
78. long variable names (sys-file-reader.at:1022): ok (0m0.057s 0m0.022s)
79. very long strings (sys-file-reader.at:1088): ok (0m0.061s 0m0.010s)
80. data file and variable attributes (sys-file-reader.at:1156): ok (0m0.089s 0m0.023s)
81. variable roles (sys-file-reader.at:1273): ok (0m0.059s 0m0.011s)
82. compressed data (sys-file-reader.at:1347): ok (0m0.058s 0m0.022s)
83. compressed data, zero bias (sys-file-reader.at:1409): ok (0m0.060s 0m0.018s)
84. compressed data, other bias (sys-file-reader.at:1471): ok (0m0.059s 0m0.016s)
85. zcompressed data (sys-file-reader.at:1606): ok (0m0.056s 0m0.021s)
86. no variables (sys-file-reader.at:1636): ok (0m0.084s 0m0.030s)
87. unspecified character encoding (sys-file-reader.at:1673): ok (0m0.048s 0m0.024s)
88. misplaced type 4 record (sys-file-reader.at:1709): ok (0m0.053s 0m0.015s)
89. bad record type (sys-file-reader.at:1732): ok (0m0.055s 0m0.017s)
90. wrong number of variable positions (sys-file-reader.at:1755): ok (0m0.040s 0m0.025s)
91. variable name may not begin with `#' (sys-file-reader.at:1781): ok (0m0.060s 0m0.013s)
92. variable name may not be reserved word (sys-file-reader.at:1807): ok (0m0.054s 0m0.021s)
93. variable width must be between 0 and 255 (sys-file-reader.at:1833): ok (0m0.041s 0m0.025s)
94. duplicate variable name (sys-file-reader.at:1861): ok (0m0.054s 0m0.017s)
95. variable label indicator not 0 or 1 (sys-file-reader.at:1893): ok (0m0.045s 0m0.028s)
96. invalid numeric missing value indicator (sys-file-reader.at:1919): ok (0m0.048s 0m0.016s)
97. invalid string missing value indicator (sys-file-reader.at:1945): ok (0m0.052s 0m0.018s)
98. missing string continuation record (sys-file-reader.at:1971): ok (0m0.047s 0m0.024s)
99. invalid variable format (sys-file-reader.at:1998): ok (0m0.053s 0m0.018s)
100. invalid long string missing values (sys-file-reader.at:2047): ok (0m0.058s 0m0.011s)
101. weighting variable must be numeric (sys-file-reader.at:2136): ok (0m0.061s 0m0.017s)
102. bad weighting variable index (sys-file-reader.at:2170): ok (0m0.057s 0m0.024s)
103. variable index is long string contination (sys-file-reader.at:2199): ok (0m0.049s 0m0.025s)
104. multiple documents records (sys-file-reader.at:2229): ok (0m0.053s 0m0.024s)
105. extension record too large (sys-file-reader.at:2263): ok (0m0.059s 0m0.015s)
106. unknown extension record (sys-file-reader.at:2287): ok (0m0.049s 0m0.018s)
107. bad machine integer info size (sys-file-reader.at:2317): ok (0m0.044s 0m0.017s)
108. bad machine integer info float format (sys-file-reader.at:2347): ok (0m0.053s 0m0.016s)
109. bad machine integer info endianness (sys-file-reader.at:2377): ok (0m0.046s 0m0.022s)
110. bad machine floating-point info size (sys-file-reader.at:2413): ok (0m0.054s 0m0.014s)
111. wrong special floating point values (sys-file-reader.at:2443): ok (0m0.048s 0m0.021s)
112. bad mrsets name (sys-file-reader.at:2476): ok (0m0.054s 0m0.017s)
113. missing space after C in mrsets (sys-file-reader.at:2576): ok (0m0.055s 0m0.013s)
114. missing space after E in mrsets (sys-file-reader.at:2604): ok (0m0.048s 0m0.027s)
115. missing label source in mrsets (sys-file-reader.at:2632): ok (0m0.052s 0m0.019s)
116. unexpected label source in mrsets (sys-file-reader.at:2662): ok (0m0.050s 0m0.025s)
117. bad type character in mrsets (sys-file-reader.at:2692): ok (0m0.053s 0m0.015s)
118. bad counted string length in mrsets (sys-file-reader.at:2720): ok (0m0.048s 0m0.017s)
119. missing space in counted string in mrsets (sys-file-reader.at:2748): ok (0m0.049s 0m0.012s)
120. counted string too long in mrsets (sys-file-reader.at:2776): ok (0m0.052s 0m0.008s)
121. missing space after counted string in mrsets (sys-file-reader.at:2804): ok (0m0.039s 0m0.021s)
122. missing newline after variable name in mrsets (sys-file-reader.at:2832): ok (0m0.045s 0m0.015s)
123. duplicate variable name in mrsets (sys-file-reader.at:2862): ok (0m0.055s 0m0.005s)
124. mixed variable types in mrsets (sys-file-reader.at:2892): ok (0m0.057s 0m0.003s)
125. missing newline after variable name in mrsets (sys-file-reader.at:2923): ok (0m0.049s 0m0.011s)
126. zero or one variable in mrset (sys-file-reader.at:2951): ok (0m0.039s 0m0.021s)
127. wrong display parameter size (sys-file-reader.at:2981): ok (0m0.051s 0m0.009s)
128. wrong display parameter count (sys-file-reader.at:3010): ok (0m0.030s 0m0.030s)
129. wrong display measurement level (sys-file-reader.at:3039): ok (0m0.049s 0m0.012s)
130. wrong display alignment (sys-file-reader.at:3068): ok (0m0.047s 0m0.013s)
131. bad variable name in variable/value pair (sys-file-reader.at:3097): ok (0m0.043s 0m0.016s)
132. duplicate long variable name (sys-file-reader.at:3127): ok (0m0.041s 0m0.020s)
133. bad very long string length (sys-file-reader.at:3172): ok (0m0.056s 0m0.004s)
134. bad very long string segment width (sys-file-reader.at:3210): ok (0m0.045s 0m0.015s)
135. too many value labels (sys-file-reader.at:3245): ok (0m0.043s 0m0.017s)
136. missing type 4 record (sys-file-reader.at:3267): ok (0m0.053s 0m0.006s)
137. value label with no associated variables (sys-file-reader.at:3297): ok (0m0.046s 0m0.014s)
138. type 4 record names long string variable (sys-file-reader.at:3321): ok (0m0.045s 0m0.014s)
139. variables for value label must all be same type (sys-file-reader.at:3352): ok (0m0.044s 0m0.016s)
140. duplicate value labels type (sys-file-reader.at:3383): ok (0m0.050s 0m0.010s)
141. missing attribute value (sys-file-reader.at:3417): ok (0m0.049s 0m0.010s)
142. unquoted attribute value (sys-file-reader.at:3457): ok (0m0.056s 0m0.004s)
143. duplicate attribute name (sys-file-reader.at:3498): ok (0m0.051s 0m0.009s)
144. bad variable name in long string value label (sys-file-reader.at:3540): ok (0m0.046s 0m0.015s)
145. fewer data records than indicated by file header (sys-file-reader.at:3599): ok (0m0.049s 0m0.011s)
146. partial data record between variables (sys-file-reader.at:3639): ok (0m0.048s 0m0.012s)
147. partial data record within long string (sys-file-reader.at:3673): ok (0m0.043s 0m0.018s)
148. partial compressed data record (sys-file-reader.at:3707): ok (0m0.050s 0m0.010s)
149. zcompressed data - bad zheader_ofs (sys-file-reader.at:3755): ok (0m0.049s 0m0.013s)
150. zcompressed data - bad ztrailer_ofs (sys-file-reader.at:3767): ok (0m0.050s 0m0.012s)
151. zcompressed data - invalid ztrailer_len (sys-file-reader.at:3781): ok (0m0.047s 0m0.015s)
152. zcompressed data - wrong ztrailer_len (sys-file-reader.at:3794): ok (0m0.051s 0m0.011s)
153. zcompressed data - wrong ztrailer_bias (sys-file-reader.at:3807): ok (0m0.044s 0m0.017s)
154. zcompressed data - wrong ztrailer_zero (sys-file-reader.at:3819): ok (0m0.044s 0m0.018s)
155. zcompressed data - wrong block_size (sys-file-reader.at:3831): ok (0m0.047s 0m0.015s)
156. zcompressed data - wrong n_blocks (sys-file-reader.at:3843): ok (0m0.052s 0m0.009s)
157. zcompressed data - wrong uncompressed_ofs (sys-file-reader.at:3855): ok (0m0.045s 0m0.016s)
158. zcompressed data - wrong compressed_ofs (sys-file-reader.at:3867): ok (0m0.050s 0m0.013s)
159. zcompressed data - compressed sizes don't add up (sys-file-reader.at:3879): ok (0m0.052s 0m0.008s)
160. zcompressed data - uncompressed_size > block_size (sys-file-reader.at:3945): ok (0m0.049s 0m0.013s)
161. zcompressed data - compression expands data too much (sys-file-reader.at:3957): ok (0m0.049s 0m0.013s)
162. zcompressed data - compressed sizes don't add up (sys-file-reader.at:3970): ok (0m0.055s 0m0.008s)
163. integer overflows in long string missing values (sys-file-reader.at:3987): ok (0m0.013s 0m0.001s)
164. null dereference skipping bad extension record 18 (sys-file-reader.at:4000): ok (0m0.015s 0m0.000s)
165. write and read numeric data (sys-file.at:20): ok (0m0.031s 0m0.016s)
166. write and read long string value labels and missing values (sys-file.at:62): ok (0m0.034s 0m0.014s)
167. write and read compressed files (sys-file.at:115): ok (0m0.019s 0m0.006s)
168. overwriting system file (sys-file.at:142): ok (0m0.016s 0m0.004s)
169. overwriting system file atomically (sys-file.at:157): ok (0m0.013s 0m0.011s)
170. write to same system file being read (sys-file.at:176): ok (0m0.038s 0m0.017s)
171. nonempty case_map doesn't crash (sys-file.at:207): ok (0m0.020s 0m0.017s)
172. system files with -1 case_size (sys-file.at:233): ok (0m0.027s 0m0.020s)
173. write v2 system file (sys-file.at:291): ok (0m0.010s 0m0.012s)
174. read very long strings written by SPSS 13 (sys-file.at:332): ok (0m0.018s 0m0.005s)
175. read very long strings written by SPSS 14 (sys-file.at:358): ok (0m0.017s 0m0.005s)
176. save very long string -- uncompressed (sys-file.at:427): ok (0m0.060s 0m0.011s)
177. save very long string -- compressed (sys-file.at:428): ok (0m0.060s 0m0.008s)
178. system file character encoding (sys-file.at:433): ok (0m0.027s 0m0.012s)
179. decrypt an encrypted system file (encrypted-file.at:19): ok (0m0.021s 0m0.007s)
180. decrypt an encrypted syntax file (encrypted-file.at:45): ok (0m0.015s 0m0.002s)
181. command parser crash bug (command.at:20): ok (0m0.019s 0m0.000s)
182. FINISH executes immediately (command.at:36): ok (0m0.022s 0m0.012s)
183. ERASE -- safer mode (command.at:42): ok (0m0.014s 0m0.008s)
184. ERASE -- not safer mode (command.at:57): ok (0m0.015s 0m0.005s)
185. N OF CASES (command.at:70): ok (0m0.014s 0m0.006s)
186. COMMENT at end of file (command.at:109): ok (0m0.012s 0m0.005s)
187. DO IF (do-if.at:19): ok (0m0.018s 0m0.007s)
188. unpaired END IF crash (do-if.at:68): ok (0m0.012s 0m0.007s)
189. ELSE without DO IF (do-if.at:80): ok (0m0.018s 0m0.001s)
190. DO REPEAT -- simple (do-repeat.at:19): ok (0m0.019s 0m0.002s)
191. DO REPEAT -- containing BEGIN DATA (do-repeat.at:43): ok (0m0.013s 0m0.009s)
192. DO REPEAT -- dummy vars not expanded in include files (do-repeat.at:78): ok (0m0.015s 0m0.008s)
193. DO REPEAT -- nested (do-repeat.at:108): ok (0m0.010s 0m0.013s)
194. DO REPEAT -- empty (do-repeat.at:141): ok (0m0.019s 0m0.000s)
195. DO REPEAT -- missing END REPEAT (do-repeat.at:158): ok (0m0.012s 0m0.006s)
196. LOOP with index (loop.at:29): ok (0m0.016s 0m0.006s)
197. LOOP with IF condition (loop.at:64): ok (0m0.018s 0m0.003s)
198. LOOP with END IF condition (loop.at:101): ok (0m0.019s 0m0.002s)
199. LOOP with index and IF based on index (loop.at:140): ok (0m0.016s 0m0.005s)
200. LOOP with index and END IF based on index (loop.at:169): ok (0m0.015s 0m0.006s)
201. LOOP with index and IF and END IF based on index (loop.at:202): ok (0m0.014s 0m0.007s)
202. LOOP with no conditions containing BREAK (loop.at:227): ok (0m0.016s 0m0.006s)
203. LOOP with no conditions that ends due to MXLOOPS (loop.at:265): ok (0m0.011s 0m0.010s)
204. TEMPORARY as first transformation (temporary.at:20): ok (0m0.011s 0m0.009s)
205. DATA LIST LIST with empty fields (data-list.at:19): ok (0m0.008s 0m0.011s)
206. DATA LIST LIST with explicit delimiters (data-list.at:50): ok (0m0.016s 0m0.004s)
207. DATA LIST FREE with SKIP (data-list.at:79): ok (0m0.008s 0m0.011s)
208. DATA LIST LIST with SKIP and tab delimiter (data-list.at:113): ok (0m0.008s 0m0.011s)
209. DATA LIST FREE with explicit delimiter at end of line (data-list.at:162): ok (0m0.018s 0m0.002s)
210. DATA LIST FIXED with multiple records per case (data-list.at:223): ok (0m0.013s 0m0.006s)
211. DATA LIST FIXED with empty trailing record (data-list.at:255): ok (0m0.018s 0m0.002s)
212. DATA LIST with various line-ends (data-list.at:285): ok (0m0.017s 0m0.006s)
213. DATA LIST properly expands tabs in input (data-list.at:309): ok (0m0.017s 0m0.011s)
214. DATA LIST FREE and LIST report missing delimiters (data-list.at:339): ok (0m0.016s 0m0.003s)
215. DATA LIST FREE and LIST assume a width if omitted (data-list.at:357): ok (0m0.008s 0m0.011s)
216. DATA LIST Decimal comma (data-list.at:370): ok (0m0.017s 0m0.003s)
217. DATA LIST - Negative SKIP (data-list.at:405): ok (0m0.012s 0m0.006s)
218. DATA LIST - Negative RECORDS (data-list.at:421): ok (0m0.014s 0m0.005s)
219. BEGIN DATA as part of a procedure (data-reader.at:21): ok (0m0.018s 0m0.001s)
220. BEGIN DATA as an independent command (data-reader.at:54): ok (0m0.010s 0m0.009s)
221. read and write files with MODE=BINARY (data-reader.at:211): ok (0m0.029s 0m0.015s)
222. read and write files with MODE=360 /RECFORM=FIXED /LRECL=32 (data-reader.at:217): ok (0m0.040s 0m0.005s)
223. read and write files with MODE=360 /RECFORM=VARIABLE (data-reader.at:227): ok (0m0.033s 0m0.013s)
224. read and write files with MODE=360 /RECFORM=SPANNED (data-reader.at:234): ok (0m0.029s 0m0.017s)
225. DATASET COPY (dataset.at:19): ok (0m0.013s 0m0.008s)
226. DATASET DECLARE (dataset.at:115): ok (0m0.013s 0m0.006s)
227. DATASET NAME deletes duplicate name (dataset.at:146): ok (0m0.009s 0m0.010s)
228. DATASET ACTIVATE deletes unnamed dataset (dataset.at:170): ok (0m0.014s 0m0.005s)
229. DATASET ACTIVATE executes pending transformations (dataset.at:190): ok (0m0.013s 0m0.008s)
230. DATASET CLOSE (dataset.at:240): ok (0m0.020s 0m0.002s)
231. FILE HANDLE (file-handle.at:19): ok (0m0.019s 0m0.001s)
232. GET DATA /TYPE=GNM with CELLRANGE (get-data-spreadsheet.at:167): ok (0m0.013s 0m0.010s)
233. GET DATA /TYPE=GNM with CELLRANGE and READNAMES (get-data-spreadsheet.at:167): ok (0m0.021s 0m0.001s)
234. GET DATA /TYPE=GNM without CELLRANGE (get-data-spreadsheet.at:167): ok (0m0.016s 0m0.007s)
235. GET DATA /TYPE=GNM with missing data (get-data-spreadsheet.at:167): ok (0m0.019s 0m0.005s)
236. GET DATA /TYPE=GNM with no options (get-data-spreadsheet.at:167): ok (0m0.008s 0m0.013s)
237. GET DATA /TYPE=GNM with empty sheet (get-data-spreadsheet.at:167): ok (0m0.016s 0m0.006s)
238. GET DATA /TYPE=GNM with nonexistent sheet (get-data-spreadsheet.at:167): ok (0m0.021s 0m0.000s)
239. GET DATA /TYPE=GNM sheet index bug (get-data-spreadsheet.at:170): ok (0m0.020s 0m0.000s)
240. GET DATA /TYPE=GNM assert-fail (get-data-spreadsheet.at:318): ok (0m0.016s 0m0.003s)
241. GET DATA /TYPE=ODS with CELLRANGE (get-data-spreadsheet.at:371): ok (0m0.018s 0m0.005s)
242. GET DATA /TYPE=ODS with CELLRANGE and READNAMES (get-data-spreadsheet.at:371): ok (0m0.022s 0m0.000s)
243. GET DATA /TYPE=ODS without CELLRANGE (get-data-spreadsheet.at:371): ok (0m0.012s 0m0.009s)
244. GET DATA /TYPE=ODS with missing data (get-data-spreadsheet.at:371): ok (0m0.012s 0m0.011s)
245. GET DATA /TYPE=ODS with no options (get-data-spreadsheet.at:371): ok (0m0.011s 0m0.010s)
246. GET DATA /TYPE=ODS with empty sheet (get-data-spreadsheet.at:371): ok (0m0.017s 0m0.005s)
247. GET DATA /TYPE=ODS with nonexistent sheet (get-data-spreadsheet.at:371): ok (0m0.011s 0m0.010s)
248. GET DATA /TYPE=ODS crash (get-data-spreadsheet.at:374): ok (0m0.016s 0m0.005s)
249. GET DATA /TYPE=ODS readnames (get-data-spreadsheet.at:389): ok (0m0.010s 0m0.012s)
250. GET DATA /TYPE=PSQL (get-data-psql.at:140): skipped (get-data-psql.at:141)
251. GET DATA /TYPE=TXT with explicit delimiters (get-data-txt.at:23): ok (0m0.013s 0m0.008s)
252. GET DATA /TYPE=TXT with FIRSTCASE (get-data-txt.at:45): ok (0m0.010s 0m0.011s)
253. GET DATA /TYPE=TXT with FIRSTCASE and tab delimiter (get-data-txt.at:83): ok (0m0.010s 0m0.012s)
254. GET DATA /TYPE=TXT with multiple records per case (get-data-txt.at:132): ok (0m0.013s 0m0.008s)
255. GET DATA /TYPE=TXT with empty trailing record (get-data-txt.at:161): ok (0m0.016s 0m0.005s)
256. GET DATA /TYPE=TXT password example (get-data-txt.at:194): ok (0m0.016s 0m0.005s)
257. GET DATA /TYPE=TXT cars example (get-data-txt.at:225): ok (0m0.011s 0m0.010s)
258. GET DATA /TYPE=TXT pets example (get-data-txt.at:272): ok (0m0.017s 0m0.005s)
259. GET DATA /TYPE=TXT with IMPORTCASE (get-data-txt.at:305): ok (0m0.018s 0m0.004s)
260. GET DATA /TYPE=TXT with ENCODING subcommand (get-data-txt.at:332): ok (0m0.020s 0m0.002s)
261. GET DATA /TYPE= truncated (get-data-txt.at:350): ok (0m0.015s 0m0.004s)
262. GET DATA /TYPE=txt bug (get-data-txt.at:363): ok (0m0.014s 0m0.007s)
263. GET DATA /TYPE=txt another bug (get-data-txt.at:400): ok (0m0.016s 0m0.002s)
264. GET data works in multiple procedures (get.at:21): ok (0m0.020s 0m0.002s)
265. GET nonexistent file doesn't crash (get.at:72): ok (0m0.013s 0m0.007s)
266. GET with /KEEP=ALL crashes -- uncompressed (get.at:106): ok (0m0.016s 0m0.013s)
267. GET with /KEEP=ALL crashes -- compressed (get.at:107): ok (0m0.017s 0m0.008s)
268. GET data no type (get.at:111): ok (0m0.009s 0m0.010s)
269. INPUT PROGRAM invalid syntax crash (inpt-pgm.at:21): ok (0m0.013s 0m0.008s)
270. INPUT PROGRAM invalid syntax crash (inpt-pgm.at:37): ok (0m0.016s 0m0.005s)
271. INPUT PROGRAM infinite loop (inpt-pgm.at:52): ok (0m0.018s 0m0.003s)
272. INPUT PROGRAM with VECTOR and EXECUTE (inpt-pgm.at:69): ok (0m0.015s 0m0.007s)
273. LIST plain cases (list.at:19): ok (0m0.016s 0m0.008s)
274. LIST numbered cases (list.at:61): ok (0m0.022s 0m0.001s)
275. LIST with split file (list.at:105): ok (0m0.011s 0m0.012s)
276. LIST lots of variables (list.at:147): ok (0m0.015s 0m0.009s)
277. LIST selected cases (list.at:173): ok (0m0.020s 0m0.003s)
278. LIST very long string (list.at:241): ok (0m0.020s 0m0.002s)
279. LIST crash on invalid input (list.at:269): ok (0m0.013s 0m0.006s)
280. MATCH FILES -- system file and system file (match-files.at:120): ok (0m0.034s 0m0.010s)
281. MATCH FILES -- system file and active file (match-files.at:121): ok (0m0.034s 0m0.008s)
282. MATCH FILES -- active file and system file (match-files.at:122): ok (0m0.039s 0m0.004s)
283. MATCH FILES -- system file and system table (match-files.at:123): ok (0m0.026s 0m0.016s)
284. MATCH FILES -- system file and active table (match-files.at:124): ok (0m0.033s 0m0.010s)
285. MATCH FILES -- active file and system table (match-files.at:125): ok (0m0.030s 0m0.014s)
286. MATCH FILES parallel match (match-files.at:127): ok (0m0.032s 0m0.011s)
287. MATCH FILES bug with TABLE from active dataset (match-files.at:154): ok (0m0.023s 0m0.000s)
288. MATCH FILES bug with scratch variables (match-files.at:186): ok (0m0.015s 0m0.007s)
289. MATCH FILES with incompatible variable types (match-files.at:222): ok (0m0.019s 0m0.002s)
290. Matrix data (lower file) (matrix-data.at:19): ok (0m0.016s 0m0.006s)
291. Matrix data (upper) (matrix-data.at:66): ok (0m0.018s 0m0.001s)
292. Matrix data (full) (matrix-data.at:100): ok (0m0.012s 0m0.006s)
293. Matrix data (upper nodiagonal) (matrix-data.at:137): ok (0m0.018s 0m0.001s)
294. Matrix data (lower nodiagonal) (matrix-data.at:171): ok (0m0.019s 0m0.000s)
295. Matrix data split data (matrix-data.at:206): ok (0m0.016s 0m0.004s)
296. Matrix data duplicate variable (matrix-data.at:265): ok (0m0.015s 0m0.003s)
297. Matrix data - long variable names (matrix-data.at:297): ok (0m0.014s 0m0.006s)
298. Matrix reader - read integrity (matrix-data.at:333): ok (0m0.012s 0m0.008s)
299. Matrix data - too many rows (matrix-data.at:383): ok (0m0.011s 0m0.008s)
300. Matrix data (badly formed) (matrix-data.at:423): ok (0m0.014s 0m0.004s)
301. Matrix data (N subcommand) (matrix-data.at:450): ok (0m0.020s 0m0.000s)
302. PRINT SPACE without arguments (print-space.at:19): ok (0m0.018s 0m0.001s)
303. PRINT SPACE with number (print-space.at:41): ok (0m0.014s 0m0.005s)
304. PRINT SPACE to file (print-space.at:67): ok (0m0.019s 0m0.002s)
305. PRINT SPACE to file with number (print-space.at:88): ok (0m0.016s 0m0.006s)
306. PRINT numeric variables (print.at:36): ok (0m0.013s 0m0.007s)
307. PRINT string variables (print.at:107): ok (0m0.019s 0m0.002s)
308. PRINT to file (print.at:134): ok (0m0.018s 0m0.003s)
309. PRINT crash bug (print.at:179): ok (0m0.017s 0m0.002s)
310. WRITE to file (print.at:200): ok (0m0.012s 0m0.010s)
311. PRINT overwrites file (print.at:243): ok (0m0.018s 0m0.003s)
312. PRINT overwrites file atomically (print.at:259): ok (0m0.018s 0m0.005s)
313. PRINT to same file being read (print.at:277): ok (0m0.016s 0m0.006s)
314. PRINT to special file (print.at:293): ok (0m0.014s 0m0.010s)
315. PRINT with special line ends (print.at:322): ok (0m0.022s 0m0.001s)
316. IMPORT and EXPORT (save.at:19): ok (0m0.017s 0m0.004s)
317. SAVE -- delete unselected (save.at:47): ok (0m0.027s 0m0.010s)
318. CSV output -- defaults (save-translate.at:39): ok (0m0.014s 0m0.007s)
319. CSV output -- recode missing, delete unselected (save-translate.at:48): ok (0m0.021s 0m0.001s)
320. CSV output -- var names, formats (save-translate.at:56): ok (0m0.018s 0m0.004s)
321. CSV output -- comma as decimal point (save-translate.at:67): ok (0m0.021s 0m0.000s)
322. CSV output -- custom delimiter, qualifier (save-translate.at:77): ok (0m0.021s 0m0.001s)
323. CSV output -- KEEP, RENAME (save-translate.at:88): ok (0m0.018s 0m0.004s)
324. TAB output (save-translate.at:100): ok (0m0.014s 0m0.008s)
325. VARIABLE ATTRIBUTES and DATAFILE ATTRIBUTES (attributes.at:19): ok (0m0.033s 0m0.014s)
326. DELETE VARIABLES with FILTER (delete-variables.at:20): ok (0m0.019s 0m0.004s)
327. FORMATS positive tests (formats.at:19): ok (0m0.025s 0m0.003s)
328. FORMATS negative tests (formats.at:65): ok (0m0.011s 0m0.011s)
329. MISSING VALUES valid cases (missing-values.at:19): ok (0m0.027s 0m0.001s)
330. MISSING VALUES invalid cases (missing-values.at:145): ok (0m0.025s 0m0.001s)
331. MRSETS add, display, delete (mrsets.at:137): ok (0m0.012s 0m0.011s)
332. MRSETS read and write (mrsets.at:208): ok (0m0.037s 0m0.005s)
333. MRSETS names must begin with $ (mrsets.at:222): ok (0m0.018s 0m0.003s)
334. MRSETS must have at least 2 variables (mrsets.at:232): ok (0m0.015s 0m0.006s)
335. MRSETS does not allow noninteger VALUE (mrsets.at:242): ok (0m0.017s 0m0.004s)
336. MRSETS requires NAME to define a group (mrsets.at:252): ok (0m0.021s 0m0.001s)
337. MRSETS requires VARIABLES to define a group (mrsets.at:262): ok (0m0.021s 0m0.001s)
338. MRSETS variables must be same type (mrsets.at:272): ok (0m0.009s 0m0.011s)
339. MRSETS variables and VALUE must be same type (mrsets.at:284): ok (0m0.018s 0m0.004s)
340. MRSETS VALUE must not be too wide (mrsets.at:297): ok (0m0.015s 0m0.006s)
341. MRSETS LABEL and LABELSOURCE are exclusive (mrsets.at:307): ok (0m0.010s 0m0.011s)
342. MRSETS DISPLAY or DELETE unknown group (mrsets.at:318): ok (0m0.015s 0m0.006s)
343. RENAME VARIABLES (rename-variables.at:19): ok (0m0.020s 0m0.006s)
344. RENAME VARIABLES -- multiple sets (rename-variables.at:64): ok (0m0.008s 0m0.015s)
345. RENAME VARIABLES -- invalid syntax 1 (rename-variables.at:93): ok (0m0.016s 0m0.003s)
346. RENAME VARIABLES -- invalid syntax 2 (rename-variables.at:105): ok (0m0.017s 0m0.003s)
347. RENAME VARIABLES -- invalid syntax 3 (rename-variables.at:119): ok (0m0.012s 0m0.007s)
348. SORT VARIABLES (sort-variables.at:19): ok (0m0.184s 0m0.054s)
349. SPLIT FILE - basic test (split-file.at:19): ok (0m0.020s 0m0.001s)
350. SPLIT FILE - vs procedures (split-file.at:77): ok (0m0.012s 0m0.014s)
351. SYSFILE INFO (sys-file-info.at:19): ok (0m0.011s 0m0.010s)
352. DISPLAY FILE LABEL (sys-file-info.at:70): ok (0m0.018s 0m0.002s)
353. DISPLAY SCRATCH (sys-file-info.at:90): ok (0m0.008s 0m0.011s)
354. DISPLAY INDEX (sys-file-info.at:105): ok (0m0.019s 0m0.000s)
355. DISPLAY NAMES (sys-file-info.at:117): ok (0m0.013s 0m0.005s)
356. DISPLAY LABELS (sys-file-info.at:129): ok (0m0.017s 0m0.003s)
357. VALUE LABELS date formats (value-labels.at:19): ok (0m0.019s 0m0.002s)
358. VALUE LABELS with new-line (value-labels.at:43): ok (0m0.014s 0m0.006s)
359. VALUE LABELS with new-line in system file (value-labels.at:74): ok (0m0.018s 0m0.019s)
360. VALUE LABELS invalid syntax bug (value-labels.at:112): ok (0m0.018s 0m0.002s)
361. VALUE LABELS trailing `/' bug (value-labels.at:130): ok (0m0.009s 0m0.010s)
362. variable display attribute commands (variable-display.at:19): ok (0m0.018s 0m0.002s)
363. variable labels (variable-display.at:52): ok (0m0.014s 0m0.006s)
364. VECTOR short form (vector.at:19): ok (0m0.017s 0m0.002s)
365. VECTOR short form with format specification (vector.at:35): ok (0m0.013s 0m0.007s)
366. VECTOR short form in INPUT PROGRAM (vector.at:55): ok (0m0.019s 0m0.002s)
367. VECTOR long form (vector.at:74): ok (0m0.015s 0m0.005s)
368. WEIGHT (weight.at:19): ok (0m0.019s 0m0.003s)
369. LAG function (evaluate.at:1989): ok (0m0.018s 0m0.003s)
370. LAG crash bug (evaluate.at:2021): ok (0m0.015s 0m0.006s)
371. UNIFORM function (evaluate.at:2046): ok (0m0.014s 0m0.007s)
372. VALUELABEL function (evaluate.at:2088): ok (0m0.017s 0m0.004s)
373. variables in expressions (evaluate.at:2132): ok (0m0.016s 0m0.006s)
374. vectors in expressions (evaluate.at:2181): ok (0m0.019s 0m0.002s)
375. parse expression with unknown variable crash (parse.at:19): ok (0m0.019s 0m0.000s)
376. parse expression with invalid logical expression (parse.at:41): ok (0m0.008s 0m0.012s)
377. single words (command-name.at:19): ok (0m0.003s 0m0.000s)
378. two words without prefix match (command-name.at:61): ok (0m0.003s 0m0.000s)
379. two words with prefix match (command-name.at:102): ok (0m0.002s 0m0.001s)
380. ambiguous single-word names (command-name.at:128): ok (0m0.001s 0m0.002s)
381. ambiguous two-word names (command-name.at:154): ok (0m0.003s 0m0.000s)
382. numbers and punctuation (command-name.at:190): ok (0m0.003s 0m0.000s)
383. off by more than one word (command-name.at:226): ok (0m0.003s 0m0.000s)
384. lexer ignores initial #! line (lexer.at:19): ok (0m0.018s 0m0.006s)
385. lexer properly reports scan errors (lexer.at:38): ok (0m0.020s 0m0.002s)
386. lexer crash due to null byte (lexer.at:82): ok (0m0.018s 0m0.001s)
387. q2c enforces mandatory subcommands (q2c.at:19): ok (0m0.021s 0m0.001s)
388. identifiers (scan.at:25): ok (0m0.007s 0m0.001s)
389. reserved words (scan.at:86): ok (0m0.006s 0m0.002s)
390. punctuation (scan.at:183): ok (0m0.007s 0m0.001s)
391. numbers (scan.at:256): ok (0m0.007s 0m0.001s)
392. strings (scan.at:341): ok (0m0.007s 0m0.001s)
393. #! construct (scan.at:436): ok (0m0.007s 0m0.001s)
394. * and COMMENT commands (scan.at:460): ok (0m0.008s 0m0.000s)
395. DOCUMENT command (scan.at:537): ok (0m0.007s 0m0.001s)
396. TITLE, SUBTITLE, FILE LABEL commands (scan.at:586): ok (0m0.007s 0m0.001s)
397. BEGIN DATA command (scan.at:670): ok (0m0.007s 0m0.001s)
398. DO REPEAT command (scan.at:727): ok (0m0.007s 0m0.001s)
399. batch mode (scan.at:784): ok (0m0.007s 0m0.001s)
400. identifiers (segment.at:30): ok (0m0.018s 0m0.003s)
401. identifiers that end in '.' (segment.at:113): ok (0m0.046s 0m0.002s)
402. reserved words (segment.at:219): ok (0m0.016s 0m0.002s)
403. punctuation (segment.at:283): ok (0m0.013s 0m0.002s)
404. numbers (segment.at:339): ok (0m0.021s 0m0.001s)
405. strings (segment.at:406): ok (0m0.016s 0m0.007s)
406. #! construct (segment.at:478): ok (0m0.013s 0m0.001s)
407. * and COMMENT commands (segment.at:509): ok (0m0.028s 0m0.002s)
408. DOCUMENT command (segment.at:597): ok (0m0.016s 0m0.002s)
409. TITLE, SUBTITLE, FILE LABEL commands (segment.at:656): ok (0m0.022s 0m0.005s)
410. BEGIN DATA command (segment.at:745): ok (0m0.023s 0m0.001s)
411. DO REPEAT command (segment.at:870): ok (0m0.020s 0m0.001s)
412. batch mode (segment.at:952): ok (0m0.015s 0m0.001s)
413. auto mode (segment.at:1006): ok (0m0.021s 0m0.002s)
414. Long variable names (variable-parser.at:22): ok (0m0.018s 0m0.002s)
415. AGGREGATE presorted data to dataset file, itemwise missing (aggregate.at:177): ok (0m0.017s 0m0.007s)
416. AGGREGATE presorted data to dataset file, columnwise missing (aggregate.at:178): ok (0m0.022s 0m0.006s)
417. AGGREGATE unsorted data to dataset file, itemwise missing (aggregate.at:179): ok (0m0.026s 0m0.003s)
418. AGGREGATE unsorted data to dataset file, columnwise missing (aggregate.at:180): ok (0m0.022s 0m0.008s)
419. AGGREGATE presorted data to active file, itemwise missing (aggregate.at:181): ok (0m0.021s 0m0.005s)
420. AGGREGATE presorted data to active file, columnwise missing (aggregate.at:182): ok (0m0.020s 0m0.006s)
421. AGGREGATE unsorted data to active file, itemwise missing (aggregate.at:183): ok (0m0.020s 0m0.007s)
422. AGGREGATE unsorted data to active file, columnwise missing (aggregate.at:184): ok (0m0.021s 0m0.005s)
423. AGGREGATE presorted data to external file, itemwise missing (aggregate.at:185): ok (0m0.027s 0m0.002s)
424. AGGREGATE presorted data to external file, columnwise missing (aggregate.at:186): ok (0m0.020s 0m0.007s)
425. AGGREGATE unsorted data to external file, itemwise missing (aggregate.at:187): ok (0m0.019s 0m0.008s)
426. AGGREGATE unsorted data to external file, columnwise missing (aggregate.at:188): ok (0m0.022s 0m0.005s)
427. AGGREGATE crash with MAX function (aggregate.at:190): ok (0m0.013s 0m0.006s)
428. AGGREGATE crash with invalid syntax (aggregate.at:216): ok (0m0.012s 0m0.008s)
429. AGGREGATE mode=addvariables (aggregate.at:232): ok (0m0.019s 0m0.001s)
430. AGGREGATE buggy duplicate variables (aggregate.at:271): ok (0m0.015s 0m0.005s)
431. AUTORECODE numbers and short strings (autorecode.at:19): ok (0m0.014s 0m0.006s)
432. AUTORECODE long strings and check the value labels (autorecode.at:75): ok (0m0.009s 0m0.011s)
433. AUTORECODE group subcommand (autorecode.at:121): ok (0m0.015s 0m0.005s)
434. AUTORECODE group - string variables (autorecode.at:155): ok (0m0.017s 0m0.003s)
435. AUTORECODE group vs. strings (autorecode.at:191): ok (0m0.018s 0m0.001s)
436. AUTORECODE /blank (autorecode.at:221): ok (0m0.015s 0m0.005s)
437. AUTORECODE with TEMPORARY (autorecode.at:252): ok (0m0.014s 0m0.006s)
438. AUTORECODE with /INTO (autorecode.at:295): ok (0m0.014s 0m0.006s)
439. CORRELATIONS -- unweighted (correlations.at:19): ok (0m0.009s 0m0.012s)
440. CORRELATIONS -- weighted (correlations.at:89): ok (0m0.028s 0m0.011s)
441. CORRELATIONS -- non-square (correlations.at:137): ok (0m0.016s 0m0.004s)
442. CORRELATIONS -- crash with WITH keyword (correlations.at:166): ok (0m0.016s 0m0.005s)
443. CORRELATIONS -- incorrect subtable selection (correlations.at:222): ok (0m0.013s 0m0.009s)
444. CORRELATIONS -- empty dataset (correlations.at:370): ok (0m0.014s 0m0.005s)
445. CORRELATIONS -- empty dataset 2 (correlations.at:382): ok (0m0.018s 0m0.002s)
446. CROSSTABS integer mode crash (crosstabs.at:19): ok (0m0.017s 0m0.003s)
447. CROSSTABS integer mode crash 2 (crosstabs.at:57): ok (0m0.014s 0m0.006s)
448. CROSSTABS long string crash (crosstabs.at:83): ok (0m0.008s 0m0.012s)
449. CROSSTABS crash (crosstabs.at:124): ok (0m0.018s 0m0.003s)
450. CROSSTABS chi-square crash (crosstabs.at:184): ok (0m0.017s 0m0.003s)
451. CROSSTABS crash with SPLIT FILE (crosstabs.at:228): ok (0m0.016s 0m0.005s)
452. 3-way CROSSTABS (crosstabs.at:323): ok (0m0.018s 0m0.001s)
453. CROSSTABS rounding weights with COUNT (crosstabs.at:450): ok (0m0.018s 0m0.003s)
454. CROSSTABS descending sort order (crosstabs.at:557): ok (0m0.017s 0m0.002s)
455. CROSSTABS crash when all cases missing (crosstabs.at:592): ok (0m0.016s 0m0.005s)
456. CROSSTABS Fisher Exact Test (crosstabs.at:617): ok (0m0.014s 0m0.008s)
457. CROSSTABS Pearson's R (crosstabs.at:882): ok (0m0.058s 0m0.034s)
458. CROSSTABS Goodman and Kruskal's lambda (crosstabs.at:1115): ok (0m0.016s 0m0.004s)
459. CROSSTABS Goodman and Kruskal's lambda - treatment of ties (crosstabs.at:1216): ok (0m0.014s 0m0.005s)
460. CROSSTABS Somers' D, Tau-B, Tau-C, Gamma (crosstabs.at:1251): ok (0m0.034s 0m0.008s)
461. CROSSTABS Cohens Kappa (crosstabs.at:1592): ok (0m0.013s 0m0.007s)
462. CROSSTABS many statistics (crosstabs.at:1637): ok (0m0.008s 0m0.011s)
463. CROSSTABS uncertainy coefficient (crosstabs.at:1695): ok (0m0.013s 0m0.006s)
464. CROSSTABS barchart (crosstabs.at:1734): ok (0m0.094s 0m0.004s)
465. DESCRIPTIVES basics (descriptives.at:19): ok (0m0.012s 0m0.006s)
466. DESCRIPTIVES -- excluding missing data (descriptives.at:98): ok (0m0.016s 0m0.003s)
467. DESCRIPTIVES -- including missing data (descriptives.at:112): ok (0m0.018s 0m0.001s)
468. DESCRIPTIVES -- excluding missing data listwise (descriptives.at:126): ok (0m0.017s 0m0.003s)
469. DESCRIPTIVES -- including missing data listwise (descriptives.at:140): ok (0m0.010s 0m0.009s)
470. DESCRIPTIVES bug calculating mean only (descriptives.at:154): ok (0m0.017s 0m0.002s)
471. DESCRIPTIVES bug with TEMPORARY (descriptives.at:180): ok (0m0.013s 0m0.007s)
472. DESCRIPTIVES -- Z scores (descriptives.at:205): ok (0m0.013s 0m0.007s)
473. DESCRIPTIVES -- Z scores with SPLIT FILE (descriptives.at:236): ok (0m0.010s 0m0.010s)
474. DESCRIPTIVES -- Z scores bug with TEMPORARY (descriptives.at:300): ok (0m0.014s 0m0.005s)
475. DESCRIPTIVES -- Z scores with FILTER (descriptives.at:342): ok (0m0.018s 0m0.005s)
476. EXAMINE (examine.at:19): ok (0m0.016s 0m0.005s)
477. EXAMINE -- extremes (examine.at:190): ok (0m0.014s 0m0.006s)
478. EXAMINE -- extremes with fractional weights (examine.at:251): ok (0m0.010s 0m0.010s)
479. EXAMINE -- percentiles (examine.at:327): ok (0m0.016s 0m0.005s)
480. EXAMINE -- missing values (examine.at:419): ok (0m0.017s 0m0.004s)
481. EXAMINE -- user missing values (examine.at:459): ok (0m0.015s 0m0.004s)
482. EXAMINE -- missing values and percentiles (examine.at:485): ok (0m0.017s 0m0.001s)
483. EXAMINE -- trimmed mean (examine.at:505): ok (0m0.020s 0m0.001s)
484. EXAMINE -- crash bug (examine.at:552): ok (0m0.011s 0m0.007s)
485. EXAMINE -- consecutive runs don't crash (examine.at:570): ok (0m0.013s 0m0.006s)
486. EXAMINE -- missing values don't crash (examine.at:588): ok (0m0.014s 0m0.005s)
487. EXAMINE -- single case doesn't crash (examine.at:605): ok (0m0.010s 0m0.010s)
488. EXAMINE -- all-missing data doesn't crash (examine.at:624): ok (0m0.013s 0m0.006s)
489. EXAMINE -- big input doesn't crash (examine.at:646): ok (0m0.098s 0m0.005s)
490. EXAMINE -- big input doesn't crash 2 (examine.at:666): ok (0m1.153s 0m0.021s)
491. EXAMINE -- non-numeric ID (examine.at:693): ok (0m0.016s 0m0.002s)
492. EXAMINE -- Bad Input (examine.at:745): ok (0m0.011s 0m0.007s)
493. EXAMINE -- MISSING=REPORT (examine.at:775): ok (0m0.013s 0m0.008s)
494. EXAMINE -- sample unweighted (examine.at:903): ok (0m0.016s 0m0.005s)
495. EXAMINE -- Empty Parentheses (examine.at:1046): ok (0m0.008s 0m0.011s)
496. EXAMINE -- Bad variable (examine.at:1070): ok (0m0.014s 0m0.004s)
497. EXAMINE -- Extremes vs. Missing Weights (examine.at:1093): ok (0m0.018s 0m0.002s)
498. GRAPH simple scatterplot (graph.at:19): ok (0m0.014s 0m0.006s)
499. GRAPH Scatter and Histogram (graph.at:43): ok (0m2.508s 0m0.010s)
500. GRAPH missing values don't crash (graph.at:97): ok (0m0.119s 0m0.005s)
501. GRAPH missing=VARIABLE no crash (graph.at:118): ok (0m0.135s 0m0.004s)
502. GRAPH missing value in by variable (graph.at:141): ok (0m0.117s 0m0.005s)
503. GRAPH histogram with null data (graph.at:166): ok (0m0.086s 0m0.001s)
504. GRAPH histogram all missing (graph.at:184): ok (0m0.011s 0m0.006s)
505. GRAPH barcharts (graph.at:203): ok (0m0.114s 0m0.009s)
506. GRAPH barchart arity (graph.at:232): ok (0m0.074s 0m0.005s)
507. GRAPH barchart bad syntax (graph.at:261): ok (0m0.083s 0m0.005s)
508. GRAPH barchart full (graph.at:289): ok (0m0.154s 0m0.002s)
509. GRAPH buggy syntax (graph.at:332): ok (0m0.077s 0m0.005s)
510. FACTOR extraction=paf method=correlation (factor.at:19): ok (0m0.028s 0m0.012s)
511. FACTOR extraction=pc method=correlation (factor.at:1539): ok (0m0.018s 0m0.003s)
512. FACTOR empty dataset (factor.at:1800): ok (0m0.016s 0m0.002s)
513. FACTOR /ROTATION=NOROTATE (factor.at:1821): ok (0m0.016s 0m0.003s)
514. FACTOR /CRITERIA=ITERATE (factor.at:1895): ok (0m0.019s 0m0.001s)
515. FACTOR promax (factor.at:1945): ok (0m0.093s 0m0.002s)
516. FACTOR covariance matrix (factor.at:2090): ok (0m0.007s 0m0.010s)
517. FACTOR correlation matrix (factor.at:2171): ok (0m0.014s 0m0.007s)
518. FACTOR bad input (factor.at:2267): ok (0m0.018s 0m0.007s)
519. FACTOR anti-image matrix (factor.at:2300): ok (0m0.009s 0m0.013s)
520. FACTOR Kaiser-Meyer-Olkin (factor.at:2357): ok (0m0.018s 0m0.003s)
521. FLIP with NEWNAMES (flip.at:19): ok (0m0.023s 0m0.003s)
522. FLIP without NEWNAMES (flip.at:66): ok (0m0.022s 0m0.001s)
523. FLIP badly formed (flip.at:104): ok (0m0.017s 0m0.004s)
524. FLIP with invalid variable names (flip.at:120): ok (0m0.014s 0m0.008s)
525. FREQUENCIES string variable (frequencies.at:19): ok (0m0.014s 0m0.008s)
526. FREQUENCIES two runs crash (frequencies.at:52): ok (0m0.019s 0m0.003s)
527. FREQUENCIES with LIMIT (frequencies.at:101): ok (0m0.020s 0m0.002s)
528. FREQUENCIES HTML output crash (frequencies.at:125): ok (0m0.017s 0m0.006s)
529. FREQUENCIES pie chart crash (frequencies.at:160): ok (0m0.016s 0m0.006s)
530. FREQUENCIES histogram crash (frequencies.at:196): ok (0m0.128s 0m0.003s)
531. FREQUENCIES median with histogram crash (frequencies.at:227): ok (0m0.017s 0m0.000s)
532. FREQUENCIES crash after TEMPORARY (frequencies.at:242): ok (0m0.020s 0m0.000s)
533. FREQUENCIES basic percentiles (frequencies.at:303): ok (0m0.017s 0m0.002s)
534. FREQUENCIES basic n-tiles (frequencies.at:323): ok (0m0.015s 0m0.004s)
535. FREQUENCIES compatibility percentiles (frequencies.at:344): ok (0m0.015s 0m0.005s)
536. FREQUENCIES enhanced percentiles (frequencies.at:385): ok (0m0.017s 0m0.002s)
537. FREQUENCIES enhanced percentiles, weighted (frequencies.at:425): ok (0m0.014s 0m0.006s)
538. FREQUENCIES enhanced percentiles, weighted (2) (frequencies.at:469): ok (0m0.011s 0m0.008s)
539. FREQUENCIES enhanced percentiles, weighted (3) (frequencies.at:511): ok (0m0.018s 0m0.001s)
540. FREQUENCIES enhanced percentiles, weighted, missing values (frequencies.at:551): ok (0m0.019s 0m0.001s)
541. FREQUENCIES dichotomous histogram (frequencies.at:596): ok (0m0.014s 0m0.006s)
542. FREQUENCIES median (frequencies.at:630): ok (0m0.013s 0m0.006s)
543. FREQUENCIES variance (frequencies.at:660): ok (0m0.016s 0m0.003s)
544. FREQUENCIES default statistics (frequencies.at:691): ok (0m0.019s 0m0.001s)
545. FREQUENCIES no valid data (frequencies.at:746): ok (0m0.015s 0m0.004s)
546. FREQUENCIES histogram no valid cases (frequencies.at:789): ok (0m0.014s 0m0.005s)
547. FREQUENCIES percentiles + histogram bug#48128 (frequencies.at:810): ok (0m0.018s 0m0.002s)
548. GLM latin square design (glm.at:19): ok (0m0.012s 0m0.011s)
549. GLM 2 by 2 factorial design (glm.at:90): ok (0m0.020s 0m0.001s)
550. GLM Type I and II Sums of Squares (glm.at:142): ok (0m0.040s 0m0.004s)
551. GLM excluded intercept (glm.at:275): ok (0m0.019s 0m0.002s)
552. GLM missing values (glm.at:346): ok (0m0.042s 0m0.018s)
553. LOGISTIC REGRESSION basic test (logistic.at:97): ok (0m0.015s 0m0.007s)
554. LOGISTIC REGRESSION missing values (logistic.at:149): ok (0m0.029s 0m0.014s)
555. LOGISTIC REGRESSION weights (logistic.at:197): ok (0m0.030s 0m0.013s)
556. LOGISTIC REGRESSION without constant (logistic.at:258): ok (0m0.015s 0m0.006s)
557. LOGISTIC REGRESSION non-dichotomous dep var (logistic.at:315): ok (0m0.018s 0m0.002s)
558. LOGISTIC REGRESSION with categorical (logistic.at:340): ok (0m0.026s 0m0.001s)
559. LOGISTIC REGRESSION with cat var 2 (logistic.at:808): ok (0m0.016s 0m0.008s)
560. LOGISTIC REGRESSION identical categories (logistic.at:1075): ok (0m0.018s 0m0.001s)
561. LOGISTIC REGRESSION missing categoricals (logistic.at:1095): ok (0m0.024s 0m0.017s)
562. LOGISTIC REGRESSION confidence interval (logistic.at:1232): ok (0m0.019s 0m0.005s)
563. MEANS simple example (means.at:19): ok (0m0.015s 0m0.006s)
564. MEANS very simple example (means.at:80): ok (0m0.013s 0m0.007s)
565. MEANS default missing (means.at:114): ok (0m0.013s 0m0.007s)
566. MEANS linear stats (means.at:168): ok (0m0.014s 0m0.006s)
567. MEANS standard errors (means.at:217): ok (0m0.015s 0m0.005s)
568. MEANS harmonic and geometric means (means.at:263): ok (0m0.007s 0m0.012s)
569. MEANS all/none/default (means.at:305): ok (0m0.010s 0m0.010s)
570. MEANS missing=table (means.at:365): ok (0m0.018s 0m0.001s)
571. MEANS user missing values (means.at:475): ok (0m0.018s 0m0.002s)
572. MEANS empty factor spec (means.at:573): ok (0m0.008s 0m0.011s)
573. MEANS parser bug (means.at:593): ok (0m0.016s 0m0.003s)
574. NPAR TESTS BINOMIAL P < 0.5; N1/N2 < 1 (npar.at:19): ok (0m0.016s 0m0.006s)
575. NPAR TESTS BINOMIAL P < 0.5; N1/N2 > 1 (npar.at:44): ok (0m0.019s 0m0.001s)
576. NPAR TESTS BINOMIAL P < 0.5; N1/N2 = 1 (npar.at:69): ok (0m0.013s 0m0.006s)
577. NPAR TESTS BINOMIAL P > 0.5; N1/N2 < 1 (npar.at:94): ok (0m0.017s 0m0.003s)
578. NPAR TESTS BINOMIAL P > 0.5; N1/N2 > 1 (npar.at:119): ok (0m0.019s 0m0.000s)
579. NPAR TESTS BINOMIAL P > 0.5; N1/N2 = 1 (npar.at:143): ok (0m0.013s 0m0.007s)
580. NPAR TESTS BINOMIAL P = 0.5; N1/N2 < 1 (npar.at:167): ok (0m0.018s 0m0.001s)
581. NPAR TESTS BINOMIAL P = 0.5; N1/N2 > 1 (npar.at:192): ok (0m0.018s 0m0.002s)
582. NPAR TESTS BINOMIAL P = 0.5; N1/N2 = 1 (npar.at:216): ok (0m0.016s 0m0.003s)
583. NPAR TESTS BINOMIAL P = 0.5; N1/N2 = 1 Cutpoint (npar.at:241): ok (0m0.013s 0m0.006s)
584. NPAR TESTS BINOMIAL P = 0.5; N1/N2 = 1 Named values (npar.at:267): ok (0m0.017s 0m0.003s)
585. NPAR TESTS BINOMIAL - crash (npar.at:296): ok (0m0.008s 0m0.011s)
586. NPAR TESTS CHISQUARE (npar.at:315): ok (0m0.014s 0m0.006s)
587. NPAR TESTS CHISQUARE expected values missing (npar.at:401): ok (0m0.012s 0m0.007s)
588. NPAR TESTS CHISQUARE with DESCRIPTIVES (npar.at:434): ok (0m0.018s 0m0.002s)
589. NPAR TESTS CHISQUARE, listwise missing (npar.at:487): ok (0m0.010s 0m0.009s)
590. NPAR TESTS WILCOXON (npar.at:540): ok (0m0.015s 0m0.004s)
591. NPAR TESTS WILCOXON with missing values (npar.at:588): ok (0m0.019s 0m0.001s)
592. NPAR TESTS SIGN (npar.at:636): ok (0m0.019s 0m0.002s)
593. NPAR Kruskal-Wallis test (npar.at:680): ok (0m0.038s 0m0.001s)
594. NPAR Kruskal-Wallis multiple-variables (npar.at:775): ok (0m0.020s 0m0.001s)
595. NPAR TESTS Runs (npar.at:842): ok (0m0.016s 0m0.004s)
596. NPAR TESTS Runs (2) (npar.at:930): ok (0m0.019s 0m0.001s)
597. NPAR TESTS Friedman (npar.at:953): ok (0m0.019s 0m0.000s)
598. NPAR TESTS Mann-Whitney (npar.at:992): ok (0m0.008s 0m0.011s)
599. NPAR TESTS Mann-Whitney Multiple (npar.at:1053): ok (0m0.011s 0m0.012s)
600. NPAR TESTS Cochran (npar.at:1099): ok (0m0.021s 0m0.001s)
601. NPAR TESTS Kendall (npar.at:1146): ok (0m0.020s 0m0.001s)
602. NPAR TESTS McNemar (npar.at:1211): ok (0m0.017s 0m0.003s)
603. NPAR TESTS Kolmogorov-Smirnov Uniform parameters given (npar.at:1265): ok (0m0.014s 0m0.006s)
604. NPAR TESTS Kolmogorov-Smirnov Normal parameters imputed (npar.at:1302): ok (0m0.018s 0m0.002s)
605. NPAR TESTS Median Test (median imputed) (npar.at:1506): ok (0m0.012s 0m0.008s)
606. NPAR TESTS Median Test (median given) (npar.at:1571): ok (0m0.015s 0m0.004s)
607. NPAR TESTS Median Test (two sample) (npar.at:1634): ok (0m0.013s 0m0.007s)
608. NPAR TESTS Jonckheere-Terpstra (npar.at:1700): ok (0m0.019s 0m0.002s)
609. NPAR TESTS (PAIRED) (npar.at:1743): ok (0m0.019s 0m0.001s)
610. NPAR TESTS CHISQUARE crash (npar.at:1780): ok (0m0.012s 0m0.007s)
611. NPAR TESTS - crash on invalid syntax (npar.at:1809): ok (0m0.013s 0m0.005s)
612. NPAR TESTS - crash on unterminated string (npar.at:1833): ok (0m0.017s 0m0.002s)
613. ONEWAY basic operation (oneway.at:19): ok (0m0.014s 0m0.007s)
614. ONEWAY with splits (oneway.at:88): ok (0m0.017s 0m0.003s)
615. ONEWAY with missing values (oneway.at:195): ok (0m0.053s 0m0.001s)
616. ONEWAY descriptives subcommand (oneway.at:300): ok (0m0.008s 0m0.012s)
617. ONEWAY homogeneity subcommand (oneway.at:349): ok (0m0.009s 0m0.010s)
618. ONEWAY multiple variables (oneway.at:394): ok (0m0.020s 0m0.002s)
619. ONEWAY vs. weights (oneway.at:502): ok (0m0.033s 0m0.006s)
620. ONEWAY posthoc LSD and BONFERRONI (oneway.at:573): ok (0m0.018s 0m0.002s)
621. ONEWAY posthoc Tukey HSD and Games-Howell (oneway.at:655): ok (0m0.048s 0m0.006s)
622. ONEWAY posthoc Sidak (oneway.at:711): ok (0m0.015s 0m0.005s)
623. ONEWAY posthoc Scheffe (oneway.at:771): ok (0m0.012s 0m0.008s)
624. ONEWAY bad contrast count (oneway.at:853): ok (0m0.018s 0m0.002s)
625. ONEWAY crash on single category independent variable (oneway.at:924): ok (0m0.013s 0m0.006s)
626. ONEWAY crash on missing dependent variable (oneway.at:945): ok (0m0.036s 0m0.007s)
627. ONEWAY Games-Howell test with few cases (oneway.at:973): ok (0m0.016s 0m0.007s)
628. ONEWAY Crash on empty data (oneway.at:995): ok (0m0.007s 0m0.012s)
629. ONEWAY Crash on invalid dependent variable (oneway.at:1017): ok (0m0.012s 0m0.006s)
630. ONEWAY Crash on unterminated string (oneway.at:1037): ok (0m0.011s 0m0.008s)
631. QUICK CLUSTER with small data set (quick-cluster.at:19): ok (0m0.020s 0m0.001s)
632. QUICK CLUSTER with large data set (quick-cluster.at:62): ok (0m0.226s 0m0.009s)
633. QUICK CLUSTER with weights (quick-cluster.at:92): ok (0m0.038s 0m0.004s)
634. QUICK CLUSTER with listwise missing (quick-cluster.at:134): ok (0m0.024s 0m0.012s)
635. QUICK CLUSTER with pairwise missing (quick-cluster.at:173): ok (0m0.030s 0m0.014s)
636. QUICK CLUSTER crash on bad cluster quantity (quick-cluster.at:246): ok (0m0.013s 0m0.006s)
637. QUICK CLUSTER infinite loop on bad command name (quick-cluster.at:263): ok (0m0.014s 0m0.006s)
638. QUICK CLUSTER /PRINT subcommand (quick-cluster.at:280): ok (0m0.015s 0m0.005s)
639. QUICK CLUSTER -- Empty Parentheses (quick-cluster.at:436): ok (0m0.016s 0m0.002s)
640. RANK simple case with defaults (rank.at:19): ok (0m0.011s 0m0.010s)
641. RANK multiple variables with defaults (rank.at:59): ok (0m0.013s 0m0.008s)
642. RANK with RANK, RFRACTION, N (rank.at:90): ok (0m0.010s 0m0.012s)
643. RANK with SAVAGE, PERCENT, PROPORTION, NTILES (rank.at:167): ok (0m0.018s 0m0.003s)
644. RANK with SPLIT FILE (rank.at:226): ok (0m0.013s 0m0.008s)
645. RANK with fractional ranks (rank.at:316): ok (0m0.021s 0m0.000s)
646. RANK all-ties due to tiny weights (rank.at:363): ok (0m0.010s 0m0.012s)
647. RANK and TEMPORARY (rank.at:440): ok (0m0.020s 0m0.001s)
648. RANK variable name fallback (rank.at:496): ok (0m0.016s 0m0.006s)
649. RANK robust variable name creation (rank.at:534): ok (0m0.032s 0m0.001s)
650. RANK handling of invalid input (rank.at:587): ok (0m0.017s 0m0.002s)
651. RANK handling of invalid syntax (rank.at:615): ok (0m0.015s 0m0.004s)
652. LINEAR REGRESSION - basic (regression.at:19): ok (0m0.020s 0m0.001s)
653. LINEAR REGRESSION - one save (regression.at:76): ok (0m0.013s 0m0.007s)
654. LINEAR REGRESSION - SAVE vs SPLITS (regression.at:149): ok (0m0.064s 0m0.013s)
655. LINEAR REGRESSION multiple dependent variables (regression.at:242): ok (0m0.013s 0m0.013s)
656. LINEAR REGRESSION test of QR decomposition (regression.at:274): ok (0m0.022s 0m0.004s)
657. LINEAR REGRESSION no crash on all missing (regression.at:1807): ok (0m0.013s 0m0.007s)
658. LINEAR REGRESSION missing dependent variable (regression.at:1833): ok (0m0.023s 0m0.014s)
659. LINEAR REGRESSION with invalid syntax (and empty dataset) (regression.at:1890): ok (0m0.009s 0m0.009s)
660. LINEAR REGRESSION coefficient confidence interval (regression.at:1910): ok (0m0.019s 0m0.002s)
661. LINEAR REGRESSION crash with long string variables (regression.at:2152): ok (0m0.020s 0m0.001s)
662. LINEAR REGRESSION -- Empty Parentheses (regression.at:2202): ok (0m0.014s 0m0.005s)
663. LINEAR REGRESSION varibles on ENTER subcommand (regression.at:2227): ok (0m0.015s 0m0.005s)
664. LINEAR REGRESSION /ORIGIN (regression.at:2283): ok (0m0.018s 0m0.001s)
665. RELIABILITY (reliability.at:19): ok (0m0.024s 0m0.001s)
666. RELIABILITY bad syntax (reliability.at:274): ok (0m0.009s 0m0.009s)
667. RELIABILITY bad syntax 2 (reliability.at:294): ok (0m0.014s 0m0.006s)
668. RELIABILITY crash with no data (reliability.at:309): ok (0m0.016s 0m0.003s)
669. RELIABILITY tutorial example (reliability.at:327): ok (0m0.018s 0m0.002s)
670. ROC, free distribution (roc.at:19): ok (0m0.021s 0m0.001s)
671. ROC, negative exponential distribution (roc.at:70): ok (0m0.021s 0m0.001s)
672. ROC, with anomaly (roc.at:129): ok (0m0.016s 0m0.004s)
673. ROC crash on no state variable (roc.at:187): ok (0m0.013s 0m0.005s)
674. ROC crash on invalid syntax (roc.at:204): ok (0m0.010s 0m0.009s)
675. sort 500 cases (100 unique) with 2 buffers (sort-cases.at:73): ok (0m0.028s 0m0.011s)
676. sort 500 cases (100 unique) with 3 buffers (sort-cases.at:74): ok (0m0.033s 0m0.004s)
677. sort 500 cases (100 unique) with 4 buffers (sort-cases.at:75): ok (0m0.026s 0m0.008s)
678. sort 500 cases (100 unique) with 5 buffers (sort-cases.at:76): ok (0m0.020s 0m0.012s)
679. sort 500 cases (100 unique) with 10 buffers (sort-cases.at:77): ok (0m0.019s 0m0.012s)
680. sort 500 cases (100 unique) with 50 buffers (sort-cases.at:78): ok (0m0.023s 0m0.007s)
681. sort 500 cases (100 unique) with 100 buffers (sort-cases.at:79): ok (0m0.028s 0m0.001s)
682. sort 500 cases (100 unique) (sort-cases.at:80): ok (0m0.026s 0m0.003s)
683. sort 1000 cases (100 unique) with 2 buffers (sort-cases.at:82): ok (0m0.035s 0m0.014s)
684. sort 1000 cases (100 unique) with 3 buffers (sort-cases.at:83): ok (0m0.029s 0m0.015s)
685. sort 1000 cases (100 unique) with 5 buffers (sort-cases.at:84): ok (0m0.029s 0m0.011s)
686. sort 1000 cases (100 unique) (sort-cases.at:85): ok (0m0.022s 0m0.011s)
687. sort 5000 cases (1000 unique) with 5 buffers (sort-cases.at:87): ok (0m0.122s 0m0.028s)
688. sort 5000 cases (1000 unique) with 50 buffers (sort-cases.at:88): ok (0m0.069s 0m0.004s)
689. sort 5000 cases (1000 unique) (sort-cases.at:89): ok (0m0.053s 0m0.010s)
690. sort 10000 cases (100 unique) with 3 buffers (sort-cases.at:91): ok (0m0.463s 0m0.120s)
691. sort 10000 cases (100 unique) with 5 buffers (sort-cases.at:92): ok (0m0.346s 0m0.058s)
692. sort 10000 cases (100 unique) (sort-cases.at:93): ok (0m0.100s 0m0.005s)
693. sort 50000 cases (10000 unique) with 500 buffers (sort-cases.at:95): ok (0m0.602s 0m0.016s)
694. sort 50000 cases (sort-cases.at:97): ok (0m0.477s 0m0.017s)
695. SORT CASES preserves filtered cases (sort-cases.at:100): ok (0m0.015s 0m0.003s)
696. T-TEST /PAIRS (t-test.at:19): ok (0m0.021s 0m0.001s)
697. T-TEST /PAIRS with per-analysis missing values (t-test.at:59): ok (0m0.032s 0m0.008s)
698. T-TEST /PAIRS with listwise missing values (t-test.at:124): ok (0m0.033s 0m0.007s)
699. T-TEST weighted paired bug (t-test.at:192): ok (0m0.015s 0m0.004s)
700. T-TEST /PAIRS bug (t-test.at:234): ok (0m0.016s 0m0.005s)
701. T-TEST /GROUPS (t-test.at:270): ok (0m0.014s 0m0.006s)
702. T-TEST /GROUPS with one value for independent variable (t-test.at:320): ok (0m0.013s 0m0.007s)
703. T-TEST /GROUPS with per-analysis missing values (t-test.at:370): ok (0m0.030s 0m0.010s)
704. T-TEST /GROUPS with listwise missing values (t-test.at:430): ok (0m0.032s 0m0.009s)
705. T-TEST /TESTVAL (t-test.at:490): ok (0m0.017s 0m0.002s)
706. T-TEST /TESTVAL with per-analysis missing values (t-test.at:522): ok (0m0.026s 0m0.014s)
707. T-TEST /TESTVAL with listwise missing values (t-test.at:575): ok (0m0.024s 0m0.016s)
708. T-TEST wih TEMPORARY transformation (t-test.at:628): ok (0m0.033s 0m0.007s)
709. T-TEST invalid syntax (t-test.at:684): ok (0m0.012s 0m0.008s)
710. T-TEST string variable (t-test.at:707): ok (0m0.015s 0m0.005s)
711. T-TEST string variable, only one value (t-test.at:754): ok (0m0.019s 0m0.001s)
712. T-TEST string variable comparison bug (t-test.at:780): ok (0m0.019s 0m0.001s)
713. T-TEST wrong group (t-test.at:821): ok (0m0.008s 0m0.011s)
714. T-TEST non number p value (t-test.at:842): ok (0m0.018s 0m0.001s)
715. T-TEST unterminated string - paired (t-test.at:861): ok (0m0.014s 0m0.006s)
716. CACHE (cache.at:19): ok (0m0.015s 0m0.004s)
717. CD (cd.at:19): ok (0m0.018s 0m0.006s)
718. USE ALL (date.at:19): ok (0m0.015s 0m0.006s)
719. INSERT SYNTAX=INTERACTIVE (insert.at:31): ok (0m0.020s 0m0.001s)
720. INSERT SYNTAX=BATCH (insert.at:47): ok (0m0.020s 0m0.002s)
721. INSERT CD=NO (insert.at:67): ok (0m0.017s 0m0.004s)
722. INSERT CD=YES (insert.at:88): ok (0m0.012s 0m0.011s)
723. INSERT ERROR=STOP (insert.at:132): ok (0m0.019s 0m0.002s)
724. INSERT ERROR=CONTINUE (insert.at:142): ok (0m0.018s 0m0.005s)
725. INSERT nonexistent file (insert.at:162): ok (0m0.011s 0m0.009s)
726. INCLUDE full check (insert.at:181): ok (0m0.020s 0m0.001s)
727. INSERT unterminated string (insert.at:205): ok (0m0.013s 0m0.007s)
728. PERMISSIONS (permissions.at:19): ok (0m0.032s 0m0.019s)
729. PERMISSIONS - bad syntax (permissions.at:45): ok (0m0.009s 0m0.010s)
730. SET FORMAT to invalid output format (set.at:20): ok (0m0.019s 0m0.001s)
731. SET crash on invalid cc (set.at:42): ok (0m0.015s 0m0.004s)
732. SET MXWARNS (set.at:52): ok (0m0.015s 0m0.004s)
733. SET MXWARNS special case zero (set.at:88): ok (0m0.014s 0m0.005s)
734. PRESERVE of SET FORMAT (set.at:126): ok (0m0.019s 0m0.002s)
735. SHOW N (show.at:19): ok (0m0.020s 0m0.001s)
736. SHOW N empty (show.at:39): ok (0m0.017s 0m0.002s)
737. FILE LABEL and (ADD) DOCUMENT (title.at:19): ok (0m0.022s 0m0.003s)
738. COMPUTE crash with SAVE (compute.at:19): ok (0m0.024s 0m0.012s)
739. COMPUTE bug in long string UPCASE (compute.at:38): ok (0m0.019s 0m0.000s)
740. COMPUTE bug with long variable names (compute.at:66): ok (0m0.017s 0m0.003s)
741. COMPUTE self-reference to new variable (compute.at:92): ok (0m0.016s 0m0.005s)
742. COUNT -- numeric data (count.at:19): ok (0m0.015s 0m0.006s)
743. COUNT -- string data (count.at:58): ok (0m0.018s 0m0.001s)
744. RECODE numeric to numeric, without INTO (recode.at:37): ok (0m0.016s 0m0.005s)
745. RECODE numeric to numeric, with INTO, without COPY (recode.at:79): ok (0m0.018s 0m0.002s)
746. RECODE numeric to numeric, with INTO, with COPY (recode.at:111): ok (0m0.015s 0m0.006s)
747. RECODE string to string, with INTO, without COPY (recode.at:144): ok (0m0.019s 0m0.001s)
748. RECODE string to string (recode.at:172): ok (0m0.015s 0m0.005s)
749. RECODE string to numeric (recode.at:200): ok (0m0.018s 0m0.003s)
750. RECODE numeric to string (recode.at:226): ok (0m0.018s 0m0.003s)
751. RECODE bug in COPY (recode.at:252): ok (0m0.020s 0m0.000s)
752. RECODE bug in COPY with INTO (recode.at:283): ok (0m0.009s 0m0.011s)
753. RECODE increased string widths (recode.at:316): ok (0m0.008s 0m0.011s)
754. RECODE crash on invalid dest variable (recode.at:347): ok (0m0.017s 0m0.002s)
755. SAMPLE (sample.at:19): ok (0m0.023s 0m0.004s)
756. FILTER (select-if.at:19): ok (0m0.017s 0m0.006s)
757. ABT -- insert-any-remove-any (abt.at:24): ok (0m0.090s 0m0.001s)
758. ABT -- insert-any-remove-same (abt.at:25): ok (0m0.065s 0m0.000s)
759. ABT -- insert-any-remove-reverse (abt.at:26): ok (0m0.060s 0m0.005s)
760. ABT -- random-sequence (abt.at:27): ok (0m0.852s 0m0.000s)
761. ABT -- insert-ordered (abt.at:28): ok (0m0.083s 0m0.000s)
762. ABT -- moved (abt.at:29): ok (0m0.076s 0m0.000s)
763. ABT -- changed (abt.at:30): ok (0m0.035s 0m0.000s)
764. BT -- insert-any-remove-any (bt.at:24): ok (0m0.034s 0m0.000s)
765. BT -- insert-any-remove-same (bt.at:25): ok (0m0.025s 0m0.000s)
766. BT -- insert-any-remove-reverse (bt.at:26): ok (0m0.024s 0m0.000s)
767. BT -- random-sequence (bt.at:27): ok (0m0.368s 0m0.000s)
768. BT -- insert-ordered (bt.at:28): ok (0m0.055s 0m0.000s)
769. BT -- find-ge-le (bt.at:29): ok (0m0.002s 0m0.000s)
770. BT -- moved (bt.at:30): ok (0m0.063s 0m0.000s)
771. BT -- changed (bt.at:31): ok (0m0.037s 0m0.000s)
772. ASCII (encoding-guesser.at:19): ok (0m0.002s 0m0.001s)
773. UTF-8 (encoding-guesser.at:25): ok (0m0.004s 0m0.000s)
774. UTF-8 starting with ASCII (encoding-guesser.at:32): ok (0m0.005s 0m0.000s)
775. UTF-16 with big-endian byte order mark (encoding-guesser.at:39): ok (0m0.003s 0m0.001s)
776. UTF-16 with little-endian byte order mark (encoding-guesser.at:46): ok (0m0.003s 0m0.000s)
777. UTF-16BE (encoding-guesser.at:53): ok (0m0.002s 0m0.001s)
778. UTF-16BE starting with U+0100 (encoding-guesser.at:62): ok (0m0.003s 0m0.001s)
779. UTF-16LE (encoding-guesser.at:69): ok (0m0.003s 0m0.001s)
780. UTF-16LE starting with U+0100 (encoding-guesser.at:78): ok (0m0.004s 0m0.000s)
781. UTF-32 with big-endian byte order mark (encoding-guesser.at:85): ok (0m0.003s 0m0.000s)
782. UTF-32 with little-endian byte order mark (encoding-guesser.at:92): ok (0m0.003s 0m0.001s)
783. UTF-32BE (encoding-guesser.at:99): ok (0m0.003s 0m0.000s)
784. UTF-32LE (encoding-guesser.at:106): ok (0m0.003s 0m0.000s)
785. ISO-8859-1 (encoding-guesser.at:113): ok (0m0.003s 0m0.002s)
786. GB-18030 with byte order mark (encoding-guesser.at:121): ok (0m0.004s 0m0.001s)
787. UTF-EBCDIC with byte order mark (encoding-guesser.at:129): ok (0m0.005s 0m0.000s)
788. EUC-JP as Auto,EUC-JP (encoding-guesser.at:137): ok (0m0.005s 0m0.000s)
789. EUC-JP starting with ASCII as Auto,EUC-JP (encoding-guesser.at:145): ok (0m0.004s 0m0.001s)
790. UTF-8 with character split across input buffers (encoding-guesser.at:153): ok (0m0.003s 0m0.002s)
791. windows-1252 as Auto,UTF-8 (encoding-guesser.at:161): ok (0m0.005s 0m0.000s)
792. floating point format conversions (float-format.at:19): ok (0m0.023s 0m0.005s)
793. heap -- insert-no-dups-delete-min (heap.at:24): ok (0m0.012s 0m0.004s)
794. heap -- insert-with-dups-delete-min (heap.at:25): ok (0m0.010s 0m0.003s)
795. heap -- insert-no-dups-delete-random (heap.at:26): ok (0m0.003s 0m0.000s)
796. heap -- inc-dec (heap.at:27): ok (0m0.034s 0m0.000s)
797. heap -- random-insert-delete (heap.at:28): ok (0m0.025s 0m0.000s)
798. hmap -- insert-any-remove-any-random-hash (hmap.at:24): ok (0m0.025s 0m0.000s)
799. hmap -- insert-any-remove-any-identity-hash (hmap.at:25): ok (0m0.024s 0m0.000s)
800. hmap -- insert-any-remove-any-constant-hash (hmap.at:26): ok (0m0.026s 0m0.000s)
801. hmap -- insert-any-remove-same-random-hash (hmap.at:27): ok (0m0.021s 0m0.001s)
802. hmap -- insert-any-remove-same-identity-hash (hmap.at:28): ok (0m0.018s 0m0.000s)
803. hmap -- insert-any-remove-same-constant-hash (hmap.at:29): ok (0m0.018s 0m0.001s)
804. hmap -- insert-any-remove-reverse-random-hash (hmap.at:30): ok (0m0.020s 0m0.000s)
805. hmap -- insert-any-remove-reverse-identity-hash (hmap.at:31): ok (0m0.018s 0m0.000s)
806. hmap -- insert-any-remove-reverse-constant-hash (hmap.at:32): ok (0m0.015s 0m0.004s)
807. hmap -- random-sequence-random-hash (hmap.at:33): ok (0m0.043s 0m0.000s)
808. hmap -- random-sequence-identity-hash (hmap.at:34): ok (0m0.028s 0m0.000s)
809. hmap -- random-sequence-constant-hash (hmap.at:35): ok (0m0.006s 0m0.000s)
810. hmap -- insert-ordered-random-hash (hmap.at:36): ok (0m0.144s 0m0.000s)
811. hmap -- insert-ordered-identity-hash (hmap.at:37): ok (0m0.109s 0m0.000s)
812. hmap -- insert-ordered-constant-hash (hmap.at:38): ok (0m0.005s 0m0.000s)
813. hmap -- moved-random-hash (hmap.at:39): ok (0m0.042s 0m0.001s)
814. hmap -- moved-identity-hash (hmap.at:40): ok (0m0.029s 0m0.000s)
815. hmap -- moved-constant-hash (hmap.at:41): ok (0m0.002s 0m0.000s)
816. hmap -- changed-random-hash (hmap.at:42): ok (0m0.021s 0m0.001s)
817. hmap -- changed-identity-hash (hmap.at:43): ok (0m0.019s 0m0.000s)
818. hmap -- changed-constant-hash (hmap.at:44): ok (0m0.020s 0m0.001s)
819. hmap -- swap-random-hash (hmap.at:45): ok (0m0.002s 0m0.000s)
820. hmap -- clear (hmap.at:46): ok (0m0.027s 0m0.001s)
821. hmap -- destroy-null (hmap.at:47): ok (0m0.001s 0m0.000s)
822. hmap -- shrink-empty (hmap.at:48): ok (0m0.001s 0m0.000s)
823. hmapx -- insert-any-remove-any-random-hash (hmapx.at:24): ok (0m0.028s 0m0.000s)
824. hmapx -- insert-any-remove-any-identity-hash (hmapx.at:25): ok (0m0.028s 0m0.000s)
825. hmapx -- insert-any-remove-any-constant-hash (hmapx.at:26): ok (0m0.028s 0m0.000s)
826. hmapx -- insert-any-remove-same-random-hash (hmapx.at:27): ok (0m0.025s 0m0.000s)
827. hmapx -- insert-any-remove-same-identity-hash (hmapx.at:28): ok (0m0.022s 0m0.000s)
828. hmapx -- insert-any-remove-same-constant-hash (hmapx.at:29): ok (0m0.023s 0m0.000s)
829. hmapx -- insert-any-remove-reverse-random-hash (hmapx.at:30): ok (0m0.022s 0m0.000s)
830. hmapx -- insert-any-remove-reverse-identity-hash (hmapx.at:31): ok (0m0.020s 0m0.000s)
831. hmapx -- insert-any-remove-reverse-constant-hash (hmapx.at:32): ok (0m0.022s 0m0.000s)
832. hmapx -- random-sequence-random-hash (hmapx.at:33): ok (0m0.037s 0m0.000s)
833. hmapx -- random-sequence-identity-hash (hmapx.at:34): ok (0m0.025s 0m0.000s)
834. hmapx -- random-sequence-constant-hash (hmapx.at:35): ok (0m0.005s 0m0.000s)
835. hmapx -- insert-ordered-random-hash (hmapx.at:36): ok (0m0.186s 0m0.000s)
836. hmapx -- insert-ordered-identity-hash (hmapx.at:37): ok (0m0.164s 0m0.004s)
837. hmapx -- insert-ordered-constant-hash (hmapx.at:38): ok (0m0.005s 0m0.000s)
838. hmapx -- moved-random-hash (hmapx.at:39): ok (0m0.050s 0m0.000s)
839. hmapx -- moved-identity-hash (hmapx.at:40): ok (0m0.036s 0m0.000s)
840. hmapx -- moved-constant-hash (hmapx.at:41): ok (0m0.002s 0m0.001s)
841. hmapx -- changed-random-hash (hmapx.at:42): ok (0m0.036s 0m0.000s)
842. hmapx -- changed-identity-hash (hmapx.at:43): ok (0m0.029s 0m0.000s)
843. hmapx -- changed-constant-hash (hmapx.at:44): ok (0m0.036s 0m0.001s)
844. hmapx -- change-random-hash (hmapx.at:45): ok (0m0.037s 0m0.001s)
845. hmapx -- change-identity-hash (hmapx.at:46): ok (0m0.034s 0m0.000s)
846. hmapx -- change-constant-hash (hmapx.at:47): ok (0m0.030s 0m0.001s)
847. hmapx -- swap-random-hash (hmapx.at:48): ok (0m0.001s 0m0.001s)
848. hmapx -- clear (hmapx.at:49): ok (0m0.027s 0m0.000s)
849. hmapx -- destroy-null (hmapx.at:50): ok (0m0.001s 0m0.000s)
850. hmapx -- shrink-empty (hmapx.at:51): ok (0m0.001s 0m0.001s)
851. convert reflexively (i18n.at:36): ok (0m0.004s 0m0.001s)
852. convert without any change (i18n.at:37): ok (0m0.005s 0m0.000s)
853. convert from ISO-8859-1 to UTF-8 (i18n.at:39): ok (0m0.005s 0m0.000s)
854. convert from UTF-8 to ISO-8859-1 (i18n.at:41): ok (0m0.004s 0m0.001s)
855. convert invalid UTF-8 to ISO-8859-1 (i18n.at:45): ok (0m0.005s 0m0.000s)
856. convert truncated UTF-8 to ISO-8559-1 (i18n.at:48): ok (0m0.004s 0m0.001s)
857. convert dropped final character in windows-1258 (i18n.at:53): ok (0m0.003s 0m0.002s)
858. convert from ISO-8859-1 to UTF-8 with overflow (i18n.at:58): ok (0m0.005s 0m0.000s)
859. convert unknown encoding (i18n.at:62): ok (0m0.003s 0m0.001s)
860. truncate "abc" to 6 bytes in UTF-8 (i18n.at:93): ok (0m0.004s 0m0.002s)
861. truncate "" + "xyz" to 6 bytes in UTF-8 (i18n.at:94): ok (0m0.005s 0m0.001s)
862. truncate "" to 6 bytes in UTF-8 (i18n.at:95): ok (0m0.005s 0m0.000s)
863. truncate "abcdefghij" to 6 bytes in UTF-8 (i18n.at:96): ok (0m0.005s 0m0.000s)
864. truncate "" + "tuvwxyz" to 6 bytes in UTF-8 (i18n.at:97): ok (0m0.005s 0m0.000s)
865. truncate "abc" + "xyz" to 6 bytes in UTF-8 (i18n.at:99): ok (0m0.005s 0m0.000s)
866. truncate "abcd" + "xyz" to 6 bytes in UTF-8 (i18n.at:100): ok (0m0.005s 0m0.001s)
867. truncate "abc" + "uvwxyz" to 6 bytes in UTF-8 (i18n.at:101): ok (0m0.005s 0m0.000s)
868. truncate "x\342\203\236" + "y" to 0 bytes in UTF-8 (i18n.at:105): ok (0m0.003s 0m0.002s)
869. truncate "x\342\203\236" + "y" to 1 bytes in UTF-8 (i18n.at:106): ok (0m0.005s 0m0.000s)
870. truncate "x\342\203\236" + "y" to 2 bytes in UTF-8 (i18n.at:107): ok (0m0.005s 0m0.000s)
871. truncate "x\342\203\236" + "y" to 3 bytes in UTF-8 (i18n.at:108): ok (0m0.005s 0m0.000s)
872. truncate "x\342\203\236" + "y" to 4 bytes in UTF-8 (i18n.at:109): ok (0m0.005s 0m0.000s)
873. truncate "x\342\203\236" + "y" to 5 bytes in UTF-8 (i18n.at:110): ok (0m0.004s 0m0.002s)
874. truncate "\303\251\303\250\303\244" + "xyz" to 0 bytes in ISO-8859-1 (i18n.at:113): ok (0m0.004s 0m0.002s)
875. truncate "\303\251\303\250\303\244" + "xyz" to 1 bytes in ISO-8859-1 (i18n.at:114): ok (0m0.005s 0m0.001s)
876. truncate "\303\251\303\250\303\244" + "xyz" to 2 bytes in ISO-8859-1 (i18n.at:115): ok (0m0.006s 0m0.000s)
877. truncate "\303\251\303\250\303\244" + "xyz" to 3 bytes in ISO-8859-1 (i18n.at:116): ok (0m0.006s 0m0.000s)
878. truncate "\303\251\303\250\303\244" + "xyz" to 4 bytes in ISO-8859-1 (i18n.at:117): ok (0m0.006s 0m0.000s)
879. truncate "\303\251\303\250\303\244" + "xyz" to 5 bytes in ISO-8859-1 (i18n.at:119): ok (0m0.005s 0m0.001s)
880. truncate "\303\251\303\250\303\244" + "xyz" to 6 bytes in ISO-8859-1 (i18n.at:121): ok (0m0.005s 0m0.001s)
881. read ASCII (line-reader.at:19): ok (0m0.004s 0m0.001s)
882. read UTF-8 (line-reader.at:28): ok (0m0.003s 0m0.000s)
883. read EUC-JP (line-reader.at:36): ok (0m0.005s 0m0.000s)
884. read ASCII as Auto (line-reader.at:45): ok (0m0.003s 0m0.001s)
885. read UTF-8 as Auto (line-reader.at:53): ok (0m0.004s 0m0.000s)
886. read ISO-8859-1 as Auto,ISO-8859-1 (line-reader.at:62): ok (0m0.009s 0m0.000s)
887. read UTF-16BE as Auto,UTF-16BE (line-reader.at:74): ok (0m0.003s 0m0.001s)
888. read EUC-JP as Auto,EUC-JP (line-reader.at:83): ok (0m0.003s 0m0.002s)
889. ll -- push-pop (ll.at:24): ok (0m0.014s 0m0.001s)
890. ll -- insert-remove (ll.at:25): ok (0m0.001s 0m0.000s)
891. ll -- swap (ll.at:26): ok (0m0.001s 0m0.000s)
892. ll -- swap-range (ll.at:27): ok (0m0.002s 0m0.001s)
893. ll -- remove-range (ll.at:28): ok (0m0.001s 0m0.000s)
894. ll -- remove-equal (ll.at:29): ok (0m0.010s 0m0.003s)
895. ll -- remove-if (ll.at:30): ok (0m0.013s 0m0.000s)
896. ll -- moved (ll.at:31): ok (0m0.001s 0m0.000s)
897. ll -- find-equal (ll.at:32): ok (0m0.002s 0m0.000s)
898. ll -- find-if (ll.at:33): ok (0m0.002s 0m0.000s)
899. ll -- find-adjacent-equal (ll.at:34): ok (0m0.002s 0m0.000s)
900. ll -- count-range (ll.at:35): ok (0m0.001s 0m0.000s)
901. ll -- count-equal (ll.at:36): ok (0m0.002s 0m0.000s)
902. ll -- count-if (ll.at:37): ok (0m0.002s 0m0.000s)
903. ll -- min-max (ll.at:38): ok (0m0.001s 0m0.000s)
904. ll -- lexicographical-compare-3way (ll.at:39): ok (0m0.003s 0m0.000s)
905. ll -- apply (ll.at:40): ok (0m0.001s 0m0.001s)
906. ll -- reverse (ll.at:41): ok (0m0.001s 0m0.000s)
907. ll -- permutations-no-dups (ll.at:42): ok (0m0.004s 0m0.000s)
908. ll -- permutations-with-dups (ll.at:43): ok (0m0.061s 0m0.001s)
909. ll -- merge-no-dups (ll.at:44): ok (0m0.013s 0m0.000s)
910. ll -- merge-with-dups (ll.at:45): ok (0m0.147s 0m0.000s)
911. ll -- sort-exhaustive (ll.at:46): ok (0m0.013s 0m0.000s)
912. ll -- sort-stable (ll.at:47): ok (0m0.009s 0m0.000s)
913. ll -- sort-subset (ll.at:48): ok (0m0.013s 0m0.000s)
914. ll -- sort-big (ll.at:49): ok (0m0.073s 0m0.000s)
915. ll -- unique (ll.at:50): ok (0m0.002s 0m0.000s)
916. ll -- sort-unique (ll.at:51): ok (0m0.024s 0m0.004s)
917. ll -- insert-ordered (ll.at:52): ok (0m0.005s 0m0.001s)
918. ll -- partition (ll.at:53): ok (0m0.005s 0m0.000s)
919. llx -- push-pop (llx.at:24): ok (0m0.015s 0m0.000s)
920. llx -- insert-remove (llx.at:25): ok (0m0.001s 0m0.000s)
921. llx -- swap (llx.at:26): ok (0m0.001s 0m0.000s)
922. llx -- swap-range (llx.at:27): ok (0m0.003s 0m0.001s)
923. llx -- remove-range (llx.at:28): ok (0m0.002s 0m0.000s)
924. llx -- remove-equal (llx.at:29): ok (0m0.021s 0m0.000s)
925. llx -- remove-if (llx.at:30): ok (0m0.020s 0m0.000s)
926. llx -- find-equal (llx.at:31): ok (0m0.002s 0m0.000s)
927. llx -- find (llx.at:32): ok (0m0.001s 0m0.000s)
928. llx -- find-if (llx.at:33): ok (0m0.002s 0m0.000s)
929. llx -- find-adjacent-equal (llx.at:34): ok (0m0.002s 0m0.000s)
930. llx -- count-range (llx.at:35): ok (0m0.001s 0m0.001s)
931. llx -- count-equal (llx.at:36): ok (0m0.001s 0m0.001s)
932. llx -- count-if (llx.at:37): ok (0m0.002s 0m0.000s)
933. llx -- min-max (llx.at:38): ok (0m0.001s 0m0.001s)
934. llx -- lexicographical-compare-3way (llx.at:39): ok (0m0.003s 0m0.000s)
935. llx -- apply (llx.at:40): ok (0m0.001s 0m0.000s)
936. llx -- destroy (llx.at:41): ok (0m0.001s 0m0.000s)
937. llx -- reverse (llx.at:42): ok (0m0.001s 0m0.000s)
938. llx -- permutations-no-dups (llx.at:43): ok (0m0.004s 0m0.000s)
939. llx -- permutations-with-dups (llx.at:44): ok (0m0.053s 0m0.000s)
940. llx -- merge-no-dups (llx.at:45): ok (0m0.017s 0m0.000s)
941. llx -- merge-with-dups (llx.at:46): ok (0m0.235s 0m0.000s)
942. llx -- sort-exhaustive (llx.at:47): ok (0m0.031s 0m0.000s)
943. llx -- sort-stable (llx.at:48): ok (0m0.025s 0m0.000s)
944. llx -- sort-subset (llx.at:49): ok (0m0.018s 0m0.000s)
945. llx -- sort-big (llx.at:50): ok (0m0.116s 0m0.000s)
946. llx -- unique (llx.at:51): ok (0m0.002s 0m0.000s)
947. llx -- sort-unique (llx.at:52): ok (0m0.058s 0m0.004s)
948. llx -- insert-ordered (llx.at:53): ok (0m0.020s 0m0.000s)
949. llx -- partition (llx.at:54): ok (0m0.006s 0m0.000s)
950. llx -- allocation-failure (llx.at:55): ok (0m0.001s 0m0.000s)
951. range-map -- insert (range-map.at:24): ok (0m0.029s 0m0.000s)
952. range-map -- delete-contiguous (range-map.at:25): ok (0m0.028s 0m0.000s)
953. range-map -- delete-gaps (range-map.at:26): ok (0m0.028s 0m0.000s)
954. range-set -- insert (range-set.at:24): ok (0m0.197s 0m0.000s)
955. range-set -- delete (range-set.at:25): ok (0m0.128s 0m0.000s)
956. range-set -- allocate (range-set.at:26): ok (0m0.020s 0m0.000s)
957. range-set -- allocate-fully (range-set.at:27): ok (0m0.020s 0m0.000s)
958. range-set -- pool (range-set.at:28): ok (0m0.001s 0m0.000s)
959. range-set -- destroy-null (range-set.at:29): ok (0m0.001s 0m0.000s)
960. range-tower -- set1 (range-tower.at:24): ok (0m0.436s 0m0.004s)
961. range-tower -- set0 (range-tower.at:25): ok (0m0.348s 0m0.004s)
962. range-tower -- insert0 (range-tower.at:26): ok (0m0.299s 0m0.000s)
963. range-tower -- insert1 (range-tower.at:27): ok (0m0.361s 0m0.000s)
964. range-tower -- delete (range-tower.at:28): ok (0m0.293s 0m0.000s)
965. range-tower -- move (range-tower.at:29): ok (0m2.175s 0m0.000s)
966. range-tower -- pool (range-tower.at:30): ok (0m0.001s 0m0.000s)
967. range-tower -- destroy-null (range-tower.at:31): ok (0m0.001s 0m0.000s)
968. sparse array -- random-insert-delete (sparse-array.at:25): ok (0m0.415s 0m0.000s)
969. sparse array -- insert and delete with strides (sparse-array.at:27): ok (0m0.410s 0m0.001s)
970. in-memory sparse_xarray (sparse-xarray-test.at:58): ok (0m0.100s 0m0.004s)
971. on-disk sparse_xarray max-memory-rows=0 (sparse-xarray-test.at:73): ok (0m0.271s 0m0.662s)
972. on-disk sparse_xarray max-memory-rows=1 (sparse-xarray-test.at:74): ok (0m0.266s 0m0.568s)
973. on-disk sparse_xarray max-memory-rows=2 (sparse-xarray-test.at:75): ok (0m0.147s 0m0.426s)
974. copying between in-memory sparse_xarrays (sparse-xarray-test.at:77): ok (0m0.139s 0m0.002s)
975. copying between on-disk sparse_xarrays max-memory-rows=0 (sparse-xarray-test.at:98): ok (0m0.075s 0m0.245s)
976. copying between on-disk sparse_xarrays max-memory-rows=1 (sparse-xarray-test.at:99): ok (0m0.104s 0m0.273s)
977. 26-adic string formatting (str.at:19): ok (0m0.001s 0m0.000s)
978. string map -- insert-any-remove-any (string-map.at:25): ok (0m0.166s 0m0.000s)
979. string map -- insert-any-remove-same (string-map.at:26): ok (0m0.098s 0m0.000s)
980. string map -- insert-any-remove-reverse (string-map.at:27): ok (0m0.112s 0m0.000s)
981. string map -- random-sequence (string-map.at:28): ok (0m0.192s 0m0.000s)
982. string map -- replace (string-map.at:29): ok (0m0.003s 0m0.000s)
983. string map -- insert-ordered (string-map.at:30): ok (0m0.003s 0m0.000s)
984. string map -- clear (string-map.at:31): ok (0m0.001s 0m0.000s)
985. string map -- clone (string-map.at:32): ok (0m0.001s 0m0.000s)
986. string map -- swap (string-map.at:33): ok (0m0.003s 0m0.003s)
987. string map -- node-swap-value (string-map.at:34): ok (0m0.001s 0m0.001s)
988. string map -- insert-map (string-map.at:35): ok (0m0.007s 0m0.000s)
989. string map -- replace-map (string-map.at:36): ok (0m0.007s 0m0.000s)
990. string map -- get-keys-and-values (string-map.at:37): ok (0m0.001s 0m0.000s)
991. string map -- destroy-null (string-map.at:38): ok (0m0.001s 0m0.000s)
992. case-insensitive string map -- insert-any-remove-any (stringi-map.at:25): ok (0m2.012s 0m0.001s)
993. case-insensitive string map -- insert-any-remove-same (stringi-map.at:26): ok (0m1.458s 0m0.000s)
994. case-insensitive string map -- insert-any-remove-reverse (stringi-map.at:27): ok (0m1.461s 0m0.000s)
995. case-insensitive string map -- random-sequence (stringi-map.at:28): ok (0m2.896s 0m0.000s)
996. case-insensitive string map -- replace (stringi-map.at:29): ok (0m0.022s 0m0.000s)
997. case-insensitive string map -- insert-ordered (stringi-map.at:30): ok (0m0.037s 0m0.000s)
998. case-insensitive string map -- clear (stringi-map.at:31): ok (0m0.002s 0m0.000s)
999. case-insensitive string map -- clone (stringi-map.at:32): ok (0m0.001s 0m0.001s)
1000. case-insensitive string map -- swap (stringi-map.at:33): ok (0m0.053s 0m0.000s)
1001. case-insensitive string map -- node-swap-value (stringi-map.at:34): ok (0m0.002s 0m0.000s)
1002. case-insensitive string map -- insert-map (stringi-map.at:35): ok (0m0.069s 0m0.000s)
1003. case-insensitive string map -- replace-map (stringi-map.at:36): ok (0m0.076s 0m0.000s)
1004. case-insensitive string map -- get-keys-and-values (stringi-map.at:37): ok (0m0.002s 0m0.000s)
1005. case-insensitive string map -- destroy-null (stringi-map.at:38): ok (0m0.001s 0m0.000s)
1006. string set -- insert-any-remove-any (string-set.at:25): ok (0m0.093s 0m0.001s)
1007. string set -- insert-any-remove-same (string-set.at:26): ok (0m0.067s 0m0.000s)
1008. string set -- insert-any-remove-reverse (string-set.at:27): ok (0m0.075s 0m0.000s)
1009. string set -- random-sequence (string-set.at:28): ok (0m0.126s 0m0.001s)
1010. string set -- insert-ordered (string-set.at:29): ok (0m0.003s 0m0.000s)
1011. string set -- union (string-set.at:30): ok (0m0.065s 0m0.000s)
1012. string set -- union-and-intersection (string-set.at:31): ok (0m0.049s 0m0.000s)
1013. string set -- intersect (string-set.at:32): ok (0m0.038s 0m0.000s)
1014. string set -- subtract (string-set.at:33): ok (0m0.039s 0m0.000s)
1015. string set -- swap (string-set.at:34): ok (0m0.047s 0m0.000s)
1016. string set -- clear (string-set.at:35): ok (0m0.031s 0m0.004s)
1017. string set -- clone (string-set.at:36): ok (0m0.062s 0m0.001s)
1018. string set -- destroy-null (string-set.at:37): ok (0m0.001s 0m0.000s)
1019. case-insensitive string set -- insert-any-remove-any (stringi-set.at:25): ok (0m2.532s 0m0.000s)
1020. case-insensitive string set -- insert-any-remove-same (stringi-set.at:26): ok (0m1.908s 0m0.001s)
1021. case-insensitive string set -- insert-any-remove-reverse (stringi-set.at:27): ok (0m1.598s 0m0.004s)
1022. case-insensitive string set -- random-sequence (stringi-set.at:28): ok (0m5.103s 0m0.000s)
1023. case-insensitive string set -- insert-ordered (stringi-set.at:29): ok (0m0.068s 0m0.000s)
1024. case-insensitive string set -- union (stringi-set.at:30): ok (0m0.998s 0m0.000s)
1025. case-insensitive string set -- union-and-intersection (stringi-set.at:31): ok (0m0.664s 0m0.000s)
1026. case-insensitive string set -- intersect (stringi-set.at:32): ok (0m0.601s 0m0.000s)
1027. case-insensitive string set -- subtract (stringi-set.at:33): ok (0m0.601s 0m0.000s)
1028. case-insensitive string set -- swap (stringi-set.at:34): ok (0m0.648s 0m0.000s)
1029. case-insensitive string set -- clear (stringi-set.at:35): ok (0m0.353s 0m0.000s)
1030. case-insensitive string set -- clone (stringi-set.at:36): ok (0m0.783s 0m0.004s)
1031. case-insensitive string set -- destroy-null (stringi-set.at:37): ok (0m0.001s 0m0.000s)
1032. tower -- insert (tower.at:24): ok (0m0.006s 0m0.001s)
1033. tower -- delete (tower.at:25): ok (0m0.009s 0m0.004s)
1034. tower -- resize (tower.at:26): ok (0m0.010s 0m0.000s)
1035. tower -- splice-out (tower.at:27): ok (0m0.006s 0m0.001s)
1036. tower -- splice-in (tower.at:28): ok (0m0.005s 0m0.000s)
1037. read ASCII (u8-istream.at:19): ok (0m0.004s 0m0.000s)
1038. read UTF-8 (u8-istream.at:26): ok (0m0.003s 0m0.000s)
1039. read EUC-JP (u8-istream.at:35): ok (0m0.003s 0m0.001s)
1040. read UTF-8 with character split across input buffers (u8-istream.at:44): ok (0m0.006s 0m0.001s)
1041. read UTF-8 with character split across output buffers (u8-istream.at:55): ok (0m0.003s 0m0.000s)
1042. read UTF-8 with character split across input and output buffers (u8-istream.at:64): ok (0m0.005s 0m0.001s)
1043. read EUC-JP with character split across input buffers (u8-istream.at:75): ok (0m0.008s 0m0.001s)
1044. read EUC-JP with character split across output buffers (u8-istream.at:89): ok (0m0.004s 0m0.001s)
1045. read EUC-JP with character split across input and output buffers (u8-istream.at:98): ok (0m0.007s 0m0.002s)
1046. read ASCII as Auto (u8-istream.at:112): ok (0m0.003s 0m0.000s)
1047. read UTF-8 as Auto (u8-istream.at:121): ok (0m0.005s 0m0.002s)
1048. read ISO-8859-1 as Auto,ISO-8859-1 (u8-istream.at:135): ok (0m0.008s 0m0.001s)
1049. read UTF-16BE as Auto,UTF-16BE (u8-istream.at:147): ok (0m0.004s 0m0.001s)
1050. read UTF-16 as Auto (u8-istream.at:156): ok (0m0.027s 0m0.011s)
1051. read UTF-32 as Auto (u8-istream.at:175): ok (0m0.012s 0m0.002s)
1052. read EUC-JP as Auto,EUC-JP (u8-istream.at:192): ok (0m0.004s 0m0.000s)
1053. Basic zip - unzip test (zip.at:19): ok (0m0.052s 0m0.016s)
1054. Chart Scale (chart-geometry.at:19): ok (0m0.009s 0m0.004s)
1055. Chart Ticks Format (chart-geometry.at:23): ok (0m0.009s 0m0.005s)
1056. two-pass moments (moments.at:44): ok (0m0.014s 0m0.006s)
1057. one-pass moments (moments.at:45): ok (0m0.019s 0m0.004s)
1058. random distributions -- beta (randist.at:102): ok (0m0.031s 0m0.004s)
1059. random distributions -- cauchy (randist.at:337): ok (0m0.043s 0m0.004s)
1060. random distributions -- chisq (randist.at:946): ok (0m0.019s 0m0.008s)
1061. random distributions -- exp (randist.at:994): ok (0m0.019s 0m0.006s)
1062. random distributions -- f (randist.at:1042): ok (0m0.022s 0m0.009s)
1063. random distributions -- gamma (randist.at:1222): ok (0m0.026s 0m0.006s)
1064. random distributions -- laplace (randist.at:1446): ok (0m0.024s 0m0.007s)
1065. random distributions -- logistic (randist.at:1670): ok (0m0.027s 0m0.004s)
1066. random distributions -- lnormal (randist.at:1894): ok (0m0.022s 0m0.008s)
1067. random distributions -- normal (randist.at:2074): ok (0m0.025s 0m0.006s)
1068. random distributions -- pareto (randist.at:2298): ok (0m0.025s 0m0.004s)
1069. random distributions -- t (randist.at:2434): ok (0m0.022s 0m0.006s)
1070. random distributions -- uniform (randist.at:2526): ok (0m0.026s 0m0.004s)
1071. random distributions -- weibull (randist.at:2706): ok (0m0.026s 0m0.005s)
1072. ASCII driver overwriting single-width text (ascii.at:19): ok (0m0.047s 0m0.007s)
1073. ASCII driver overwriting double-width text (ascii.at:151): ok (0m0.035s 0m0.015s)
1074. ASCII driver overwriting combining characters (ascii.at:407): ok (0m0.032s 0m0.018s)
1075. ASCII driver u8_line_set_length (ascii.at:539): ok (0m0.008s 0m0.010s)
1076. ASCII driver Unicode box characters (ascii.at:580): ok (0m0.016s 0m0.003s)
1077. ASCII driver syntax printback (ascii.at:600): ok (0m0.016s 0m0.004s)
1078. ASCII unicode box chars (ascii.at:647): ok (0m0.013s 0m0.007s)
1079. ASCII crash on empty line (ascii.at:673): ok (0m0.013s 0m0.006s)
1080. Examine (charts.at:24): ok (0m0.718s 0m0.025s)
1081. Roc (charts.at:56): ok (0m0.078s 0m0.001s)
1082. Scree (charts.at:111): ok (0m0.083s 0m0.004s)
1083. Histogram (charts.at:139): ok (0m0.269s 0m0.017s)
1084. FREQUENCIES charts (charts.at:176): ok (0m0.097s 0m0.019s)
1085. CROSSTABS charts (charts.at:214): ok (0m0.109s 0m0.012s)
1086. BOXPLOT Empty (charts.at:258): ok (0m0.015s 0m0.002s)
1087. HTML bug (html.at:19): ok (0m0.016s 0m0.004s)
1088. output csv to unwritable directory (output.at:39): ok (0m0.016s 0m0.007s)
1089. output html to unwritable directory (output.at:40): ok (0m0.014s 0m0.007s)
1090. output odt to unwritable directory (output.at:41): ok (0m0.018s 0m0.003s)
1091. output pdf to unwritable directory (output.at:42): ok (0m0.015s 0m0.006s)
1092. output txt to unwritable directory (output.at:43): ok (0m0.017s 0m0.004s)
1093. letter default paper size (paper-size.at:19): ok (0m0.011s 0m0.009s)
1094. a4 default paper size (paper-size.at:28): ok (0m0.015s 0m0.004s)
1095. specific paper sizes (paper-size.at:37): ok (0m0.013s 0m0.006s)
1096. single cell (render.at:176): ok (0m0.009s 0m0.012s)
1097. nested single cell (render.at:185): ok (0m0.010s 0m0.012s)
1098. single cell with border (render.at:196): ok (0m0.013s 0m0.007s)
1099. nested single cell with border (render.at:208): ok (0m0.012s 0m0.009s)
1100. joined columns (render.at:224): ok (0m0.016s 0m0.004s)
1101. 3x3, joined rows and columns (render.at:240): ok (0m0.014s 0m0.005s)
1102. joined rows and columns (with footnotes) (render.at:260): ok (0m0.019s 0m0.003s)
1103. 6x6, joined rows and columns (render.at:302): ok (0m0.009s 0m0.012s)
1104. 3 rows with many joined cells (render.at:322): ok (0m0.015s 0m0.006s)
1105. 3 columns with many joined cells (render.at:341): ok (0m0.016s 0m0.004s)
1106. joined rows (render.at:393): ok (0m0.013s 0m0.006s)
1107. nested joined rows (render.at:409): ok (0m0.018s 0m0.001s)
1108. joined rows only, no rules (render.at:431): ok (0m0.015s 0m0.004s)
1109. joined columns only, no rules (render.at:444): ok (0m0.014s 0m0.005s)
1110. 5 big narrow cells (render.at:459): ok (0m0.015s 0m0.004s)
1111. 9 big narrow cells (render.at:480): ok (0m0.012s 0m0.007s)
1112. 2 big cells with new-lines (render.at:511): ok (0m0.019s 0m0.000s)
1113. 8x8 with many 2x2 joins (render.at:542): ok (0m0.010s 0m0.010s)
1114. nested 8x8 (render.at:571): ok (0m0.014s 0m0.007s)
1115. nested 8x8s and 6x6s (render.at:600): ok (0m0.018s 0m0.004s)
1116. doubly nested cells (render.at:682): ok (0m0.016s 0m0.009s)
1117. breaking row of many small cells (render.at:770): ok (0m0.028s 0m0.009s)
1118. breaking row of many small cells, with headers (render.at:796): ok (0m0.033s 0m0.004s)
1119. breaking row of many medium-size cells (render.at:835): ok (0m0.025s 0m0.012s)
1120. breaking row of many medium-size cells, with headers (render.at:885): ok (0m0.032s 0m0.005s)
1121. breaking row of many big narrow cells (render.at:943): ok (0m0.027s 0m0.010s)
1122. breaking 2 rows of many small cells (render.at:1053): ok (0m0.026s 0m0.010s)
1123. breaking 3 rows with many joined cells (render.at:1087): ok (0m0.024s 0m0.013s)
1124. horz break 6x6, joined rows and columns (render.at:1129): ok (0m0.026s 0m0.009s)
1125. horz break 6x6, joined rows and columns, left header (render.at:1179): ok (0m0.024s 0m0.011s)
1126. horz break 6x6, joined rows and columns, right header (render.at:1215): ok (0m0.024s 0m0.012s)
1127. breaking joined cells too wide for page (render.at:1251): ok (0m0.028s 0m0.008s)
1128. breaking joined cells much too wide for page (render.at:1319): ok (0m0.027s 0m0.010s)
1129. breaking cell too wide for page, no border (render.at:1411): ok (0m0.015s 0m0.021s)
1130. breaking cell too wide for page, with border (render.at:1441): ok (0m0.022s 0m0.013s)
1131. horz break 8x8 with many 2x2 joins (render.at:1472): ok (0m0.030s 0m0.007s)
1132. breaking column of many small cells (render.at:1622): ok (0m0.029s 0m0.009s)
1133. breaking column of many small cells, with headers (render.at:1732): ok (0m0.027s 0m0.009s)
1134. disabling too-big headers (render.at:1852): ok (0m0.015s 0m0.021s)
1135. breaking column of many medium-size cells (render.at:1909): ok (0m0.026s 0m0.010s)
1136. breaking 3 columns with many joined cells (render.at:2111): ok (0m0.027s 0m0.009s)
1137. vert break 6x6, joined rows and columns (render.at:2223): ok (0m0.033s 0m0.003s)
1138. breaking joined cells too tall for page (render.at:2266): ok (0m0.017s 0m0.019s)
1139. breaking cell too tall for page, no border (render.at:2322): ok (0m0.026s 0m0.011s)
1140. breaking cell too tall for page, with border (render.at:2364): ok (0m0.036s 0m0.001s)
1141. breaking nested cell too tall for page (render.at:2396): ok (0m0.018s 0m0.002s)
1142. double break 6x6, joined rows and columns (render.at:2430): ok (0m0.030s 0m0.009s)
1143. double break 8x8, with joins, left and right headers (render.at:2545): ok (0m0.030s 0m0.008s)
1144. double break 8x8, with joins, top and bottom headers (render.at:2632): ok (0m0.020s 0m0.017s)
1145. double break 8x8, with joins, all headers (render.at:2739): ok (0m0.021s 0m0.017s)
1146. double break joined cells too big for page (render.at:2846): ok (0m0.025s 0m0.013s)
1147. LIST puts space between columns (render.at:2983): ok (0m0.010s 0m0.011s)
1148. ASCII driver renders end of line spaces reasonably (render.at:3008): ok (0m0.009s 0m0.011s)
1149. multiple spanned cells all contribute to dimensions (render.at:3046): ok (0m0.014s 0m0.006s)
1150. OUTPUT precision (tables.at:19): ok (0m0.013s 0m0.007s)
1151. OUTPUT crash (tables.at:84): ok (0m0.014s 0m0.005s)
1152. nonexistent syntax file crash (main.at:19): ok (0m0.009s 0m0.009s)
1153. SIGTERM yields clean shutdown (main.at:25): ok (0m0.999s 0m0.009s)
1154. SIGSEGV yields error report (main.at:40): ok (0m0.011s 0m0.010s)
1155. argument parsing (main.at:60): ok (0m0.015s 0m0.003s)
1156. Syntax Generation - printf like (syntax-gen.at:19): ok (0m0.014s 0m0.001s)
1157. pspp-convert crash when output cannot be opened (pspp-convert.at:3): ok (0m0.030s 0m0.007s)
1164. Perl value formatting (perl-module.at:538): ok (0m0.026s 0m0.015s)
1165. Perl opening nonexistent file (perl-module.at:577): ok (0m0.019s 0m0.004s)
1167. Perl custom attributes (perl-module.at:642): ok (0m0.036s 0m0.005s)
1168. Perl Pspp.t (perl-module.at:673): skipped (perl-module.at:676)
testsuite: ending at: Fri Dec 6 14:14:01 UTC 2019
testsuite: test suite duration: 0h 1m 55s
## ------------- ##
## Test results. ##
## ------------- ##
ERROR: 1166 tests were run,
20 failed unexpectedly.
2 tests were skipped.
## ------------------------ ##
## Summary of the failures. ##
## ------------------------ ##
Failed tests:
GNU PSPP 1.2.0 test suite test groups:
NUM: FILE-NAME:LINE TEST-GROUP-NAME
KEYWORDS
4: data-in.at:256 DATE input format
data-in
5: data-in.at:264 ADATE input format
data-in
6: data-in.at:272 EDATE input format
data-in
7: data-in.at:280 JDATE input format
data-in
8: data-in.at:288 SDATE input format
data-in
9: data-in.at:296 QYR input format
data-in
10: data-in.at:304 MOYR input format
data-in
11: data-in.at:312 WKYR input format
data-in
12: data-in.at:320 DATETIME input format
data-in
13: data-in.at:329 YMDHMS input format
data-in
14: data-in.at:338 MTIME input format
data-in
15: data-in.at:346 TIME input format
data-in
16: data-in.at:354 DTIME input format
data-in
1158: perl-module.at:33 Perl create system file
1159: perl-module.at:93 Perl writing cases to system files
1160: perl-module.at:186 Perl write variable parameters
1161: perl-module.at:261 Perl dictionary survives system file
1162: perl-module.at:330 Perl read system file
1163: perl-module.at:422 Perl copying system files
1166: perl-module.at:596 Perl missing values
Skipped tests:
GNU PSPP 1.2.0 test suite test groups:
NUM: FILE-NAME:LINE TEST-GROUP-NAME
KEYWORDS
250: get-data-psql.at:140 GET DATA /TYPE=PSQL
1168: perl-module.at:673 Perl Pspp.t
## ---------------------- ##
## Detailed failed tests. ##
## ---------------------- ##
# -*- compilation -*-
4. data-in.at:256: testing DATE input format ...
./data-in.at:258: python $top_srcdir/tests/data/test-date-input.py date d-m-y
--- /dev/null 2019-12-06 13:42:07.830935895 +0000
+++ /home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/4/stderr 2019-12-06 14:12:06.795847020 +0000
@@ -0,0 +1 @@
+/home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/4/test-source: line 12: python: command not found
./data-in.at:258: exit code was 127, expected 0
4. data-in.at:256: 4. DATE input format (data-in.at:256): FAILED (data-in.at:258)
# -*- compilation -*-
5. data-in.at:264: testing ADATE input format ...
./data-in.at:266: python $top_srcdir/tests/data/test-date-input.py adate m-d-y
--- /dev/null 2019-12-06 13:42:07.830935895 +0000
+++ /home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/5/stderr 2019-12-06 14:12:06.807847192 +0000
@@ -0,0 +1 @@
+/home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/5/test-source: line 12: python: command not found
./data-in.at:266: exit code was 127, expected 0
5. data-in.at:264: 5. ADATE input format (data-in.at:264): FAILED (data-in.at:266)
# -*- compilation -*-
6. data-in.at:272: testing EDATE input format ...
./data-in.at:274: python $top_srcdir/tests/data/test-date-input.py edate d-m-y
--- /dev/null 2019-12-06 13:42:07.830935895 +0000
+++ /home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/6/stderr 2019-12-06 14:12:06.815847306 +0000
@@ -0,0 +1 @@
+/home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/6/test-source: line 12: python: command not found
./data-in.at:274: exit code was 127, expected 0
6. data-in.at:272: 6. EDATE input format (data-in.at:272): FAILED (data-in.at:274)
# -*- compilation -*-
7. data-in.at:280: testing JDATE input format ...
./data-in.at:282: python $top_srcdir/tests/data/test-date-input.py jdate j
--- /dev/null 2019-12-06 13:42:07.830935895 +0000
+++ /home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/7/stderr 2019-12-06 14:12:06.823847421 +0000
@@ -0,0 +1 @@
+/home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/7/test-source: line 12: python: command not found
./data-in.at:282: exit code was 127, expected 0
7. data-in.at:280: 7. JDATE input format (data-in.at:280): FAILED (data-in.at:282)
# -*- compilation -*-
8. data-in.at:288: testing SDATE input format ...
./data-in.at:290: python $top_srcdir/tests/data/test-date-input.py sdate y-m-d
--- /dev/null 2019-12-06 13:42:07.830935895 +0000
+++ /home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/8/stderr 2019-12-06 14:12:06.831847536 +0000
@@ -0,0 +1 @@
+/home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/8/test-source: line 12: python: command not found
./data-in.at:290: exit code was 127, expected 0
8. data-in.at:288: 8. SDATE input format (data-in.at:288): FAILED (data-in.at:290)
# -*- compilation -*-
9. data-in.at:296: testing QYR input format ...
./data-in.at:298: python $top_srcdir/tests/data/test-date-input.py qyr qQy
--- /dev/null 2019-12-06 13:42:07.830935895 +0000
+++ /home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/9/stderr 2019-12-06 14:12:06.843847707 +0000
@@ -0,0 +1 @@
+/home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/9/test-source: line 12: python: command not found
./data-in.at:298: exit code was 127, expected 0
9. data-in.at:296: 9. QYR input format (data-in.at:296): FAILED (data-in.at:298)
# -*- compilation -*-
10. data-in.at:304: testing MOYR input format ...
./data-in.at:306: python $top_srcdir/tests/data/test-date-input.py moyr m-y
--- /dev/null 2019-12-06 13:42:07.830935895 +0000
+++ /home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/10/stderr 2019-12-06 14:12:06.851847822 +0000
@@ -0,0 +1 @@
+/home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/10/test-source: line 12: python: command not found
./data-in.at:306: exit code was 127, expected 0
10. data-in.at:304: 10. MOYR input format (data-in.at:304): FAILED (data-in.at:306)
# -*- compilation -*-
11. data-in.at:312: testing WKYR input format ...
./data-in.at:314: python $top_srcdir/tests/data/test-date-input.py wkyr wWy
--- /dev/null 2019-12-06 13:42:07.830935895 +0000
+++ /home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/11/stderr 2019-12-06 14:12:06.859847937 +0000
@@ -0,0 +1 @@
+/home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/11/test-source: line 12: python: command not found
./data-in.at:314: exit code was 127, expected 0
11. data-in.at:312: 11. WKYR input format (data-in.at:312): FAILED (data-in.at:314)
# -*- compilation -*-
12. data-in.at:320: testing DATETIME input format ...
./data-in.at:322: python $top_srcdir/tests/data/test-date-input.py datetime "d-m-y +H:M" "d-m-y +H:M:S"
--- /dev/null 2019-12-06 13:42:07.830935895 +0000
+++ /home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/12/stderr 2019-12-06 14:12:06.871848108 +0000
@@ -0,0 +1 @@
+/home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/12/test-source: line 12: python: command not found
./data-in.at:322: exit code was 127, expected 0
12. data-in.at:320: 12. DATETIME input format (data-in.at:320): FAILED (data-in.at:322)
# -*- compilation -*-
13. data-in.at:329: testing YMDHMS input format ...
./data-in.at:331: python $top_srcdir/tests/data/test-date-input.py ymdhms "y-m-d +H:M" "y-m-d +H:M:S"
--- /dev/null 2019-12-06 13:42:07.830935895 +0000
+++ /home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/13/stderr 2019-12-06 14:12:06.879848223 +0000
@@ -0,0 +1 @@
+/home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/13/test-source: line 12: python: command not found
./data-in.at:331: exit code was 127, expected 0
13. data-in.at:329: 13. YMDHMS input format (data-in.at:329): FAILED (data-in.at:331)
# -*- compilation -*-
14. data-in.at:338: testing MTIME input format ...
./data-in.at:340: python $top_srcdir/tests/data/test-time-input.py mtime +M:S
--- /dev/null 2019-12-06 13:42:07.830935895 +0000
+++ /home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/14/stderr 2019-12-06 14:12:06.887848337 +0000
@@ -0,0 +1 @@
+/home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/14/test-source: line 12: python: command not found
./data-in.at:340: exit code was 127, expected 0
14. data-in.at:338: 14. MTIME input format (data-in.at:338): FAILED (data-in.at:340)
# -*- compilation -*-
15. data-in.at:346: testing TIME input format ...
./data-in.at:348: python $top_srcdir/tests/data/test-time-input.py time +H:M +H:M:S
--- /dev/null 2019-12-06 13:42:07.830935895 +0000
+++ /home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/15/stderr 2019-12-06 14:12:06.895848452 +0000
@@ -0,0 +1 @@
+/home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/15/test-source: line 12: python: command not found
./data-in.at:348: exit code was 127, expected 0
15. data-in.at:346: 15. TIME input format (data-in.at:346): FAILED (data-in.at:348)
# -*- compilation -*-
16. data-in.at:354: testing DTIME input format ...
./data-in.at:356: python $top_srcdir/tests/data/test-time-input.py dtime '+D H:M' '+D H:M:S'
--- /dev/null 2019-12-06 13:42:07.830935895 +0000
+++ /home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/16/stderr 2019-12-06 14:12:06.907848624 +0000
@@ -0,0 +1 @@
+/home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/16/test-source: line 12: python: command not found
./data-in.at:356: exit code was 127, expected 0
16. data-in.at:354: 16. DTIME input format (data-in.at:354): FAILED (data-in.at:356)
# -*- compilation -*-
1158. perl-module.at:33: testing Perl create system file ...
./perl-module.at:70: LD_LIBRARY_PATH=$abs_top_builddir/src/.libs \
DYLD_LIBRARY_PATH=$abs_top_builddir/src/.libs \
$PERL -I$abs_top_builddir/perl-module/blib/arch \
-I$abs_top_builddir/perl-module/blib/lib test.pl
--- /dev/null 2019-12-06 13:42:07.830935895 +0000
+++ /home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/1158/stderr 2019-12-06 14:14:00.405474088 +0000
@@ -0,0 +1 @@
+/usr/bin/perl: symbol lookup error: /home/abuild/rpmbuild/BUILD/pspp-1.2.0/perl-module/blib/arch/auto/PSPP/PSPP.so: undefined symbol: Perl_pad_sv
./perl-module.at:70: exit code was 127, expected 0
1158. perl-module.at:33: 1158. Perl create system file (perl-module.at:33): FAILED (perl-module.at:70)
# -*- compilation -*-
1159. perl-module.at:93: testing Perl writing cases to system files ...
./perl-module.at:141: LD_LIBRARY_PATH=$abs_top_builddir/src/.libs \
DYLD_LIBRARY_PATH=$abs_top_builddir/src/.libs \
$PERL -I$abs_top_builddir/perl-module/blib/arch \
-I$abs_top_builddir/perl-module/blib/lib test.pl
--- /dev/null 2019-12-06 13:42:07.830935895 +0000
+++ /home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/1159/stderr 2019-12-06 14:14:00.441474604 +0000
@@ -0,0 +1 @@
+/usr/bin/perl: symbol lookup error: /home/abuild/rpmbuild/BUILD/pspp-1.2.0/perl-module/blib/arch/auto/PSPP/PSPP.so: undefined symbol: Perl_pad_sv
./perl-module.at:141: exit code was 127, expected 0
1159. perl-module.at:93: 1159. Perl writing cases to system files (perl-module.at:93): FAILED (perl-module.at:141)
# -*- compilation -*-
1160. perl-module.at:186: testing Perl write variable parameters ...
./perl-module.at:231: LD_LIBRARY_PATH=$abs_top_builddir/src/.libs \
DYLD_LIBRARY_PATH=$abs_top_builddir/src/.libs \
$PERL -I$abs_top_builddir/perl-module/blib/arch \
-I$abs_top_builddir/perl-module/blib/lib test.pl
--- /dev/null 2019-12-06 13:42:07.830935895 +0000
+++ /home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/1160/stderr 2019-12-06 14:14:00.473475063 +0000
@@ -0,0 +1 @@
+/usr/bin/perl: symbol lookup error: /home/abuild/rpmbuild/BUILD/pspp-1.2.0/perl-module/blib/arch/auto/PSPP/PSPP.so: undefined symbol: Perl_pad_sv
./perl-module.at:231: exit code was 127, expected 0
1160. perl-module.at:186: 1160. Perl write variable parameters (perl-module.at:186): FAILED (perl-module.at:231)
# -*- compilation -*-
1161. perl-module.at:261: testing Perl dictionary survives system file ...
./perl-module.at:287: LD_LIBRARY_PATH=$abs_top_builddir/src/.libs \
DYLD_LIBRARY_PATH=$abs_top_builddir/src/.libs \
$PERL -I$abs_top_builddir/perl-module/blib/arch \
-I$abs_top_builddir/perl-module/blib/lib test.pl
--- /dev/null 2019-12-06 13:42:07.830935895 +0000
+++ /home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/1161/stderr 2019-12-06 14:14:00.505475521 +0000
@@ -0,0 +1 @@
+/usr/bin/perl: symbol lookup error: /home/abuild/rpmbuild/BUILD/pspp-1.2.0/perl-module/blib/arch/auto/PSPP/PSPP.so: undefined symbol: Perl_pad_sv
--- - 2019-12-06 14:14:00.514607392 +0000
+++ /home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/1161/stdout 2019-12-06 14:14:00.509475578 +0000
@@ -1,2 +1 @@
-Dictionary survives sysfile
./perl-module.at:287: exit code was 127, expected 0
1161. perl-module.at:261: 1161. Perl dictionary survives system file (perl-module.at:261): FAILED (perl-module.at:287)
# -*- compilation -*-
1162. perl-module.at:330: testing Perl read system file ...
./perl-module.at:332: pspp -O format=csv sample.sps
./perl-module.at:365: LD_LIBRARY_PATH=$abs_top_builddir/src/.libs \
DYLD_LIBRARY_PATH=$abs_top_builddir/src/.libs \
$PERL -I$abs_top_builddir/perl-module/blib/arch \
-I$abs_top_builddir/perl-module/blib/lib test.pl
--- /dev/null 2019-12-06 13:42:07.830935895 +0000
+++ /home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/1162/stderr 2019-12-06 14:14:00.557476265 +0000
@@ -0,0 +1 @@
+/usr/bin/perl: symbol lookup error: /home/abuild/rpmbuild/BUILD/pspp-1.2.0/perl-module/blib/arch/auto/PSPP/PSPP.so: undefined symbol: Perl_pad_sv
--- - 2019-12-06 14:14:00.566146080 +0000
+++ /home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/1162/stdout 2019-12-06 14:14:00.561476323 +0000
@@ -1,54 +1 @@
-Variable 0 is "string", label is "A Short String Variable"
-Value Labels:
-1111 => ones
-2222 => twos
-3333 => threes
-Variable 1 is "longstring", label is "A Long String Variable"
-Value Labels:
-Variable 2 is "numeric", label is "A Numeric Variable"
-Value Labels:
-1 => Unity
-2 => Duality
-3 => Thripality
-Variable 3 is "date", label is "A Date Variable"
-Value Labels:
-Variable 4 is "dollar", label is "A Dollar Variable"
-Value Labels:
-Variable 5 is "datetime", label is "A Datetime Variable"
-Value Labels:
-val0: "1111 "
-val1: "One "
-val2: "1"
-val3: "13197686400"
-val4: "1"
-val5: "13197690060"
-
-val0: "2222 "
-val1: "Two "
-val2: "2"
-val3: "13231987200"
-val4: "2"
-val5: "13231994520"
-
-val0: "3333 "
-val1: "Three "
-val2: "3"
-val3: "13266028800"
-val4: "3"
-val5: "13266039780"
-
-val0: ". "
-val1: ". "
-val2: ""
-val3: ""
-val4: ""
-val5: ""
-
-val0: "5555 "
-val1: "Five "
-val2: "5"
-val3: "13334630400"
-val4: "5"
-val5: "13334648700"
-
./perl-module.at:365: exit code was 127, expected 0
1162. perl-module.at:330: 1162. Perl read system file (perl-module.at:330): FAILED (perl-module.at:365)
# -*- compilation -*-
1163. perl-module.at:422: testing Perl copying system files ...
./perl-module.at:424: pspp -O format=csv sample.sps
./perl-module.at:443: LD_LIBRARY_PATH=$abs_top_builddir/src/.libs \
DYLD_LIBRARY_PATH=$abs_top_builddir/src/.libs \
$PERL -I$abs_top_builddir/perl-module/blib/arch \
-I$abs_top_builddir/perl-module/blib/lib test.pl
--- /dev/null 2019-12-06 13:42:07.830935895 +0000
+++ /home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/1163/stderr 2019-12-06 14:14:00.609477011 +0000
@@ -0,0 +1 @@
+/usr/bin/perl: symbol lookup error: /home/abuild/rpmbuild/BUILD/pspp-1.2.0/perl-module/blib/arch/auto/PSPP/PSPP.so: undefined symbol: Perl_pad_sv
./perl-module.at:443: exit code was 127, expected 0
1163. perl-module.at:422: 1163. Perl copying system files (perl-module.at:422): FAILED (perl-module.at:443)
# -*- compilation -*-
1166. perl-module.at:596: testing Perl missing values ...
./perl-module.at:598: pspp -O format=csv sample.sps
./perl-module.at:639: LD_LIBRARY_PATH=$abs_top_builddir/src/.libs \
DYLD_LIBRARY_PATH=$abs_top_builddir/src/.libs \
$PERL -I$abs_top_builddir/perl-module/blib/arch \
-I$abs_top_builddir/perl-module/blib/lib test.pl
--- /dev/null 2019-12-06 13:42:07.830935895 +0000
+++ /home/abuild/rpmbuild/BUILD/pspp-1.2.0/tests/testsuite.dir/at-groups/1166/stderr 2019-12-06 14:14:00.749479016 +0000
@@ -0,0 +1 @@
+/usr/bin/perl: symbol lookup error: /home/abuild/rpmbuild/BUILD/pspp-1.2.0/perl-module/blib/arch/auto/PSPP/PSPP.so: undefined symbol: Perl_pad_sv
./perl-module.at:639: exit code was 127, expected 0
1166. perl-module.at:596: 1166. Perl missing values (perl-module.at:596): FAILED (perl-module.at:639)
## ------------- ##
## ../config.log ##
## ------------- ##
| This file contains any messages produced by compilers while
| running configure, to aid debugging if configure makes a mistake.
|
| It was created by GNU PSPP configure 1.2.0, which was
| generated by GNU Autoconf 2.69. Invocation command line was
|
| $ ./configure --host=x86_64-suse-linux-gnu --build=x86_64-suse-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-relocatable --disable-static --disable-rpath --enable-debug --without-libreadline-prefix
|
| ## --------- ##
| ## Platform. ##
| ## --------- ##
|
| hostname = stitny
| uname -m = x86_64
| uname -r = 5.3.12-1-default
| uname -s = Linux
| uname -v = #1 SMP Thu Nov 21 07:21:43 UTC 2019 (a6f6081)
|
| /usr/bin/uname -p = x86_64
| /bin/uname -X =
|
| /bin/arch = x86_64
| /usr/bin/arch -k = unknown
| /usr/convex/getsysinfo = unknown
| /usr/bin/hostinfo = unknown
| /bin/machine = unknown
| /usr/bin/oslevel = unknown
| /bin/universe = unknown
|
| PATH: /var/lib/build/ccache/bin
| PATH: /usr/local/bin
| PATH: /usr/bin
| PATH: /bin
|
|
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
|
| configure:4067: checking for a BSD-compatible install
| configure:4135: result: /usr/bin/install -c
| configure:4146: checking whether build environment is sane
| configure:4201: result: yes
| configure:4352: checking for a thread-safe mkdir -p
| configure:4391: result: /usr/bin/mkdir -p
| configure:4398: checking for gawk
| configure:4414: found /usr/bin/gawk
| configure:4425: result: gawk
| configure:4436: checking whether make sets $(MAKE)
| configure:4458: result: yes
| configure:4487: checking whether make supports nested variables
| configure:4504: result: yes
| configure:4643: checking for style of include used by make
| configure:4671: result: GNU
| configure:4702: checking for x86_64-suse-linux-gnu-gcc
| configure:4732: result: no
| configure:4742: checking for gcc
| configure:4758: found /var/lib/build/ccache/bin/gcc
| configure:4769: result: gcc
| configure:4998: checking for C compiler version
| configure:5007: gcc --version >&5
| gcc (SUSE Linux) 9.2.1 20190903 [gcc-9-branch revision 275330]
| Copyright (C) 2019 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions. There is NO
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
| configure:5018: $? = 0
| configure:5007: gcc -v >&5
| Using built-in specs.
| Reading specs from /usr/lib64/gcc/x86_64-suse-linux/9/defaults.spec
| COLLECT_GCC=/usr/bin/gcc
| COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/9/lto-wrapper
| OFFLOAD_TARGET_NAMES=hsa:nvptx-none
| Target: x86_64-suse-linux
| Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,ada,go,d --enable-offload-targets=hsa,nvptx-none=/usr/nvptx-none, --without-cuda-driver --disable-werror --with-gxx-include-dir=/usr/include/c++/9 --enable-ssp --disable-libssp --disable-libvtv --disable-cet --disable-libcc1 --enable-plugin --with-bugurl=https://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --with-slibdir=/lib64 --with-system-zlib --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-libphobos --enable-version-specific-runtime-libs --with-gcc-major-version-only --enable-linker-build-id --enable-linux-futex --enable-gnu-indirect-function --program-suffix=-9 --without-system-libunwind --enable-multilib --with-arch-32=x86-64 --with-tune=generic --with-build-config=bootstrap-lto-lean --enable-link-mutex --build=x86_64-suse-linux --host=x86_64-suse-linux
| Thread model: posix
| gcc version 9.2.1 20190903 [gcc-9-branch revision 275330] (SUSE Linux)
| configure:5018: $? = 0
| configure:5007: gcc -V >&5
| gcc: error: unrecognized command line option '-V'
| gcc: fatal error: no input files
| compilation terminated.
| configure:5018: $? = 1
| configure:5007: gcc -qversion >&5
| gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
| gcc: fatal error: no input files
| compilation terminated.
| configure:5018: $? = 1
| configure:5038: checking whether the C compiler works
| configure:5060: gcc -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -flto=auto conftest.c >&5
| configure:5064: $? = 0
| configure:5112: result: yes
| configure:5115: checking for C compiler default output file name
| configure:5117: result: a.out
| configure:5123: checking for suffix of executables
| configure:5130: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -flto=auto conftest.c >&5
| configure:5134: $? = 0
| configure:5156: result:
| configure:5178: checking whether we are cross compiling
| configure:5186: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -flto=auto conftest.c >&5
| configure:5190: $? = 0
| configure:5197: ./conftest
| configure:5201: $? = 0
| configure:5216: result: no
| configure:5221: checking for suffix of object files
| configure:5243: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline conftest.c >&5
| configure:5247: $? = 0
| configure:5268: result: o
| configure:5272: checking whether we are using the GNU C compiler
| configure:5291: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline conftest.c >&5
| configure:5291: $? = 0
| configure:5300: result: yes
| configure:5309: checking whether gcc accepts -g
| configure:5329: gcc -c -g conftest.c >&5
| configure:5329: $? = 0
| configure:5370: result: yes
| configure:5387: checking for gcc option to accept ISO C89
| configure:5450: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline conftest.c >&5
| configure:5450: $? = 0
| configure:5463: result: none needed
| configure:5488: checking whether gcc understands -c and -o together
| configure:5510: gcc -c conftest.c -o conftest2.o
| configure:5513: $? = 0
| configure:5510: gcc -c conftest.c -o conftest2.o
| configure:5513: $? = 0
| configure:5525: result: yes
| configure:5544: checking dependency style of gcc
| configure:5655: result: none
| configure:5676: checking how to run the C preprocessor
| configure:5707: gcc -E conftest.c
| configure:5707: $? = 0
| configure:5721: gcc -E conftest.c
| conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
| 11 | #include
| | ^~~~~~~~~~~~~~~~~~
| compilation terminated.
| configure:5721: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | /* end confdefs.h. */
| | #include
| configure:5746: result: gcc -E
| configure:5766: gcc -E conftest.c
| configure:5766: $? = 0
| configure:5780: gcc -E conftest.c
| conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
| 11 | #include
| | ^~~~~~~~~~~~~~~~~~
| compilation terminated.
| configure:5780: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | /* end confdefs.h. */
| | #include
| configure:5809: checking for grep that handles long lines and -e
| configure:5867: result: /usr/bin/grep
| configure:5872: checking for egrep
| configure:5934: result: /usr/bin/grep -E
| configure:5939: checking for ANSI C header files
| configure:5959: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline conftest.c >&5
| configure:5959: $? = 0
| configure:6032: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -flto=auto conftest.c >&5
| configure:6032: $? = 0
| configure:6032: ./conftest
| configure:6032: $? = 0
| configure:6043: result: yes
| configure:6056: checking for sys/types.h
| configure:6056: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline conftest.c >&5
| configure:6056: $? = 0
| configure:6056: result: yes
| configure:6056: checking for sys/stat.h
| configure:6056: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline conftest.c >&5
| configure:6056: $? = 0
| configure:6056: result: yes
| configure:6056: checking for stdlib.h
| configure:6056: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline conftest.c >&5
| configure:6056: $? = 0
| configure:6056: result: yes
| configure:6056: checking for string.h
| configure:6056: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline conftest.c >&5
| configure:6056: $? = 0
| configure:6056: result: yes
| configure:6056: checking for memory.h
| configure:6056: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline conftest.c >&5
| configure:6056: $? = 0
| configure:6056: result: yes
| configure:6056: checking for strings.h
| configure:6056: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline conftest.c >&5
| configure:6056: $? = 0
| configure:6056: result: yes
| configure:6056: checking for inttypes.h
| configure:6056: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline conftest.c >&5
| configure:6056: $? = 0
| configure:6056: result: yes
| configure:6056: checking for stdint.h
| configure:6056: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline conftest.c >&5
| configure:6056: $? = 0
| configure:6056: result: yes
| configure:6056: checking for unistd.h
| configure:6056: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline conftest.c >&5
| configure:6056: $? = 0
| configure:6056: result: yes
| configure:6069: checking minix/config.h usability
| configure:6069: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline conftest.c >&5
| conftest.c:54:10: fatal error: minix/config.h: No such file or directory
| 54 | #include
| | ^~~~~~~~~~~~~~~~
| compilation terminated.
| configure:6069: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef STDC_HEADERS
| | # include
| | # include
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| | #include
| configure:6069: result: no
| configure:6069: checking minix/config.h presence
| configure:6069: gcc -E conftest.c
| conftest.c:21:10: fatal error: minix/config.h: No such file or directory
| 21 | #include
| | ^~~~~~~~~~~~~~~~
| compilation terminated.
| configure:6069: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | /* end confdefs.h. */
| | #include
| configure:6069: result: no
| configure:6069: checking for minix/config.h
| configure:6069: result: no
| configure:6093: checking whether it is safe to define __EXTENSIONS__
| configure:6111: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline conftest.c >&5
| configure:6111: $? = 0
| configure:6118: result: yes
| configure:6151: checking whether _XOPEN_SOURCE should be defined
| configure:6170: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline conftest.c >&5
| configure:6170: $? = 0
| configure:6194: result: no
| configure:6211: checking for x86_64-suse-linux-gnu-gcc
| configure:6238: result: gcc
| configure:6507: checking for C compiler version
| configure:6516: gcc --version >&5
| gcc (SUSE Linux) 9.2.1 20190903 [gcc-9-branch revision 275330]
| Copyright (C) 2019 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions. There is NO
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
| configure:6527: $? = 0
| configure:6516: gcc -v >&5
| Using built-in specs.
| Reading specs from /usr/lib64/gcc/x86_64-suse-linux/9/defaults.spec
| COLLECT_GCC=/usr/bin/gcc
| COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/9/lto-wrapper
| OFFLOAD_TARGET_NAMES=hsa:nvptx-none
| Target: x86_64-suse-linux
| Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,ada,go,d --enable-offload-targets=hsa,nvptx-none=/usr/nvptx-none, --without-cuda-driver --disable-werror --with-gxx-include-dir=/usr/include/c++/9 --enable-ssp --disable-libssp --disable-libvtv --disable-cet --disable-libcc1 --enable-plugin --with-bugurl=https://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --with-slibdir=/lib64 --with-system-zlib --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-libphobos --enable-version-specific-runtime-libs --with-gcc-major-version-only --enable-linker-build-id --enable-linux-futex --enable-gnu-indirect-function --program-suffix=-9 --without-system-libunwind --enable-multilib --with-arch-32=x86-64 --with-tune=generic --with-build-config=bootstrap-lto-lean --enable-link-mutex --build=x86_64-suse-linux --host=x86_64-suse-linux
| Thread model: posix
| gcc version 9.2.1 20190903 [gcc-9-branch revision 275330] (SUSE Linux)
| configure:6527: $? = 0
| configure:6516: gcc -V >&5
| gcc: error: unrecognized command line option '-V'
| gcc: fatal error: no input files
| compilation terminated.
| configure:6527: $? = 1
| configure:6516: gcc -qversion >&5
| gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
| gcc: fatal error: no input files
| compilation terminated.
| configure:6527: $? = 1
| configure:6531: checking whether we are using the GNU C compiler
| configure:6559: result: yes
| configure:6568: checking whether gcc accepts -g
| configure:6629: result: yes
| configure:6646: checking for gcc option to accept ISO C89
| configure:6722: result: none needed
| configure:6747: checking whether gcc understands -c and -o together
| configure:6784: result: yes
| configure:6803: checking dependency style of gcc
| configure:6914: result: none
| configure:6937: checking for Minix Amsterdam compiler
| configure:6961: result: no
| configure:6978: checking for x86_64-suse-linux-gnu-ar
| configure:7008: result: no
| configure:7018: checking for ar
| configure:7034: found /usr/bin/ar
| configure:7045: result: ar
| configure:7080: checking for x86_64-suse-linux-gnu-ranlib
| configure:7110: result: no
| configure:7120: checking for ranlib
| configure:7136: found /usr/bin/ranlib
| configure:7147: result: ranlib
| configure:7178: checking build system type
| configure:7192: result: x86_64-suse-linux-gnu
| configure:7212: checking host system type
| configure:7225: result: x86_64-suse-linux-gnu
| configure:7274: checking for _LARGEFILE_SOURCE value needed for large files
| configure:7293: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -flto=auto conftest.c >&5
| configure:7293: $? = 0
| configure:7321: result: no
| configure:7349: checking for special C compiler options needed for large files
| configure:7394: result: no
| configure:7400: checking for _FILE_OFFSET_BITS value needed for large files
| configure:7425: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline conftest.c >&5
| configure:7425: $? = 0
| configure:7457: result: no
| configure:7548: checking for gcc option to accept ISO C99
| configure:7697: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline conftest.c >&5
| conftest.c: In function 'test_varargs':
| conftest.c:110:9: warning: variable 'fnumber' set but not used [-Wunused-but-set-variable]
| 110 | float fnumber;
| | ^~~~~~~
| conftest.c:109:7: warning: variable 'number' set but not used [-Wunused-but-set-variable]
| 109 | int number;
| | ^~~~~~
| conftest.c:108:15: warning: variable 'str' set but not used [-Wunused-but-set-variable]
| 108 | const char *str;
| | ^~~
| configure:7697: $? = 0
| configure:7710: result: none needed
| configure:7818: checking for gcc option to accept ISO Standard C
| configure:7829: result: none needed
| configure:8556: checking how to print strings
| configure:8583: result: printf
| configure:8604: checking for a sed that does not truncate output
| configure:8668: result: /usr/bin/sed
| configure:8686: checking for fgrep
| configure:8748: result: /usr/bin/grep -F
| configure:8783: checking for ld used by gcc
| configure:8850: result: /usr/x86_64-suse-linux/bin/ld
| configure:8857: checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld
| configure:8872: result: yes
| configure:8884: checking for BSD- or MS-compatible name lister (nm)
| configure:8933: result: /usr/bin/nm -B
| configure:9063: checking the name lister (/usr/bin/nm -B) interface
| configure:9070: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline conftest.c >&5
| configure:9073: /usr/bin/nm -B "conftest.o"
| configure:9076: output
| 00000000 T some_variable
| configure:9083: result: BSD nm
| configure:9086: checking whether ln -s works
| configure:9090: result: yes
| configure:9098: checking the maximum length of command line arguments
| configure:9229: result: 1572864
| configure:9246: checking whether the shell understands some XSI constructs
| configure:9256: result: yes
| configure:9260: checking whether the shell understands "+="
| configure:9266: result: yes
| configure:9301: checking how to convert x86_64-suse-linux-gnu file names to x86_64-suse-linux-gnu format
| configure:9341: result: func_convert_file_noop
| configure:9348: checking how to convert x86_64-suse-linux-gnu file names to toolchain format
| configure:9368: result: func_convert_file_noop
| configure:9375: checking for /usr/x86_64-suse-linux/bin/ld option to reload object files
| configure:9382: result: -r
| configure:9416: checking for x86_64-suse-linux-gnu-objdump
| configure:9443: result: objdump
| configure:9512: checking how to recognize dependent libraries
| configure:9710: result: pass_all
| configure:9755: checking for x86_64-suse-linux-gnu-dlltool
| configure:9782: result: dlltool
| configure:9852: checking how to associate runtime and link libraries
| configure:9879: result: printf %s\n
| configure:9895: checking for x86_64-suse-linux-gnu-ar
| configure:9922: result: ar
| configure:10003: checking for archiver @FILE support
| configure:10020: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline conftest.c >&5
| configure:10020: $? = 0
| configure:10023: ar cru libconftest.a @conftest.lst >&5
| configure:10026: $? = 0
| configure:10031: ar cru libconftest.a @conftest.lst >&5
| ar: conftest.o: No such file or directory
| configure:10034: $? = 1
| configure:10046: result: @
| configure:10064: checking for x86_64-suse-linux-gnu-strip
| configure:10094: result: no
| configure:10104: checking for strip
| configure:10120: found /usr/bin/strip
| configure:10131: result: strip
| configure:10163: checking for x86_64-suse-linux-gnu-ranlib
| configure:10190: result: ranlib
| configure:10332: checking command to parse /usr/bin/nm -B output from gcc object
| configure:10452: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline conftest.c >&5
| configure:10455: $? = 0
| configure:10459: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
| configure:10462: $? = 0
| configure:10528: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -flto=auto conftest.c conftstm.o >&5
| configure:10531: $? = 0
| configure:10569: result: ok
| configure:10606: checking for sysroot
| configure:10636: result: no
| configure:10713: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline conftest.c >&5
| configure:10716: $? = 0
| configure:10865: checking for x86_64-suse-linux-gnu-mt
| configure:10895: result: no
| configure:10905: checking for mt
| configure:10935: result: no
| configure:10955: checking if : is a manifest tool
| configure:10961: : '-?'
| configure:10969: result: no
| configure:11608: checking for dlfcn.h
| configure:11608: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline conftest.c >&5
| configure:11608: $? = 0
| configure:11608: result: yes
| configure:11810: checking for objdir
| configure:11825: result: .libs
| configure:12096: checking if gcc supports -fno-rtti -fno-exceptions
| configure:12114: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -fno-rtti -fno-exceptions conftest.c >&5
| cc1: warning: command line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
| configure:12118: $? = 0
| configure:12131: result: no
| configure:12458: checking for gcc option to produce PIC
| configure:12465: result: -fPIC -DPIC
| configure:12473: checking if gcc PIC flag -fPIC -DPIC works
| configure:12491: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -fPIC -DPIC -DPIC conftest.c >&5
| configure:12495: $? = 0
| configure:12508: result: yes
| configure:12537: checking if gcc static flag -static works
| configure:12565: result: no
| configure:12580: checking if gcc supports -c -o file.o
| configure:12601: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -o out/conftest2.o conftest.c >&5
| configure:12605: $? = 0
| configure:12627: result: yes
| configure:12635: checking if gcc supports -c -o file.o
| configure:12682: result: yes
| configure:12715: checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries
| configure:13872: result: yes
| configure:13909: checking whether -lc should be explicitly linked in
| configure:13917: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline conftest.c >&5
| configure:13920: $? = 0
| configure:13935: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
| configure:13938: $? = 0
| configure:13952: result: no
| configure:14112: checking dynamic linker characteristics
| configure:14612: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -flto=auto -Wl,-rpath -Wl,/foo conftest.c >&5
| configure:14612: $? = 0
| configure:14846: result: GNU/Linux ld.so
| configure:14953: checking how to hardcode library paths into programs
| configure:14978: result: immediate
| configure:15072: checking for shl_load
| configure:15072: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -flto=auto conftest.c >&5
| /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: /tmp/conftest.PGtTsb.ltrans0.ltrans.o: in function `main':
| /home/abuild/rpmbuild/BUILD/pspp-1.2.0/conftest.c:75: undefined reference to `shl_load'
| collect2: error: ld returned 1 exit status
| configure:15072: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | /* end confdefs.h. */
| | /* Define shl_load to an innocuous variant, in case declares shl_load.
| | For example, HP-UX 11i declares gettimeofday. */
| | #define shl_load innocuous_shl_load
| |
| | /* System header to define __stub macros and hopefully few prototypes,
| | which can conflict with char shl_load (); below.
| | Prefer to if __STDC__ is defined, since
| | exists even on freestanding compilers. */
| |
| | #ifdef __STDC__
| | # include
| | #else
| | # include
| | #endif
| |
| | #undef shl_load
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char shl_load ();
| | /* The GNU C library defines this for functions which it implements
| | to always fail with ENOSYS. Some functions are actually named
| | something starting with __ and the normal name is an alias. */
| | #if defined __stub_shl_load || defined __stub___shl_load
| | choke me
| | #endif
| |
| | int
| | main ()
| | {
| | return shl_load ();
| | ;
| | return 0;
| | }
| configure:15072: result: no
| configure:15076: checking for shl_load in -ldld
| configure:15101: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -flto=auto conftest.c -ldld >&5
| /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: cannot find -ldld
| collect2: error: ld returned 1 exit status
| configure:15101: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | /* end confdefs.h. */
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char shl_load ();
| | int
| | main ()
| | {
| | return shl_load ();
| | ;
| | return 0;
| | }
| configure:15110: result: no
| configure:15115: checking for dlopen
| configure:15115: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -flto=auto conftest.c >&5
| /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: /tmp/conftest.lNhp9a.ltrans0.ltrans.o: in function `main':
| /home/abuild/rpmbuild/BUILD/pspp-1.2.0/conftest.c:75: undefined reference to `dlopen'
| collect2: error: ld returned 1 exit status
| configure:15115: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | /* end confdefs.h. */
| | /* Define dlopen to an innocuous variant, in case declares dlopen.
| | For example, HP-UX 11i declares gettimeofday. */
| | #define dlopen innocuous_dlopen
| |
| | /* System header to define __stub macros and hopefully few prototypes,
| | which can conflict with char dlopen (); below.
| | Prefer to if __STDC__ is defined, since
| | exists even on freestanding compilers. */
| |
| | #ifdef __STDC__
| | # include
| | #else
| | # include
| | #endif
| |
| | #undef dlopen
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char dlopen ();
| | /* The GNU C library defines this for functions which it implements
| | to always fail with ENOSYS. Some functions are actually named
| | something starting with __ and the normal name is an alias. */
| | #if defined __stub_dlopen || defined __stub___dlopen
| | choke me
| | #endif
| |
| | int
| | main ()
| | {
| | return dlopen ();
| | ;
| | return 0;
| | }
| configure:15115: result: no
| configure:15119: checking for dlopen in -ldl
| configure:15144: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -flto=auto conftest.c -ldl >&5
| configure:15144: $? = 0
| configure:15153: result: yes
| configure:15272: checking whether a program can dlopen itself
| configure:15352: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -DHAVE_DLFCN_H -flto=auto -Wl,--export-dynamic conftest.c -ldl >&5
| configure:15355: $? = 0
| configure:15373: result: yes
| configure:15378: checking whether a statically linked program can dlopen itself
| configure:15458: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -DHAVE_DLFCN_H -flto=auto -Wl,--export-dynamic conftest.c -ldl >&5
| configure:15461: $? = 0
| configure:15479: result: yes
| configure:15518: checking whether stripping libraries is possible
| configure:15523: result: yes
| configure:15558: checking if libtool supports shared libraries
| configure:15560: result: yes
| configure:15563: checking whether to build shared libraries
| configure:15584: result: yes
| configure:15587: checking whether to build static libraries
| configure:15591: result: no
| configure:15628: checking whether termios.h defines TIOCGWINSZ
| configure:15651: result: no
| configure:15655: checking whether sys/ioctl.h defines TIOCGWINSZ
| configure:15678: result: yes
| configure:15699: checking for x86_64-suse-linux-gnu-pkg-config
| configure:15717: found /usr/bin/x86_64-suse-linux-gnu-pkg-config
| configure:15729: result: /usr/bin/x86_64-suse-linux-gnu-pkg-config
| configure:15797: checking pkg-config is at least version 0.9.0
| configure:15800: result: yes
| configure:15810: checking whether makeinfo supports @clicksequence
| configure:15819: running ${SHELL} /home/abuild/rpmbuild/BUILD/pspp-1.2.0/build-aux/missing makeinfo conftest.texi >&5
| conftest.texi: warning: document without nodes
| configure:15822: $? = 0
| configure:15830: result: yes
| configure:15836: checking for dot
| configure:15847: result: no
| configure:15917: checking for perl
| configure:15935: found /usr/bin/perl
| configure:15948: result: /usr/bin/perl
| configure:16011: checking for ld
| configure:16139: result: /usr/x86_64-suse-linux/bin/ld -m elf_x86_64
| configure:16146: checking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU ld
| configure:16161: result: yes
| configure:16168: checking for shared library run path origin
| configure:16181: result: done
| configure:16225: checking host CPU and C ABI
| configure:16254: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline conftest.c >&5
| configure:16254: $? = 0
| configure:16264: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline conftest.c >&5
| conftest.c:45:21: error: unknown type name 'error'
| 45 | error fail
| | ^~~~~
| conftest.c:45:21: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
| configure:16264: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | /* end confdefs.h. */
| | #if defined __ILP32__ || defined _ILP32
| | int ok;
| | #else
| | error fail
| | #endif
| |
| configure:16586: result: x86_64
| configure:16641: checking for the common suffixes of directories in the library search path
| configure:16696: result: lib64,lib64
| configure:17167: checking whether NLS is requested
| configure:17176: result: yes
| configure:17204: checking for CFPreferencesCopyAppValue
| configure:17222: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -flto=auto conftest.c -Wl,-framework -Wl,CoreFoundation >&5
| conftest.c:48:10: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
| 48 | #include
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| compilation terminated.
| configure:17222: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | /* end confdefs.h. */
| | #include
| | int
| | main ()
| | {
| | CFPreferencesCopyAppValue(NULL, NULL)
| | ;
| | return 0;
| | }
| configure:17231: result: no
| configure:17238: checking for CFLocaleCopyCurrent
| configure:17256: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -flto=auto conftest.c -Wl,-framework -Wl,CoreFoundation >&5
| conftest.c:48:10: fatal error: CoreFoundation/CFLocale.h: No such file or directory
| 48 | #include
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
| compilation terminated.
| configure:17256: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | /* end confdefs.h. */
| | #include
| | int
| | main ()
| | {
| | CFLocaleCopyCurrent();
| | ;
| | return 0;
| | }
| configure:17265: result: no
| configure:17272: checking for CFLocaleCopyPreferredLanguages
| configure:17290: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -flto=auto conftest.c -Wl,-framework -Wl,CoreFoundation >&5
| conftest.c:48:10: fatal error: CoreFoundation/CFLocale.h: No such file or directory
| 48 | #include
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
| compilation terminated.
| configure:17290: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | /* end confdefs.h. */
| | #include
| | int
| | main ()
| | {
| | CFLocaleCopyPreferredLanguages();
| | ;
| | return 0;
| | }
| configure:17299: result: no
| configure:17350: checking for GNU gettext in libc
| configure:17379: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -flto=auto conftest.c >&5
| configure:17379: $? = 0
| configure:17388: result: yes
| configure:18245: checking whether to use NLS
| configure:18247: result: yes
| configure:18250: checking where the gettext function comes from
| configure:18261: result: libc
| configure:18323: checking for msgfmt
| configure:18339: found /usr/bin/msgfmt
| configure:18350: result: msgfmt
| configure:18376: checking for special C compiler options needed for large files
| configure:18421: result: no
| configure:18427: checking for _FILE_OFFSET_BITS value needed for large files
| configure:18484: result: no
| configure:18571: checking for library containing sin
| configure:18602: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -flto=auto conftest.c >&5
| conftest.c:59:6: warning: conflicting types for built-in function 'sin'; expected 'double(double)' [-Wbuiltin-declaration-mismatch]
| 59 | char sin ();
| | ^~~
| conftest.c:1:1: note: 'sin' is declared in header ''
| 1 | /* confdefs.h */
| /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: /tmp/conftest.MSfamg.ltrans0.ltrans.o: in function `main':
| /home/abuild/rpmbuild/BUILD/pspp-1.2.0/conftest.c:63: undefined reference to `sin'
| collect2: error: ld returned 1 exit status
| configure:18602: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | /* end confdefs.h. */
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char sin ();
| | int
| | main ()
| | {
| | return sin ();
| | ;
| | return 0;
| | }
| configure:18602: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -flto=auto conftest.c -lm >&5
| conftest.c:59:6: warning: conflicting types for built-in function 'sin'; expected 'double(double)' [-Wbuiltin-declaration-mismatch]
| 59 | char sin ();
| | ^~~
| conftest.c:1:1: note: 'sin' is declared in header ''
| 1 | /* confdefs.h */
| configure:18602: $? = 0
| configure:18619: result: -lm
| configure:18627: checking for LC_PAPER
| configure:18647: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline conftest.c >&5
| configure:18647: $? = 0
| configure:18653: result: yes
| configure:18686: checking for CAIRO
| configure:18693: $PKG_CONFIG --exists --print-errors "cairo >= 1.5 pango >= 1.22 pangocairo"
| configure:18696: $? = 0
| configure:18710: $PKG_CONFIG --exists --print-errors "cairo >= 1.5 pango >= 1.22 pangocairo"
| configure:18713: $? = 0
| configure:18757: result: yes
| configure:18767: checking for an xmllint program which fits our needs
| configure:18801: result: /usr/bin/xmllint
| configure:18827: checking for GTHREAD
| configure:18834: $PKG_CONFIG --exists --print-errors "gthread-2.0"
| configure:18837: $? = 0
| configure:18851: $PKG_CONFIG --exists --print-errors "gthread-2.0"
| configure:18854: $? = 0
| configure:18898: result: yes
| configure:18905: checking for GTK
| configure:18912: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.18.0"
| configure:18915: $? = 0
| configure:18929: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.18.0"
| configure:18932: $? = 0
| configure:18976: result: yes
| configure:18983: checking for GTKSOURCEVIEW
| configure:18990: $PKG_CONFIG --exists --print-errors "gtksourceview-3.0 >= 3.4.2"
| configure:18993: $? = 0
| configure:19007: $PKG_CONFIG --exists --print-errors "gtksourceview-3.0 >= 3.4.2"
| configure:19010: $? = 0
| configure:19054: result: yes
| configure:19061: checking for GLIB
| configure:19068: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.44"
| configure:19071: $? = 0
| configure:19085: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.44"
| configure:19088: $? = 0
| configure:19132: result: yes
| configure:19139: checking for SPREAD_SHEET_WIDGET
| configure:19146: $PKG_CONFIG --exists --print-errors "spread-sheet-widget >= 0.3"
| configure:19149: $? = 0
| configure:19163: $PKG_CONFIG --exists --print-errors "spread-sheet-widget >= 0.3"
| configure:19166: $? = 0
| configure:19210: result: yes
| configure:19220: checking for glib-genmarshal
| configure:19236: found /usr/bin/glib-genmarshal
| configure:19247: result: glib-genmarshal
| configure:19269: checking for glib-compile-resources
| configure:19285: found /usr/bin/glib-compile-resources
| configure:19296: result: glib-compile-resources
| configure:19318: checking whether the preprocessor supports include_next
| configure:19356: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -Iconftestd1b -Iconftestd2 conftest.c >&5
| configure:19356: $? = 0
| configure:19377: result: yes
| configure:19398: checking whether system header files limit the line length
| configure:19421: result: no
| configure:19516: checking for pg_config
| configure:19550: result: no
| configure:19680: checking for LIBXML2
| configure:19687: $PKG_CONFIG --exists --print-errors "libxml-2.0"
| configure:19690: $? = 0
| configure:19704: $PKG_CONFIG --exists --print-errors "libxml-2.0"
| configure:19707: $? = 0
| configure:19751: result: yes
| configure:19756: checking for library containing gzopen
| configure:19787: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lm >&5
| /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: /tmp/conftest.ZLdjKp.ltrans0.ltrans.o: in function `main':
| /home/abuild/rpmbuild/BUILD/pspp-1.2.0/conftest.c:65: undefined reference to `gzopen'
| collect2: error: ld returned 1 exit status
| configure:19787: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | /* end confdefs.h. */
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char gzopen ();
| | int
| | main ()
| | {
| | return gzopen ();
| | ;
| | return 0;
| | }
| configure:19787: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lz -lm >&5
| configure:19787: $? = 0
| configure:19804: result: -lz
| configure:19819: checking zlib.h usability
| configure:19819: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:19819: $? = 0
| configure:19819: result: yes
| configure:19819: checking zlib.h presence
| configure:19819: gcc -E -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c
| configure:19819: $? = 0
| configure:19819: result: yes
| configure:19819: checking for zlib.h
| configure:19819: result: yes
| configure:19976: checking for library containing cblas_dsdot
| configure:20007: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lz -lm >&5
| /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: /tmp/conftest.u5TZtL.ltrans0.ltrans.o: in function `main':
| /home/abuild/rpmbuild/BUILD/pspp-1.2.0/conftest.c:67: undefined reference to `cblas_dsdot'
| collect2: error: ld returned 1 exit status
| configure:20007: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | /* end confdefs.h. */
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char cblas_dsdot ();
| | int
| | main ()
| | {
| | return cblas_dsdot ();
| | ;
| | return 0;
| | }
| configure:20007: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lgslcblas -lz -lm >&5
| configure:20007: $? = 0
| configure:20024: result: -lgslcblas
| configure:20039: checking for GSL
| configure:20046: $PKG_CONFIG --exists --print-errors "gsl >= 1.13"
| configure:20049: $? = 0
| configure:20063: $PKG_CONFIG --exists --print-errors "gsl >= 1.13"
| configure:20066: $? = 0
| configure:20224: result: yes
| configure:20230: checking for inline
| configure:20246: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:20246: $? = 0
| configure:20254: result: inline
| configure:20274: checking whether the compiler generally respects inline
| configure:20295: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:20295: $? = 0
| configure:20304: result: yes
| configure:20318: checking whether gcc accepts -fgnu89-inline
| configure:20336: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:20336: $? = 0
| configure:20344: result: yes
| configure:20347: checking whether GSL needs -fgnu89-inline to link
| configure:20379: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest1.c conftest2.c -lgslcblas -lz -lm >&5
| configure:20388: $? = 0
| configure:20410: result: no
| configure:21369: checking for readline
| configure:21395: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lgslcblas -lz -lm -lreadline /usr/lib64/libhistory.so >&5
| configure:21395: $? = 0
| configure:21411: result: yes
| configure:21418: checking how to link with libreadline
| configure:21420: result: -lreadline
| configure:21422: checking for library containing rl_echo_signal_char
| configure:21453: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lgslcblas -lz -lm >&5
| /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: /tmp/conftest.S8s78b.ltrans0.ltrans.o: in function `main':
| /home/abuild/rpmbuild/BUILD/pspp-1.2.0/conftest.c:69: undefined reference to `rl_echo_signal_char'
| collect2: error: ld returned 1 exit status
| configure:21453: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | /* end confdefs.h. */
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char rl_echo_signal_char ();
| | int
| | main ()
| | {
| | return rl_echo_signal_char ();
| | ;
| | return 0;
| | }
| configure:21453: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lreadline -lgslcblas -lz -lm >&5
| configure:21453: $? = 0
| configure:21470: result: -lreadline
| configure:21480: checking for library containing rl_outstream
| configure:21511: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21511: $? = 0
| configure:21528: result: none required
| configure:21554: checking sys/wait.h usability
| configure:21554: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:21554: $? = 0
| configure:21554: result: yes
| configure:21554: checking sys/wait.h presence
| configure:21554: gcc -E -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c
| configure:21554: $? = 0
| configure:21554: result: yes
| configure:21554: checking for sys/wait.h
| configure:21554: result: yes
| configure:21554: checking fpu_control.h usability
| configure:21554: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:21554: $? = 0
| configure:21554: result: yes
| configure:21554: checking fpu_control.h presence
| configure:21554: gcc -E -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c
| configure:21554: $? = 0
| configure:21554: result: yes
| configure:21554: checking for fpu_control.h
| configure:21554: result: yes
| configure:21554: checking ieeefp.h usability
| configure:21554: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| conftest.c:95:10: fatal error: ieeefp.h: No such file or directory
| 95 | #include
| | ^~~~~~~~~~
| compilation terminated.
| configure:21554: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef STDC_HEADERS
| | # include
| | # include
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| | #include
| configure:21554: result: no
| configure:21554: checking ieeefp.h presence
| configure:21554: gcc -E -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c
| conftest.c:62:10: fatal error: ieeefp.h: No such file or directory
| 62 | #include
| | ^~~~~~~~~~
| compilation terminated.
| configure:21554: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | /* end confdefs.h. */
| | #include
| configure:21554: result: no
| configure:21554: checking for ieeefp.h
| configure:21554: result: no
| configure:21554: checking fenv.h usability
| configure:21554: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:21554: $? = 0
| configure:21554: result: yes
| configure:21554: checking fenv.h presence
| configure:21554: gcc -E -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c
| configure:21554: $? = 0
| configure:21554: result: yes
| configure:21554: checking for fenv.h
| configure:21554: result: yes
| configure:21554: checking pwd.h usability
| configure:21554: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:21554: $? = 0
| configure:21554: result: yes
| configure:21554: checking pwd.h presence
| configure:21554: gcc -E -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c
| configure:21554: $? = 0
| configure:21554: result: yes
| configure:21554: checking for pwd.h
| configure:21554: result: yes
| configure:21565: checking whether SIGWINCH is declared
| configure:21565: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:21565: $? = 0
| configure:21565: result: yes
| configure:21593: checking for size_t
| configure:21593: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:21593: $? = 0
| configure:21593: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:101:21: error: expected expression before ')' token
| 101 | if (sizeof ((size_t)))
| | ^
| configure:21593: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef STDC_HEADERS
| | # include
| | # include
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| | int
| | main ()
| | {
| | if (sizeof ((size_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:21593: result: yes
| configure:21606: checking for working alloca.h
| configure:21623: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21623: $? = 0
| configure:21631: result: yes
| configure:21639: checking for alloca
| configure:21676: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21676: $? = 0
| configure:21684: result: yes
| configure:21891: checking whether uses 'inline' correctly
| configure:21916: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest1.c >&5
| configure:21919: $? = 0
| configure:21938: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest2.c >&5
| configure:21941: $? = 0
| configure:21954: result: yes
| configure:21974: checking for btowc
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for snprintf
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c:91:6: warning: conflicting types for built-in function 'snprintf'; expected 'int(char *, long unsigned int, const char *, ...)' [-Wbuiltin-declaration-mismatch]
| 91 | char snprintf ();
| | ^~~~~~~~
| conftest.c:79:1: note: 'snprintf' is declared in header ''
| 78 | # include
| 79 | #else
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for canonicalize_file_name
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for getcwd
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for readlink
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for realpath
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for readlinkat
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for _set_invalid_parameter_handler
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: /tmp/conftest.IxHnrm.ltrans0.ltrans.o: in function `main':
| /home/abuild/rpmbuild/BUILD/pspp-1.2.0/conftest.c:108: undefined reference to `_set_invalid_parameter_handler'
| collect2: error: ld returned 1 exit status
| configure:21974: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | /* end confdefs.h. */
| | /* Define _set_invalid_parameter_handler to an innocuous variant, in case declares _set_invalid_parameter_handler.
| | For example, HP-UX 11i declares gettimeofday. */
| | #define _set_invalid_parameter_handler innocuous__set_invalid_parameter_handler
| |
| | /* System header to define __stub macros and hopefully few prototypes,
| | which can conflict with char _set_invalid_parameter_handler (); below.
| | Prefer to if __STDC__ is defined, since
| | exists even on freestanding compilers. */
| |
| | #ifdef __STDC__
| | # include
| | #else
| | # include
| | #endif
| |
| | #undef _set_invalid_parameter_handler
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char _set_invalid_parameter_handler ();
| | /* The GNU C library defines this for functions which it implements
| | to always fail with ENOSYS. Some functions are actually named
| | something starting with __ and the normal name is an alias. */
| | #if defined __stub__set_invalid_parameter_handler || defined __stub____set_invalid_parameter_handler
| | choke me
| | #endif
| |
| | int
| | main ()
| | {
| | return _set_invalid_parameter_handler ();
| | ;
| | return 0;
| | }
| configure:21974: result: no
| configure:21974: checking for fcntl
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for symlink
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for vasnprintf
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: /tmp/conftest.GaMfJP.ltrans0.ltrans.o: in function `main':
| /home/abuild/rpmbuild/BUILD/pspp-1.2.0/conftest.c:110: undefined reference to `vasnprintf'
| collect2: error: ld returned 1 exit status
| configure:21974: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | /* end confdefs.h. */
| | /* Define vasnprintf to an innocuous variant, in case declares vasnprintf.
| | For example, HP-UX 11i declares gettimeofday. */
| | #define vasnprintf innocuous_vasnprintf
| |
| | /* System header to define __stub macros and hopefully few prototypes,
| | which can conflict with char vasnprintf (); below.
| | Prefer to if __STDC__ is defined, since
| | exists even on freestanding compilers. */
| |
| | #ifdef __STDC__
| | # include
| | #else
| | # include
| | #endif
| |
| | #undef vasnprintf
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char vasnprintf ();
| | /* The GNU C library defines this for functions which it implements
| | to always fail with ENOSYS. Some functions are actually named
| | something starting with __ and the normal name is an alias. */
| | #if defined __stub_vasnprintf || defined __stub___vasnprintf
| | choke me
| | #endif
| |
| | int
| | main ()
| | {
| | return vasnprintf ();
| | ;
| | return 0;
| | }
| configure:21974: result: no
| configure:21974: checking for __fseterr
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: /tmp/conftest.XAP6kW.ltrans0.ltrans.o: in function `main':
| /home/abuild/rpmbuild/BUILD/pspp-1.2.0/conftest.c:110: undefined reference to `__fseterr'
| collect2: error: ld returned 1 exit status
| configure:21974: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | /* end confdefs.h. */
| | /* Define __fseterr to an innocuous variant, in case declares __fseterr.
| | For example, HP-UX 11i declares gettimeofday. */
| | #define __fseterr innocuous___fseterr
| |
| | /* System header to define __stub macros and hopefully few prototypes,
| | which can conflict with char __fseterr (); below.
| | Prefer to if __STDC__ is defined, since
| | exists even on freestanding compilers. */
| |
| | #ifdef __STDC__
| | # include
| | #else
| | # include
| | #endif
| |
| | #undef __fseterr
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char __fseterr ();
| | /* The GNU C library defines this for functions which it implements
| | to always fail with ENOSYS. Some functions are actually named
| | something starting with __ and the normal name is an alias. */
| | #if defined __stub___fseterr || defined __stub_____fseterr
| | choke me
| | #endif
| |
| | int
| | main ()
| | {
| | return __fseterr ();
| | ;
| | return 0;
| | }
| configure:21974: result: no
| configure:21974: checking for getdelim
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for getdtablesize
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for getpass
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for __fsetlocking
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for getprogname
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: /tmp/conftest.X6eR91.ltrans0.ltrans.o: in function `main':
| /home/abuild/rpmbuild/BUILD/pspp-1.2.0/conftest.c:114: undefined reference to `getprogname'
| collect2: error: ld returned 1 exit status
| configure:21974: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | /* end confdefs.h. */
| | /* Define getprogname to an innocuous variant, in case declares getprogname.
| | For example, HP-UX 11i declares gettimeofday. */
| | #define getprogname innocuous_getprogname
| |
| | /* System header to define __stub macros and hopefully few prototypes,
| | which can conflict with char getprogname (); below.
| | Prefer to if __STDC__ is defined, since
| | exists even on freestanding compilers. */
| |
| | #ifdef __STDC__
| | # include
| | #else
| | # include
| | #endif
| |
| | #undef getprogname
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char getprogname ();
| | /* The GNU C library defines this for functions which it implements
| | to always fail with ENOSYS. Some functions are actually named
| | something starting with __ and the normal name is an alias. */
| | #if defined __stub_getprogname || defined __stub___getprogname
| | choke me
| | #endif
| |
| | int
| | main ()
| | {
| | return getprogname ();
| | ;
| | return 0;
| | }
| configure:21974: result: no
| configure:21974: checking for getexecname
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: /tmp/conftest.zKVWuc.ltrans0.ltrans.o: in function `main':
| /home/abuild/rpmbuild/BUILD/pspp-1.2.0/conftest.c:114: undefined reference to `getexecname'
| collect2: error: ld returned 1 exit status
| configure:21974: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | /* end confdefs.h. */
| | /* Define getexecname to an innocuous variant, in case declares getexecname.
| | For example, HP-UX 11i declares gettimeofday. */
| | #define getexecname innocuous_getexecname
| |
| | /* System header to define __stub macros and hopefully few prototypes,
| | which can conflict with char getexecname (); below.
| | Prefer to if __STDC__ is defined, since
| | exists even on freestanding compilers. */
| |
| | #ifdef __STDC__
| | # include
| | #else
| | # include
| | #endif
| |
| | #undef getexecname
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char getexecname ();
| | /* The GNU C library defines this for functions which it implements
| | to always fail with ENOSYS. Some functions are actually named
| | something starting with __ and the normal name is an alias. */
| | #if defined __stub_getexecname || defined __stub___getexecname
| | choke me
| | #endif
| |
| | int
| | main ()
| | {
| | return getexecname ();
| | ;
| | return 0;
| | }
| configure:21974: result: no
| configure:21974: checking for gettimeofday
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for iswcntrl
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c:104:6: warning: conflicting types for built-in function 'iswcntrl'; expected 'int(unsigned int)' [-Wbuiltin-declaration-mismatch]
| 104 | char iswcntrl ();
| | ^~~~~~~~
| conftest.c:92:1: note: 'iswcntrl' is declared in header ''
| 91 | # include
| 92 | #else
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for iswblank
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c:105:6: warning: conflicting types for built-in function 'iswblank'; expected 'int(unsigned int)' [-Wbuiltin-declaration-mismatch]
| 105 | char iswblank ();
| | ^~~~~~~~
| conftest.c:93:1: note: 'iswblank' is declared in header ''
| 92 | # include
| 93 | #else
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for lstat
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for mbsinit
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for mbrtowc
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for mprotect
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for mkstemp
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for tzset
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for nl_langinfo
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for pipe2
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for isblank
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c:114:6: warning: conflicting types for built-in function 'isblank'; expected 'int(int)' [-Wbuiltin-declaration-mismatch]
| 114 | char isblank ();
| | ^~~~~~~
| conftest.c:102:1: note: 'isblank' is declared in header ''
| 101 | # include
| 102 | #else
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for iswctype
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for setenv
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for link
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for secure_getenv
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for getuid
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for geteuid
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for getgid
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for getegid
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for sigaction
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for sigaltstack
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for siginterrupt
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for strdup
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c:126:6: warning: conflicting types for built-in function 'strdup'; expected 'char *(const char *)' [-Wbuiltin-declaration-mismatch]
| 126 | char strdup ();
| | ^~~~~~
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for strndup
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c:127:6: warning: conflicting types for built-in function 'strndup'; expected 'char *(const char *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
| 127 | char strndup ();
| | ^~~~~~~
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for localtime_r
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for timegm
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for wcrtomb
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21974: checking for wcwidth
| configure:21974: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:21974: $? = 0
| configure:21974: result: yes
| configure:21986: checking for nl_langinfo and CODESET
| configure:22002: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:22002: $? = 0
| configure:22011: result: yes
| configure:22022: checking for a traditional french locale
| configure:22097: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:22100: $? = 0
| configure:22156: result: fr_FR
| configure:22167: checking for xlocale.h
| configure:22167: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| conftest.c:144:10: fatal error: xlocale.h: No such file or directory
| 144 | #include
| | ^~~~~~~~~~~
| compilation terminated.
| configure:22167: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_TZSET 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_LANGINFO_CODESET 1
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef STDC_HEADERS
| | # include
| | # include
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| |
| | #include
| configure:22167: result: no
| configure:22167: checking for sys/param.h
| configure:22167: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:22167: $? = 0
| configure:22167: result: yes
| configure:22167: checking for sys/socket.h
| configure:22167: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:22167: $? = 0
| configure:22167: result: yes
| configure:22167: checking for unistd.h
| configure:22167: result: yes
| configure:22167: checking for features.h
| configure:22167: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:22167: $? = 0
| configure:22167: result: yes
| configure:22167: checking for sys/stat.h
| configure:22167: result: yes
| configure:22167: checking for getopt.h
| configure:22167: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:22167: $? = 0
| configure:22167: result: yes
| configure:22167: checking for sys/cdefs.h
| configure:22167: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:22167: $? = 0
| configure:22167: result: yes
| configure:22167: checking for stdio_ext.h
| configure:22167: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:22167: $? = 0
| configure:22167: result: yes
| configure:22167: checking for termios.h
| configure:22167: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:22167: $? = 0
| configure:22167: result: yes
| configure:22167: checking for sys/time.h
| configure:22167: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:22167: $? = 0
| configure:22167: result: yes
| configure:22167: checking for crtdefs.h
| configure:22167: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| conftest.c:154:10: fatal error: crtdefs.h: No such file or directory
| 154 | #include
| | ^~~~~~~~~~~
| compilation terminated.
| configure:22167: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_TZSET 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef STDC_HEADERS
| | # include
| | # include
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| |
| | #include
| configure:22167: result: no
| configure:22167: checking for wctype.h
| configure:22167: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:22167: $? = 0
| configure:22167: result: yes
| configure:22167: checking for langinfo.h
| configure:22167: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:22167: $? = 0
| configure:22167: result: yes
| configure:22167: checking for limits.h
| configure:22167: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:22167: $? = 0
| configure:22167: result: yes
| configure:22167: checking for math.h
| configure:22167: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:22167: $? = 0
| configure:22167: result: yes
| configure:22167: checking for sys/mman.h
| configure:22167: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:22167: $? = 0
| configure:22167: result: yes
| configure:22167: checking for malloc.h
| configure:22167: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:22167: $? = 0
| configure:22167: result: yes
| configure:22167: checking for sys/select.h
| configure:22167: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:22167: $? = 0
| configure:22167: result: yes
| configure:22167: checking for wchar.h
| configure:22167: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:22167: $? = 0
| configure:22167: result: yes
| configure:22167: checking for stdint.h
| configure:22167: result: yes
| configure:22167: checking for strings.h
| configure:22167: result: yes
| configure:22167: checking for sys/uio.h
| configure:22167: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:22167: $? = 0
| configure:22167: result: yes
| configure:22181: checking for unsigned long long int
| configure:22229: result: yes
| configure:22239: checking for long long int
| configure:22289: result: yes
| configure:22298: checking for wchar_t
| configure:22315: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:22315: $? = 0
| configure:22322: result: yes
| configure:22331: checking for wint_t
| configure:22356: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:22356: $? = 0
| configure:22363: result: yes
| configure:22370: checking whether wint_t is too small
| configure:22398: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:22398: $? = 0
| configure:22405: result: no
| configure:22418: checking where to find the exponent in a 'double'
| configure:22732: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:22732: $? = 0
| configure:22732: ./conftest
| configure:22732: $? = 0
| configure:22744: result: word 1 bit 20
| configure:22771: checking whether snprintf returns a byte count as in C99
| configure:22858: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:22858: $? = 0
| configure:22858: ./conftest
| configure:22858: $? = 0
| configure:22869: result: yes
| configure:22880: checking for snprintf
| configure:22880: result: yes
| configure:22880: checking for strnlen
| configure:22880: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c:161:6: warning: conflicting types for built-in function 'strnlen'; expected 'long unsigned int(const char *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
| 161 | char strnlen ();
| | ^~~~~~~
| configure:22880: $? = 0
| configure:22880: result: yes
| configure:22880: checking for wcslen
| configure:22880: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:22880: $? = 0
| configure:22880: result: yes
| configure:22880: checking for wcsnlen
| configure:22880: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:22880: $? = 0
| configure:22880: result: yes
| configure:22880: checking for mbrtowc
| configure:22880: result: yes
| configure:22880: checking for wcrtomb
| configure:22880: result: yes
| configure:22889: checking whether _snprintf is declared
| configure:22889: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:152:10: error: '_snprintf' undeclared (first use in this function); did you mean 'vsnprintf'?
| 152 | (void) _snprintf;
| | ^~~~~~~~~
| | vsnprintf
| conftest.c:152:10: note: each undeclared identifier is reported only once for each function it appears in
| configure:22889: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_TZSET 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | /* end confdefs.h. */
| | #include
| |
| | int
| | main ()
| | {
| | #ifndef _snprintf
| | #ifdef __cplusplus
| | (void) _snprintf;
| | #else
| | (void) _snprintf;
| | #endif
| | #endif
| |
| | ;
| | return 0;
| | }
| configure:22889: result: no
| configure:22913: checking whether printf supports 'long double' arguments
| configure:22968: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c: In function 'main':
| conftest.c:153:21: warning: too many arguments for format [-Wformat-extra-args]
| 153 | if (sprintf (buf, "%Lf %d", 1.75L, 33, 44, 55) < 0
| | ^~~~~~~~
| conftest.c:157:21: warning: too many arguments for format [-Wformat-extra-args]
| 157 | if (sprintf (buf, "%Le %d", 1.75L, 33, 44, 55) < 0
| | ^~~~~~~~
| conftest.c:161:21: warning: too many arguments for format [-Wformat-extra-args]
| 161 | if (sprintf (buf, "%Lg %d", 1.75L, 33, 44, 55) < 0
| | ^~~~~~~~
| configure:22968: $? = 0
| configure:22968: ./conftest
| configure:22968: $? = 0
| configure:22979: result: yes
| configure:22996: checking whether printf supports infinite 'double' arguments
| configure:23115: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:23115: $? = 0
| configure:23115: ./conftest
| configure:23115: $? = 0
| configure:23126: result: yes
| configure:23130: checking whether byte ordering is bigendian
| configure:23145: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| conftest.c:146:9: error: unknown type name 'not'
| 146 | not a universal capable compiler
| | ^~~
| conftest.c:146:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
| 146 | not a universal capable compiler
| | ^~~~~~~~~
| conftest.c:146:15: error: unknown type name 'universal'
| configure:23145: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_TZSET 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | /* end confdefs.h. */
| | #ifndef __APPLE_CC__
| | not a universal capable compiler
| | #endif
| | typedef int dummy;
| |
| configure:23190: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:23190: $? = 0
| configure:23208: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:152:4: error: unknown type name 'not'; did you mean 'ino_t'?
| 152 | not big endian
| | ^~~
| | ino_t
| conftest.c:152:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
| 152 | not big endian
| | ^~~~~~
| configure:23208: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_TZSET 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | /* end confdefs.h. */
| | #include
| | #include
| |
| | int
| | main ()
| | {
| | #if BYTE_ORDER != BIG_ENDIAN
| | not big endian
| | #endif
| |
| | ;
| | return 0;
| | }
| configure:23336: result: no
| configure:23356: checking whether long double and double are the same
| configure:23377: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:149:13: error: size of array 'check' is negative
| 149 | typedef int check[sizeof (long double) == sizeof (double)
| | ^~~~~
| configure:23377: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_TZSET 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | /* end confdefs.h. */
| | #include
| | int
| | main ()
| | {
| | typedef int check[sizeof (long double) == sizeof (double)
| | && LDBL_MANT_DIG == DBL_MANT_DIG
| | && LDBL_MAX_EXP == DBL_MAX_EXP
| | && LDBL_MIN_EXP == DBL_MIN_EXP
| | ? 1 : -1];
| |
| | ;
| | return 0;
| | }
| configure:23385: result: no
| configure:23409: checking whether printf supports infinite 'long double' arguments
| configure:23719: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:23719: $? = 0
| configure:23719: ./conftest
| configure:23719: $? = 0
| configure:23730: result: yes
| configure:23740: checking whether printf supports the 'a' and 'A' directives
| configure:23837: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c: In function 'main':
| conftest.c:154:21: warning: too many arguments for format [-Wformat-extra-args]
| 154 | if (sprintf (buf, "%a %d", 3.1416015625, 33, 44, 55) < 0
| | ^~~~~~~
| conftest.c:160:21: warning: too many arguments for format [-Wformat-extra-args]
| 160 | if (sprintf (buf, "%A %d", -3.1416015625, 33, 44, 55) < 0
| | ^~~~~~~
| conftest.c:167:21: warning: too many arguments for format [-Wformat-extra-args]
| 167 | if (sprintf (buf, "%.2a %d", 1.51, 33, 44, 55) < 0
| | ^~~~~~~~~
| conftest.c:174:21: warning: too many arguments for format [-Wformat-extra-args]
| 174 | if (sprintf (buf, "%.0a %d", 1.51, 33, 44, 55) < 0
| | ^~~~~~~~~
| conftest.c:182:21: warning: too many arguments for format [-Wformat-extra-args]
| 182 | if (sprintf (buf, "%010a %d", 1.0 / zero, 33, 44, 55) < 0
| | ^~~~~~~~~~
| configure:23837: $? = 0
| configure:23837: ./conftest
| configure:23837: $? = 0
| configure:23848: result: yes
| configure:23853: checking whether printf supports the 'F' directive
| configure:23919: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c: In function 'main':
| conftest.c:154:21: warning: too many arguments for format [-Wformat-extra-args]
| 154 | if (sprintf (buf, "%F %d", 1234567.0, 33, 44, 55) < 0
| | ^~~~~~~
| configure:23919: $? = 0
| configure:23919: ./conftest
| configure:23919: $? = 0
| configure:23930: result: yes
| configure:23935: checking whether printf supports the 'ls' directive
| configure:24008: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:24008: $? = 0
| configure:24008: ./conftest
| configure:24008: $? = 0
| configure:24019: result: yes
| configure:24024: checking whether printf supports the grouping flag
| configure:24055: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:24055: $? = 0
| configure:24055: ./conftest
| configure:24055: $? = 0
| configure:24066: result: yes
| configure:24071: checking whether printf supports the left-adjust flag correctly
| configure:24106: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:24106: $? = 0
| configure:24106: ./conftest
| configure:24106: $? = 0
| configure:24117: result: yes
| configure:24122: checking whether printf supports the zero flag correctly
| configure:24158: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c: In function 'main':
| conftest.c:153:21: warning: too many arguments for format [-Wformat-extra-args]
| 153 | if (sprintf (buf, "%010f", 1.0 / zero, 33, 44, 55) < 0
| | ^~~~~~~
| configure:24158: $? = 0
| configure:24158: ./conftest
| configure:24158: $? = 0
| configure:24169: result: yes
| configure:24174: checking whether printf supports large precisions
| configure:24217: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c: In function 'main':
| conftest.c:157:21: warning: too many arguments for format [-Wformat-extra-args]
| 157 | if (sprintf (buf, "%.4000d %d", 1, 33, 44) < 4000 + 3)
| | ^~~~~~~~~~~~
| conftest.c:159:21: warning: too many arguments for format [-Wformat-extra-args]
| 159 | if (sprintf (buf, "%.4000f %d", 1.0, 33, 44) < 4000 + 5)
| | ^~~~~~~~~~~~
| conftest.c:161:21: warning: too many arguments for format [-Wformat-extra-args]
| 161 | if (sprintf (buf, "%.511f %d", 1.0, 33, 44) < 511 + 5
| | ^~~~~~~~~~~
| conftest.c:164:21: warning: too many arguments for format [-Wformat-extra-args]
| 164 | if (sprintf (buf, "%.999f %d", 1.0, 33, 44) < 999 + 5
| | ^~~~~~~~~~~
| configure:24217: $? = 0
| configure:24217: ./conftest
| configure:24217: $? = 0
| configure:24228: result: yes
| configure:24241: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| conftest.c:147:10: error: unknown type name 'not'
| 147 | not a universal capable compiler
| | ^~~
| conftest.c:147:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
| 147 | not a universal capable compiler
| | ^~~~~~~~~
| conftest.c:147:16: error: unknown type name 'universal'
| configure:24241: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_TZSET 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | /* end confdefs.h. */
| | #ifndef __APPLE_CC__
| | not a universal capable compiler
| | #endif
| | typedef int dummy;
| |
| configure:24276: checking whether printf survives out-of-memory conditions
| configure:24448: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:24451: $? = 0
| configure:24455: $? = 0
| configure:24500: result: yes
| configure:24596: checking whether // is distinct from /
| configure:24625: result: no
| configure:24637: checking whether realpath works
| configure:24815: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c:251:1: warning: 'nocrash_init' defined but not used [-Wunused-function]
| 251 | nocrash_init (void)
| | ^~~~~~~~~~~~
| configure:24815: $? = 0
| configure:24815: ./conftest
| configure:24815: $? = 0
| configure:24827: result: yes
| configure:25003: checking whether strtold conforms to C99
| configure:25030: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25030: $? = 0
| configure:25038: result: yes
| configure:25055: checking if environ is properly declared
| configure:25077: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| conftest.c:154:40: error: conflicting types for 'environ'
| 154 | extern struct { int foo; } environ;
| | ^~~~~~~
| In file included from conftest.c:149:
| /usr/include/unistd.h:545:15: note: previous declaration of 'environ' was here
| 545 | extern char **environ;
| | ^~~~~~~
| configure:25077: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_TZSET 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_C99_STRTOLD 1
| | /* end confdefs.h. */
| | #if HAVE_UNISTD_H
| | #include
| | #endif
| | /* mingw, BeOS, Haiku declare environ in , not in . */
| | #include
| |
| | extern struct { int foo; } environ;
| | int
| | main ()
| | {
| | environ.foo = 1;
| | ;
| | return 0;
| | }
| configure:25084: result: yes
| configure:25099: checking for complete errno.h
| configure:25172: result: yes
| configure:25473: checking whether strerror_r is declared
| configure:25473: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:25473: $? = 0
| configure:25473: result: yes
| configure:25486: checking for strerror_r
| configure:25486: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25486: $? = 0
| configure:25486: result: yes
| configure:25495: checking whether strerror_r returns char *
| configure:25519: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:25519: $? = 0
| configure:25557: result: yes
| configure:25572: checking for sig_atomic_t
| configure:25572: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:25572: $? = 0
| configure:25572: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:157:27: error: expected expression before ')' token
| 157 | if (sizeof ((sig_atomic_t)))
| | ^
| configure:25572: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_TZSET 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_C99_STRTOLD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | /* end confdefs.h. */
| | #include
| |
| | int
| | main ()
| | {
| | if (sizeof ((sig_atomic_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:25572: result: yes
| configure:25608: checking for working fcntl.h
| configure:25716: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c: In function 'main':
| conftest.c:179:26: warning: the address of 'constants' will always evaluate as 'true' [-Waddress]
| 179 | int result = !constants;
| | ^
| configure:25716: $? = 0
| configure:25716: ./conftest
| configure:25716: $? = 0
| configure:25732: result: yes
| configure:25755: checking for pid_t
| configure:25755: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:25755: $? = 0
| configure:25755: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:191:20: error: expected expression before ')' token
| 191 | if (sizeof ((pid_t)))
| | ^
| configure:25755: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_TZSET 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_C99_STRTOLD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef STDC_HEADERS
| | # include
| | # include
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| | int
| | main ()
| | {
| | if (sizeof ((pid_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:25755: result: yes
| configure:25766: checking for mode_t
| configure:25766: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:25766: $? = 0
| configure:25766: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:191:21: error: expected expression before ')' token
| 191 | if (sizeof ((mode_t)))
| | ^
| configure:25766: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_TZSET 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_C99_STRTOLD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef STDC_HEADERS
| | # include
| | # include
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| | int
| | main ()
| | {
| | if (sizeof ((mode_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:25766: result: yes
| configure:26047: checking for stdint.h
| configure:26064: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:26064: $? = 0
| configure:26071: result: yes
| configure:26082: checking for inttypes.h
| configure:26101: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:26101: $? = 0
| configure:26108: result: yes
| configure:26122: checking whether printf supports size specifiers as in C99
| configure:26213: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c: In function 'main':
| conftest.c:174:21: warning: too many arguments for format [-Wformat-extra-args]
| 174 | if (sprintf (buf, "%ju %d", (uintmax_t) 12345671, 33, 44, 55) < 0
| | ^~~~~~~~
| conftest.c:181:21: warning: too many arguments for format [-Wformat-extra-args]
| 181 | if (sprintf (buf, "%zu %d", (size_t) 12345672, 33, 44, 55) < 0
| | ^~~~~~~~
| conftest.c:185:21: warning: too many arguments for format [-Wformat-extra-args]
| 185 | if (sprintf (buf, "%tu %d", (ptrdiff_t) 12345673, 33, 44, 55) < 0
| | ^~~~~~~~
| conftest.c:189:21: warning: too many arguments for format [-Wformat-extra-args]
| 189 | if (sprintf (buf, "%Lg %d", (long double) 1.5, 33, 44, 55) < 0
| | ^~~~~~~~
| configure:26213: $? = 0
| configure:26213: ./conftest
| configure:26213: $? = 0
| configure:26224: result: yes
| configure:26229: checking whether printf supports the 'n' directive
| configure:26279: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:26279: $? = 0
| configure:26279: ./conftest
| *** %n in writable segment detected ***
| ./configure: line 3092: 28287 Aborted (core dumped) ./conftest$ac_exeext
| configure:26279: $? = 134
| configure: program exited with status 134
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_TZSET 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_C99_STRTOLD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | /* end confdefs.h. */
| |
| | #include
| | #include
| | #include
| | #ifdef _MSC_VER
| | /* See page about "Parameter Validation" on msdn.microsoft.com. */
| | static void cdecl
| | invalid_parameter_handler (const wchar_t *expression,
| | const wchar_t *function,
| | const wchar_t *file, unsigned int line,
| | uintptr_t dummy)
| | {
| | exit (1);
| | }
| | #endif
| | static char fmtstring[10];
| | static char buf[100];
| | int main ()
| | {
| | int count = -1;
| | #ifdef _MSC_VER
| | _set_invalid_parameter_handler (invalid_parameter_handler);
| | #endif
| | /* Copy the format string. Some systems (glibc with _FORTIFY_SOURCE=2)
| | support %n in format strings in read-only memory but not in writable
| | memory. */
| | strcpy (fmtstring, "%d %n");
| | if (sprintf (buf, fmtstring, 123, &count, 33, 44, 55) < 0
| | || strcmp (buf, "123 ") != 0
| | || count != 4)
| | return 1;
| | return 0;
| | }
| configure:26290: result: no
| configure:26295: checking whether printf supports POSIX/XSI format strings with positions
| configure:26328: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:26328: $? = 0
| configure:26328: ./conftest
| configure:26328: $? = 0
| configure:26339: result: yes
| configure:26358: checking for intmax_t
| configure:26383: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:26383: $? = 0
| configure:26390: result: yes
| configure:26512: checking whether frexp() can be used without linking with libm
| configure:26530: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:26530: $? = 0
| configure:26539: result: yes
| configure:26542: checking whether alarm is declared
| configure:26542: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:26542: $? = 0
| configure:26542: result: yes
| configure:26554: checking whether stdin defaults to large file offsets
| configure:26578: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:26578: $? = 0
| configure:26586: result: yes
| configure:26764: checking whether fseeko is declared
| configure:26764: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:26764: $? = 0
| configure:26764: result: yes
| configure:26783: checking for fseeko
| configure:26801: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:26801: $? = 0
| configure:26810: result: yes
| configure:26868: checking whether stat file-mode macros are broken
| configure:26895: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:26895: $? = 0
| configure:26902: result: no
| configure:27008: checking for nlink_t
| configure:27008: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:27008: $? = 0
| configure:27008: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:167:22: error: expected expression before ')' token
| 167 | if (sizeof ((nlink_t)))
| | ^
| configure:27008: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_TZSET 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_C99_STRTOLD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | /* end confdefs.h. */
| | #include
| | #include
| |
| | int
| | main ()
| | {
| | if (sizeof ((nlink_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:27008: result: yes
| configure:27024: checking whether ftello is declared
| configure:27024: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:27024: $? = 0
| configure:27024: result: yes
| configure:27048: checking for ftello
| configure:27065: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c: In function 'main':
| conftest.c:166:1: warning: ignoring return value of 'ftello', declared with attribute warn_unused_result [-Wunused-result]
| 166 | ftello (stdin);
| | ^~~~~~~~~~~~~~
| configure:27065: $? = 0
| configure:27074: result: yes
| configure:27087: checking whether ftello works
| configure:27165: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:27165: $? = 0
| configure:27165: ./conftest
| configure:27165: $? = 0
| configure:27176: result: yes
| configure:27190: checking whether getdelim is declared
| configure:27190: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:27190: $? = 0
| configure:27190: result: yes
| configure:27205: checking whether getdtablesize is declared
| configure:27205: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:27205: $? = 0
| configure:27205: result: yes
| configure:27216: checking whether getline is declared
| configure:27216: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:27216: $? = 0
| configure:27216: result: yes
| configure:27323: checking for getopt.h
| configure:27323: result: yes
| configure:27340: checking for getopt_long_only
| configure:27340: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:27340: $? = 0
| configure:27340: result: yes
| configure:27354: checking whether getopt is POSIX compatible
| configure:27396: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:27396: $? = 0
| configure:27396: ./conftest
| configure:27396: $? = 0
| configure:27455: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:27455: $? = 0
| configure:27455: ./conftest
| configure:27455: $? = 0
| configure:27497: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:27497: $? = 0
| configure:27497: ./conftest
| program: option requires an argument -- 'b'
| configure:27497: $? = 0
| configure:27515: result: yes
| configure:27523: checking for working GNU getopt function
| configure:27745: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:27745: $? = 0
| configure:27745: ./conftest
| configure:27745: $? = 0
| configure:27761: result: yes
| configure:27766: checking for working GNU getopt_long function
| configure:27811: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:27811: $? = 0
| configure:27811: ./conftest
| configure:27811: $? = 0
| configure:27822: result: yes
| configure:27851: checking whether fflush_unlocked is declared
| configure:27851: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:27851: $? = 0
| configure:27851: result: yes
| configure:27862: checking whether flockfile is declared
| configure:27862: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:27862: $? = 0
| configure:27862: result: yes
| configure:27873: checking whether fputs_unlocked is declared
| configure:27873: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:27873: $? = 0
| configure:27873: result: yes
| configure:27884: checking whether funlockfile is declared
| configure:27884: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:27884: $? = 0
| configure:27884: result: yes
| configure:27895: checking whether putc_unlocked is declared
| configure:27895: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:27895: $? = 0
| configure:27895: result: yes
| configure:27918: checking for C/C++ restrict keyword
| configure:27945: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:27945: $? = 0
| configure:27953: result: __restrict
| configure:28082: checking for struct timeval
| configure:28105: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:28105: $? = 0
| configure:28113: result: yes
| configure:28118: checking for wide-enough struct timeval.tv_sec member
| configure:28145: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:185:27: warning: typedef 'verify_tv_sec_type' locally defined but not used [-Wunused-local-typedefs]
| 185 | typedef int verify_tv_sec_type[
| | ^~~~~~~~~~~~~~~~~~
| configure:28145: $? = 0
| configure:28153: result: yes
| configure:28201: checking for off_t
| configure:28201: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:28201: $? = 0
| configure:28201: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:209:20: error: expected expression before ')' token
| 209 | if (sizeof ((off_t)))
| | ^
| configure:28201: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_TZSET 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_C99_STRTOLD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define restrict __restrict
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef STDC_HEADERS
| | # include
| | # include
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| | int
| | main ()
| | {
| | if (sizeof ((off_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:28201: result: yes
| configure:28213: checking where to find the exponent in a 'float'
| configure:28290: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:28290: $? = 0
| configure:28290: ./conftest
| configure:28290: $? = 0
| configure:28302: result: word 0 bit 23
| configure:28325: checking whether isnan(float) can be used without linking with libm
| configure:28350: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:28350: $? = 0
| configure:28359: result: yes
| configure:28415: checking whether isnan(float) works
| configure:28501: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c: In function 'main':
| conftest.c:218:23: warning: suggest parentheses around '-' inside '<<' [-Wparentheses]
| 218 | m.word[0] |= 1U << (FLT_EXPBIT0_BIT - 1) - 1;
| | ^~
| configure:28501: $? = 0
| configure:28501: ./conftest
| configure:28501: $? = 0
| configure:28512: result: yes
| configure:28532: checking whether isnan(double) can be used without linking with libm
| configure:28557: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:28557: $? = 0
| configure:28566: result: yes
| configure:28628: checking whether isnan(long double) can be used without linking with libm
| configure:28653: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:28653: $? = 0
| configure:28662: result: yes
| configure:28719: checking whether isnanl works
| configure:28862: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:28862: $? = 0
| configure:28862: ./conftest
| configure:28862: $? = 0
| configure:28873: result: yes
| configure:29017: checking whether iswcntrl works
| configure:29061: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:29061: $? = 0
| configure:29061: ./conftest
| configure:29061: $? = 0
| configure:29072: result: yes
| configure:29096: checking for towlower
| configure:29096: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c:198:6: warning: conflicting types for built-in function 'towlower'; expected 'unsigned int(unsigned int)' [-Wbuiltin-declaration-mismatch]
| 198 | char towlower ();
| | ^~~~~~~~
| conftest.c:186:1: note: 'towlower' is declared in header ''
| 185 | # include
| 186 | #else
| configure:29096: $? = 0
| configure:29096: result: yes
| configure:29144: checking for wctype_t
| configure:29172: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:29172: $? = 0
| configure:29180: result: yes
| configure:29186: checking for wctrans_t
| configure:29212: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:29212: $? = 0
| configure:29220: result: yes
| configure:29321: checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.
| configure:29344: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:29344: $? = 0
| configure:29351: result: yes
| configure:29393: checking for good max_align_t
| configure:29415: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:29415: $? = 0
| configure:29423: result: yes
| configure:29435: checking whether NULL can be used in arbitrary expressions
| configure:29453: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:29453: $? = 0
| configure:29460: result: yes
| configure:29558: checking whether imported symbols can be declared weak
| configure:29576: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:29576: $? = 0
| configure:29610: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:29610: $? = 0
| configure:29610: ./conftest
| configure:29610: $? = 0
| configure:29625: result: yes
| configure:29627: checking whether the linker supports --as-needed
| configure:29646: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto -Wl,--as-needed -Wl,--no-as-needed conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:29646: $? = 0
| configure:29659: result: yes
| configure:29661: checking whether the linker supports --push-state
| configure:29680: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto -Wl,--push-state -Wl,--pop-state conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:29680: $? = 0
| configure:29693: result: yes
| configure:29698: checking pthread.h usability
| configure:29698: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:29698: $? = 0
| configure:29698: result: yes
| configure:29698: checking pthread.h presence
| configure:29698: gcc -E -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c
| configure:29698: $? = 0
| configure:29698: result: yes
| configure:29698: checking for pthread.h
| configure:29698: result: yes
| configure:29736: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: /tmp/conftest.wIn3OE.ltrans0.ltrans.o: in function `main':
| /home/abuild/rpmbuild/BUILD/pspp-1.2.0/conftest.c:184: undefined reference to `pthread_mutexattr_init'
| collect2: error: ld returned 1 exit status
| configure:29736: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_TZSET 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_C99_STRTOLD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define restrict __restrict
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | /* end confdefs.h. */
| | #include
| | pthread_mutex_t m;
| | pthread_mutexattr_t ma;
| |
| | int
| | main ()
| | {
| | pthread_mutex_lock (&m);
| | pthread_mutexattr_init (&ma);
| | ;
| | return 0;
| | }
| configure:29736: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm -pthread >&5
| configure:29736: $? = 0
| configure:30567: checking for multithread API to use
| configure:30569: result: posix
| configure:30583: checking whether lstat correctly handles trailing slash
| configure:30625: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:30625: $? = 0
| configure:30625: ./conftest
| configure:30625: $? = 0
| configure:30637: result: yes
| configure:30650: checking whether malloc, realloc, calloc are POSIX compliant
| configure:30670: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:30670: $? = 0
| configure:30678: result: yes
| configure:30685: checking for stdlib.h
| configure:30685: result: yes
| configure:30695: checking for GNU libc compatible malloc
| configure:30731: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:30731: $? = 0
| configure:30731: ./conftest
| configure:30731: $? = 0
| configure:30742: result: yes
| configure:30760: checking for mbstate_t
| configure:30784: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:30784: $? = 0
| configure:30791: result: yes
| configure:30810: checking for a traditional japanese locale
| configure:30889: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:30892: $? = 0
| configure:30950: result: ja_JP
| configure:30958: checking for a transitional chinese locale
| configure:31038: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:31041: $? = 0
| configure:31092: result: zh_CN.GB18030
| configure:31099: checking for a french Unicode locale
| configure:31171: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:31174: $? = 0
| configure:31220: result: fr_FR.UTF-8
| configure:31314: checking for mmap
| configure:31314: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:31314: $? = 0
| configure:31314: result: yes
| configure:31325: checking for MAP_ANONYMOUS
| configure:31362: result: yes
| configure:31384: checking whether memchr works
| configure:31453: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:31453: $? = 0
| configure:31453: ./conftest
| configure:31453: $? = 0
| configure:31464: result: yes
| configure:31472: checking whether memrchr is declared
| configure:31472: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:31472: $? = 0
| configure:31472: result: yes
| configure:31487: checking whether defines MIN and MAX
| configure:31504: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| conftest.c:185:21: warning: implicit declaration of function 'MIN' [-Wimplicit-function-declaration]
| 185 | int x = MIN (42, 17);
| | ^~~
| conftest.c:185:21: error: initializer element is not constant
| configure:31504: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_TZSET 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_C99_STRTOLD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define restrict __restrict
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_WEAK 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMRCHR 1
| | /* end confdefs.h. */
| | #include
| | int x = MIN (42, 17);
| | int
| | main ()
| | {
| |
| | ;
| | return 0;
| | }
| configure:31511: result: no
| configure:31524: checking whether defines MIN and MAX
| configure:31541: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:31541: $? = 0
| configure:31548: result: yes
| configure:31562: checking whether time_t is signed
| configure:31579: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:31579: $? = 0
| configure:31586: result: yes
| configure:31609: checking for working mktime
| configure:31825: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:31825: $? = 0
| configure:31825: ./conftest
| configure:31825: $? = 0
| configure:31836: result: yes
| configure:31844: checking whether struct tm is in sys/time.h or time.h
| configure:31864: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:31864: $? = 0
| configure:31871: result: time.h
| configure:31879: checking for struct tm.tm_zone
| configure:31879: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:31879: $? = 0
| configure:31879: result: yes
| configure:31947: checking for struct tm.tm_gmtoff
| configure:31947: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:31947: $? = 0
| configure:31947: result: yes
| configure:31957: checking for O_CLOEXEC
| configure:31977: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:31977: $? = 0
| configure:31984: result: yes
| configure:31989: checking for promoted mode_t type
| configure:32006: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:193:13: error: size of array 'array' is negative
| 193 | typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1];
| | ^~~~~
| configure:32006: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_TZSET 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_C99_STRTOLD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define restrict __restrict
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_WEAK 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | /* end confdefs.h. */
| | #include
| | int
| | main ()
| | {
| | typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1];
| | ;
| | return 0;
| | }
| configure:32014: result: mode_t
| configure:32307: checking for ptrdiff_t
| configure:32307: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:32307: $? = 0
| configure:32307: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:226:24: error: expected expression before ')' token
| 226 | if (sizeof ((ptrdiff_t)))
| | ^
| configure:32307: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_TZSET 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_C99_STRTOLD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define restrict __restrict
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_WEAK 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef STDC_HEADERS
| | # include
| | # include
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| | int
| | main ()
| | {
| | if (sizeof ((ptrdiff_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:32307: result: yes
| configure:32346: checking whether C symbols are prefixed with underscore at the linker level
| configure:32359: gcc -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -S conftest.c
| configure:32362: $? = 0
| configure:32372: result: no
| configure:32408: checking for sigset_t
| configure:32408: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:32408: $? = 0
| configure:32408: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:201:23: error: expected expression before ')' token
| 201 | if (sizeof ((sigset_t)))
| | ^
| configure:32408: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_TZSET 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_C99_STRTOLD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define restrict __restrict
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_WEAK 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define REPLACE_VFPRINTF_POSIX 1
| | #define USER_LABEL_PREFIX
| | /* end confdefs.h. */
| |
| | #include
| | /* Mingw defines sigset_t not in , but in . */
| | #include
| |
| |
| | int
| | main ()
| | {
| | if (sizeof ((sigset_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:32408: result: yes
| configure:32432: checking whether we are using the GNU C Library >= 2.1 or uClibc
| configure:32462: result: yes
| configure:32473: checking for shared library path variable
| configure:32486: result: LD_LIBRARY_PATH
| configure:32491: checking whether to activate relocatable installation
| configure:32506: result: no
| configure:32614: checking whether setenv is declared
| configure:32614: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:32614: $? = 0
| configure:32614: result: yes
| configure:32630: checking for ssize_t
| configure:32647: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:32647: $? = 0
| configure:32654: result: yes
| configure:32684: checking whether is self-contained
| configure:32701: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:199:16: warning: unused variable 'b' [-Wunused-variable]
| 199 | struct timeval b;
| | ^
| configure:32701: $? = 0
| configure:32720: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:199:17: warning: unused variable 'bzero' [-Wunused-variable]
| 199 | int memset; int bzero;
| | ^~~~~
| conftest.c:199:5: warning: unused variable 'memset' [-Wunused-variable]
| 199 | int memset; int bzero;
| | ^~~~~~
| configure:32720: $? = 0
| configure:32750: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:32750: $? = 0
| configure:32763: result: yes
| configure:32955: checking for library containing setsockopt
| configure:32977: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:32977: $? = 0
| configure:33058: result: none needed
| configure:33075: checking for uid_t in sys/types.h
| configure:33094: result: yes
| configure:33109: checking whether snprintf is declared
| configure:33109: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:33109: $? = 0
| configure:33109: result: yes
| configure:33136: checking for stdbool.h that conforms to C99
| configure:33211: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:253:14: warning: the address of 's' will always evaluate as 'true' [-Waddress]
| 253 | bool e = &s;
| | ^~~~
| conftest.c:257:22: warning: the address of 'a' will always evaluate as 'true' [-Waddress]
| 257 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
| | ^
| conftest.c:257:27: warning: the address of 'b' will always evaluate as 'true' [-Waddress]
| 257 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
| | ^
| conftest.c:257:32: warning: the address of 'c' will always evaluate as 'true' [-Waddress]
| 257 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
| | ^
| conftest.c:257:37: warning: the address of 'd' will always evaluate as 'true' [-Waddress]
| 257 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
| | ^
| conftest.c:257:47: warning: the address of 'f' will always evaluate as 'true' [-Waddress]
| 257 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
| | ^
| conftest.c:257:52: warning: the address of 'g' will always evaluate as 'true' [-Waddress]
| 257 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
| | ^
| conftest.c:257:57: warning: the address of 'h' will always evaluate as 'true' [-Waddress]
| 257 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
| | ^
| conftest.c:257:62: warning: the address of 'i' will always evaluate as 'true' [-Waddress]
| 257 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
| | ^
| conftest.c:258:29: warning: the address of 'n' will always evaluate as 'true' [-Waddress]
| 258 | + !m + !n + !o + !p + !q + !pq + !qq);
| | ^
| conftest.c:258:34: warning: the address of 'o' will always evaluate as 'true' [-Waddress]
| 258 | + !m + !n + !o + !p + !q + !pq + !qq);
| | ^
| conftest.c:258:39: warning: the address of 'p' will always evaluate as 'true' [-Waddress]
| 258 | + !m + !n + !o + !p + !q + !pq + !qq);
| | ^
| configure:33211: $? = 0
| configure:33218: result: yes
| configure:33220: checking for _Bool
| configure:33220: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:33220: $? = 0
| configure:33220: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:232:20: error: expected expression before ')' token
| 232 | if (sizeof ((_Bool)))
| | ^
| configure:33220: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_TZSET 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_C99_STRTOLD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define restrict __restrict
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_WEAK 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define REPLACE_VFPRINTF_POSIX 1
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr"
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_DECL_SNPRINTF 1
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef STDC_HEADERS
| | # include
| | # include
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| | int
| | main ()
| | {
| | if (sizeof ((_Bool)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:33220: result: yes
| configure:33363: checking whether stdint.h conforms to C99
| configure:33543: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:33543: $? = 0
| configure:33630: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:33630: $? = 0
| configure:33630: ./conftest
| configure:33630: $? = 0
| configure:33642: result: yes
| configure:33653: checking whether stdint.h predates C++11
| configure:33689: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:33689: $? = 0
| configure:33694: result: no
| configure:33705: checking whether stdint.h has UINTMAX_WIDTH etc.
| configure:33741: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:33741: $? = 0
| configure:33746: result: yes
| configure:34114: checking for strcasestr
| configure:34114: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:34114: $? = 0
| configure:34114: result: yes
| configure:34129: checking whether strcasestr works
| configure:34187: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:34187: $? = 0
| configure:34187: ./conftest
| configure:34187: $? = 0
| configure:34198: result: yes
| configure:34211: checking whether strdup is declared
| configure:34211: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:34211: $? = 0
| configure:34211: result: yes
| configure:34224: checking whether strerror(0) succeeds
| configure:34261: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:34261: $? = 0
| configure:34261: ./conftest
| configure:34261: $? = 0
| configure:34272: result: yes
| configure:34467: checking for mmap
| configure:34467: result: yes
| configure:34478: checking for MAP_ANONYMOUS
| configure:34515: result: yes
| configure:34527: checking whether strncat works
| configure:34615: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:34615: $? = 0
| configure:34615: ./conftest
| configure:34615: $? = 0
| configure:34626: result: yes
| configure:34633: checking whether strndup is declared
| configure:34633: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:34633: $? = 0
| configure:34633: result: yes
| configure:34646: checking whether strnlen is declared
| configure:34646: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:34646: $? = 0
| configure:34646: result: yes
| configure:34658: checking whether ldexp() can be used without linking with libm
| configure:34680: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:34680: $? = 0
| configure:34689: result: yes
| configure:34692: checking whether strtok_r is declared
| configure:34692: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:34692: $? = 0
| configure:34692: result: yes
| configure:34737: checking whether is self-contained
| configure:34754: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:34754: $? = 0
| configure:34762: result: yes
| configure:34767: checking for shutdown
| configure:34767: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:34767: $? = 0
| configure:34767: result: yes
| configure:34777: checking whether defines the SHUT_* macros
| configure:34794: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:208:5: warning: unused variable 'a' [-Wunused-variable]
| 208 | int a[] = { SHUT_RD, SHUT_WR, SHUT_RDWR };
| | ^
| configure:34794: $? = 0
| configure:34802: result: yes
| configure:34904: checking for struct sockaddr_storage
| configure:34904: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:34904: $? = 0
| configure:34904: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:220:38: error: expected expression before ')' token
| 220 | if (sizeof ((struct sockaddr_storage)))
| | ^
| configure:34904: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_TZSET 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_C99_STRTOLD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define restrict __restrict
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_WEAK 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define REPLACE_VFPRINTF_POSIX 1
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr"
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_DECL_SNPRINTF 1
| | #define HAVE__BOOL 1
| | #define HAVE_STRCASESTR 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_DECL_STRTOK_R 1
| | #define HAVE_SHUTDOWN 1
| | /* end confdefs.h. */
| |
| | /* sys/types.h is not needed according to POSIX, but the
| | sys/socket.h in i386-unknown-freebsd4.10 and
| | powerpc-apple-darwin5.5 required it. */
| | #include
| | #ifdef HAVE_SYS_SOCKET_H
| | #include
| | #endif
| | #ifdef HAVE_WS2TCPIP_H
| | #include
| | #endif
| |
| |
| | int
| | main ()
| | {
| | if (sizeof ((struct sockaddr_storage)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:34904: result: yes
| configure:34925: checking for sa_family_t
| configure:34925: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:34925: $? = 0
| configure:34925: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:221:26: error: expected expression before ')' token
| 221 | if (sizeof ((sa_family_t)))
| | ^
| configure:34925: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_TZSET 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_C99_STRTOLD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define restrict __restrict
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_WEAK 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define REPLACE_VFPRINTF_POSIX 1
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr"
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_DECL_SNPRINTF 1
| | #define HAVE__BOOL 1
| | #define HAVE_STRCASESTR 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_DECL_STRTOK_R 1
| | #define HAVE_SHUTDOWN 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| | /* end confdefs.h. */
| |
| | /* sys/types.h is not needed according to POSIX, but the
| | sys/socket.h in i386-unknown-freebsd4.10 and
| | powerpc-apple-darwin5.5 required it. */
| | #include
| | #ifdef HAVE_SYS_SOCKET_H
| | #include
| | #endif
| | #ifdef HAVE_WS2TCPIP_H
| | #include
| | #endif
| |
| |
| | int
| | main ()
| | {
| | if (sizeof ((sa_family_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:34925: result: yes
| configure:34954: checking for struct sockaddr_storage.ss_family
| configure:34954: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:34954: $? = 0
| configure:34954: result: yes
| configure:35022: checking for struct timespec in
| configure:35039: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:35039: $? = 0
| configure:35046: result: yes
| configure:35260: checking whether clearerr_unlocked is declared
| configure:35260: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:35260: $? = 0
| configure:35260: result: yes
| configure:35271: checking whether feof_unlocked is declared
| configure:35271: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:35271: $? = 0
| configure:35271: result: yes
| configure:35282: checking whether ferror_unlocked is declared
| configure:35282: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:35282: $? = 0
| configure:35282: result: yes
| configure:35293: checking whether fgets_unlocked is declared
| configure:35293: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:35293: $? = 0
| configure:35293: result: yes
| configure:35304: checking whether fputc_unlocked is declared
| configure:35304: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:35304: $? = 0
| configure:35304: result: yes
| configure:35315: checking whether fread_unlocked is declared
| configure:35315: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:35315: $? = 0
| configure:35315: result: yes
| configure:35326: checking whether fwrite_unlocked is declared
| configure:35326: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:35326: $? = 0
| configure:35326: result: yes
| configure:35337: checking whether getc_unlocked is declared
| configure:35337: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:35337: $? = 0
| configure:35337: result: yes
| configure:35348: checking whether getchar_unlocked is declared
| configure:35348: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:35348: $? = 0
| configure:35348: result: yes
| configure:35359: checking whether putchar_unlocked is declared
| configure:35359: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:35359: $? = 0
| configure:35359: result: yes
| configure:35370: checking whether unsetenv is declared
| configure:35370: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:35370: $? = 0
| configure:35370: result: yes
| configure:35381: checking whether vsnprintf is declared
| configure:35381: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:35381: $? = 0
| configure:35381: result: yes
| configure:35427: checking for alloca as a compiler built-in
| configure:35451: result: yes
| configure:35475: checking whether to enable assertions
| configure:35492: result: yes
| configure:35508: checking whether btowc(0) is correct
| configure:35545: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:35545: $? = 0
| configure:35545: ./conftest
| configure:35545: $? = 0
| configure:35556: result: yes
| configure:35559: checking whether btowc(EOF) is correct
| configure:35600: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:35600: $? = 0
| configure:35600: ./conftest
| configure:35600: $? = 0
| configure:35612: result: yes
| configure:35656: checking for __builtin_expect
| configure:35671: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:35671: $? = 0
| configure:35696: result: yes
| configure:35710: checking byteswap.h usability
| configure:35710: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:35710: $? = 0
| configure:35710: result: yes
| configure:35710: checking byteswap.h presence
| configure:35710: gcc -E -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c
| configure:35710: $? = 0
| configure:35710: result: yes
| configure:35710: checking for byteswap.h
| configure:35710: result: yes
| configure:35740: checking for strtod_l
| configure:35765: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:35765: $? = 0
| configure:35774: result: yes
| configure:36141: checking whether // is distinct from /
| configure:36170: result: no
| configure:36188: checking whether dup2 works
| configure:36276: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:36276: $? = 0
| configure:36276: ./conftest
| configure:36276: $? = 0
| configure:36287: result: yes
| configure:36355: checking for error_at_line
| configure:36371: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:36371: $? = 0
| configure:36379: result: yes
| configure:36428: checking whether fcntl handles F_DUPFD correctly
| configure:36486: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:36486: $? = 0
| configure:36486: ./conftest
| configure:36486: $? = 0
| configure:36496: result: yes
| configure:36514: checking whether fcntl understands F_DUPFD_CLOEXEC
| configure:36535: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:36535: $? = 0
| configure:36553: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| conftest.c:239:1: error: unknown type name 'choke'
| 239 | choke me
| | ^~~~~
| conftest.c:239:9: error: expected ';' before 'int'
| 239 | choke me
| | ^
| | ;
| ......
| 242 | int
| | ~~~
| configure:36553: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_TZSET 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_C99_STRTOLD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define restrict __restrict
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_WEAK 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define REPLACE_VFPRINTF_POSIX 1
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr"
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_DECL_SNPRINTF 1
| | #define HAVE__BOOL 1
| | #define HAVE_STRCASESTR 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_DECL_STRTOK_R 1
| | #define HAVE_SHUTDOWN 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| | #define HAVE_SA_FAMILY_T 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_DECL_UNSETENV 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_BTOWC 1
| | #define HAVE___BUILTIN_EXPECT 1
| | #define HAVE_BYTESWAP_H 1
| | #define HAVE_STRTOD_L 1
| | #define GNULIB_CANONICALIZE_LGPL 1
| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| | #define GNULIB_TEST_REALPATH 1
| | #define GNULIB_TEST_CHDIR 1
| | #define SIGNAL_SAFE_LIST 1
| | #define GNULIB_TEST_CLOEXEC 1
| | #define GNULIB_TEST_CLOSE 1
| | #define GNULIB_DIRNAME 1
| | #define HAVE_DUP2 1
| | #define GNULIB_TEST_DUP2 1
| | #define GNULIB_TEST_ENVIRON 1
| | /* end confdefs.h. */
| |
| | #ifdef __linux__
| | /* The Linux kernel only added F_DUPFD_CLOEXEC in 2.6.24, so we always replace
| | it to support the semantics on older kernels that failed with EINVAL. */
| | choke me
| | #endif
| |
| | int
| | main ()
| | {
| |
| | ;
| | return 0;
| | }
| configure:36564: result: needs runtime check
| configure:36691: checking for flexible array member
| configure:36719: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:36719: $? = 0
| configure:36726: result: yes
| configure:36789: checking whether conversion from 'int' to 'long double' works
| configure:36833: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:36833: $? = 0
| configure:36833: ./conftest
| configure:36833: $? = 0
| configure:36844: result: yes
| configure:36989: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:36989: $? = 0
| configure:37346: checking for ptrdiff_t
| configure:37346: result: yes
| configure:37404: checking whether frexp works
| configure:37502: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c: In function 'main':
| conftest.c:299:21: warning: passing argument 2 of 'memcmp' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]
| 299 | if (memcmp (&y, &x, sizeof x))
| | ^~
| In file included from conftest.c:243:
| /usr/include/string.h:63:50: note: expected 'const void *' but argument is of type 'volatile double *'
| 63 | extern int memcmp (const void *__s1, const void *__s2, size_t __n)
| | ~~~~~~~~~~~~^~~~
| configure:37502: $? = 0
| configure:37502: ./conftest
| configure:37502: $? = 0
| configure:37513: result: yes
| configure:37560: checking whether frexpl is declared
| configure:37560: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:37560: $? = 0
| configure:37560: result: yes
| configure:37570: checking whether frexpl() can be used without linking with libm
| configure:37588: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:37588: $? = 0
| configure:37597: result: yes
| configure:37603: checking whether frexpl works
| configure:37714: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c: In function 'main':
| conftest.c:318:21: warning: unused variable 'y' [-Wunused-variable]
| 318 | long double y = frexpl (x, &exp);
| | ^
| configure:37714: $? = 0
| configure:37714: ./conftest
| configure:37714: $? = 0
| configure:37725: result: yes
| configure:37812: checking for fseeko
| configure:37839: result: yes
| configure:38031: checking for ftello
| configure:38057: result: yes
| configure:38070: checking whether ftello works
| configure:38159: result: yes
| configure:38230: checking for working getdelim function
| configure:38292: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:38292: $? = 0
| configure:38292: ./conftest
| configure:38292: $? = 0
| configure:38302: result: yes
| configure:38376: checking whether getdtablesize works
| configure:38409: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:38409: $? = 0
| configure:38409: ./conftest
| configure:38409: $? = 0
| configure:38422: result: yes
| configure:38468: checking for getline
| configure:38468: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:38468: $? = 0
| configure:38468: result: yes
| configure:38476: checking for working getline function
| configure:38539: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:38539: $? = 0
| configure:38539: ./conftest
| configure:38539: $? = 0
| configure:38549: result: yes
| configure:38789: checking whether program_invocation_name is declared
| configure:38789: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:38789: $? = 0
| configure:38789: result: yes
| configure:38804: checking whether program_invocation_short_name is declared
| configure:38804: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:38804: $? = 0
| configure:38804: result: yes
| configure:38819: checking whether __argv is declared
| configure:38819: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:265:10: error: '__argv' undeclared (first use in this function)
| 265 | (void) __argv;
| | ^~~~~~
| conftest.c:265:10: note: each undeclared identifier is reported only once for each function it appears in
| configure:38819: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_TZSET 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_C99_STRTOLD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define restrict __restrict
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_WEAK 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define REPLACE_VFPRINTF_POSIX 1
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr"
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_DECL_SNPRINTF 1
| | #define HAVE__BOOL 1
| | #define HAVE_STRCASESTR 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_DECL_STRTOK_R 1
| | #define HAVE_SHUTDOWN 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| | #define HAVE_SA_FAMILY_T 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_DECL_UNSETENV 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_BTOWC 1
| | #define HAVE___BUILTIN_EXPECT 1
| | #define HAVE_BYTESWAP_H 1
| | #define HAVE_STRTOD_L 1
| | #define GNULIB_CANONICALIZE_LGPL 1
| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| | #define GNULIB_TEST_REALPATH 1
| | #define GNULIB_TEST_CHDIR 1
| | #define SIGNAL_SAFE_LIST 1
| | #define GNULIB_TEST_CLOEXEC 1
| | #define GNULIB_TEST_CLOSE 1
| | #define GNULIB_DIRNAME 1
| | #define HAVE_DUP2 1
| | #define GNULIB_TEST_DUP2 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define GNULIB_TEST_FCNTL 1
| | #define FLEXIBLE_ARRAY_MEMBER /**/
| | #define GNULIB_TEST_FLOOR 1
| | #define REPLACE_FPRINTF_POSIX 1
| | #define GNULIB_TEST_FPRINTF_POSIX 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define GNULIB_TEST_FREXP 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define GNULIB_TEST_FREXPL 1
| | #define GNULIB_TEST_FSEEK 1
| | #define GNULIB_TEST_FSEEKO 1
| | #define GNULIB_TEST_FSTAT 1
| | #define GNULIB_TEST_FTELL 1
| | #define GNULIB_TEST_FTELLO 1
| | #define GNULIB_FWRITEERROR 1
| | #define GNULIB_TEST_GETDELIM 1
| | #define GNULIB_TEST_GETDTABLESIZE 1
| | #define GNULIB_TEST_GETLINE 1
| | #define GNULIB_TEST_GETPASS 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | /* end confdefs.h. */
| | #include
| |
| | int
| | main ()
| | {
| | #ifndef __argv
| | #ifdef __cplusplus
| | (void) __argv;
| | #else
| | (void) __argv;
| | #endif
| | #endif
| |
| | ;
| | return 0;
| | }
| configure:38819: result: no
| configure:38894: checking whether gettimeofday clobbers localtime buffer
| configure:38935: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:38935: $? = 0
| configure:38935: ./conftest
| configure:38935: $? = 0
| configure:38945: result: no
| configure:38964: checking for gettimeofday with POSIX signature
| configure:38992: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| conftest.c:259:19: error: conflicting types for 'gettimeofday'
| 259 | int gettimeofday (struct timeval *restrict, void *restrict);
| | ^~~~~~~~~~~~
| In file included from conftest.c:257:
| /usr/include/sys/time.h:68:12: note: previous declaration of 'gettimeofday' was here
| 68 | extern int gettimeofday (struct timeval *__restrict __tv,
| | ^~~~~~~~~~~~
| configure:38992: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_TZSET 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_C99_STRTOLD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define restrict __restrict
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_WEAK 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define REPLACE_VFPRINTF_POSIX 1
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr"
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_DECL_SNPRINTF 1
| | #define HAVE__BOOL 1
| | #define HAVE_STRCASESTR 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_DECL_STRTOK_R 1
| | #define HAVE_SHUTDOWN 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| | #define HAVE_SA_FAMILY_T 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_DECL_UNSETENV 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_BTOWC 1
| | #define HAVE___BUILTIN_EXPECT 1
| | #define HAVE_BYTESWAP_H 1
| | #define HAVE_STRTOD_L 1
| | #define GNULIB_CANONICALIZE_LGPL 1
| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| | #define GNULIB_TEST_REALPATH 1
| | #define GNULIB_TEST_CHDIR 1
| | #define SIGNAL_SAFE_LIST 1
| | #define GNULIB_TEST_CLOEXEC 1
| | #define GNULIB_TEST_CLOSE 1
| | #define GNULIB_DIRNAME 1
| | #define HAVE_DUP2 1
| | #define GNULIB_TEST_DUP2 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define GNULIB_TEST_FCNTL 1
| | #define FLEXIBLE_ARRAY_MEMBER /**/
| | #define GNULIB_TEST_FLOOR 1
| | #define REPLACE_FPRINTF_POSIX 1
| | #define GNULIB_TEST_FPRINTF_POSIX 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define GNULIB_TEST_FREXP 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define GNULIB_TEST_FREXPL 1
| | #define GNULIB_TEST_FSEEK 1
| | #define GNULIB_TEST_FSEEKO 1
| | #define GNULIB_TEST_FSTAT 1
| | #define GNULIB_TEST_FTELL 1
| | #define GNULIB_TEST_FTELLO 1
| | #define GNULIB_FWRITEERROR 1
| | #define GNULIB_TEST_GETDELIM 1
| | #define GNULIB_TEST_GETDTABLESIZE 1
| | #define GNULIB_TEST_GETLINE 1
| | #define GNULIB_TEST_GETPASS 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_DECL___ARGV 0
| | /* end confdefs.h. */
| | #include
| | struct timeval c;
| | int gettimeofday (struct timeval *restrict, void *restrict);
| |
| | int
| | main ()
| | {
| | /* glibc uses struct timezone * rather than the POSIX void *
| | if _GNU_SOURCE is defined. However, since the only portable
| | use of gettimeofday uses NULL as the second parameter, and
| | since the glibc definition is actually more typesafe, it is
| | not worth wrapping this to get a compliant signature. */
| | int (*f) (struct timeval *restrict, void *restrict)
| | = gettimeofday;
| | int x = f (&c, 0);
| | return !(x | c.tv_sec | c.tv_usec);
| |
| | ;
| | return 0;
| | }
| configure:39008: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:39008: $? = 0
| configure:39017: result: almost
| configure:39068: checking whether the compiler generally respects inline
| configure:39098: result: yes
| configure:39119: checking whether isfinite is declared
| configure:39119: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:39119: $? = 0
| configure:39119: result: yes
| configure:39154: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:39154: $? = 0
| configure:39168: checking whether isfinite(long double) works
| configure:39285: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:39285: $? = 0
| configure:39285: ./conftest
| configure:39285: $? = 0
| configure:39296: result: yes
| configure:39342: checking whether isinf is declared
| configure:39342: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:39342: $? = 0
| configure:39342: result: yes
| configure:39381: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:39381: $? = 0
| configure:39395: checking whether isinf(long double) works
| configure:39533: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:39533: $? = 0
| configure:39533: ./conftest
| configure:39533: $? = 0
| configure:39544: result: yes
| configure:39595: checking whether isnan macro works
| configure:39600: result: yes
| configure:39642: checking whether isnan(double) can be used without linking with libm
| configure:39676: result: yes
| configure:39769: checking whether isnan(double) can be used without linking with libm
| configure:39803: result: yes
| configure:39832: checking whether isnan(float) can be used without linking with libm
| configure:39866: result: yes
| configure:39922: checking whether isnan(float) works
| configure:40019: result: yes
| configure:40178: checking whether isnan(float) can be used without linking with libm
| configure:40212: result: yes
| configure:40219: checking whether isnan(float) works
| configure:40316: result: yes
| configure:40461: checking whether isnan(long double) can be used without linking with libm
| configure:40495: result: yes
| configure:40552: checking whether isnanl works
| configure:40706: result: yes
| configure:40903: checking whether isnan(long double) can be used without linking with libm
| configure:40937: result: yes
| configure:40946: checking whether isnanl works
| configure:41100: result: yes
| configure:41280: checking whether iswblank is declared
| configure:41280: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:41280: $? = 0
| configure:41280: result: yes
| configure:41440: checking whether langinfo.h defines CODESET
| configure:41458: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:41458: $? = 0
| configure:41466: result: yes
| configure:41471: checking whether langinfo.h defines T_FMT_AMPM
| configure:41489: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:41489: $? = 0
| configure:41497: result: yes
| configure:41502: checking whether langinfo.h defines ALTMON_1
| configure:41520: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:41520: $? = 0
| configure:41528: result: yes
| configure:41533: checking whether langinfo.h defines ERA
| configure:41551: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:41551: $? = 0
| configure:41559: result: yes
| configure:41564: checking whether langinfo.h defines YESEXPR
| configure:41582: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:41582: $? = 0
| configure:41590: result: yes
| configure:41611: checking whether the compiler supports the __inline keyword
| configure:41628: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:41628: $? = 0
| configure:41635: result: yes
| configure:41665: checking whether locale.h conforms to POSIX:2001
| configure:41683: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:41683: $? = 0
| configure:41690: result: yes
| configure:41734: checking whether struct lconv is properly defined
| configure:41753: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:41753: $? = 0
| configure:41761: result: yes
| configure:41908: checking for pthread_rwlock_t
| configure:41908: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:41908: $? = 0
| configure:41908: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:280:31: error: expected expression before ')' token
| 280 | if (sizeof ((pthread_rwlock_t)))
| | ^
| configure:41908: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_TZSET 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_C99_STRTOLD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define restrict __restrict
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_WEAK 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define REPLACE_VFPRINTF_POSIX 1
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr"
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_DECL_SNPRINTF 1
| | #define HAVE__BOOL 1
| | #define HAVE_STRCASESTR 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_DECL_STRTOK_R 1
| | #define HAVE_SHUTDOWN 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| | #define HAVE_SA_FAMILY_T 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_DECL_UNSETENV 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_BTOWC 1
| | #define HAVE___BUILTIN_EXPECT 1
| | #define HAVE_BYTESWAP_H 1
| | #define HAVE_STRTOD_L 1
| | #define GNULIB_CANONICALIZE_LGPL 1
| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| | #define GNULIB_TEST_REALPATH 1
| | #define GNULIB_TEST_CHDIR 1
| | #define SIGNAL_SAFE_LIST 1
| | #define GNULIB_TEST_CLOEXEC 1
| | #define GNULIB_TEST_CLOSE 1
| | #define GNULIB_DIRNAME 1
| | #define HAVE_DUP2 1
| | #define GNULIB_TEST_DUP2 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define GNULIB_TEST_FCNTL 1
| | #define FLEXIBLE_ARRAY_MEMBER /**/
| | #define GNULIB_TEST_FLOOR 1
| | #define REPLACE_FPRINTF_POSIX 1
| | #define GNULIB_TEST_FPRINTF_POSIX 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define GNULIB_TEST_FREXP 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define GNULIB_TEST_FREXPL 1
| | #define GNULIB_TEST_FSEEK 1
| | #define GNULIB_TEST_FSEEKO 1
| | #define GNULIB_TEST_FSTAT 1
| | #define GNULIB_TEST_FTELL 1
| | #define GNULIB_TEST_FTELLO 1
| | #define GNULIB_FWRITEERROR 1
| | #define GNULIB_TEST_GETDELIM 1
| | #define GNULIB_TEST_GETDTABLESIZE 1
| | #define GNULIB_TEST_GETLINE 1
| | #define GNULIB_TEST_GETPASS 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_DECL___ARGV 0
| | #define GETTIMEOFDAY_TIMEZONE struct timezone
| | #define GNULIB_TEST_GETTIMEOFDAY 1
| | #define HAVE_INLINE 1
| | #define HAVE_DECL_ISFINITE 1
| | #define GNULIB_TEST_ISFINITE 1
| | #define HAVE_DECL_ISINF 1
| | #define GNULIB_TEST_ISINF 1
| | #define GNULIB_TEST_ISNAN 1
| | #define GNULIB_TEST_ISNAND 1
| | #define HAVE_ISNAND_IN_LIBC 1
| | #define GNULIB_TEST_ISNANF 1
| | #define HAVE_ISNANF_IN_LIBC 1
| | #define GNULIB_TEST_ISNANL 1
| | #define HAVE_ISNANL_IN_LIBC 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define HAVE___INLINE 1
| | #define GNULIB_TEST_LOCALECONV 1
| | /* end confdefs.h. */
| | #include
| |
| | int
| | main ()
| | {
| | if (sizeof ((pthread_rwlock_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:41908: result: yes
| configure:41920: checking whether pthread_rwlock_rdlock prefers a writer to a reader
| configure:42045: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm -pthread -Wl,--push-state -Wl,--no-as-needed -lpthread -Wl,--pop-state >&5
| configure:42045: $? = 0
| configure:42045: ./conftest
| configure:42045: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_TZSET 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_C99_STRTOLD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define restrict __restrict
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_WEAK 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define REPLACE_VFPRINTF_POSIX 1
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr"
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_DECL_SNPRINTF 1
| | #define HAVE__BOOL 1
| | #define HAVE_STRCASESTR 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_DECL_STRTOK_R 1
| | #define HAVE_SHUTDOWN 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| | #define HAVE_SA_FAMILY_T 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_DECL_UNSETENV 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_BTOWC 1
| | #define HAVE___BUILTIN_EXPECT 1
| | #define HAVE_BYTESWAP_H 1
| | #define HAVE_STRTOD_L 1
| | #define GNULIB_CANONICALIZE_LGPL 1
| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| | #define GNULIB_TEST_REALPATH 1
| | #define GNULIB_TEST_CHDIR 1
| | #define SIGNAL_SAFE_LIST 1
| | #define GNULIB_TEST_CLOEXEC 1
| | #define GNULIB_TEST_CLOSE 1
| | #define GNULIB_DIRNAME 1
| | #define HAVE_DUP2 1
| | #define GNULIB_TEST_DUP2 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define GNULIB_TEST_FCNTL 1
| | #define FLEXIBLE_ARRAY_MEMBER /**/
| | #define GNULIB_TEST_FLOOR 1
| | #define REPLACE_FPRINTF_POSIX 1
| | #define GNULIB_TEST_FPRINTF_POSIX 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define GNULIB_TEST_FREXP 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define GNULIB_TEST_FREXPL 1
| | #define GNULIB_TEST_FSEEK 1
| | #define GNULIB_TEST_FSEEKO 1
| | #define GNULIB_TEST_FSTAT 1
| | #define GNULIB_TEST_FTELL 1
| | #define GNULIB_TEST_FTELLO 1
| | #define GNULIB_FWRITEERROR 1
| | #define GNULIB_TEST_GETDELIM 1
| | #define GNULIB_TEST_GETDTABLESIZE 1
| | #define GNULIB_TEST_GETLINE 1
| | #define GNULIB_TEST_GETPASS 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_DECL___ARGV 0
| | #define GETTIMEOFDAY_TIMEZONE struct timezone
| | #define GNULIB_TEST_GETTIMEOFDAY 1
| | #define HAVE_INLINE 1
| | #define HAVE_DECL_ISFINITE 1
| | #define GNULIB_TEST_ISFINITE 1
| | #define HAVE_DECL_ISINF 1
| | #define GNULIB_TEST_ISINF 1
| | #define GNULIB_TEST_ISNAN 1
| | #define GNULIB_TEST_ISNAND 1
| | #define HAVE_ISNAND_IN_LIBC 1
| | #define GNULIB_TEST_ISNANF 1
| | #define HAVE_ISNANF_IN_LIBC 1
| | #define GNULIB_TEST_ISNANL 1
| | #define HAVE_ISNANL_IN_LIBC 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define HAVE___INLINE 1
| | #define GNULIB_TEST_LOCALECONV 1
| | #define HAVE_PTHREAD_RWLOCK 1
| | /* end confdefs.h. */
| |
| | #include
| | #include
| | #include
| | #include
| |
| | #define SUCCEED() exit (0)
| | #define FAILURE() exit (1)
| | #define UNEXPECTED(n) (exit (10 + (n)))
| |
| | /* The main thread creates the waiting writer and the requesting reader threads
| | in the default way; this guarantees that they have the same priority.
| | We can reuse the main thread as first reader thread. */
| |
| | static pthread_rwlock_t lock;
| | static pthread_t reader1;
| | static pthread_t writer;
| | static pthread_t reader2;
| | static pthread_t timer;
| | /* Used to pass control from writer to reader2 and from reader2 to timer,
| | as in a relay race.
| | Passing control from one running thread to another running thread
| | is most likely faster than to create the second thread. */
| | static pthread_mutex_t baton;
| |
| | static void *
| | timer_func (void *ignored)
| | {
| | /* Step 13 (can be before or after step 12):
| | The timer thread takes the baton, then waits a moment to make sure
| | it can tell whether the second reader thread is blocked at step 12. */
| | if (pthread_mutex_lock (&baton))
| | UNEXPECTED (13);
| | usleep (100000);
| | /* By the time we get here, it's clear that the second reader thread is
| | blocked at step 12. This is the desired behaviour. */
| | SUCCEED ();
| | }
| |
| | static void *
| | reader2_func (void *ignored)
| | {
| | int err;
| |
| | /* Step 8 (can be before or after step 7):
| | The second reader thread takes the baton, then waits a moment to make sure
| | the writer thread has reached step 7. */
| | if (pthread_mutex_lock (&baton))
| | UNEXPECTED (8);
| | usleep (100000);
| | /* Step 9: The second reader thread requests the lock. */
| | err = pthread_rwlock_tryrdlock (&lock);
| | if (err == 0)
| | FAILURE ();
| | else if (err != EBUSY)
| | UNEXPECTED (9);
| | /* Step 10: Launch a timer, to test whether the next call blocks. */
| | if (pthread_create (&timer, NULL, timer_func, NULL))
| | UNEXPECTED (10);
| | /* Step 11: Release the baton. */
| | if (pthread_mutex_unlock (&baton))
| | UNEXPECTED (11);
| | /* Step 12: The second reader thread requests the lock. */
| | err = pthread_rwlock_rdlock (&lock);
| | if (err == 0)
| | FAILURE ();
| | else
| | UNEXPECTED (12);
| | }
| |
| | static void *
| | writer_func (void *ignored)
| | {
| | /* Step 4: Take the baton, so that the second reader thread does not go ahead
| | too early. */
| | if (pthread_mutex_lock (&baton))
| | UNEXPECTED (4);
| | /* Step 5: Create the second reader thread. */
| | if (pthread_create (&reader2, NULL, reader2_func, NULL))
| | UNEXPECTED (5);
| | /* Step 6: Release the baton. */
| | if (pthread_mutex_unlock (&baton))
| | UNEXPECTED (6);
| | /* Step 7: The writer thread requests the lock. */
| | if (pthread_rwlock_wrlock (&lock))
| | UNEXPECTED (7);
| | return NULL;
| | }
| |
| | int
| | main ()
| | {
| | reader1 = pthread_self ();
| |
| | /* Step 1: The main thread initializes the lock and the baton. */
| | if (pthread_rwlock_init (&lock, NULL))
| | UNEXPECTED (1);
| | if (pthread_mutex_init (&baton, NULL))
| | UNEXPECTED (1);
| | /* Step 2: The main thread acquires the lock as a reader. */
| | if (pthread_rwlock_rdlock (&lock))
| | UNEXPECTED (2);
| | /* Step 3: Create the writer thread. */
| | if (pthread_create (&writer, NULL, writer_func, NULL))
| | UNEXPECTED (3);
| | /* Job done. Go to sleep. */
| | for (;;)
| | {
| | sleep (1);
| | }
| | }
| |
| configure:42057: result: no
| configure:42091: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:42091: $? = 0
| configure:42113: checking whether lseek detects pipes
| configure:42146: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:42146: $? = 0
| configure:42181: result: yes
| configure:42388: checking whether NAN macro works
| configure:42411: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:42411: $? = 0
| configure:42418: result: yes
| configure:42423: checking whether HUGE_VAL works
| configure:42441: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:42441: $? = 0
| configure:42448: result: yes
| configure:42479: checking whether mbrtowc handles incomplete characters
| configure:42524: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:42524: $? = 0
| configure:42524: ./conftest
| configure:42524: $? = 0
| configure:42536: result: yes
| configure:42542: checking whether mbrtowc works as well as mbtowc
| configure:42591: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:42591: $? = 0
| configure:42591: ./conftest
| configure:42591: $? = 0
| configure:42603: result: yes
| configure:42654: checking whether mbrtowc handles a NULL pwc argument
| configure:42713: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:42713: $? = 0
| configure:42713: ./conftest
| configure:42713: $? = 0
| configure:42725: result: yes
| configure:42731: checking whether mbrtowc handles a NULL string argument
| configure:42778: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c: In function 'main':
| conftest.c:299:11: warning: unused variable 'ret' [-Wunused-variable]
| 299 | int ret;
| | ^~~
| configure:42778: $? = 0
| configure:42778: ./conftest
| configure:42778: $? = 0
| configure:42790: result: yes
| configure:42798: checking whether mbrtowc has a correct return value
| configure:42913: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:42913: $? = 0
| configure:42913: ./conftest
| configure:42913: $? = 0
| configure:42928: result: yes
| configure:42934: checking whether mbrtowc returns 0 when parsing a NUL character
| configure:42978: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:42978: $? = 0
| configure:42978: ./conftest
| configure:42978: $? = 0
| configure:42990: result: yes
| configure:42995: checking whether mbrtowc works on empty input
| configure:43023: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:43023: $? = 0
| configure:43023: ./conftest
| configure:43023: $? = 0
| configure:43034: result: yes
| configure:43038: checking whether the C locale is free of encoding errors
| configure:43082: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:43082: $? = 0
| configure:43082: ./conftest
| configure:43082: $? = 3
| configure: program exited with status 3
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_TZSET 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_C99_STRTOLD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define restrict __restrict
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_WEAK 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define REPLACE_VFPRINTF_POSIX 1
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr"
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_DECL_SNPRINTF 1
| | #define HAVE__BOOL 1
| | #define HAVE_STRCASESTR 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_DECL_STRTOK_R 1
| | #define HAVE_SHUTDOWN 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| | #define HAVE_SA_FAMILY_T 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_DECL_UNSETENV 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_BTOWC 1
| | #define HAVE___BUILTIN_EXPECT 1
| | #define HAVE_BYTESWAP_H 1
| | #define HAVE_STRTOD_L 1
| | #define GNULIB_CANONICALIZE_LGPL 1
| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| | #define GNULIB_TEST_REALPATH 1
| | #define GNULIB_TEST_CHDIR 1
| | #define SIGNAL_SAFE_LIST 1
| | #define GNULIB_TEST_CLOEXEC 1
| | #define GNULIB_TEST_CLOSE 1
| | #define GNULIB_DIRNAME 1
| | #define HAVE_DUP2 1
| | #define GNULIB_TEST_DUP2 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define GNULIB_TEST_FCNTL 1
| | #define FLEXIBLE_ARRAY_MEMBER /**/
| | #define GNULIB_TEST_FLOOR 1
| | #define REPLACE_FPRINTF_POSIX 1
| | #define GNULIB_TEST_FPRINTF_POSIX 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define GNULIB_TEST_FREXP 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define GNULIB_TEST_FREXPL 1
| | #define GNULIB_TEST_FSEEK 1
| | #define GNULIB_TEST_FSEEKO 1
| | #define GNULIB_TEST_FSTAT 1
| | #define GNULIB_TEST_FTELL 1
| | #define GNULIB_TEST_FTELLO 1
| | #define GNULIB_FWRITEERROR 1
| | #define GNULIB_TEST_GETDELIM 1
| | #define GNULIB_TEST_GETDTABLESIZE 1
| | #define GNULIB_TEST_GETLINE 1
| | #define GNULIB_TEST_GETPASS 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_DECL___ARGV 0
| | #define GETTIMEOFDAY_TIMEZONE struct timezone
| | #define GNULIB_TEST_GETTIMEOFDAY 1
| | #define HAVE_INLINE 1
| | #define HAVE_DECL_ISFINITE 1
| | #define GNULIB_TEST_ISFINITE 1
| | #define HAVE_DECL_ISINF 1
| | #define GNULIB_TEST_ISINF 1
| | #define GNULIB_TEST_ISNAN 1
| | #define GNULIB_TEST_ISNAND 1
| | #define HAVE_ISNAND_IN_LIBC 1
| | #define GNULIB_TEST_ISNANF 1
| | #define HAVE_ISNANF_IN_LIBC 1
| | #define GNULIB_TEST_ISNANL 1
| | #define HAVE_ISNANL_IN_LIBC 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define HAVE___INLINE 1
| | #define GNULIB_TEST_LOCALECONV 1
| | #define HAVE_PTHREAD_RWLOCK 1
| | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| | #define GNULIB_LOCK 1
| | #define GNULIB_TEST_LSEEK 1
| | #define GNULIB_TEST_LSTAT 1
| | #define HAVE_MALLOC_POSIX 1
| | #define GNULIB_TEST_MALLOC_POSIX 1
| | /* end confdefs.h. */
| | #include
| | #include
| | #include
| |
| | int
| | main ()
| | {
| |
| | int i;
| | char *locale = setlocale (LC_ALL, "C");
| | if (! locale)
| | return 2;
| | for (i = CHAR_MIN; i <= CHAR_MAX; i++)
| | {
| | char c = i;
| | wchar_t wc;
| | mbstate_t mbs = { 0, };
| | size_t ss = mbrtowc (&wc, &c, 1, &mbs);
| | if (1 < ss)
| | return 3;
| | }
| | return 0;
| |
| | ;
| | return 0;
| | }
| configure:43093: result: no
| configure:43193: checking whether mbrtowc handles incomplete characters
| configure:43250: result: yes
| configure:43256: checking whether mbrtowc works as well as mbtowc
| configure:43317: result: yes
| configure:43491: checking for mempcpy
| configure:43491: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c:310:6: warning: conflicting types for built-in function 'mempcpy'; expected 'void *(void *, const void *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
| 310 | char mempcpy ();
| | ^~~~~~~
| configure:43491: $? = 0
| configure:43491: result: yes
| configure:43545: checking for memrchr
| configure:43545: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:43545: $? = 0
| configure:43545: result: yes
| configure:43588: checking whether mkdir handles trailing slash
| configure:43637: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:43637: $? = 0
| configure:43637: ./conftest
| configure:43637: $? = 0
| configure:43650: result: yes
| configure:43659: checking whether mkdir handles trailing dot
| configure:43690: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:43690: $? = 0
| configure:43690: ./conftest
| configure:43690: $? = 0
| configure:43703: result: yes
| configure:43731: checking for mkdtemp
| configure:43731: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:43731: $? = 0
| configure:43731: result: yes
| configure:43778: checking for working mkstemp
| configure:43833: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:43833: $? = 0
| configure:43833: ./conftest
| configure:43833: $? = 0
| configure:43845: result: yes
| configure:43939: checking for __mktime_internal
| configure:43939: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: /tmp/conftest.daUvQw.ltrans0.ltrans.o: in function `main':
| /home/abuild/rpmbuild/BUILD/pspp-1.2.0/conftest.c:329: undefined reference to `__mktime_internal'
| collect2: error: ld returned 1 exit status
| configure:43939: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_TZSET 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_C99_STRTOLD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define restrict __restrict
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_WEAK 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define REPLACE_VFPRINTF_POSIX 1
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr"
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_DECL_SNPRINTF 1
| | #define HAVE__BOOL 1
| | #define HAVE_STRCASESTR 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_DECL_STRTOK_R 1
| | #define HAVE_SHUTDOWN 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| | #define HAVE_SA_FAMILY_T 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_DECL_UNSETENV 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_BTOWC 1
| | #define HAVE___BUILTIN_EXPECT 1
| | #define HAVE_BYTESWAP_H 1
| | #define HAVE_STRTOD_L 1
| | #define GNULIB_CANONICALIZE_LGPL 1
| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| | #define GNULIB_TEST_REALPATH 1
| | #define GNULIB_TEST_CHDIR 1
| | #define SIGNAL_SAFE_LIST 1
| | #define GNULIB_TEST_CLOEXEC 1
| | #define GNULIB_TEST_CLOSE 1
| | #define GNULIB_DIRNAME 1
| | #define HAVE_DUP2 1
| | #define GNULIB_TEST_DUP2 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define GNULIB_TEST_FCNTL 1
| | #define FLEXIBLE_ARRAY_MEMBER /**/
| | #define GNULIB_TEST_FLOOR 1
| | #define REPLACE_FPRINTF_POSIX 1
| | #define GNULIB_TEST_FPRINTF_POSIX 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define GNULIB_TEST_FREXP 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define GNULIB_TEST_FREXPL 1
| | #define GNULIB_TEST_FSEEK 1
| | #define GNULIB_TEST_FSEEKO 1
| | #define GNULIB_TEST_FSTAT 1
| | #define GNULIB_TEST_FTELL 1
| | #define GNULIB_TEST_FTELLO 1
| | #define GNULIB_FWRITEERROR 1
| | #define GNULIB_TEST_GETDELIM 1
| | #define GNULIB_TEST_GETDTABLESIZE 1
| | #define GNULIB_TEST_GETLINE 1
| | #define GNULIB_TEST_GETPASS 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_DECL___ARGV 0
| | #define GETTIMEOFDAY_TIMEZONE struct timezone
| | #define GNULIB_TEST_GETTIMEOFDAY 1
| | #define HAVE_INLINE 1
| | #define HAVE_DECL_ISFINITE 1
| | #define GNULIB_TEST_ISFINITE 1
| | #define HAVE_DECL_ISINF 1
| | #define GNULIB_TEST_ISINF 1
| | #define GNULIB_TEST_ISNAN 1
| | #define GNULIB_TEST_ISNAND 1
| | #define HAVE_ISNAND_IN_LIBC 1
| | #define GNULIB_TEST_ISNANF 1
| | #define HAVE_ISNANF_IN_LIBC 1
| | #define GNULIB_TEST_ISNANL 1
| | #define HAVE_ISNANL_IN_LIBC 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define HAVE___INLINE 1
| | #define GNULIB_TEST_LOCALECONV 1
| | #define HAVE_PTHREAD_RWLOCK 1
| | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| | #define GNULIB_LOCK 1
| | #define GNULIB_TEST_LSEEK 1
| | #define GNULIB_TEST_LSTAT 1
| | #define HAVE_MALLOC_POSIX 1
| | #define GNULIB_TEST_MALLOC_POSIX 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBTOWC 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define HAVE_MEMPCPY 1
| | #define GNULIB_TEST_MEMPCPY 1
| | #define HAVE_MEMRCHR 1
| | #define GNULIB_TEST_MEMRCHR 1
| | #define HAVE_MKDTEMP 1
| | #define GNULIB_TEST_MKDTEMP 1
| | #define GNULIB_TEST_MKSTEMP 1
| | #define GNULIB_TEST_MKTIME 1
| | /* end confdefs.h. */
| | /* Define __mktime_internal to an innocuous variant, in case declares __mktime_internal.
| | For example, HP-UX 11i declares gettimeofday. */
| | #define __mktime_internal innocuous___mktime_internal
| |
| | /* System header to define __stub macros and hopefully few prototypes,
| | which can conflict with char __mktime_internal (); below.
| | Prefer to if __STDC__ is defined, since
| | exists even on freestanding compilers. */
| |
| | #ifdef __STDC__
| | # include
| | #else
| | # include
| | #endif
| |
| | #undef __mktime_internal
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char __mktime_internal ();
| | /* The GNU C library defines this for functions which it implements
| | to always fail with ENOSYS. Some functions are actually named
| | something starting with __ and the normal name is an alias. */
| | #if defined __stub___mktime_internal || defined __stub_____mktime_internal
| | choke me
| | #endif
| |
| | int
| | main ()
| | {
| | return __mktime_internal ();
| | ;
| | return 0;
| | }
| configure:43939: result: no
| configure:44007: checking whether YESEXPR works
| configure:44035: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:44035: $? = 0
| configure:44035: ./conftest
| configure:44035: $? = 0
| configure:44046: result: yes
| configure:44124: checking whether open recognizes a trailing slash
| configure:44163: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:44163: $? = 0
| configure:44163: ./conftest
| configure:44163: $? = 0
| configure:44175: result: yes
| configure:44255: checking whether frexp works
| configure:44364: result: yes
| configure:44376: checking whether ldexp can be used without linking with libm
| configure:44404: result: yes
| configure:44417: checking whether frexpl() can be used without linking with libm
| configure:44444: result: yes
| configure:44450: checking whether frexpl works
| configure:44572: result: yes
| configure:44587: checking whether frexpl is declared
| configure:44587: result: yes
| configure:44598: checking whether ldexpl() can be used without linking with libm
| configure:44616: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:44616: $? = 0
| configure:44625: result: yes
| configure:44631: checking whether ldexpl works
| configure:44674: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:44674: $? = 0
| configure:44674: ./conftest
| configure:44674: $? = 0
| configure:44685: result: yes
| configure:44693: checking whether ldexpl is declared
| configure:44693: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:44693: $? = 0
| configure:44693: result: yes
| configure:44745: checking whether program_invocation_name is declared
| configure:44745: result: yes
| configure:44757: checking whether program_invocation_short_name is declared
| configure:44757: result: yes
| configure:44774: checking for raise
| configure:44774: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:44774: $? = 0
| configure:44774: result: yes
| configure:44797: checking for sigprocmask
| configure:44797: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:44797: $? = 0
| configure:44797: result: yes
| configure:44847: checking for rawmemchr
| configure:44847: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:44847: $? = 0
| configure:44847: result: yes
| configure:44933: checking whether readlink signature is correct
| configure:44951: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:44951: $? = 0
| configure:44958: result: yes
| configure:44960: checking whether readlink handles trailing slash correctly
| configure:44992: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:44992: $? = 0
| configure:44992: ./conftest
| configure:44992: $? = 0
| configure:45003: result: yes
| configure:45106: checking for working re_compile_pattern
| configure:45322: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:45322: $? = 0
| configure:45322: ./conftest
| configure:45322: $? = 0
| configure:45333: result: yes
| configure:45507: checking search.h usability
| configure:45507: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:45507: $? = 0
| configure:45507: result: yes
| configure:45507: checking search.h presence
| configure:45507: gcc -E -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c
| configure:45507: $? = 0
| configure:45507: result: yes
| configure:45507: checking for search.h
| configure:45507: result: yes
| configure:45519: checking for tsearch
| configure:45519: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:45519: $? = 0
| configure:45519: result: yes
| configure:45535: checking whether rename honors trailing slash on destination
| configure:45584: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:45584: $? = 0
| configure:45584: ./conftest
| configure:45584: $? = 0
| configure:45596: result: yes
| configure:45608: checking whether rename honors trailing slash on source
| configure:45657: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:45657: $? = 0
| configure:45657: ./conftest
| configure:45657: $? = 0
| configure:45669: result: yes
| configure:45682: checking whether rename manages hard links correctly
| configure:45738: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:45738: $? = 0
| configure:45738: ./conftest
| configure:45738: $? = 0
| configure:45756: result: yes
| configure:45768: checking whether rename manages existing destinations correctly
| configure:45809: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:45809: $? = 0
| configure:45809: ./conftest
| configure:45809: $? = 0
| configure:45821: result: yes
| configure:45863: checking whether rmdir works
| configure:45909: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:45909: $? = 0
| configure:45909: ./conftest
| configure:45909: $? = 0
| configure:45920: result: yes
| configure:45989: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:45989: $? = 0
| configure:46000: checking whether round is declared
| configure:46000: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:46000: $? = 0
| configure:46000: result: yes
| configure:46019: checking whether round works
| configure:46081: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:46081: $? = 0
| configure:46081: ./conftest
| configure:46081: $? = 0
| configure:46093: result: yes
| configure:46349: checking whether select supports a 0 argument
| configure:46381: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:46381: $? = 0
| configure:46381: ./conftest
| configure:46381: $? = 0
| configure:46392: result: yes
| configure:46399: checking whether select detects invalid fds
| configure:46446: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:46446: $? = 0
| configure:46446: ./conftest
| configure:46446: $? = 0
| configure:46457: result: yes
| configure:46525: checking whether setenv validates arguments
| configure:46569: gcc -o conftest -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi -flto=auto conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:46569: $? = 0
| configure:46569: ./conftest
| configure:46569: $? = 0
| configure:46579: result: yes
| configure:46620: checking for struct sigaction.sa_sigaction
| configure:46620: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:46620: $? = 0
| configure:46620: result: yes
| configure:46765: checking for volatile sig_atomic_t
| configure:46765: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| configure:46765: $? = 0
| configure:46765: gcc -c -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fgnu89-inline -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:336:36: error: expected expression before ')' token
| 336 | if (sizeof ((volatile sig_atomic_t)))
| | ^
| configure:46765: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "1.2.0"
| | #define PACKAGE_STRING "GNU PSPP 1.2.0"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "1.2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #ifndef __x86_64__
| | #define __x86_64__ 1
| | #endif
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_CAIRO 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_TZSET 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_C99_STRTOLD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define restrict __restrict
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_WEAK 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define REPLACE_VFPRINTF_POSIX 1
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr"
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_DECL_SNPRINTF 1
| | #define HAVE__BOOL 1
| | #define HAVE_STRCASESTR 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_DECL_STRTOK_R 1
| | #define HAVE_SHUTDOWN 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| | #define HAVE_SA_FAMILY_T 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_DECL_UNSETENV 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_BTOWC 1
| | #define HAVE___BUILTIN_EXPECT 1
| | #define HAVE_BYTESWAP_H 1
| | #define HAVE_STRTOD_L 1
| | #define GNULIB_CANONICALIZE_LGPL 1
| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| | #define GNULIB_TEST_REALPATH 1
| | #define GNULIB_TEST_CHDIR 1
| | #define SIGNAL_SAFE_LIST 1
| | #define GNULIB_TEST_CLOEXEC 1
| | #define GNULIB_TEST_CLOSE 1
| | #define GNULIB_DIRNAME 1
| | #define HAVE_DUP2 1
| | #define GNULIB_TEST_DUP2 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define GNULIB_TEST_FCNTL 1
| | #define FLEXIBLE_ARRAY_MEMBER /**/
| | #define GNULIB_TEST_FLOOR 1
| | #define REPLACE_FPRINTF_POSIX 1
| | #define GNULIB_TEST_FPRINTF_POSIX 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define GNULIB_TEST_FREXP 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define GNULIB_TEST_FREXPL 1
| | #define GNULIB_TEST_FSEEK 1
| | #define GNULIB_TEST_FSEEKO 1
| | #define GNULIB_TEST_FSTAT 1
| | #define GNULIB_TEST_FTELL 1
| | #define GNULIB_TEST_FTELLO 1
| | #define GNULIB_FWRITEERROR 1
| | #define GNULIB_TEST_GETDELIM 1
| | #define GNULIB_TEST_GETDTABLESIZE 1
| | #define GNULIB_TEST_GETLINE 1
| | #define GNULIB_TEST_GETPASS 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_DECL___ARGV 0
| | #define GETTIMEOFDAY_TIMEZONE struct timezone
| | #define GNULIB_TEST_GETTIMEOFDAY 1
| | #define HAVE_INLINE 1
| | #define HAVE_DECL_ISFINITE 1
| | #define GNULIB_TEST_ISFINITE 1
| | #define HAVE_DECL_ISINF 1
| | #define GNULIB_TEST_ISINF 1
| | #define GNULIB_TEST_ISNAN 1
| | #define GNULIB_TEST_ISNAND 1
| | #define HAVE_ISNAND_IN_LIBC 1
| | #define GNULIB_TEST_ISNANF 1
| | #define HAVE_ISNANF_IN_LIBC 1
| | #define GNULIB_TEST_ISNANL 1
| | #define HAVE_ISNANL_IN_LIBC 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define HAVE___INLINE 1
| | #define GNULIB_TEST_LOCALECONV 1
| | #define HAVE_PTHREAD_RWLOCK 1
| | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| | #define GNULIB_LOCK 1
| | #define GNULIB_TEST_LSEEK 1
| | #define GNULIB_TEST_LSTAT 1
| | #define HAVE_MALLOC_POSIX 1
| | #define GNULIB_TEST_MALLOC_POSIX 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBTOWC 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define HAVE_MEMPCPY 1
| | #define GNULIB_TEST_MEMPCPY 1
| | #define HAVE_MEMRCHR 1
| | #define GNULIB_TEST_MEMRCHR 1
| | #define HAVE_MKDTEMP 1
| | #define GNULIB_TEST_MKDTEMP 1
| | #define GNULIB_TEST_MKSTEMP 1
| | #define GNULIB_TEST_MKTIME 1
| | #define NEED_MKTIME_INTERNAL 1
| | #define GNULIB_MSVC_NOTHROW 1
| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| | #define GNULIB_TEST_NL_LANGINFO 1
| | #define my_strftime nstrftime
| | #define GNULIB_TEST_OPEN 1
| | #define GNULIB_TEST_PIPE2 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define HAVE_LDEXP_IN_LIBC 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define HAVE_LDEXPL_IN_LIBC 1
| | #define REPLACE_PRINTF_POSIX 1
| | #define GNULIB_TEST_PRINTF_POSIX 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_RAISE 1
| | #define GNULIB_TEST_RAISE 1
| | #define HAVE_RAWMEMCHR 1
| | #define GNULIB_TEST_RAWMEMCHR 1
| | #define GNULIB_TEST_READ 1
| | #define GNULIB_TEST_READLINK 1
| | #define HAVE_REALLOC_POSIX 1
| | #define GNULIB_TEST_REALLOC_POSIX 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define GNULIB_TEST_RENAME 1
| | #define GNULIB_TEST_RMDIR 1
| | #define HAVE_DECL_ROUND 1
| | #define GNULIB_TEST_ROUND 1
| | #define GNULIB_TEST_SECURE_GETENV 1
| | #define GNULIB_TEST_SELECT 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| | #define GNULIB_TEST_SIGACTION 1
| | /* end confdefs.h. */
| |
| | #include