1This file contains any messages produced by compilers while 2running configure, to aid debugging if configure makes a mistake. 3 4It was created by strace configure 4.5.12, which was 5generated by GNU Autoconf 2.59. Invocation command line was 6 7 $ ./configure --prefix=/data/ --build=arm-unknown-linux-gnu 8 9## --------- ## 10## Platform. ## 11## --------- ## 12 13hostname = skywriting.corp.google.com 14uname -m = x86_64 15uname -r = 2.6.18.5-gg19workstation-mixed64-32 16uname -s = Linux 17uname -v = #1 SMP Tue Nov 20 16:02:52 PST 2007 18 19/usr/bin/uname -p = unknown 20/bin/uname -X = unknown 21 22/bin/arch = x86_64 23/usr/bin/arch -k = unknown 24/usr/convex/getsysinfo = unknown 25hostinfo = unknown 26/bin/machine = unknown 27/usr/bin/oslevel = unknown 28/bin/universe = unknown 29 30PATH: /usr/local/symlinks 31PATH: /usr/local/scripts 32PATH: /usr/local/sbin 33PATH: /usr/local/bin 34PATH: /usr/sbin 35PATH: /usr/bin 36PATH: /sbin 37PATH: /bin 38PATH: /usr/bin/X11 39PATH: /android/device/prebuilt/Linux/toolchain/bin/ 40PATH: /home/mkf/bin 41PATH: /android/device/out/host/linux-x86/bin 42PATH: /android/device/prebuilt/Linux/toolchain/arm-elf 43PATH: /android/device/tools/qtools 44PATH: /android/device/prebuilt/Linux/toolchain-eabi-4.2.1/bin 45PATH: /android/device/prebuilt/Linux/toolchain-eabi-4.2.1/bin 46 47 48## ----------- ## 49## Core tests. ## 50## ----------- ## 51 52configure:1358: checking for a BSD-compatible install 53configure:1413: result: /usr/bin/install -c 54configure:1424: checking whether build environment is sane 55configure:1467: result: yes 56configure:1532: checking for gawk 57configure:1548: found /usr/bin/gawk 58configure:1558: result: gawk 59configure:1568: checking whether make sets $(MAKE) 60configure:1588: result: yes 61configure:1756: checking whether to enable maintainer-specific portions of Makefiles 62configure:1765: result: no 63configure:1786: checking build system type 64configure:1804: result: arm-unknown-linux-gnu 65configure:1812: checking host system type 66configure:1826: result: arm-unknown-linux-gnu 67configure:1835: checking for supported operating system 68configure:1894: result: linux 69configure:1897: checking for supported architecture 70configure:2028: result: arm 71configure:2141: checking for gcc 72configure:2157: found /usr/bin/gcc 73configure:2167: result: gcc 74configure:2411: checking for C compiler version 75configure:2414: gcc --version </dev/null >&5 76gcc (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5) 77Copyright (C) 2006 Free Software Foundation, Inc. 78This is free software; see the source for copying conditions. There is NO 79warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 80 81configure:2417: $? = 0 82configure:2419: gcc -v </dev/null >&5 83Using built-in specs. 84Target: i486-linux-gnu 85Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-awt=gtk-default --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --with-tune=pentium4 --enable-checking=release i486-linux-gnu 86Thread model: posix 87gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5) 88configure:2422: $? = 0 89configure:2424: gcc -V </dev/null >&5 90gcc: '-V' option must have argument 91configure:2427: $? = 1 92configure:2450: checking for C compiler default output file name 93configure:2453: gcc -I/android/device/system/kernel_headers/ conftest.c >&5 94configure:2456: $? = 0 95configure:2502: result: a.out 96configure:2507: checking whether the C compiler works 97configure:2513: ./a.out 98configure:2516: $? = 0 99configure:2533: result: yes 100configure:2540: checking whether we are cross compiling 101configure:2542: result: no 102configure:2545: checking for suffix of executables 103configure:2547: gcc -o conftest -I/android/device/system/kernel_headers/ conftest.c >&5 104configure:2550: $? = 0 105configure:2575: result: 106configure:2581: checking for suffix of object files 107configure:2602: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 108configure:2605: $? = 0 109configure:2627: result: o 110configure:2631: checking whether we are using the GNU C compiler 111configure:2655: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 112configure:2661: $? = 0 113configure:2665: test -z 114 || test ! -s conftest.err 115configure:2668: $? = 0 116configure:2671: test -s conftest.o 117configure:2674: $? = 0 118configure:2687: result: yes 119configure:2693: checking whether gcc accepts -g 120configure:2714: gcc -c -g conftest.c >&5 121configure:2720: $? = 0 122configure:2724: test -z 123 || test ! -s conftest.err 124configure:2727: $? = 0 125configure:2730: test -s conftest.o 126configure:2733: $? = 0 127configure:2744: result: yes 128configure:2761: checking for gcc option to accept ANSI C 129configure:2831: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 130configure:2837: $? = 0 131configure:2841: test -z 132 || test ! -s conftest.err 133configure:2844: $? = 0 134configure:2847: test -s conftest.o 135configure:2850: $? = 0 136configure:2868: result: none needed 137configure:2886: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 138conftest.c:2: error: syntax error before 'me' 139configure:2892: $? = 1 140configure: failed program was: 141| #ifndef __cplusplus 142| choke me 143| #endif 144configure:3036: checking for style of include used by make 145configure:3064: result: GNU 146configure:3092: checking dependency style of gcc 147configure:3182: result: gcc3 148configure:3207: checking for primary include directory 149configure:3225: result: /usr/include 150configure:3274: checking how to run the C preprocessor 151configure:3309: gcc -E conftest.c 152configure:3315: $? = 0 153configure:3347: gcc -E conftest.c 154conftest.c:14:28: error: ac_nonexistent.h: No such file or directory 155configure:3353: $? = 1 156configure: failed program was: 157| /* confdefs.h. */ 158| 159| #define PACKAGE_NAME "strace" 160| #define PACKAGE_TARNAME "strace" 161| #define PACKAGE_VERSION "4.5.12" 162| #define PACKAGE_STRING "strace 4.5.12" 163| #define PACKAGE_BUGREPORT "" 164| #define PACKAGE "strace" 165| #define VERSION "4.5.12" 166| #define LINUX 1 167| #define ARM 1 168| #define _GNU_SOURCE 1 169| /* end confdefs.h. */ 170| #include <ac_nonexistent.h> 171configure:3392: result: gcc -E 172configure:3416: gcc -E conftest.c 173configure:3422: $? = 0 174configure:3454: gcc -E conftest.c 175conftest.c:14:28: error: ac_nonexistent.h: No such file or directory 176configure:3460: $? = 1 177configure: failed program was: 178| /* confdefs.h. */ 179| 180| #define PACKAGE_NAME "strace" 181| #define PACKAGE_TARNAME "strace" 182| #define PACKAGE_VERSION "4.5.12" 183| #define PACKAGE_STRING "strace 4.5.12" 184| #define PACKAGE_BUGREPORT "" 185| #define PACKAGE "strace" 186| #define VERSION "4.5.12" 187| #define LINUX 1 188| #define ARM 1 189| #define _GNU_SOURCE 1 190| /* end confdefs.h. */ 191| #include <ac_nonexistent.h> 192configure:3505: checking for egrep 193configure:3515: result: grep -E 194configure:3521: checking whether gcc needs -traditional 195configure:3563: result: no 196configure:3583: checking for a BSD-compatible install 197configure:3638: result: /usr/bin/install -c 198configure:3649: checking for an ANSI C-conforming const 199configure:3716: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 200configure:3722: $? = 0 201configure:3726: test -z 202 || test ! -s conftest.err 203configure:3729: $? = 0 204configure:3732: test -s conftest.o 205configure:3735: $? = 0 206configure:3746: result: yes 207configure:3756: checking for ANSI C header files 208configure:3781: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 209configure:3787: $? = 0 210configure:3791: test -z 211 || test ! -s conftest.err 212configure:3794: $? = 0 213configure:3797: test -s conftest.o 214configure:3800: $? = 0 215configure:3889: gcc -o conftest -I/android/device/system/kernel_headers/ conftest.c >&5 216conftest.c: In function 'main': 217conftest.c:31: warning: incompatible implicit declaration of built-in function 'exit' 218configure:3892: $? = 0 219configure:3894: ./conftest 220configure:3897: $? = 0 221configure:3912: result: yes 222configure:3930: checking for dirent.h that defines DIR 223configure:3954: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 224configure:3960: $? = 0 225configure:3964: test -z 226 || test ! -s conftest.err 227configure:3967: $? = 0 228configure:3970: test -s conftest.o 229configure:3973: $? = 0 230configure:3984: result: yes 231configure:3997: checking for library containing opendir 232configure:4027: gcc -o conftest -I/android/device/system/kernel_headers/ conftest.c >&5 233configure:4033: $? = 0 234configure:4037: test -z 235 || test ! -s conftest.err 236configure:4040: $? = 0 237configure:4043: test -s conftest 238configure:4046: $? = 0 239configure:4116: result: none required 240configure:4252: checking whether stat file-mode macros are broken 241configure:4300: result: no 242configure:4324: checking for sys/types.h 243configure:4340: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 244configure:4346: $? = 0 245configure:4350: test -z 246 || test ! -s conftest.err 247configure:4353: $? = 0 248configure:4356: test -s conftest.o 249configure:4359: $? = 0 250configure:4370: result: yes 251configure:4324: checking for sys/stat.h 252configure:4340: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 253configure:4346: $? = 0 254configure:4350: test -z 255 || test ! -s conftest.err 256configure:4353: $? = 0 257configure:4356: test -s conftest.o 258configure:4359: $? = 0 259configure:4370: result: yes 260configure:4324: checking for stdlib.h 261configure:4340: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 262configure:4346: $? = 0 263configure:4350: test -z 264 || test ! -s conftest.err 265configure:4353: $? = 0 266configure:4356: test -s conftest.o 267configure:4359: $? = 0 268configure:4370: result: yes 269configure:4324: checking for string.h 270configure:4340: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 271configure:4346: $? = 0 272configure:4350: test -z 273 || test ! -s conftest.err 274configure:4353: $? = 0 275configure:4356: test -s conftest.o 276configure:4359: $? = 0 277configure:4370: result: yes 278configure:4324: checking for memory.h 279configure:4340: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 280configure:4346: $? = 0 281configure:4350: test -z 282 || test ! -s conftest.err 283configure:4353: $? = 0 284configure:4356: test -s conftest.o 285configure:4359: $? = 0 286configure:4370: result: yes 287configure:4324: checking for strings.h 288configure:4340: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 289configure:4346: $? = 0 290configure:4350: test -z 291 || test ! -s conftest.err 292configure:4353: $? = 0 293configure:4356: test -s conftest.o 294configure:4359: $? = 0 295configure:4370: result: yes 296configure:4324: checking for inttypes.h 297configure:4340: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 298configure:4346: $? = 0 299configure:4350: test -z 300 || test ! -s conftest.err 301configure:4353: $? = 0 302configure:4356: test -s conftest.o 303configure:4359: $? = 0 304configure:4370: result: yes 305configure:4324: checking for stdint.h 306configure:4340: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 307configure:4346: $? = 0 308configure:4350: test -z 309 || test ! -s conftest.err 310configure:4353: $? = 0 311configure:4356: test -s conftest.o 312configure:4359: $? = 0 313configure:4370: result: yes 314configure:4324: checking for unistd.h 315configure:4340: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 316configure:4346: $? = 0 317configure:4350: test -z 318 || test ! -s conftest.err 319configure:4353: $? = 0 320configure:4356: test -s conftest.o 321configure:4359: $? = 0 322configure:4370: result: yes 323configure:4382: checking for struct stat.st_blksize 324configure:4405: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 325configure:4411: $? = 0 326configure:4415: test -z 327 || test ! -s conftest.err 328configure:4418: $? = 0 329configure:4421: test -s conftest.o 330configure:4424: $? = 0 331configure:4481: result: yes 332configure:4491: checking for struct stat.st_blocks 333configure:4514: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 334configure:4520: $? = 0 335configure:4524: test -z 336 || test ! -s conftest.err 337configure:4527: $? = 0 338configure:4530: test -s conftest.o 339configure:4533: $? = 0 340configure:4590: result: yes 341configure:4600: checking for struct stat.st_aclcnt 342configure:4623: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 343conftest.c: In function 'main': 344conftest.c:65: error: 'struct stat' has no member named 'st_aclcnt' 345configure:4629: $? = 1 346configure: failed program was: 347| /* confdefs.h. */ 348| 349| #define PACKAGE_NAME "strace" 350| #define PACKAGE_TARNAME "strace" 351| #define PACKAGE_VERSION "4.5.12" 352| #define PACKAGE_STRING "strace 4.5.12" 353| #define PACKAGE_BUGREPORT "" 354| #define PACKAGE "strace" 355| #define VERSION "4.5.12" 356| #define LINUX 1 357| #define ARM 1 358| #define _GNU_SOURCE 1 359| #define STDC_HEADERS 1 360| #define HAVE_DIRENT_H 1 361| #define HAVE_SYS_TYPES_H 1 362| #define HAVE_SYS_STAT_H 1 363| #define HAVE_STDLIB_H 1 364| #define HAVE_STRING_H 1 365| #define HAVE_MEMORY_H 1 366| #define HAVE_STRINGS_H 1 367| #define HAVE_INTTYPES_H 1 368| #define HAVE_STDINT_H 1 369| #define HAVE_UNISTD_H 1 370| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 371| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 372| /* end confdefs.h. */ 373| #include <stdio.h> 374| #if HAVE_SYS_TYPES_H 375| # include <sys/types.h> 376| #endif 377| #if HAVE_SYS_STAT_H 378| # include <sys/stat.h> 379| #endif 380| #if STDC_HEADERS 381| # include <stdlib.h> 382| # include <stddef.h> 383| #else 384| # if HAVE_STDLIB_H 385| # include <stdlib.h> 386| # endif 387| #endif 388| #if HAVE_STRING_H 389| # if !STDC_HEADERS && HAVE_MEMORY_H 390| # include <memory.h> 391| # endif 392| # include <string.h> 393| #endif 394| #if HAVE_STRINGS_H 395| # include <strings.h> 396| #endif 397| #if HAVE_INTTYPES_H 398| # include <inttypes.h> 399| #else 400| # if HAVE_STDINT_H 401| # include <stdint.h> 402| # endif 403| #endif 404| #if HAVE_UNISTD_H 405| # include <unistd.h> 406| #endif 407| int 408| main () 409| { 410| static struct stat ac_aggr; 411| if (ac_aggr.st_aclcnt) 412| return 0; 413| ; 414| return 0; 415| } 416configure:4667: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 417conftest.c: In function 'main': 418conftest.c:65: error: 'struct stat' has no member named 'st_aclcnt' 419configure:4673: $? = 1 420configure: failed program was: 421| /* confdefs.h. */ 422| 423| #define PACKAGE_NAME "strace" 424| #define PACKAGE_TARNAME "strace" 425| #define PACKAGE_VERSION "4.5.12" 426| #define PACKAGE_STRING "strace 4.5.12" 427| #define PACKAGE_BUGREPORT "" 428| #define PACKAGE "strace" 429| #define VERSION "4.5.12" 430| #define LINUX 1 431| #define ARM 1 432| #define _GNU_SOURCE 1 433| #define STDC_HEADERS 1 434| #define HAVE_DIRENT_H 1 435| #define HAVE_SYS_TYPES_H 1 436| #define HAVE_SYS_STAT_H 1 437| #define HAVE_STDLIB_H 1 438| #define HAVE_STRING_H 1 439| #define HAVE_MEMORY_H 1 440| #define HAVE_STRINGS_H 1 441| #define HAVE_INTTYPES_H 1 442| #define HAVE_STDINT_H 1 443| #define HAVE_UNISTD_H 1 444| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 445| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 446| /* end confdefs.h. */ 447| #include <stdio.h> 448| #if HAVE_SYS_TYPES_H 449| # include <sys/types.h> 450| #endif 451| #if HAVE_SYS_STAT_H 452| # include <sys/stat.h> 453| #endif 454| #if STDC_HEADERS 455| # include <stdlib.h> 456| # include <stddef.h> 457| #else 458| # if HAVE_STDLIB_H 459| # include <stdlib.h> 460| # endif 461| #endif 462| #if HAVE_STRING_H 463| # if !STDC_HEADERS && HAVE_MEMORY_H 464| # include <memory.h> 465| # endif 466| # include <string.h> 467| #endif 468| #if HAVE_STRINGS_H 469| # include <strings.h> 470| #endif 471| #if HAVE_INTTYPES_H 472| # include <inttypes.h> 473| #else 474| # if HAVE_STDINT_H 475| # include <stdint.h> 476| # endif 477| #endif 478| #if HAVE_UNISTD_H 479| # include <unistd.h> 480| #endif 481| int 482| main () 483| { 484| static struct stat ac_aggr; 485| if (sizeof ac_aggr.st_aclcnt) 486| return 0; 487| ; 488| return 0; 489| } 490configure:4699: result: no 491configure:4709: checking for struct stat.st_flags 492configure:4732: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 493conftest.c: In function 'main': 494conftest.c:65: error: 'struct stat' has no member named 'st_flags' 495configure:4738: $? = 1 496configure: failed program was: 497| /* confdefs.h. */ 498| 499| #define PACKAGE_NAME "strace" 500| #define PACKAGE_TARNAME "strace" 501| #define PACKAGE_VERSION "4.5.12" 502| #define PACKAGE_STRING "strace 4.5.12" 503| #define PACKAGE_BUGREPORT "" 504| #define PACKAGE "strace" 505| #define VERSION "4.5.12" 506| #define LINUX 1 507| #define ARM 1 508| #define _GNU_SOURCE 1 509| #define STDC_HEADERS 1 510| #define HAVE_DIRENT_H 1 511| #define HAVE_SYS_TYPES_H 1 512| #define HAVE_SYS_STAT_H 1 513| #define HAVE_STDLIB_H 1 514| #define HAVE_STRING_H 1 515| #define HAVE_MEMORY_H 1 516| #define HAVE_STRINGS_H 1 517| #define HAVE_INTTYPES_H 1 518| #define HAVE_STDINT_H 1 519| #define HAVE_UNISTD_H 1 520| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 521| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 522| /* end confdefs.h. */ 523| #include <stdio.h> 524| #if HAVE_SYS_TYPES_H 525| # include <sys/types.h> 526| #endif 527| #if HAVE_SYS_STAT_H 528| # include <sys/stat.h> 529| #endif 530| #if STDC_HEADERS 531| # include <stdlib.h> 532| # include <stddef.h> 533| #else 534| # if HAVE_STDLIB_H 535| # include <stdlib.h> 536| # endif 537| #endif 538| #if HAVE_STRING_H 539| # if !STDC_HEADERS && HAVE_MEMORY_H 540| # include <memory.h> 541| # endif 542| # include <string.h> 543| #endif 544| #if HAVE_STRINGS_H 545| # include <strings.h> 546| #endif 547| #if HAVE_INTTYPES_H 548| # include <inttypes.h> 549| #else 550| # if HAVE_STDINT_H 551| # include <stdint.h> 552| # endif 553| #endif 554| #if HAVE_UNISTD_H 555| # include <unistd.h> 556| #endif 557| int 558| main () 559| { 560| static struct stat ac_aggr; 561| if (ac_aggr.st_flags) 562| return 0; 563| ; 564| return 0; 565| } 566configure:4776: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 567conftest.c: In function 'main': 568conftest.c:65: error: 'struct stat' has no member named 'st_flags' 569configure:4782: $? = 1 570configure: failed program was: 571| /* confdefs.h. */ 572| 573| #define PACKAGE_NAME "strace" 574| #define PACKAGE_TARNAME "strace" 575| #define PACKAGE_VERSION "4.5.12" 576| #define PACKAGE_STRING "strace 4.5.12" 577| #define PACKAGE_BUGREPORT "" 578| #define PACKAGE "strace" 579| #define VERSION "4.5.12" 580| #define LINUX 1 581| #define ARM 1 582| #define _GNU_SOURCE 1 583| #define STDC_HEADERS 1 584| #define HAVE_DIRENT_H 1 585| #define HAVE_SYS_TYPES_H 1 586| #define HAVE_SYS_STAT_H 1 587| #define HAVE_STDLIB_H 1 588| #define HAVE_STRING_H 1 589| #define HAVE_MEMORY_H 1 590| #define HAVE_STRINGS_H 1 591| #define HAVE_INTTYPES_H 1 592| #define HAVE_STDINT_H 1 593| #define HAVE_UNISTD_H 1 594| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 595| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 596| /* end confdefs.h. */ 597| #include <stdio.h> 598| #if HAVE_SYS_TYPES_H 599| # include <sys/types.h> 600| #endif 601| #if HAVE_SYS_STAT_H 602| # include <sys/stat.h> 603| #endif 604| #if STDC_HEADERS 605| # include <stdlib.h> 606| # include <stddef.h> 607| #else 608| # if HAVE_STDLIB_H 609| # include <stdlib.h> 610| # endif 611| #endif 612| #if HAVE_STRING_H 613| # if !STDC_HEADERS && HAVE_MEMORY_H 614| # include <memory.h> 615| # endif 616| # include <string.h> 617| #endif 618| #if HAVE_STRINGS_H 619| # include <strings.h> 620| #endif 621| #if HAVE_INTTYPES_H 622| # include <inttypes.h> 623| #else 624| # if HAVE_STDINT_H 625| # include <stdint.h> 626| # endif 627| #endif 628| #if HAVE_UNISTD_H 629| # include <unistd.h> 630| #endif 631| int 632| main () 633| { 634| static struct stat ac_aggr; 635| if (sizeof ac_aggr.st_flags) 636| return 0; 637| ; 638| return 0; 639| } 640configure:4808: result: no 641configure:4818: checking for struct stat.st_fstype 642configure:4841: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 643conftest.c: In function 'main': 644conftest.c:65: error: 'struct stat' has no member named 'st_fstype' 645configure:4847: $? = 1 646configure: failed program was: 647| /* confdefs.h. */ 648| 649| #define PACKAGE_NAME "strace" 650| #define PACKAGE_TARNAME "strace" 651| #define PACKAGE_VERSION "4.5.12" 652| #define PACKAGE_STRING "strace 4.5.12" 653| #define PACKAGE_BUGREPORT "" 654| #define PACKAGE "strace" 655| #define VERSION "4.5.12" 656| #define LINUX 1 657| #define ARM 1 658| #define _GNU_SOURCE 1 659| #define STDC_HEADERS 1 660| #define HAVE_DIRENT_H 1 661| #define HAVE_SYS_TYPES_H 1 662| #define HAVE_SYS_STAT_H 1 663| #define HAVE_STDLIB_H 1 664| #define HAVE_STRING_H 1 665| #define HAVE_MEMORY_H 1 666| #define HAVE_STRINGS_H 1 667| #define HAVE_INTTYPES_H 1 668| #define HAVE_STDINT_H 1 669| #define HAVE_UNISTD_H 1 670| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 671| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 672| /* end confdefs.h. */ 673| #include <stdio.h> 674| #if HAVE_SYS_TYPES_H 675| # include <sys/types.h> 676| #endif 677| #if HAVE_SYS_STAT_H 678| # include <sys/stat.h> 679| #endif 680| #if STDC_HEADERS 681| # include <stdlib.h> 682| # include <stddef.h> 683| #else 684| # if HAVE_STDLIB_H 685| # include <stdlib.h> 686| # endif 687| #endif 688| #if HAVE_STRING_H 689| # if !STDC_HEADERS && HAVE_MEMORY_H 690| # include <memory.h> 691| # endif 692| # include <string.h> 693| #endif 694| #if HAVE_STRINGS_H 695| # include <strings.h> 696| #endif 697| #if HAVE_INTTYPES_H 698| # include <inttypes.h> 699| #else 700| # if HAVE_STDINT_H 701| # include <stdint.h> 702| # endif 703| #endif 704| #if HAVE_UNISTD_H 705| # include <unistd.h> 706| #endif 707| int 708| main () 709| { 710| static struct stat ac_aggr; 711| if (ac_aggr.st_fstype) 712| return 0; 713| ; 714| return 0; 715| } 716configure:4885: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 717conftest.c: In function 'main': 718conftest.c:65: error: 'struct stat' has no member named 'st_fstype' 719configure:4891: $? = 1 720configure: failed program was: 721| /* confdefs.h. */ 722| 723| #define PACKAGE_NAME "strace" 724| #define PACKAGE_TARNAME "strace" 725| #define PACKAGE_VERSION "4.5.12" 726| #define PACKAGE_STRING "strace 4.5.12" 727| #define PACKAGE_BUGREPORT "" 728| #define PACKAGE "strace" 729| #define VERSION "4.5.12" 730| #define LINUX 1 731| #define ARM 1 732| #define _GNU_SOURCE 1 733| #define STDC_HEADERS 1 734| #define HAVE_DIRENT_H 1 735| #define HAVE_SYS_TYPES_H 1 736| #define HAVE_SYS_STAT_H 1 737| #define HAVE_STDLIB_H 1 738| #define HAVE_STRING_H 1 739| #define HAVE_MEMORY_H 1 740| #define HAVE_STRINGS_H 1 741| #define HAVE_INTTYPES_H 1 742| #define HAVE_STDINT_H 1 743| #define HAVE_UNISTD_H 1 744| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 745| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 746| /* end confdefs.h. */ 747| #include <stdio.h> 748| #if HAVE_SYS_TYPES_H 749| # include <sys/types.h> 750| #endif 751| #if HAVE_SYS_STAT_H 752| # include <sys/stat.h> 753| #endif 754| #if STDC_HEADERS 755| # include <stdlib.h> 756| # include <stddef.h> 757| #else 758| # if HAVE_STDLIB_H 759| # include <stdlib.h> 760| # endif 761| #endif 762| #if HAVE_STRING_H 763| # if !STDC_HEADERS && HAVE_MEMORY_H 764| # include <memory.h> 765| # endif 766| # include <string.h> 767| #endif 768| #if HAVE_STRINGS_H 769| # include <strings.h> 770| #endif 771| #if HAVE_INTTYPES_H 772| # include <inttypes.h> 773| #else 774| # if HAVE_STDINT_H 775| # include <stdint.h> 776| # endif 777| #endif 778| #if HAVE_UNISTD_H 779| # include <unistd.h> 780| #endif 781| int 782| main () 783| { 784| static struct stat ac_aggr; 785| if (sizeof ac_aggr.st_fstype) 786| return 0; 787| ; 788| return 0; 789| } 790configure:4917: result: no 791configure:4927: checking for struct stat.st_gen 792configure:4950: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 793conftest.c: In function 'main': 794conftest.c:65: error: 'struct stat' has no member named 'st_gen' 795configure:4956: $? = 1 796configure: failed program was: 797| /* confdefs.h. */ 798| 799| #define PACKAGE_NAME "strace" 800| #define PACKAGE_TARNAME "strace" 801| #define PACKAGE_VERSION "4.5.12" 802| #define PACKAGE_STRING "strace 4.5.12" 803| #define PACKAGE_BUGREPORT "" 804| #define PACKAGE "strace" 805| #define VERSION "4.5.12" 806| #define LINUX 1 807| #define ARM 1 808| #define _GNU_SOURCE 1 809| #define STDC_HEADERS 1 810| #define HAVE_DIRENT_H 1 811| #define HAVE_SYS_TYPES_H 1 812| #define HAVE_SYS_STAT_H 1 813| #define HAVE_STDLIB_H 1 814| #define HAVE_STRING_H 1 815| #define HAVE_MEMORY_H 1 816| #define HAVE_STRINGS_H 1 817| #define HAVE_INTTYPES_H 1 818| #define HAVE_STDINT_H 1 819| #define HAVE_UNISTD_H 1 820| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 821| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 822| /* end confdefs.h. */ 823| #include <stdio.h> 824| #if HAVE_SYS_TYPES_H 825| # include <sys/types.h> 826| #endif 827| #if HAVE_SYS_STAT_H 828| # include <sys/stat.h> 829| #endif 830| #if STDC_HEADERS 831| # include <stdlib.h> 832| # include <stddef.h> 833| #else 834| # if HAVE_STDLIB_H 835| # include <stdlib.h> 836| # endif 837| #endif 838| #if HAVE_STRING_H 839| # if !STDC_HEADERS && HAVE_MEMORY_H 840| # include <memory.h> 841| # endif 842| # include <string.h> 843| #endif 844| #if HAVE_STRINGS_H 845| # include <strings.h> 846| #endif 847| #if HAVE_INTTYPES_H 848| # include <inttypes.h> 849| #else 850| # if HAVE_STDINT_H 851| # include <stdint.h> 852| # endif 853| #endif 854| #if HAVE_UNISTD_H 855| # include <unistd.h> 856| #endif 857| int 858| main () 859| { 860| static struct stat ac_aggr; 861| if (ac_aggr.st_gen) 862| return 0; 863| ; 864| return 0; 865| } 866configure:4994: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 867conftest.c: In function 'main': 868conftest.c:65: error: 'struct stat' has no member named 'st_gen' 869configure:5000: $? = 1 870configure: failed program was: 871| /* confdefs.h. */ 872| 873| #define PACKAGE_NAME "strace" 874| #define PACKAGE_TARNAME "strace" 875| #define PACKAGE_VERSION "4.5.12" 876| #define PACKAGE_STRING "strace 4.5.12" 877| #define PACKAGE_BUGREPORT "" 878| #define PACKAGE "strace" 879| #define VERSION "4.5.12" 880| #define LINUX 1 881| #define ARM 1 882| #define _GNU_SOURCE 1 883| #define STDC_HEADERS 1 884| #define HAVE_DIRENT_H 1 885| #define HAVE_SYS_TYPES_H 1 886| #define HAVE_SYS_STAT_H 1 887| #define HAVE_STDLIB_H 1 888| #define HAVE_STRING_H 1 889| #define HAVE_MEMORY_H 1 890| #define HAVE_STRINGS_H 1 891| #define HAVE_INTTYPES_H 1 892| #define HAVE_STDINT_H 1 893| #define HAVE_UNISTD_H 1 894| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 895| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 896| /* end confdefs.h. */ 897| #include <stdio.h> 898| #if HAVE_SYS_TYPES_H 899| # include <sys/types.h> 900| #endif 901| #if HAVE_SYS_STAT_H 902| # include <sys/stat.h> 903| #endif 904| #if STDC_HEADERS 905| # include <stdlib.h> 906| # include <stddef.h> 907| #else 908| # if HAVE_STDLIB_H 909| # include <stdlib.h> 910| # endif 911| #endif 912| #if HAVE_STRING_H 913| # if !STDC_HEADERS && HAVE_MEMORY_H 914| # include <memory.h> 915| # endif 916| # include <string.h> 917| #endif 918| #if HAVE_STRINGS_H 919| # include <strings.h> 920| #endif 921| #if HAVE_INTTYPES_H 922| # include <inttypes.h> 923| #else 924| # if HAVE_STDINT_H 925| # include <stdint.h> 926| # endif 927| #endif 928| #if HAVE_UNISTD_H 929| # include <unistd.h> 930| #endif 931| int 932| main () 933| { 934| static struct stat ac_aggr; 935| if (sizeof ac_aggr.st_gen) 936| return 0; 937| ; 938| return 0; 939| } 940configure:5026: result: no 941configure:5036: checking for struct stat.st_level 942configure:5059: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 943conftest.c: In function 'main': 944conftest.c:65: error: 'struct stat' has no member named 'st_level' 945configure:5065: $? = 1 946configure: failed program was: 947| /* confdefs.h. */ 948| 949| #define PACKAGE_NAME "strace" 950| #define PACKAGE_TARNAME "strace" 951| #define PACKAGE_VERSION "4.5.12" 952| #define PACKAGE_STRING "strace 4.5.12" 953| #define PACKAGE_BUGREPORT "" 954| #define PACKAGE "strace" 955| #define VERSION "4.5.12" 956| #define LINUX 1 957| #define ARM 1 958| #define _GNU_SOURCE 1 959| #define STDC_HEADERS 1 960| #define HAVE_DIRENT_H 1 961| #define HAVE_SYS_TYPES_H 1 962| #define HAVE_SYS_STAT_H 1 963| #define HAVE_STDLIB_H 1 964| #define HAVE_STRING_H 1 965| #define HAVE_MEMORY_H 1 966| #define HAVE_STRINGS_H 1 967| #define HAVE_INTTYPES_H 1 968| #define HAVE_STDINT_H 1 969| #define HAVE_UNISTD_H 1 970| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 971| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 972| /* end confdefs.h. */ 973| #include <stdio.h> 974| #if HAVE_SYS_TYPES_H 975| # include <sys/types.h> 976| #endif 977| #if HAVE_SYS_STAT_H 978| # include <sys/stat.h> 979| #endif 980| #if STDC_HEADERS 981| # include <stdlib.h> 982| # include <stddef.h> 983| #else 984| # if HAVE_STDLIB_H 985| # include <stdlib.h> 986| # endif 987| #endif 988| #if HAVE_STRING_H 989| # if !STDC_HEADERS && HAVE_MEMORY_H 990| # include <memory.h> 991| # endif 992| # include <string.h> 993| #endif 994| #if HAVE_STRINGS_H 995| # include <strings.h> 996| #endif 997| #if HAVE_INTTYPES_H 998| # include <inttypes.h> 999| #else 1000| # if HAVE_STDINT_H 1001| # include <stdint.h> 1002| # endif 1003| #endif 1004| #if HAVE_UNISTD_H 1005| # include <unistd.h> 1006| #endif 1007| int 1008| main () 1009| { 1010| static struct stat ac_aggr; 1011| if (ac_aggr.st_level) 1012| return 0; 1013| ; 1014| return 0; 1015| } 1016configure:5103: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 1017conftest.c: In function 'main': 1018conftest.c:65: error: 'struct stat' has no member named 'st_level' 1019configure:5109: $? = 1 1020configure: failed program was: 1021| /* confdefs.h. */ 1022| 1023| #define PACKAGE_NAME "strace" 1024| #define PACKAGE_TARNAME "strace" 1025| #define PACKAGE_VERSION "4.5.12" 1026| #define PACKAGE_STRING "strace 4.5.12" 1027| #define PACKAGE_BUGREPORT "" 1028| #define PACKAGE "strace" 1029| #define VERSION "4.5.12" 1030| #define LINUX 1 1031| #define ARM 1 1032| #define _GNU_SOURCE 1 1033| #define STDC_HEADERS 1 1034| #define HAVE_DIRENT_H 1 1035| #define HAVE_SYS_TYPES_H 1 1036| #define HAVE_SYS_STAT_H 1 1037| #define HAVE_STDLIB_H 1 1038| #define HAVE_STRING_H 1 1039| #define HAVE_MEMORY_H 1 1040| #define HAVE_STRINGS_H 1 1041| #define HAVE_INTTYPES_H 1 1042| #define HAVE_STDINT_H 1 1043| #define HAVE_UNISTD_H 1 1044| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 1045| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 1046| /* end confdefs.h. */ 1047| #include <stdio.h> 1048| #if HAVE_SYS_TYPES_H 1049| # include <sys/types.h> 1050| #endif 1051| #if HAVE_SYS_STAT_H 1052| # include <sys/stat.h> 1053| #endif 1054| #if STDC_HEADERS 1055| # include <stdlib.h> 1056| # include <stddef.h> 1057| #else 1058| # if HAVE_STDLIB_H 1059| # include <stdlib.h> 1060| # endif 1061| #endif 1062| #if HAVE_STRING_H 1063| # if !STDC_HEADERS && HAVE_MEMORY_H 1064| # include <memory.h> 1065| # endif 1066| # include <string.h> 1067| #endif 1068| #if HAVE_STRINGS_H 1069| # include <strings.h> 1070| #endif 1071| #if HAVE_INTTYPES_H 1072| # include <inttypes.h> 1073| #else 1074| # if HAVE_STDINT_H 1075| # include <stdint.h> 1076| # endif 1077| #endif 1078| #if HAVE_UNISTD_H 1079| # include <unistd.h> 1080| #endif 1081| int 1082| main () 1083| { 1084| static struct stat ac_aggr; 1085| if (sizeof ac_aggr.st_level) 1086| return 0; 1087| ; 1088| return 0; 1089| } 1090configure:5135: result: no 1091configure:5145: checking for struct stat.st_rdev 1092configure:5168: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 1093configure:5174: $? = 0 1094configure:5178: test -z 1095 || test ! -s conftest.err 1096configure:5181: $? = 0 1097configure:5184: test -s conftest.o 1098configure:5187: $? = 0 1099configure:5244: result: yes 1100configure:5255: checking for stat64 in (asm|sys)/stat.h 1101configure:5281: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 1102configure:5287: $? = 0 1103configure:5291: test -z 1104 || test ! -s conftest.err 1105configure:5294: $? = 0 1106configure:5297: test -s conftest.o 1107configure:5300: $? = 0 1108configure:5312: result: yes 1109configure:5324: checking return type of signal handlers 1110configure:5355: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 1111configure:5361: $? = 0 1112configure:5365: test -z 1113 || test ! -s conftest.err 1114configure:5368: $? = 0 1115configure:5371: test -s conftest.o 1116configure:5374: $? = 0 1117configure:5385: result: void 1118configure:5393: checking for uid_t in sys/types.h 1119configure:5416: result: yes 1120configure:5431: checking for mode_t 1121configure:5455: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 1122configure:5461: $? = 0 1123configure:5465: test -z 1124 || test ! -s conftest.err 1125configure:5468: $? = 0 1126configure:5471: test -s conftest.o 1127configure:5474: $? = 0 1128configure:5485: result: yes 1129configure:5497: checking type of array argument to getgroups 1130configure:5535: gcc -o conftest -I/android/device/system/kernel_headers/ conftest.c >&5 1131conftest.c: In function 'main': 1132conftest.c:50: warning: incompatible implicit declaration of built-in function 'exit' 1133configure:5538: $? = 0 1134configure:5540: ./conftest 1135configure:5543: $? = 0 1136configure:5576: result: gid_t 1137configure:5584: checking whether sys/types.h defines makedev 1138configure:5605: gcc -o conftest -I/android/device/system/kernel_headers/ conftest.c >&5 1139configure:5611: $? = 0 1140configure:5615: test -z 1141 || test ! -s conftest.err 1142configure:5618: $? = 0 1143configure:5621: test -s conftest 1144configure:5624: $? = 0 1145configure:5637: result: yes 1146configure:5938: checking for sig_atomic_t 1147configure:5963: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 1148configure:5969: $? = 0 1149configure:5973: test -z 1150 || test ! -s conftest.err 1151configure:5976: $? = 0 1152configure:5979: test -s conftest.o 1153configure:5982: $? = 0 1154configure:5993: result: yes 1155configure:6003: checking for siginfo_t 1156configure:6028: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 1157configure:6034: $? = 0 1158configure:6038: test -z 1159 || test ! -s conftest.err 1160configure:6041: $? = 0 1161configure:6044: test -s conftest.o 1162configure:6047: $? = 0 1163configure:6058: result: yes 1164configure:6069: checking for struct sockaddr_in6.sin6_scope_id 1165configure:6095: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 1166configure:6101: $? = 0 1167configure:6105: test -z 1168 || test ! -s conftest.err 1169configure:6108: $? = 0 1170configure:6111: test -s conftest.o 1171configure:6114: $? = 0 1172configure:6174: result: yes 1173configure:6185: checking for long long 1174configure:6209: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 1175configure:6215: $? = 0 1176configure:6219: test -z 1177 || test ! -s conftest.err 1178configure:6222: $? = 0 1179configure:6225: test -s conftest.o 1180configure:6228: $? = 0 1181configure:6239: result: yes 1182configure:6250: checking for little endian long long 1183configure:6280: gcc -o conftest -I/android/device/system/kernel_headers/ conftest.c >&5 1184configure:6283: $? = 0 1185configure:6285: ./conftest 1186configure:6288: $? = 0 1187configure:6303: result: yes 1188configure:6314: checking for long long off_t 1189configure:6340: gcc -o conftest -I/android/device/system/kernel_headers/ conftest.c >&5 1190configure:6343: $? = 0 1191configure:6345: ./conftest 1192configure:6348: $? = 1 1193configure: program exited with status 1 1194configure: failed program was: 1195| /* confdefs.h. */ 1196| 1197| #define PACKAGE_NAME "strace" 1198| #define PACKAGE_TARNAME "strace" 1199| #define PACKAGE_VERSION "4.5.12" 1200| #define PACKAGE_STRING "strace 4.5.12" 1201| #define PACKAGE_BUGREPORT "" 1202| #define PACKAGE "strace" 1203| #define VERSION "4.5.12" 1204| #define LINUX 1 1205| #define ARM 1 1206| #define _GNU_SOURCE 1 1207| #define STDC_HEADERS 1 1208| #define HAVE_DIRENT_H 1 1209| #define HAVE_SYS_TYPES_H 1 1210| #define HAVE_SYS_STAT_H 1 1211| #define HAVE_STDLIB_H 1 1212| #define HAVE_STRING_H 1 1213| #define HAVE_MEMORY_H 1 1214| #define HAVE_STRINGS_H 1 1215| #define HAVE_INTTYPES_H 1 1216| #define HAVE_STDINT_H 1 1217| #define HAVE_UNISTD_H 1 1218| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 1219| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 1220| #define HAVE_STRUCT_STAT_ST_RDEV 1 1221| #define HAVE_STAT64 1 1222| #define RETSIGTYPE void 1223| #define GETGROUPS_T gid_t 1224| #define HAVE_SIG_ATOMIC_T 1 1225| #define HAVE_SIGINFO_T 1 1226| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 1227| #define HAVE_LONG_LONG 1 1228| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 1229| /* end confdefs.h. */ 1230| #include <sys/types.h> 1231| main () { 1232| if (sizeof (off_t) == sizeof (long long) && 1233| sizeof (off_t) > sizeof (long)) 1234| return 0; 1235| return 1; 1236| } 1237| 1238configure:6363: result: no 1239configure:6374: checking for long long rlim_t 1240configure:6402: gcc -o conftest -I/android/device/system/kernel_headers/ conftest.c >&5 1241configure:6405: $? = 0 1242configure:6407: ./conftest 1243configure:6410: $? = 1 1244configure: program exited with status 1 1245configure: failed program was: 1246| /* confdefs.h. */ 1247| 1248| #define PACKAGE_NAME "strace" 1249| #define PACKAGE_TARNAME "strace" 1250| #define PACKAGE_VERSION "4.5.12" 1251| #define PACKAGE_STRING "strace 4.5.12" 1252| #define PACKAGE_BUGREPORT "" 1253| #define PACKAGE "strace" 1254| #define VERSION "4.5.12" 1255| #define LINUX 1 1256| #define ARM 1 1257| #define _GNU_SOURCE 1 1258| #define STDC_HEADERS 1 1259| #define HAVE_DIRENT_H 1 1260| #define HAVE_SYS_TYPES_H 1 1261| #define HAVE_SYS_STAT_H 1 1262| #define HAVE_STDLIB_H 1 1263| #define HAVE_STRING_H 1 1264| #define HAVE_MEMORY_H 1 1265| #define HAVE_STRINGS_H 1 1266| #define HAVE_INTTYPES_H 1 1267| #define HAVE_STDINT_H 1 1268| #define HAVE_UNISTD_H 1 1269| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 1270| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 1271| #define HAVE_STRUCT_STAT_ST_RDEV 1 1272| #define HAVE_STAT64 1 1273| #define RETSIGTYPE void 1274| #define GETGROUPS_T gid_t 1275| #define HAVE_SIG_ATOMIC_T 1 1276| #define HAVE_SIGINFO_T 1 1277| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 1278| #define HAVE_LONG_LONG 1 1279| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 1280| /* end confdefs.h. */ 1281| #include <sys/types.h> 1282| #include <sys/time.h> 1283| #include <sys/resource.h> 1284| main () { 1285| if (sizeof (rlim_t) == sizeof (long long) && 1286| sizeof (rlim_t) > sizeof (long)) 1287| return 0; 1288| return 1; 1289| } 1290| 1291configure:6425: result: no 1292configure:6436: checking for struct opthdr 1293configure:6461: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 1294conftest.c: In function 'main': 1295conftest.c:43: error: invalid application of 'sizeof' to incomplete type 'struct opthdr' 1296configure:6467: $? = 1 1297configure: failed program was: 1298| /* confdefs.h. */ 1299| 1300| #define PACKAGE_NAME "strace" 1301| #define PACKAGE_TARNAME "strace" 1302| #define PACKAGE_VERSION "4.5.12" 1303| #define PACKAGE_STRING "strace 4.5.12" 1304| #define PACKAGE_BUGREPORT "" 1305| #define PACKAGE "strace" 1306| #define VERSION "4.5.12" 1307| #define LINUX 1 1308| #define ARM 1 1309| #define _GNU_SOURCE 1 1310| #define STDC_HEADERS 1 1311| #define HAVE_DIRENT_H 1 1312| #define HAVE_SYS_TYPES_H 1 1313| #define HAVE_SYS_STAT_H 1 1314| #define HAVE_STDLIB_H 1 1315| #define HAVE_STRING_H 1 1316| #define HAVE_MEMORY_H 1 1317| #define HAVE_STRINGS_H 1 1318| #define HAVE_INTTYPES_H 1 1319| #define HAVE_STDINT_H 1 1320| #define HAVE_UNISTD_H 1 1321| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 1322| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 1323| #define HAVE_STRUCT_STAT_ST_RDEV 1 1324| #define HAVE_STAT64 1 1325| #define RETSIGTYPE void 1326| #define GETGROUPS_T gid_t 1327| #define HAVE_SIG_ATOMIC_T 1 1328| #define HAVE_SIGINFO_T 1 1329| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 1330| #define HAVE_LONG_LONG 1 1331| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 1332| /* end confdefs.h. */ 1333| #include <sys/socket.h> 1334| 1335| int 1336| main () 1337| { 1338| if ((struct opthdr *) 0) 1339| return 0; 1340| if (sizeof (struct opthdr)) 1341| return 0; 1342| ; 1343| return 0; 1344| } 1345configure:6491: result: no 1346configure:6502: checking for struct t_opthdr 1347configure:6527: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 1348conftest.c:36:24: error: sys/tiuser.h: No such file or directory 1349conftest.c: In function 'main': 1350conftest.c:43: error: invalid application of 'sizeof' to incomplete type 'struct t_opthdr' 1351configure:6533: $? = 1 1352configure: failed program was: 1353| /* confdefs.h. */ 1354| 1355| #define PACKAGE_NAME "strace" 1356| #define PACKAGE_TARNAME "strace" 1357| #define PACKAGE_VERSION "4.5.12" 1358| #define PACKAGE_STRING "strace 4.5.12" 1359| #define PACKAGE_BUGREPORT "" 1360| #define PACKAGE "strace" 1361| #define VERSION "4.5.12" 1362| #define LINUX 1 1363| #define ARM 1 1364| #define _GNU_SOURCE 1 1365| #define STDC_HEADERS 1 1366| #define HAVE_DIRENT_H 1 1367| #define HAVE_SYS_TYPES_H 1 1368| #define HAVE_SYS_STAT_H 1 1369| #define HAVE_STDLIB_H 1 1370| #define HAVE_STRING_H 1 1371| #define HAVE_MEMORY_H 1 1372| #define HAVE_STRINGS_H 1 1373| #define HAVE_INTTYPES_H 1 1374| #define HAVE_STDINT_H 1 1375| #define HAVE_UNISTD_H 1 1376| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 1377| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 1378| #define HAVE_STRUCT_STAT_ST_RDEV 1 1379| #define HAVE_STAT64 1 1380| #define RETSIGTYPE void 1381| #define GETGROUPS_T gid_t 1382| #define HAVE_SIG_ATOMIC_T 1 1383| #define HAVE_SIGINFO_T 1 1384| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 1385| #define HAVE_LONG_LONG 1 1386| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 1387| /* end confdefs.h. */ 1388| #include <sys/tiuser.h> 1389| 1390| int 1391| main () 1392| { 1393| if ((struct t_opthdr *) 0) 1394| return 0; 1395| if (sizeof (struct t_opthdr)) 1396| return 0; 1397| ; 1398| return 0; 1399| } 1400configure:6557: result: no 1401configure:6655: checking for sigaction 1402configure:6712: gcc -o conftest -I/android/device/system/kernel_headers/ conftest.c >&5 1403configure:6718: $? = 0 1404configure:6722: test -z 1405 || test ! -s conftest.err 1406configure:6725: $? = 0 1407configure:6728: test -s conftest 1408configure:6731: $? = 0 1409configure:6743: result: yes 1410configure:6655: checking for strerror 1411configure:6712: gcc -o conftest -I/android/device/system/kernel_headers/ conftest.c >&5 1412configure:6718: $? = 0 1413configure:6722: test -z 1414 || test ! -s conftest.err 1415configure:6725: $? = 0 1416configure:6728: test -s conftest 1417configure:6731: $? = 0 1418configure:6743: result: yes 1419configure:6655: checking for strsignal 1420configure:6712: gcc -o conftest -I/android/device/system/kernel_headers/ conftest.c >&5 1421configure:6718: $? = 0 1422configure:6722: test -z 1423 || test ! -s conftest.err 1424configure:6725: $? = 0 1425configure:6728: test -s conftest 1426configure:6731: $? = 0 1427configure:6743: result: yes 1428configure:6655: checking for pread 1429configure:6712: gcc -o conftest -I/android/device/system/kernel_headers/ conftest.c >&5 1430configure:6718: $? = 0 1431configure:6722: test -z 1432 || test ! -s conftest.err 1433configure:6725: $? = 0 1434configure:6728: test -s conftest 1435configure:6731: $? = 0 1436configure:6743: result: yes 1437configure:6655: checking for sys_siglist 1438configure:6712: gcc -o conftest -I/android/device/system/kernel_headers/ conftest.c >&5 1439configure:6718: $? = 0 1440configure:6722: test -z 1441 || test ! -s conftest.err 1442configure:6725: $? = 0 1443configure:6728: test -s conftest 1444configure:6731: $? = 0 1445configure:6743: result: yes 1446configure:6655: checking for _sys_siglist 1447configure:6712: gcc -o conftest -I/android/device/system/kernel_headers/ conftest.c >&5 1448configure:6718: $? = 0 1449configure:6722: test -z 1450 || test ! -s conftest.err 1451configure:6725: $? = 0 1452configure:6728: test -s conftest 1453configure:6731: $? = 0 1454configure:6743: result: yes 1455configure:6655: checking for getdents 1456configure:6712: gcc -o conftest -I/android/device/system/kernel_headers/ conftest.c >&5 1457/tmp/ccI4ybUo.o: In function `main':conftest.c:(.text+0x22): undefined reference to `getdents' 1458/tmp/ccI4ybUo.o:(.data+0x0): undefined reference to `getdents' 1459collect2: ld returned 1 exit status 1460configure:6718: $? = 1 1461configure: failed program was: 1462| /* confdefs.h. */ 1463| 1464| #define PACKAGE_NAME "strace" 1465| #define PACKAGE_TARNAME "strace" 1466| #define PACKAGE_VERSION "4.5.12" 1467| #define PACKAGE_STRING "strace 4.5.12" 1468| #define PACKAGE_BUGREPORT "" 1469| #define PACKAGE "strace" 1470| #define VERSION "4.5.12" 1471| #define LINUX 1 1472| #define ARM 1 1473| #define _GNU_SOURCE 1 1474| #define STDC_HEADERS 1 1475| #define HAVE_DIRENT_H 1 1476| #define HAVE_SYS_TYPES_H 1 1477| #define HAVE_SYS_STAT_H 1 1478| #define HAVE_STDLIB_H 1 1479| #define HAVE_STRING_H 1 1480| #define HAVE_MEMORY_H 1 1481| #define HAVE_STRINGS_H 1 1482| #define HAVE_INTTYPES_H 1 1483| #define HAVE_STDINT_H 1 1484| #define HAVE_UNISTD_H 1 1485| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 1486| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 1487| #define HAVE_STRUCT_STAT_ST_RDEV 1 1488| #define HAVE_STAT64 1 1489| #define RETSIGTYPE void 1490| #define GETGROUPS_T gid_t 1491| #define HAVE_SIG_ATOMIC_T 1 1492| #define HAVE_SIGINFO_T 1 1493| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 1494| #define HAVE_LONG_LONG 1 1495| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 1496| #define HAVE_SIGACTION 1 1497| #define HAVE_STRERROR 1 1498| #define HAVE_STRSIGNAL 1 1499| #define HAVE_PREAD 1 1500| #define HAVE_SYS_SIGLIST 1 1501| #define HAVE__SYS_SIGLIST 1 1502| /* end confdefs.h. */ 1503| /* Define getdents to an innocuous variant, in case <limits.h> declares getdents. 1504| For example, HP-UX 11i <limits.h> declares gettimeofday. */ 1505| #define getdents innocuous_getdents 1506| 1507| /* System header to define __stub macros and hopefully few prototypes, 1508| which can conflict with char getdents (); below. 1509| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 1510| <limits.h> exists even on freestanding compilers. */ 1511| 1512| #ifdef __STDC__ 1513| # include <limits.h> 1514| #else 1515| # include <assert.h> 1516| #endif 1517| 1518| #undef getdents 1519| 1520| /* Override any gcc2 internal prototype to avoid an error. */ 1521| #ifdef __cplusplus 1522| extern "C" 1523| { 1524| #endif 1525| /* We use char because int might match the return type of a gcc2 1526| builtin and then its argument prototype would still apply. */ 1527| char getdents (); 1528| /* The GNU C library defines this for functions which it implements 1529| to always fail with ENOSYS. Some functions are actually named 1530| something starting with __ and the normal name is an alias. */ 1531| #if defined (__stub_getdents) || defined (__stub___getdents) 1532| choke me 1533| #else 1534| char (*f) () = getdents; 1535| #endif 1536| #ifdef __cplusplus 1537| } 1538| #endif 1539| 1540| int 1541| main () 1542| { 1543| return f != getdents; 1544| ; 1545| return 0; 1546| } 1547configure:6743: result: no 1548configure:6655: checking for mctl 1549configure:6712: gcc -o conftest -I/android/device/system/kernel_headers/ conftest.c >&5 1550/tmp/ccORY4qv.o: In function `main':conftest.c:(.text+0x22): undefined reference to `mctl' 1551/tmp/ccORY4qv.o:(.data+0x0): undefined reference to `mctl' 1552collect2: ld returned 1 exit status 1553configure:6718: $? = 1 1554configure: failed program was: 1555| /* confdefs.h. */ 1556| 1557| #define PACKAGE_NAME "strace" 1558| #define PACKAGE_TARNAME "strace" 1559| #define PACKAGE_VERSION "4.5.12" 1560| #define PACKAGE_STRING "strace 4.5.12" 1561| #define PACKAGE_BUGREPORT "" 1562| #define PACKAGE "strace" 1563| #define VERSION "4.5.12" 1564| #define LINUX 1 1565| #define ARM 1 1566| #define _GNU_SOURCE 1 1567| #define STDC_HEADERS 1 1568| #define HAVE_DIRENT_H 1 1569| #define HAVE_SYS_TYPES_H 1 1570| #define HAVE_SYS_STAT_H 1 1571| #define HAVE_STDLIB_H 1 1572| #define HAVE_STRING_H 1 1573| #define HAVE_MEMORY_H 1 1574| #define HAVE_STRINGS_H 1 1575| #define HAVE_INTTYPES_H 1 1576| #define HAVE_STDINT_H 1 1577| #define HAVE_UNISTD_H 1 1578| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 1579| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 1580| #define HAVE_STRUCT_STAT_ST_RDEV 1 1581| #define HAVE_STAT64 1 1582| #define RETSIGTYPE void 1583| #define GETGROUPS_T gid_t 1584| #define HAVE_SIG_ATOMIC_T 1 1585| #define HAVE_SIGINFO_T 1 1586| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 1587| #define HAVE_LONG_LONG 1 1588| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 1589| #define HAVE_SIGACTION 1 1590| #define HAVE_STRERROR 1 1591| #define HAVE_STRSIGNAL 1 1592| #define HAVE_PREAD 1 1593| #define HAVE_SYS_SIGLIST 1 1594| #define HAVE__SYS_SIGLIST 1 1595| /* end confdefs.h. */ 1596| /* Define mctl to an innocuous variant, in case <limits.h> declares mctl. 1597| For example, HP-UX 11i <limits.h> declares gettimeofday. */ 1598| #define mctl innocuous_mctl 1599| 1600| /* System header to define __stub macros and hopefully few prototypes, 1601| which can conflict with char mctl (); below. 1602| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 1603| <limits.h> exists even on freestanding compilers. */ 1604| 1605| #ifdef __STDC__ 1606| # include <limits.h> 1607| #else 1608| # include <assert.h> 1609| #endif 1610| 1611| #undef mctl 1612| 1613| /* Override any gcc2 internal prototype to avoid an error. */ 1614| #ifdef __cplusplus 1615| extern "C" 1616| { 1617| #endif 1618| /* We use char because int might match the return type of a gcc2 1619| builtin and then its argument prototype would still apply. */ 1620| char mctl (); 1621| /* The GNU C library defines this for functions which it implements 1622| to always fail with ENOSYS. Some functions are actually named 1623| something starting with __ and the normal name is an alias. */ 1624| #if defined (__stub_mctl) || defined (__stub___mctl) 1625| choke me 1626| #else 1627| char (*f) () = mctl; 1628| #endif 1629| #ifdef __cplusplus 1630| } 1631| #endif 1632| 1633| int 1634| main () 1635| { 1636| return f != mctl; 1637| ; 1638| return 0; 1639| } 1640configure:6743: result: no 1641configure:6655: checking for prctl 1642configure:6712: gcc -o conftest -I/android/device/system/kernel_headers/ conftest.c >&5 1643configure:6718: $? = 0 1644configure:6722: test -z 1645 || test ! -s conftest.err 1646configure:6725: $? = 0 1647configure:6728: test -s conftest 1648configure:6731: $? = 0 1649configure:6743: result: yes 1650configure:6655: checking for sendmsg 1651configure:6712: gcc -o conftest -I/android/device/system/kernel_headers/ conftest.c >&5 1652configure:6718: $? = 0 1653configure:6722: test -z 1654 || test ! -s conftest.err 1655configure:6725: $? = 0 1656configure:6728: test -s conftest 1657configure:6731: $? = 0 1658configure:6743: result: yes 1659configure:6655: checking for inet_ntop 1660configure:6712: gcc -o conftest -I/android/device/system/kernel_headers/ conftest.c >&5 1661configure:6718: $? = 0 1662configure:6722: test -z 1663 || test ! -s conftest.err 1664configure:6725: $? = 0 1665configure:6728: test -s conftest 1666configure:6731: $? = 0 1667configure:6743: result: yes 1668configure:6655: checking for if_indextoname 1669configure:6712: gcc -o conftest -I/android/device/system/kernel_headers/ conftest.c >&5 1670configure:6718: $? = 0 1671configure:6722: test -z 1672 || test ! -s conftest.err 1673configure:6725: $? = 0 1674configure:6728: test -s conftest 1675configure:6731: $? = 0 1676configure:6743: result: yes 1677configure:6794: checking sys/reg.h usability 1678configure:6806: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 1679configure:6812: $? = 0 1680configure:6816: test -z 1681 || test ! -s conftest.err 1682configure:6819: $? = 0 1683configure:6822: test -s conftest.o 1684configure:6825: $? = 0 1685configure:6835: result: yes 1686configure:6839: checking sys/reg.h presence 1687configure:6849: gcc -E conftest.c 1688configure:6855: $? = 0 1689configure:6875: result: yes 1690configure:6910: checking for sys/reg.h 1691configure:6917: result: yes 1692configure:6794: checking sys/filio.h usability 1693configure:6806: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 1694conftest.c:81:23: error: sys/filio.h: No such file or directory 1695configure:6812: $? = 1 1696configure: failed program was: 1697| /* confdefs.h. */ 1698| 1699| #define PACKAGE_NAME "strace" 1700| #define PACKAGE_TARNAME "strace" 1701| #define PACKAGE_VERSION "4.5.12" 1702| #define PACKAGE_STRING "strace 4.5.12" 1703| #define PACKAGE_BUGREPORT "" 1704| #define PACKAGE "strace" 1705| #define VERSION "4.5.12" 1706| #define LINUX 1 1707| #define ARM 1 1708| #define _GNU_SOURCE 1 1709| #define STDC_HEADERS 1 1710| #define HAVE_DIRENT_H 1 1711| #define HAVE_SYS_TYPES_H 1 1712| #define HAVE_SYS_STAT_H 1 1713| #define HAVE_STDLIB_H 1 1714| #define HAVE_STRING_H 1 1715| #define HAVE_MEMORY_H 1 1716| #define HAVE_STRINGS_H 1 1717| #define HAVE_INTTYPES_H 1 1718| #define HAVE_STDINT_H 1 1719| #define HAVE_UNISTD_H 1 1720| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 1721| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 1722| #define HAVE_STRUCT_STAT_ST_RDEV 1 1723| #define HAVE_STAT64 1 1724| #define RETSIGTYPE void 1725| #define GETGROUPS_T gid_t 1726| #define HAVE_SIG_ATOMIC_T 1 1727| #define HAVE_SIGINFO_T 1 1728| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 1729| #define HAVE_LONG_LONG 1 1730| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 1731| #define HAVE_SIGACTION 1 1732| #define HAVE_STRERROR 1 1733| #define HAVE_STRSIGNAL 1 1734| #define HAVE_PREAD 1 1735| #define HAVE_SYS_SIGLIST 1 1736| #define HAVE__SYS_SIGLIST 1 1737| #define HAVE_PRCTL 1 1738| #define HAVE_SENDMSG 1 1739| #define HAVE_INET_NTOP 1 1740| #define HAVE_IF_INDEXTONAME 1 1741| #define HAVE_SYS_REG_H 1 1742| /* end confdefs.h. */ 1743| #include <stdio.h> 1744| #if HAVE_SYS_TYPES_H 1745| # include <sys/types.h> 1746| #endif 1747| #if HAVE_SYS_STAT_H 1748| # include <sys/stat.h> 1749| #endif 1750| #if STDC_HEADERS 1751| # include <stdlib.h> 1752| # include <stddef.h> 1753| #else 1754| # if HAVE_STDLIB_H 1755| # include <stdlib.h> 1756| # endif 1757| #endif 1758| #if HAVE_STRING_H 1759| # if !STDC_HEADERS && HAVE_MEMORY_H 1760| # include <memory.h> 1761| # endif 1762| # include <string.h> 1763| #endif 1764| #if HAVE_STRINGS_H 1765| # include <strings.h> 1766| #endif 1767| #if HAVE_INTTYPES_H 1768| # include <inttypes.h> 1769| #else 1770| # if HAVE_STDINT_H 1771| # include <stdint.h> 1772| # endif 1773| #endif 1774| #if HAVE_UNISTD_H 1775| # include <unistd.h> 1776| #endif 1777| #include <sys/filio.h> 1778configure:6835: result: no 1779configure:6839: checking sys/filio.h presence 1780configure:6849: gcc -E conftest.c 1781conftest.c:47:23: error: sys/filio.h: No such file or directory 1782configure:6855: $? = 1 1783configure: failed program was: 1784| /* confdefs.h. */ 1785| 1786| #define PACKAGE_NAME "strace" 1787| #define PACKAGE_TARNAME "strace" 1788| #define PACKAGE_VERSION "4.5.12" 1789| #define PACKAGE_STRING "strace 4.5.12" 1790| #define PACKAGE_BUGREPORT "" 1791| #define PACKAGE "strace" 1792| #define VERSION "4.5.12" 1793| #define LINUX 1 1794| #define ARM 1 1795| #define _GNU_SOURCE 1 1796| #define STDC_HEADERS 1 1797| #define HAVE_DIRENT_H 1 1798| #define HAVE_SYS_TYPES_H 1 1799| #define HAVE_SYS_STAT_H 1 1800| #define HAVE_STDLIB_H 1 1801| #define HAVE_STRING_H 1 1802| #define HAVE_MEMORY_H 1 1803| #define HAVE_STRINGS_H 1 1804| #define HAVE_INTTYPES_H 1 1805| #define HAVE_STDINT_H 1 1806| #define HAVE_UNISTD_H 1 1807| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 1808| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 1809| #define HAVE_STRUCT_STAT_ST_RDEV 1 1810| #define HAVE_STAT64 1 1811| #define RETSIGTYPE void 1812| #define GETGROUPS_T gid_t 1813| #define HAVE_SIG_ATOMIC_T 1 1814| #define HAVE_SIGINFO_T 1 1815| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 1816| #define HAVE_LONG_LONG 1 1817| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 1818| #define HAVE_SIGACTION 1 1819| #define HAVE_STRERROR 1 1820| #define HAVE_STRSIGNAL 1 1821| #define HAVE_PREAD 1 1822| #define HAVE_SYS_SIGLIST 1 1823| #define HAVE__SYS_SIGLIST 1 1824| #define HAVE_PRCTL 1 1825| #define HAVE_SENDMSG 1 1826| #define HAVE_INET_NTOP 1 1827| #define HAVE_IF_INDEXTONAME 1 1828| #define HAVE_SYS_REG_H 1 1829| /* end confdefs.h. */ 1830| #include <sys/filio.h> 1831configure:6875: result: no 1832configure:6910: checking for sys/filio.h 1833configure:6917: result: no 1834configure:6794: checking sys/acl.h usability 1835configure:6806: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 1836conftest.c:81:21: error: sys/acl.h: No such file or directory 1837configure:6812: $? = 1 1838configure: failed program was: 1839| /* confdefs.h. */ 1840| 1841| #define PACKAGE_NAME "strace" 1842| #define PACKAGE_TARNAME "strace" 1843| #define PACKAGE_VERSION "4.5.12" 1844| #define PACKAGE_STRING "strace 4.5.12" 1845| #define PACKAGE_BUGREPORT "" 1846| #define PACKAGE "strace" 1847| #define VERSION "4.5.12" 1848| #define LINUX 1 1849| #define ARM 1 1850| #define _GNU_SOURCE 1 1851| #define STDC_HEADERS 1 1852| #define HAVE_DIRENT_H 1 1853| #define HAVE_SYS_TYPES_H 1 1854| #define HAVE_SYS_STAT_H 1 1855| #define HAVE_STDLIB_H 1 1856| #define HAVE_STRING_H 1 1857| #define HAVE_MEMORY_H 1 1858| #define HAVE_STRINGS_H 1 1859| #define HAVE_INTTYPES_H 1 1860| #define HAVE_STDINT_H 1 1861| #define HAVE_UNISTD_H 1 1862| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 1863| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 1864| #define HAVE_STRUCT_STAT_ST_RDEV 1 1865| #define HAVE_STAT64 1 1866| #define RETSIGTYPE void 1867| #define GETGROUPS_T gid_t 1868| #define HAVE_SIG_ATOMIC_T 1 1869| #define HAVE_SIGINFO_T 1 1870| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 1871| #define HAVE_LONG_LONG 1 1872| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 1873| #define HAVE_SIGACTION 1 1874| #define HAVE_STRERROR 1 1875| #define HAVE_STRSIGNAL 1 1876| #define HAVE_PREAD 1 1877| #define HAVE_SYS_SIGLIST 1 1878| #define HAVE__SYS_SIGLIST 1 1879| #define HAVE_PRCTL 1 1880| #define HAVE_SENDMSG 1 1881| #define HAVE_INET_NTOP 1 1882| #define HAVE_IF_INDEXTONAME 1 1883| #define HAVE_SYS_REG_H 1 1884| /* end confdefs.h. */ 1885| #include <stdio.h> 1886| #if HAVE_SYS_TYPES_H 1887| # include <sys/types.h> 1888| #endif 1889| #if HAVE_SYS_STAT_H 1890| # include <sys/stat.h> 1891| #endif 1892| #if STDC_HEADERS 1893| # include <stdlib.h> 1894| # include <stddef.h> 1895| #else 1896| # if HAVE_STDLIB_H 1897| # include <stdlib.h> 1898| # endif 1899| #endif 1900| #if HAVE_STRING_H 1901| # if !STDC_HEADERS && HAVE_MEMORY_H 1902| # include <memory.h> 1903| # endif 1904| # include <string.h> 1905| #endif 1906| #if HAVE_STRINGS_H 1907| # include <strings.h> 1908| #endif 1909| #if HAVE_INTTYPES_H 1910| # include <inttypes.h> 1911| #else 1912| # if HAVE_STDINT_H 1913| # include <stdint.h> 1914| # endif 1915| #endif 1916| #if HAVE_UNISTD_H 1917| # include <unistd.h> 1918| #endif 1919| #include <sys/acl.h> 1920configure:6835: result: no 1921configure:6839: checking sys/acl.h presence 1922configure:6849: gcc -E conftest.c 1923conftest.c:47:21: error: sys/acl.h: No such file or directory 1924configure:6855: $? = 1 1925configure: failed program was: 1926| /* confdefs.h. */ 1927| 1928| #define PACKAGE_NAME "strace" 1929| #define PACKAGE_TARNAME "strace" 1930| #define PACKAGE_VERSION "4.5.12" 1931| #define PACKAGE_STRING "strace 4.5.12" 1932| #define PACKAGE_BUGREPORT "" 1933| #define PACKAGE "strace" 1934| #define VERSION "4.5.12" 1935| #define LINUX 1 1936| #define ARM 1 1937| #define _GNU_SOURCE 1 1938| #define STDC_HEADERS 1 1939| #define HAVE_DIRENT_H 1 1940| #define HAVE_SYS_TYPES_H 1 1941| #define HAVE_SYS_STAT_H 1 1942| #define HAVE_STDLIB_H 1 1943| #define HAVE_STRING_H 1 1944| #define HAVE_MEMORY_H 1 1945| #define HAVE_STRINGS_H 1 1946| #define HAVE_INTTYPES_H 1 1947| #define HAVE_STDINT_H 1 1948| #define HAVE_UNISTD_H 1 1949| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 1950| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 1951| #define HAVE_STRUCT_STAT_ST_RDEV 1 1952| #define HAVE_STAT64 1 1953| #define RETSIGTYPE void 1954| #define GETGROUPS_T gid_t 1955| #define HAVE_SIG_ATOMIC_T 1 1956| #define HAVE_SIGINFO_T 1 1957| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 1958| #define HAVE_LONG_LONG 1 1959| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 1960| #define HAVE_SIGACTION 1 1961| #define HAVE_STRERROR 1 1962| #define HAVE_STRSIGNAL 1 1963| #define HAVE_PREAD 1 1964| #define HAVE_SYS_SIGLIST 1 1965| #define HAVE__SYS_SIGLIST 1 1966| #define HAVE_PRCTL 1 1967| #define HAVE_SENDMSG 1 1968| #define HAVE_INET_NTOP 1 1969| #define HAVE_IF_INDEXTONAME 1 1970| #define HAVE_SYS_REG_H 1 1971| /* end confdefs.h. */ 1972| #include <sys/acl.h> 1973configure:6875: result: no 1974configure:6910: checking for sys/acl.h 1975configure:6917: result: no 1976configure:6794: checking sys/asynch.h usability 1977configure:6806: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 1978conftest.c:81:24: error: sys/asynch.h: No such file or directory 1979configure:6812: $? = 1 1980configure: failed program was: 1981| /* confdefs.h. */ 1982| 1983| #define PACKAGE_NAME "strace" 1984| #define PACKAGE_TARNAME "strace" 1985| #define PACKAGE_VERSION "4.5.12" 1986| #define PACKAGE_STRING "strace 4.5.12" 1987| #define PACKAGE_BUGREPORT "" 1988| #define PACKAGE "strace" 1989| #define VERSION "4.5.12" 1990| #define LINUX 1 1991| #define ARM 1 1992| #define _GNU_SOURCE 1 1993| #define STDC_HEADERS 1 1994| #define HAVE_DIRENT_H 1 1995| #define HAVE_SYS_TYPES_H 1 1996| #define HAVE_SYS_STAT_H 1 1997| #define HAVE_STDLIB_H 1 1998| #define HAVE_STRING_H 1 1999| #define HAVE_MEMORY_H 1 2000| #define HAVE_STRINGS_H 1 2001| #define HAVE_INTTYPES_H 1 2002| #define HAVE_STDINT_H 1 2003| #define HAVE_UNISTD_H 1 2004| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 2005| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 2006| #define HAVE_STRUCT_STAT_ST_RDEV 1 2007| #define HAVE_STAT64 1 2008| #define RETSIGTYPE void 2009| #define GETGROUPS_T gid_t 2010| #define HAVE_SIG_ATOMIC_T 1 2011| #define HAVE_SIGINFO_T 1 2012| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 2013| #define HAVE_LONG_LONG 1 2014| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 2015| #define HAVE_SIGACTION 1 2016| #define HAVE_STRERROR 1 2017| #define HAVE_STRSIGNAL 1 2018| #define HAVE_PREAD 1 2019| #define HAVE_SYS_SIGLIST 1 2020| #define HAVE__SYS_SIGLIST 1 2021| #define HAVE_PRCTL 1 2022| #define HAVE_SENDMSG 1 2023| #define HAVE_INET_NTOP 1 2024| #define HAVE_IF_INDEXTONAME 1 2025| #define HAVE_SYS_REG_H 1 2026| /* end confdefs.h. */ 2027| #include <stdio.h> 2028| #if HAVE_SYS_TYPES_H 2029| # include <sys/types.h> 2030| #endif 2031| #if HAVE_SYS_STAT_H 2032| # include <sys/stat.h> 2033| #endif 2034| #if STDC_HEADERS 2035| # include <stdlib.h> 2036| # include <stddef.h> 2037| #else 2038| # if HAVE_STDLIB_H 2039| # include <stdlib.h> 2040| # endif 2041| #endif 2042| #if HAVE_STRING_H 2043| # if !STDC_HEADERS && HAVE_MEMORY_H 2044| # include <memory.h> 2045| # endif 2046| # include <string.h> 2047| #endif 2048| #if HAVE_STRINGS_H 2049| # include <strings.h> 2050| #endif 2051| #if HAVE_INTTYPES_H 2052| # include <inttypes.h> 2053| #else 2054| # if HAVE_STDINT_H 2055| # include <stdint.h> 2056| # endif 2057| #endif 2058| #if HAVE_UNISTD_H 2059| # include <unistd.h> 2060| #endif 2061| #include <sys/asynch.h> 2062configure:6835: result: no 2063configure:6839: checking sys/asynch.h presence 2064configure:6849: gcc -E conftest.c 2065conftest.c:47:24: error: sys/asynch.h: No such file or directory 2066configure:6855: $? = 1 2067configure: failed program was: 2068| /* confdefs.h. */ 2069| 2070| #define PACKAGE_NAME "strace" 2071| #define PACKAGE_TARNAME "strace" 2072| #define PACKAGE_VERSION "4.5.12" 2073| #define PACKAGE_STRING "strace 4.5.12" 2074| #define PACKAGE_BUGREPORT "" 2075| #define PACKAGE "strace" 2076| #define VERSION "4.5.12" 2077| #define LINUX 1 2078| #define ARM 1 2079| #define _GNU_SOURCE 1 2080| #define STDC_HEADERS 1 2081| #define HAVE_DIRENT_H 1 2082| #define HAVE_SYS_TYPES_H 1 2083| #define HAVE_SYS_STAT_H 1 2084| #define HAVE_STDLIB_H 1 2085| #define HAVE_STRING_H 1 2086| #define HAVE_MEMORY_H 1 2087| #define HAVE_STRINGS_H 1 2088| #define HAVE_INTTYPES_H 1 2089| #define HAVE_STDINT_H 1 2090| #define HAVE_UNISTD_H 1 2091| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 2092| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 2093| #define HAVE_STRUCT_STAT_ST_RDEV 1 2094| #define HAVE_STAT64 1 2095| #define RETSIGTYPE void 2096| #define GETGROUPS_T gid_t 2097| #define HAVE_SIG_ATOMIC_T 1 2098| #define HAVE_SIGINFO_T 1 2099| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 2100| #define HAVE_LONG_LONG 1 2101| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 2102| #define HAVE_SIGACTION 1 2103| #define HAVE_STRERROR 1 2104| #define HAVE_STRSIGNAL 1 2105| #define HAVE_PREAD 1 2106| #define HAVE_SYS_SIGLIST 1 2107| #define HAVE__SYS_SIGLIST 1 2108| #define HAVE_PRCTL 1 2109| #define HAVE_SENDMSG 1 2110| #define HAVE_INET_NTOP 1 2111| #define HAVE_IF_INDEXTONAME 1 2112| #define HAVE_SYS_REG_H 1 2113| /* end confdefs.h. */ 2114| #include <sys/asynch.h> 2115configure:6875: result: no 2116configure:6910: checking for sys/asynch.h 2117configure:6917: result: no 2118configure:6794: checking sys/door.h usability 2119configure:6806: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 2120conftest.c:81:22: error: sys/door.h: No such file or directory 2121configure:6812: $? = 1 2122configure: failed program was: 2123| /* confdefs.h. */ 2124| 2125| #define PACKAGE_NAME "strace" 2126| #define PACKAGE_TARNAME "strace" 2127| #define PACKAGE_VERSION "4.5.12" 2128| #define PACKAGE_STRING "strace 4.5.12" 2129| #define PACKAGE_BUGREPORT "" 2130| #define PACKAGE "strace" 2131| #define VERSION "4.5.12" 2132| #define LINUX 1 2133| #define ARM 1 2134| #define _GNU_SOURCE 1 2135| #define STDC_HEADERS 1 2136| #define HAVE_DIRENT_H 1 2137| #define HAVE_SYS_TYPES_H 1 2138| #define HAVE_SYS_STAT_H 1 2139| #define HAVE_STDLIB_H 1 2140| #define HAVE_STRING_H 1 2141| #define HAVE_MEMORY_H 1 2142| #define HAVE_STRINGS_H 1 2143| #define HAVE_INTTYPES_H 1 2144| #define HAVE_STDINT_H 1 2145| #define HAVE_UNISTD_H 1 2146| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 2147| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 2148| #define HAVE_STRUCT_STAT_ST_RDEV 1 2149| #define HAVE_STAT64 1 2150| #define RETSIGTYPE void 2151| #define GETGROUPS_T gid_t 2152| #define HAVE_SIG_ATOMIC_T 1 2153| #define HAVE_SIGINFO_T 1 2154| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 2155| #define HAVE_LONG_LONG 1 2156| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 2157| #define HAVE_SIGACTION 1 2158| #define HAVE_STRERROR 1 2159| #define HAVE_STRSIGNAL 1 2160| #define HAVE_PREAD 1 2161| #define HAVE_SYS_SIGLIST 1 2162| #define HAVE__SYS_SIGLIST 1 2163| #define HAVE_PRCTL 1 2164| #define HAVE_SENDMSG 1 2165| #define HAVE_INET_NTOP 1 2166| #define HAVE_IF_INDEXTONAME 1 2167| #define HAVE_SYS_REG_H 1 2168| /* end confdefs.h. */ 2169| #include <stdio.h> 2170| #if HAVE_SYS_TYPES_H 2171| # include <sys/types.h> 2172| #endif 2173| #if HAVE_SYS_STAT_H 2174| # include <sys/stat.h> 2175| #endif 2176| #if STDC_HEADERS 2177| # include <stdlib.h> 2178| # include <stddef.h> 2179| #else 2180| # if HAVE_STDLIB_H 2181| # include <stdlib.h> 2182| # endif 2183| #endif 2184| #if HAVE_STRING_H 2185| # if !STDC_HEADERS && HAVE_MEMORY_H 2186| # include <memory.h> 2187| # endif 2188| # include <string.h> 2189| #endif 2190| #if HAVE_STRINGS_H 2191| # include <strings.h> 2192| #endif 2193| #if HAVE_INTTYPES_H 2194| # include <inttypes.h> 2195| #else 2196| # if HAVE_STDINT_H 2197| # include <stdint.h> 2198| # endif 2199| #endif 2200| #if HAVE_UNISTD_H 2201| # include <unistd.h> 2202| #endif 2203| #include <sys/door.h> 2204configure:6835: result: no 2205configure:6839: checking sys/door.h presence 2206configure:6849: gcc -E conftest.c 2207conftest.c:47:22: error: sys/door.h: No such file or directory 2208configure:6855: $? = 1 2209configure: failed program was: 2210| /* confdefs.h. */ 2211| 2212| #define PACKAGE_NAME "strace" 2213| #define PACKAGE_TARNAME "strace" 2214| #define PACKAGE_VERSION "4.5.12" 2215| #define PACKAGE_STRING "strace 4.5.12" 2216| #define PACKAGE_BUGREPORT "" 2217| #define PACKAGE "strace" 2218| #define VERSION "4.5.12" 2219| #define LINUX 1 2220| #define ARM 1 2221| #define _GNU_SOURCE 1 2222| #define STDC_HEADERS 1 2223| #define HAVE_DIRENT_H 1 2224| #define HAVE_SYS_TYPES_H 1 2225| #define HAVE_SYS_STAT_H 1 2226| #define HAVE_STDLIB_H 1 2227| #define HAVE_STRING_H 1 2228| #define HAVE_MEMORY_H 1 2229| #define HAVE_STRINGS_H 1 2230| #define HAVE_INTTYPES_H 1 2231| #define HAVE_STDINT_H 1 2232| #define HAVE_UNISTD_H 1 2233| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 2234| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 2235| #define HAVE_STRUCT_STAT_ST_RDEV 1 2236| #define HAVE_STAT64 1 2237| #define RETSIGTYPE void 2238| #define GETGROUPS_T gid_t 2239| #define HAVE_SIG_ATOMIC_T 1 2240| #define HAVE_SIGINFO_T 1 2241| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 2242| #define HAVE_LONG_LONG 1 2243| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 2244| #define HAVE_SIGACTION 1 2245| #define HAVE_STRERROR 1 2246| #define HAVE_STRSIGNAL 1 2247| #define HAVE_PREAD 1 2248| #define HAVE_SYS_SIGLIST 1 2249| #define HAVE__SYS_SIGLIST 1 2250| #define HAVE_PRCTL 1 2251| #define HAVE_SENDMSG 1 2252| #define HAVE_INET_NTOP 1 2253| #define HAVE_IF_INDEXTONAME 1 2254| #define HAVE_SYS_REG_H 1 2255| /* end confdefs.h. */ 2256| #include <sys/door.h> 2257configure:6875: result: no 2258configure:6910: checking for sys/door.h 2259configure:6917: result: no 2260configure:6794: checking stropts.h usability 2261configure:6806: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 2262configure:6812: $? = 0 2263configure:6816: test -z 2264 || test ! -s conftest.err 2265configure:6819: $? = 0 2266configure:6822: test -s conftest.o 2267configure:6825: $? = 0 2268configure:6835: result: yes 2269configure:6839: checking stropts.h presence 2270configure:6849: gcc -E conftest.c 2271configure:6855: $? = 0 2272configure:6875: result: yes 2273configure:6910: checking for stropts.h 2274configure:6917: result: yes 2275configure:6794: checking sys/conf.h usability 2276configure:6806: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 2277conftest.c:82:22: error: sys/conf.h: No such file or directory 2278configure:6812: $? = 1 2279configure: failed program was: 2280| /* confdefs.h. */ 2281| 2282| #define PACKAGE_NAME "strace" 2283| #define PACKAGE_TARNAME "strace" 2284| #define PACKAGE_VERSION "4.5.12" 2285| #define PACKAGE_STRING "strace 4.5.12" 2286| #define PACKAGE_BUGREPORT "" 2287| #define PACKAGE "strace" 2288| #define VERSION "4.5.12" 2289| #define LINUX 1 2290| #define ARM 1 2291| #define _GNU_SOURCE 1 2292| #define STDC_HEADERS 1 2293| #define HAVE_DIRENT_H 1 2294| #define HAVE_SYS_TYPES_H 1 2295| #define HAVE_SYS_STAT_H 1 2296| #define HAVE_STDLIB_H 1 2297| #define HAVE_STRING_H 1 2298| #define HAVE_MEMORY_H 1 2299| #define HAVE_STRINGS_H 1 2300| #define HAVE_INTTYPES_H 1 2301| #define HAVE_STDINT_H 1 2302| #define HAVE_UNISTD_H 1 2303| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 2304| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 2305| #define HAVE_STRUCT_STAT_ST_RDEV 1 2306| #define HAVE_STAT64 1 2307| #define RETSIGTYPE void 2308| #define GETGROUPS_T gid_t 2309| #define HAVE_SIG_ATOMIC_T 1 2310| #define HAVE_SIGINFO_T 1 2311| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 2312| #define HAVE_LONG_LONG 1 2313| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 2314| #define HAVE_SIGACTION 1 2315| #define HAVE_STRERROR 1 2316| #define HAVE_STRSIGNAL 1 2317| #define HAVE_PREAD 1 2318| #define HAVE_SYS_SIGLIST 1 2319| #define HAVE__SYS_SIGLIST 1 2320| #define HAVE_PRCTL 1 2321| #define HAVE_SENDMSG 1 2322| #define HAVE_INET_NTOP 1 2323| #define HAVE_IF_INDEXTONAME 1 2324| #define HAVE_SYS_REG_H 1 2325| #define HAVE_STROPTS_H 1 2326| /* end confdefs.h. */ 2327| #include <stdio.h> 2328| #if HAVE_SYS_TYPES_H 2329| # include <sys/types.h> 2330| #endif 2331| #if HAVE_SYS_STAT_H 2332| # include <sys/stat.h> 2333| #endif 2334| #if STDC_HEADERS 2335| # include <stdlib.h> 2336| # include <stddef.h> 2337| #else 2338| # if HAVE_STDLIB_H 2339| # include <stdlib.h> 2340| # endif 2341| #endif 2342| #if HAVE_STRING_H 2343| # if !STDC_HEADERS && HAVE_MEMORY_H 2344| # include <memory.h> 2345| # endif 2346| # include <string.h> 2347| #endif 2348| #if HAVE_STRINGS_H 2349| # include <strings.h> 2350| #endif 2351| #if HAVE_INTTYPES_H 2352| # include <inttypes.h> 2353| #else 2354| # if HAVE_STDINT_H 2355| # include <stdint.h> 2356| # endif 2357| #endif 2358| #if HAVE_UNISTD_H 2359| # include <unistd.h> 2360| #endif 2361| #include <sys/conf.h> 2362configure:6835: result: no 2363configure:6839: checking sys/conf.h presence 2364configure:6849: gcc -E conftest.c 2365conftest.c:48:22: error: sys/conf.h: No such file or directory 2366configure:6855: $? = 1 2367configure: failed program was: 2368| /* confdefs.h. */ 2369| 2370| #define PACKAGE_NAME "strace" 2371| #define PACKAGE_TARNAME "strace" 2372| #define PACKAGE_VERSION "4.5.12" 2373| #define PACKAGE_STRING "strace 4.5.12" 2374| #define PACKAGE_BUGREPORT "" 2375| #define PACKAGE "strace" 2376| #define VERSION "4.5.12" 2377| #define LINUX 1 2378| #define ARM 1 2379| #define _GNU_SOURCE 1 2380| #define STDC_HEADERS 1 2381| #define HAVE_DIRENT_H 1 2382| #define HAVE_SYS_TYPES_H 1 2383| #define HAVE_SYS_STAT_H 1 2384| #define HAVE_STDLIB_H 1 2385| #define HAVE_STRING_H 1 2386| #define HAVE_MEMORY_H 1 2387| #define HAVE_STRINGS_H 1 2388| #define HAVE_INTTYPES_H 1 2389| #define HAVE_STDINT_H 1 2390| #define HAVE_UNISTD_H 1 2391| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 2392| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 2393| #define HAVE_STRUCT_STAT_ST_RDEV 1 2394| #define HAVE_STAT64 1 2395| #define RETSIGTYPE void 2396| #define GETGROUPS_T gid_t 2397| #define HAVE_SIG_ATOMIC_T 1 2398| #define HAVE_SIGINFO_T 1 2399| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 2400| #define HAVE_LONG_LONG 1 2401| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 2402| #define HAVE_SIGACTION 1 2403| #define HAVE_STRERROR 1 2404| #define HAVE_STRSIGNAL 1 2405| #define HAVE_PREAD 1 2406| #define HAVE_SYS_SIGLIST 1 2407| #define HAVE__SYS_SIGLIST 1 2408| #define HAVE_PRCTL 1 2409| #define HAVE_SENDMSG 1 2410| #define HAVE_INET_NTOP 1 2411| #define HAVE_IF_INDEXTONAME 1 2412| #define HAVE_SYS_REG_H 1 2413| #define HAVE_STROPTS_H 1 2414| /* end confdefs.h. */ 2415| #include <sys/conf.h> 2416configure:6875: result: no 2417configure:6910: checking for sys/conf.h 2418configure:6917: result: no 2419configure:6794: checking sys/stream.h usability 2420configure:6806: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 2421conftest.c:82:24: error: sys/stream.h: No such file or directory 2422configure:6812: $? = 1 2423configure: failed program was: 2424| /* confdefs.h. */ 2425| 2426| #define PACKAGE_NAME "strace" 2427| #define PACKAGE_TARNAME "strace" 2428| #define PACKAGE_VERSION "4.5.12" 2429| #define PACKAGE_STRING "strace 4.5.12" 2430| #define PACKAGE_BUGREPORT "" 2431| #define PACKAGE "strace" 2432| #define VERSION "4.5.12" 2433| #define LINUX 1 2434| #define ARM 1 2435| #define _GNU_SOURCE 1 2436| #define STDC_HEADERS 1 2437| #define HAVE_DIRENT_H 1 2438| #define HAVE_SYS_TYPES_H 1 2439| #define HAVE_SYS_STAT_H 1 2440| #define HAVE_STDLIB_H 1 2441| #define HAVE_STRING_H 1 2442| #define HAVE_MEMORY_H 1 2443| #define HAVE_STRINGS_H 1 2444| #define HAVE_INTTYPES_H 1 2445| #define HAVE_STDINT_H 1 2446| #define HAVE_UNISTD_H 1 2447| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 2448| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 2449| #define HAVE_STRUCT_STAT_ST_RDEV 1 2450| #define HAVE_STAT64 1 2451| #define RETSIGTYPE void 2452| #define GETGROUPS_T gid_t 2453| #define HAVE_SIG_ATOMIC_T 1 2454| #define HAVE_SIGINFO_T 1 2455| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 2456| #define HAVE_LONG_LONG 1 2457| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 2458| #define HAVE_SIGACTION 1 2459| #define HAVE_STRERROR 1 2460| #define HAVE_STRSIGNAL 1 2461| #define HAVE_PREAD 1 2462| #define HAVE_SYS_SIGLIST 1 2463| #define HAVE__SYS_SIGLIST 1 2464| #define HAVE_PRCTL 1 2465| #define HAVE_SENDMSG 1 2466| #define HAVE_INET_NTOP 1 2467| #define HAVE_IF_INDEXTONAME 1 2468| #define HAVE_SYS_REG_H 1 2469| #define HAVE_STROPTS_H 1 2470| /* end confdefs.h. */ 2471| #include <stdio.h> 2472| #if HAVE_SYS_TYPES_H 2473| # include <sys/types.h> 2474| #endif 2475| #if HAVE_SYS_STAT_H 2476| # include <sys/stat.h> 2477| #endif 2478| #if STDC_HEADERS 2479| # include <stdlib.h> 2480| # include <stddef.h> 2481| #else 2482| # if HAVE_STDLIB_H 2483| # include <stdlib.h> 2484| # endif 2485| #endif 2486| #if HAVE_STRING_H 2487| # if !STDC_HEADERS && HAVE_MEMORY_H 2488| # include <memory.h> 2489| # endif 2490| # include <string.h> 2491| #endif 2492| #if HAVE_STRINGS_H 2493| # include <strings.h> 2494| #endif 2495| #if HAVE_INTTYPES_H 2496| # include <inttypes.h> 2497| #else 2498| # if HAVE_STDINT_H 2499| # include <stdint.h> 2500| # endif 2501| #endif 2502| #if HAVE_UNISTD_H 2503| # include <unistd.h> 2504| #endif 2505| #include <sys/stream.h> 2506configure:6835: result: no 2507configure:6839: checking sys/stream.h presence 2508configure:6849: gcc -E conftest.c 2509conftest.c:48:24: error: sys/stream.h: No such file or directory 2510configure:6855: $? = 1 2511configure: failed program was: 2512| /* confdefs.h. */ 2513| 2514| #define PACKAGE_NAME "strace" 2515| #define PACKAGE_TARNAME "strace" 2516| #define PACKAGE_VERSION "4.5.12" 2517| #define PACKAGE_STRING "strace 4.5.12" 2518| #define PACKAGE_BUGREPORT "" 2519| #define PACKAGE "strace" 2520| #define VERSION "4.5.12" 2521| #define LINUX 1 2522| #define ARM 1 2523| #define _GNU_SOURCE 1 2524| #define STDC_HEADERS 1 2525| #define HAVE_DIRENT_H 1 2526| #define HAVE_SYS_TYPES_H 1 2527| #define HAVE_SYS_STAT_H 1 2528| #define HAVE_STDLIB_H 1 2529| #define HAVE_STRING_H 1 2530| #define HAVE_MEMORY_H 1 2531| #define HAVE_STRINGS_H 1 2532| #define HAVE_INTTYPES_H 1 2533| #define HAVE_STDINT_H 1 2534| #define HAVE_UNISTD_H 1 2535| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 2536| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 2537| #define HAVE_STRUCT_STAT_ST_RDEV 1 2538| #define HAVE_STAT64 1 2539| #define RETSIGTYPE void 2540| #define GETGROUPS_T gid_t 2541| #define HAVE_SIG_ATOMIC_T 1 2542| #define HAVE_SIGINFO_T 1 2543| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 2544| #define HAVE_LONG_LONG 1 2545| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 2546| #define HAVE_SIGACTION 1 2547| #define HAVE_STRERROR 1 2548| #define HAVE_STRSIGNAL 1 2549| #define HAVE_PREAD 1 2550| #define HAVE_SYS_SIGLIST 1 2551| #define HAVE__SYS_SIGLIST 1 2552| #define HAVE_PRCTL 1 2553| #define HAVE_SENDMSG 1 2554| #define HAVE_INET_NTOP 1 2555| #define HAVE_IF_INDEXTONAME 1 2556| #define HAVE_SYS_REG_H 1 2557| #define HAVE_STROPTS_H 1 2558| /* end confdefs.h. */ 2559| #include <sys/stream.h> 2560configure:6875: result: no 2561configure:6910: checking for sys/stream.h 2562configure:6917: result: no 2563configure:6794: checking sys/tihdr.h usability 2564configure:6806: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 2565conftest.c:82:23: error: sys/tihdr.h: No such file or directory 2566configure:6812: $? = 1 2567configure: failed program was: 2568| /* confdefs.h. */ 2569| 2570| #define PACKAGE_NAME "strace" 2571| #define PACKAGE_TARNAME "strace" 2572| #define PACKAGE_VERSION "4.5.12" 2573| #define PACKAGE_STRING "strace 4.5.12" 2574| #define PACKAGE_BUGREPORT "" 2575| #define PACKAGE "strace" 2576| #define VERSION "4.5.12" 2577| #define LINUX 1 2578| #define ARM 1 2579| #define _GNU_SOURCE 1 2580| #define STDC_HEADERS 1 2581| #define HAVE_DIRENT_H 1 2582| #define HAVE_SYS_TYPES_H 1 2583| #define HAVE_SYS_STAT_H 1 2584| #define HAVE_STDLIB_H 1 2585| #define HAVE_STRING_H 1 2586| #define HAVE_MEMORY_H 1 2587| #define HAVE_STRINGS_H 1 2588| #define HAVE_INTTYPES_H 1 2589| #define HAVE_STDINT_H 1 2590| #define HAVE_UNISTD_H 1 2591| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 2592| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 2593| #define HAVE_STRUCT_STAT_ST_RDEV 1 2594| #define HAVE_STAT64 1 2595| #define RETSIGTYPE void 2596| #define GETGROUPS_T gid_t 2597| #define HAVE_SIG_ATOMIC_T 1 2598| #define HAVE_SIGINFO_T 1 2599| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 2600| #define HAVE_LONG_LONG 1 2601| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 2602| #define HAVE_SIGACTION 1 2603| #define HAVE_STRERROR 1 2604| #define HAVE_STRSIGNAL 1 2605| #define HAVE_PREAD 1 2606| #define HAVE_SYS_SIGLIST 1 2607| #define HAVE__SYS_SIGLIST 1 2608| #define HAVE_PRCTL 1 2609| #define HAVE_SENDMSG 1 2610| #define HAVE_INET_NTOP 1 2611| #define HAVE_IF_INDEXTONAME 1 2612| #define HAVE_SYS_REG_H 1 2613| #define HAVE_STROPTS_H 1 2614| /* end confdefs.h. */ 2615| #include <stdio.h> 2616| #if HAVE_SYS_TYPES_H 2617| # include <sys/types.h> 2618| #endif 2619| #if HAVE_SYS_STAT_H 2620| # include <sys/stat.h> 2621| #endif 2622| #if STDC_HEADERS 2623| # include <stdlib.h> 2624| # include <stddef.h> 2625| #else 2626| # if HAVE_STDLIB_H 2627| # include <stdlib.h> 2628| # endif 2629| #endif 2630| #if HAVE_STRING_H 2631| # if !STDC_HEADERS && HAVE_MEMORY_H 2632| # include <memory.h> 2633| # endif 2634| # include <string.h> 2635| #endif 2636| #if HAVE_STRINGS_H 2637| # include <strings.h> 2638| #endif 2639| #if HAVE_INTTYPES_H 2640| # include <inttypes.h> 2641| #else 2642| # if HAVE_STDINT_H 2643| # include <stdint.h> 2644| # endif 2645| #endif 2646| #if HAVE_UNISTD_H 2647| # include <unistd.h> 2648| #endif 2649| #include <sys/tihdr.h> 2650configure:6835: result: no 2651configure:6839: checking sys/tihdr.h presence 2652configure:6849: gcc -E conftest.c 2653conftest.c:48:23: error: sys/tihdr.h: No such file or directory 2654configure:6855: $? = 1 2655configure: failed program was: 2656| /* confdefs.h. */ 2657| 2658| #define PACKAGE_NAME "strace" 2659| #define PACKAGE_TARNAME "strace" 2660| #define PACKAGE_VERSION "4.5.12" 2661| #define PACKAGE_STRING "strace 4.5.12" 2662| #define PACKAGE_BUGREPORT "" 2663| #define PACKAGE "strace" 2664| #define VERSION "4.5.12" 2665| #define LINUX 1 2666| #define ARM 1 2667| #define _GNU_SOURCE 1 2668| #define STDC_HEADERS 1 2669| #define HAVE_DIRENT_H 1 2670| #define HAVE_SYS_TYPES_H 1 2671| #define HAVE_SYS_STAT_H 1 2672| #define HAVE_STDLIB_H 1 2673| #define HAVE_STRING_H 1 2674| #define HAVE_MEMORY_H 1 2675| #define HAVE_STRINGS_H 1 2676| #define HAVE_INTTYPES_H 1 2677| #define HAVE_STDINT_H 1 2678| #define HAVE_UNISTD_H 1 2679| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 2680| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 2681| #define HAVE_STRUCT_STAT_ST_RDEV 1 2682| #define HAVE_STAT64 1 2683| #define RETSIGTYPE void 2684| #define GETGROUPS_T gid_t 2685| #define HAVE_SIG_ATOMIC_T 1 2686| #define HAVE_SIGINFO_T 1 2687| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 2688| #define HAVE_LONG_LONG 1 2689| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 2690| #define HAVE_SIGACTION 1 2691| #define HAVE_STRERROR 1 2692| #define HAVE_STRSIGNAL 1 2693| #define HAVE_PREAD 1 2694| #define HAVE_SYS_SIGLIST 1 2695| #define HAVE__SYS_SIGLIST 1 2696| #define HAVE_PRCTL 1 2697| #define HAVE_SENDMSG 1 2698| #define HAVE_INET_NTOP 1 2699| #define HAVE_IF_INDEXTONAME 1 2700| #define HAVE_SYS_REG_H 1 2701| #define HAVE_STROPTS_H 1 2702| /* end confdefs.h. */ 2703| #include <sys/tihdr.h> 2704configure:6875: result: no 2705configure:6910: checking for sys/tihdr.h 2706configure:6917: result: no 2707configure:6794: checking sys/tiuser.h usability 2708configure:6806: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 2709conftest.c:82:24: error: sys/tiuser.h: No such file or directory 2710configure:6812: $? = 1 2711configure: failed program was: 2712| /* confdefs.h. */ 2713| 2714| #define PACKAGE_NAME "strace" 2715| #define PACKAGE_TARNAME "strace" 2716| #define PACKAGE_VERSION "4.5.12" 2717| #define PACKAGE_STRING "strace 4.5.12" 2718| #define PACKAGE_BUGREPORT "" 2719| #define PACKAGE "strace" 2720| #define VERSION "4.5.12" 2721| #define LINUX 1 2722| #define ARM 1 2723| #define _GNU_SOURCE 1 2724| #define STDC_HEADERS 1 2725| #define HAVE_DIRENT_H 1 2726| #define HAVE_SYS_TYPES_H 1 2727| #define HAVE_SYS_STAT_H 1 2728| #define HAVE_STDLIB_H 1 2729| #define HAVE_STRING_H 1 2730| #define HAVE_MEMORY_H 1 2731| #define HAVE_STRINGS_H 1 2732| #define HAVE_INTTYPES_H 1 2733| #define HAVE_STDINT_H 1 2734| #define HAVE_UNISTD_H 1 2735| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 2736| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 2737| #define HAVE_STRUCT_STAT_ST_RDEV 1 2738| #define HAVE_STAT64 1 2739| #define RETSIGTYPE void 2740| #define GETGROUPS_T gid_t 2741| #define HAVE_SIG_ATOMIC_T 1 2742| #define HAVE_SIGINFO_T 1 2743| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 2744| #define HAVE_LONG_LONG 1 2745| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 2746| #define HAVE_SIGACTION 1 2747| #define HAVE_STRERROR 1 2748| #define HAVE_STRSIGNAL 1 2749| #define HAVE_PREAD 1 2750| #define HAVE_SYS_SIGLIST 1 2751| #define HAVE__SYS_SIGLIST 1 2752| #define HAVE_PRCTL 1 2753| #define HAVE_SENDMSG 1 2754| #define HAVE_INET_NTOP 1 2755| #define HAVE_IF_INDEXTONAME 1 2756| #define HAVE_SYS_REG_H 1 2757| #define HAVE_STROPTS_H 1 2758| /* end confdefs.h. */ 2759| #include <stdio.h> 2760| #if HAVE_SYS_TYPES_H 2761| # include <sys/types.h> 2762| #endif 2763| #if HAVE_SYS_STAT_H 2764| # include <sys/stat.h> 2765| #endif 2766| #if STDC_HEADERS 2767| # include <stdlib.h> 2768| # include <stddef.h> 2769| #else 2770| # if HAVE_STDLIB_H 2771| # include <stdlib.h> 2772| # endif 2773| #endif 2774| #if HAVE_STRING_H 2775| # if !STDC_HEADERS && HAVE_MEMORY_H 2776| # include <memory.h> 2777| # endif 2778| # include <string.h> 2779| #endif 2780| #if HAVE_STRINGS_H 2781| # include <strings.h> 2782| #endif 2783| #if HAVE_INTTYPES_H 2784| # include <inttypes.h> 2785| #else 2786| # if HAVE_STDINT_H 2787| # include <stdint.h> 2788| # endif 2789| #endif 2790| #if HAVE_UNISTD_H 2791| # include <unistd.h> 2792| #endif 2793| #include <sys/tiuser.h> 2794configure:6835: result: no 2795configure:6839: checking sys/tiuser.h presence 2796configure:6849: gcc -E conftest.c 2797conftest.c:48:24: error: sys/tiuser.h: No such file or directory 2798configure:6855: $? = 1 2799configure: failed program was: 2800| /* confdefs.h. */ 2801| 2802| #define PACKAGE_NAME "strace" 2803| #define PACKAGE_TARNAME "strace" 2804| #define PACKAGE_VERSION "4.5.12" 2805| #define PACKAGE_STRING "strace 4.5.12" 2806| #define PACKAGE_BUGREPORT "" 2807| #define PACKAGE "strace" 2808| #define VERSION "4.5.12" 2809| #define LINUX 1 2810| #define ARM 1 2811| #define _GNU_SOURCE 1 2812| #define STDC_HEADERS 1 2813| #define HAVE_DIRENT_H 1 2814| #define HAVE_SYS_TYPES_H 1 2815| #define HAVE_SYS_STAT_H 1 2816| #define HAVE_STDLIB_H 1 2817| #define HAVE_STRING_H 1 2818| #define HAVE_MEMORY_H 1 2819| #define HAVE_STRINGS_H 1 2820| #define HAVE_INTTYPES_H 1 2821| #define HAVE_STDINT_H 1 2822| #define HAVE_UNISTD_H 1 2823| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 2824| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 2825| #define HAVE_STRUCT_STAT_ST_RDEV 1 2826| #define HAVE_STAT64 1 2827| #define RETSIGTYPE void 2828| #define GETGROUPS_T gid_t 2829| #define HAVE_SIG_ATOMIC_T 1 2830| #define HAVE_SIGINFO_T 1 2831| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 2832| #define HAVE_LONG_LONG 1 2833| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 2834| #define HAVE_SIGACTION 1 2835| #define HAVE_STRERROR 1 2836| #define HAVE_STRSIGNAL 1 2837| #define HAVE_PREAD 1 2838| #define HAVE_SYS_SIGLIST 1 2839| #define HAVE__SYS_SIGLIST 1 2840| #define HAVE_PRCTL 1 2841| #define HAVE_SENDMSG 1 2842| #define HAVE_INET_NTOP 1 2843| #define HAVE_IF_INDEXTONAME 1 2844| #define HAVE_SYS_REG_H 1 2845| #define HAVE_STROPTS_H 1 2846| /* end confdefs.h. */ 2847| #include <sys/tiuser.h> 2848configure:6875: result: no 2849configure:6910: checking for sys/tiuser.h 2850configure:6917: result: no 2851configure:6794: checking sys/sysconfig.h usability 2852configure:6806: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 2853conftest.c:82:27: error: sys/sysconfig.h: No such file or directory 2854configure:6812: $? = 1 2855configure: failed program was: 2856| /* confdefs.h. */ 2857| 2858| #define PACKAGE_NAME "strace" 2859| #define PACKAGE_TARNAME "strace" 2860| #define PACKAGE_VERSION "4.5.12" 2861| #define PACKAGE_STRING "strace 4.5.12" 2862| #define PACKAGE_BUGREPORT "" 2863| #define PACKAGE "strace" 2864| #define VERSION "4.5.12" 2865| #define LINUX 1 2866| #define ARM 1 2867| #define _GNU_SOURCE 1 2868| #define STDC_HEADERS 1 2869| #define HAVE_DIRENT_H 1 2870| #define HAVE_SYS_TYPES_H 1 2871| #define HAVE_SYS_STAT_H 1 2872| #define HAVE_STDLIB_H 1 2873| #define HAVE_STRING_H 1 2874| #define HAVE_MEMORY_H 1 2875| #define HAVE_STRINGS_H 1 2876| #define HAVE_INTTYPES_H 1 2877| #define HAVE_STDINT_H 1 2878| #define HAVE_UNISTD_H 1 2879| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 2880| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 2881| #define HAVE_STRUCT_STAT_ST_RDEV 1 2882| #define HAVE_STAT64 1 2883| #define RETSIGTYPE void 2884| #define GETGROUPS_T gid_t 2885| #define HAVE_SIG_ATOMIC_T 1 2886| #define HAVE_SIGINFO_T 1 2887| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 2888| #define HAVE_LONG_LONG 1 2889| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 2890| #define HAVE_SIGACTION 1 2891| #define HAVE_STRERROR 1 2892| #define HAVE_STRSIGNAL 1 2893| #define HAVE_PREAD 1 2894| #define HAVE_SYS_SIGLIST 1 2895| #define HAVE__SYS_SIGLIST 1 2896| #define HAVE_PRCTL 1 2897| #define HAVE_SENDMSG 1 2898| #define HAVE_INET_NTOP 1 2899| #define HAVE_IF_INDEXTONAME 1 2900| #define HAVE_SYS_REG_H 1 2901| #define HAVE_STROPTS_H 1 2902| /* end confdefs.h. */ 2903| #include <stdio.h> 2904| #if HAVE_SYS_TYPES_H 2905| # include <sys/types.h> 2906| #endif 2907| #if HAVE_SYS_STAT_H 2908| # include <sys/stat.h> 2909| #endif 2910| #if STDC_HEADERS 2911| # include <stdlib.h> 2912| # include <stddef.h> 2913| #else 2914| # if HAVE_STDLIB_H 2915| # include <stdlib.h> 2916| # endif 2917| #endif 2918| #if HAVE_STRING_H 2919| # if !STDC_HEADERS && HAVE_MEMORY_H 2920| # include <memory.h> 2921| # endif 2922| # include <string.h> 2923| #endif 2924| #if HAVE_STRINGS_H 2925| # include <strings.h> 2926| #endif 2927| #if HAVE_INTTYPES_H 2928| # include <inttypes.h> 2929| #else 2930| # if HAVE_STDINT_H 2931| # include <stdint.h> 2932| # endif 2933| #endif 2934| #if HAVE_UNISTD_H 2935| # include <unistd.h> 2936| #endif 2937| #include <sys/sysconfig.h> 2938configure:6835: result: no 2939configure:6839: checking sys/sysconfig.h presence 2940configure:6849: gcc -E conftest.c 2941conftest.c:48:27: error: sys/sysconfig.h: No such file or directory 2942configure:6855: $? = 1 2943configure: failed program was: 2944| /* confdefs.h. */ 2945| 2946| #define PACKAGE_NAME "strace" 2947| #define PACKAGE_TARNAME "strace" 2948| #define PACKAGE_VERSION "4.5.12" 2949| #define PACKAGE_STRING "strace 4.5.12" 2950| #define PACKAGE_BUGREPORT "" 2951| #define PACKAGE "strace" 2952| #define VERSION "4.5.12" 2953| #define LINUX 1 2954| #define ARM 1 2955| #define _GNU_SOURCE 1 2956| #define STDC_HEADERS 1 2957| #define HAVE_DIRENT_H 1 2958| #define HAVE_SYS_TYPES_H 1 2959| #define HAVE_SYS_STAT_H 1 2960| #define HAVE_STDLIB_H 1 2961| #define HAVE_STRING_H 1 2962| #define HAVE_MEMORY_H 1 2963| #define HAVE_STRINGS_H 1 2964| #define HAVE_INTTYPES_H 1 2965| #define HAVE_STDINT_H 1 2966| #define HAVE_UNISTD_H 1 2967| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 2968| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 2969| #define HAVE_STRUCT_STAT_ST_RDEV 1 2970| #define HAVE_STAT64 1 2971| #define RETSIGTYPE void 2972| #define GETGROUPS_T gid_t 2973| #define HAVE_SIG_ATOMIC_T 1 2974| #define HAVE_SIGINFO_T 1 2975| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 2976| #define HAVE_LONG_LONG 1 2977| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 2978| #define HAVE_SIGACTION 1 2979| #define HAVE_STRERROR 1 2980| #define HAVE_STRSIGNAL 1 2981| #define HAVE_PREAD 1 2982| #define HAVE_SYS_SIGLIST 1 2983| #define HAVE__SYS_SIGLIST 1 2984| #define HAVE_PRCTL 1 2985| #define HAVE_SENDMSG 1 2986| #define HAVE_INET_NTOP 1 2987| #define HAVE_IF_INDEXTONAME 1 2988| #define HAVE_SYS_REG_H 1 2989| #define HAVE_STROPTS_H 1 2990| /* end confdefs.h. */ 2991| #include <sys/sysconfig.h> 2992configure:6875: result: no 2993configure:6910: checking for sys/sysconfig.h 2994configure:6917: result: no 2995configure:6794: checking ioctls.h usability 2996configure:6806: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 2997conftest.c:82:20: error: ioctls.h: No such file or directory 2998configure:6812: $? = 1 2999configure: failed program was: 3000| /* confdefs.h. */ 3001| 3002| #define PACKAGE_NAME "strace" 3003| #define PACKAGE_TARNAME "strace" 3004| #define PACKAGE_VERSION "4.5.12" 3005| #define PACKAGE_STRING "strace 4.5.12" 3006| #define PACKAGE_BUGREPORT "" 3007| #define PACKAGE "strace" 3008| #define VERSION "4.5.12" 3009| #define LINUX 1 3010| #define ARM 1 3011| #define _GNU_SOURCE 1 3012| #define STDC_HEADERS 1 3013| #define HAVE_DIRENT_H 1 3014| #define HAVE_SYS_TYPES_H 1 3015| #define HAVE_SYS_STAT_H 1 3016| #define HAVE_STDLIB_H 1 3017| #define HAVE_STRING_H 1 3018| #define HAVE_MEMORY_H 1 3019| #define HAVE_STRINGS_H 1 3020| #define HAVE_INTTYPES_H 1 3021| #define HAVE_STDINT_H 1 3022| #define HAVE_UNISTD_H 1 3023| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 3024| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 3025| #define HAVE_STRUCT_STAT_ST_RDEV 1 3026| #define HAVE_STAT64 1 3027| #define RETSIGTYPE void 3028| #define GETGROUPS_T gid_t 3029| #define HAVE_SIG_ATOMIC_T 1 3030| #define HAVE_SIGINFO_T 1 3031| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 3032| #define HAVE_LONG_LONG 1 3033| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 3034| #define HAVE_SIGACTION 1 3035| #define HAVE_STRERROR 1 3036| #define HAVE_STRSIGNAL 1 3037| #define HAVE_PREAD 1 3038| #define HAVE_SYS_SIGLIST 1 3039| #define HAVE__SYS_SIGLIST 1 3040| #define HAVE_PRCTL 1 3041| #define HAVE_SENDMSG 1 3042| #define HAVE_INET_NTOP 1 3043| #define HAVE_IF_INDEXTONAME 1 3044| #define HAVE_SYS_REG_H 1 3045| #define HAVE_STROPTS_H 1 3046| /* end confdefs.h. */ 3047| #include <stdio.h> 3048| #if HAVE_SYS_TYPES_H 3049| # include <sys/types.h> 3050| #endif 3051| #if HAVE_SYS_STAT_H 3052| # include <sys/stat.h> 3053| #endif 3054| #if STDC_HEADERS 3055| # include <stdlib.h> 3056| # include <stddef.h> 3057| #else 3058| # if HAVE_STDLIB_H 3059| # include <stdlib.h> 3060| # endif 3061| #endif 3062| #if HAVE_STRING_H 3063| # if !STDC_HEADERS && HAVE_MEMORY_H 3064| # include <memory.h> 3065| # endif 3066| # include <string.h> 3067| #endif 3068| #if HAVE_STRINGS_H 3069| # include <strings.h> 3070| #endif 3071| #if HAVE_INTTYPES_H 3072| # include <inttypes.h> 3073| #else 3074| # if HAVE_STDINT_H 3075| # include <stdint.h> 3076| # endif 3077| #endif 3078| #if HAVE_UNISTD_H 3079| # include <unistd.h> 3080| #endif 3081| #include <ioctls.h> 3082configure:6835: result: no 3083configure:6839: checking ioctls.h presence 3084configure:6849: gcc -E conftest.c 3085conftest.c:48:20: error: ioctls.h: No such file or directory 3086configure:6855: $? = 1 3087configure: failed program was: 3088| /* confdefs.h. */ 3089| 3090| #define PACKAGE_NAME "strace" 3091| #define PACKAGE_TARNAME "strace" 3092| #define PACKAGE_VERSION "4.5.12" 3093| #define PACKAGE_STRING "strace 4.5.12" 3094| #define PACKAGE_BUGREPORT "" 3095| #define PACKAGE "strace" 3096| #define VERSION "4.5.12" 3097| #define LINUX 1 3098| #define ARM 1 3099| #define _GNU_SOURCE 1 3100| #define STDC_HEADERS 1 3101| #define HAVE_DIRENT_H 1 3102| #define HAVE_SYS_TYPES_H 1 3103| #define HAVE_SYS_STAT_H 1 3104| #define HAVE_STDLIB_H 1 3105| #define HAVE_STRING_H 1 3106| #define HAVE_MEMORY_H 1 3107| #define HAVE_STRINGS_H 1 3108| #define HAVE_INTTYPES_H 1 3109| #define HAVE_STDINT_H 1 3110| #define HAVE_UNISTD_H 1 3111| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 3112| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 3113| #define HAVE_STRUCT_STAT_ST_RDEV 1 3114| #define HAVE_STAT64 1 3115| #define RETSIGTYPE void 3116| #define GETGROUPS_T gid_t 3117| #define HAVE_SIG_ATOMIC_T 1 3118| #define HAVE_SIGINFO_T 1 3119| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 3120| #define HAVE_LONG_LONG 1 3121| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 3122| #define HAVE_SIGACTION 1 3123| #define HAVE_STRERROR 1 3124| #define HAVE_STRSIGNAL 1 3125| #define HAVE_PREAD 1 3126| #define HAVE_SYS_SIGLIST 1 3127| #define HAVE__SYS_SIGLIST 1 3128| #define HAVE_PRCTL 1 3129| #define HAVE_SENDMSG 1 3130| #define HAVE_INET_NTOP 1 3131| #define HAVE_IF_INDEXTONAME 1 3132| #define HAVE_SYS_REG_H 1 3133| #define HAVE_STROPTS_H 1 3134| /* end confdefs.h. */ 3135| #include <ioctls.h> 3136configure:6875: result: no 3137configure:6910: checking for ioctls.h 3138configure:6917: result: no 3139configure:6794: checking sys/ioctl.h usability 3140configure:6806: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 3141configure:6812: $? = 0 3142configure:6816: test -z 3143 || test ! -s conftest.err 3144configure:6819: $? = 0 3145configure:6822: test -s conftest.o 3146configure:6825: $? = 0 3147configure:6835: result: yes 3148configure:6839: checking sys/ioctl.h presence 3149configure:6849: gcc -E conftest.c 3150configure:6855: $? = 0 3151configure:6875: result: yes 3152configure:6910: checking for sys/ioctl.h 3153configure:6917: result: yes 3154configure:6794: checking sys/ptrace.h usability 3155configure:6806: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 3156configure:6812: $? = 0 3157configure:6816: test -z 3158 || test ! -s conftest.err 3159configure:6819: $? = 0 3160configure:6822: test -s conftest.o 3161configure:6825: $? = 0 3162configure:6835: result: yes 3163configure:6839: checking sys/ptrace.h presence 3164configure:6849: gcc -E conftest.c 3165configure:6855: $? = 0 3166configure:6875: result: yes 3167configure:6910: checking for sys/ptrace.h 3168configure:6917: result: yes 3169configure:6794: checking termio.h usability 3170configure:6806: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 3171configure:6812: $? = 0 3172configure:6816: test -z 3173 || test ! -s conftest.err 3174configure:6819: $? = 0 3175configure:6822: test -s conftest.o 3176configure:6825: $? = 0 3177configure:6835: result: yes 3178configure:6839: checking termio.h presence 3179configure:6849: gcc -E conftest.c 3180configure:6855: $? = 0 3181configure:6875: result: yes 3182configure:6910: checking for termio.h 3183configure:6917: result: yes 3184configure:6794: checking linux/ptrace.h usability 3185configure:6806: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 3186configure:6812: $? = 0 3187configure:6816: test -z 3188 || test ! -s conftest.err 3189configure:6819: $? = 0 3190configure:6822: test -s conftest.o 3191configure:6825: $? = 0 3192configure:6835: result: yes 3193configure:6839: checking linux/ptrace.h presence 3194configure:6849: gcc -E conftest.c 3195configure:6855: $? = 0 3196configure:6875: result: yes 3197configure:6910: checking for linux/ptrace.h 3198configure:6917: result: yes 3199configure:6794: checking asm/reg.h usability 3200configure:6806: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 3201conftest.c:86:21: error: asm/reg.h: No such file or directory 3202configure:6812: $? = 1 3203configure: failed program was: 3204| /* confdefs.h. */ 3205| 3206| #define PACKAGE_NAME "strace" 3207| #define PACKAGE_TARNAME "strace" 3208| #define PACKAGE_VERSION "4.5.12" 3209| #define PACKAGE_STRING "strace 4.5.12" 3210| #define PACKAGE_BUGREPORT "" 3211| #define PACKAGE "strace" 3212| #define VERSION "4.5.12" 3213| #define LINUX 1 3214| #define ARM 1 3215| #define _GNU_SOURCE 1 3216| #define STDC_HEADERS 1 3217| #define HAVE_DIRENT_H 1 3218| #define HAVE_SYS_TYPES_H 1 3219| #define HAVE_SYS_STAT_H 1 3220| #define HAVE_STDLIB_H 1 3221| #define HAVE_STRING_H 1 3222| #define HAVE_MEMORY_H 1 3223| #define HAVE_STRINGS_H 1 3224| #define HAVE_INTTYPES_H 1 3225| #define HAVE_STDINT_H 1 3226| #define HAVE_UNISTD_H 1 3227| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 3228| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 3229| #define HAVE_STRUCT_STAT_ST_RDEV 1 3230| #define HAVE_STAT64 1 3231| #define RETSIGTYPE void 3232| #define GETGROUPS_T gid_t 3233| #define HAVE_SIG_ATOMIC_T 1 3234| #define HAVE_SIGINFO_T 1 3235| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 3236| #define HAVE_LONG_LONG 1 3237| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 3238| #define HAVE_SIGACTION 1 3239| #define HAVE_STRERROR 1 3240| #define HAVE_STRSIGNAL 1 3241| #define HAVE_PREAD 1 3242| #define HAVE_SYS_SIGLIST 1 3243| #define HAVE__SYS_SIGLIST 1 3244| #define HAVE_PRCTL 1 3245| #define HAVE_SENDMSG 1 3246| #define HAVE_INET_NTOP 1 3247| #define HAVE_IF_INDEXTONAME 1 3248| #define HAVE_SYS_REG_H 1 3249| #define HAVE_STROPTS_H 1 3250| #define HAVE_SYS_IOCTL_H 1 3251| #define HAVE_SYS_PTRACE_H 1 3252| #define HAVE_TERMIO_H 1 3253| #define HAVE_LINUX_PTRACE_H 1 3254| /* end confdefs.h. */ 3255| #include <stdio.h> 3256| #if HAVE_SYS_TYPES_H 3257| # include <sys/types.h> 3258| #endif 3259| #if HAVE_SYS_STAT_H 3260| # include <sys/stat.h> 3261| #endif 3262| #if STDC_HEADERS 3263| # include <stdlib.h> 3264| # include <stddef.h> 3265| #else 3266| # if HAVE_STDLIB_H 3267| # include <stdlib.h> 3268| # endif 3269| #endif 3270| #if HAVE_STRING_H 3271| # if !STDC_HEADERS && HAVE_MEMORY_H 3272| # include <memory.h> 3273| # endif 3274| # include <string.h> 3275| #endif 3276| #if HAVE_STRINGS_H 3277| # include <strings.h> 3278| #endif 3279| #if HAVE_INTTYPES_H 3280| # include <inttypes.h> 3281| #else 3282| # if HAVE_STDINT_H 3283| # include <stdint.h> 3284| # endif 3285| #endif 3286| #if HAVE_UNISTD_H 3287| # include <unistd.h> 3288| #endif 3289| #include <asm/reg.h> 3290configure:6835: result: no 3291configure:6839: checking asm/reg.h presence 3292configure:6849: gcc -E conftest.c 3293conftest.c:52:21: error: asm/reg.h: No such file or directory 3294configure:6855: $? = 1 3295configure: failed program was: 3296| /* confdefs.h. */ 3297| 3298| #define PACKAGE_NAME "strace" 3299| #define PACKAGE_TARNAME "strace" 3300| #define PACKAGE_VERSION "4.5.12" 3301| #define PACKAGE_STRING "strace 4.5.12" 3302| #define PACKAGE_BUGREPORT "" 3303| #define PACKAGE "strace" 3304| #define VERSION "4.5.12" 3305| #define LINUX 1 3306| #define ARM 1 3307| #define _GNU_SOURCE 1 3308| #define STDC_HEADERS 1 3309| #define HAVE_DIRENT_H 1 3310| #define HAVE_SYS_TYPES_H 1 3311| #define HAVE_SYS_STAT_H 1 3312| #define HAVE_STDLIB_H 1 3313| #define HAVE_STRING_H 1 3314| #define HAVE_MEMORY_H 1 3315| #define HAVE_STRINGS_H 1 3316| #define HAVE_INTTYPES_H 1 3317| #define HAVE_STDINT_H 1 3318| #define HAVE_UNISTD_H 1 3319| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 3320| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 3321| #define HAVE_STRUCT_STAT_ST_RDEV 1 3322| #define HAVE_STAT64 1 3323| #define RETSIGTYPE void 3324| #define GETGROUPS_T gid_t 3325| #define HAVE_SIG_ATOMIC_T 1 3326| #define HAVE_SIGINFO_T 1 3327| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 3328| #define HAVE_LONG_LONG 1 3329| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 3330| #define HAVE_SIGACTION 1 3331| #define HAVE_STRERROR 1 3332| #define HAVE_STRSIGNAL 1 3333| #define HAVE_PREAD 1 3334| #define HAVE_SYS_SIGLIST 1 3335| #define HAVE__SYS_SIGLIST 1 3336| #define HAVE_PRCTL 1 3337| #define HAVE_SENDMSG 1 3338| #define HAVE_INET_NTOP 1 3339| #define HAVE_IF_INDEXTONAME 1 3340| #define HAVE_SYS_REG_H 1 3341| #define HAVE_STROPTS_H 1 3342| #define HAVE_SYS_IOCTL_H 1 3343| #define HAVE_SYS_PTRACE_H 1 3344| #define HAVE_TERMIO_H 1 3345| #define HAVE_LINUX_PTRACE_H 1 3346| /* end confdefs.h. */ 3347| #include <asm/reg.h> 3348configure:6875: result: no 3349configure:6910: checking for asm/reg.h 3350configure:6917: result: no 3351configure:6794: checking sys/uio.h usability 3352configure:6806: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 3353configure:6812: $? = 0 3354configure:6816: test -z 3355 || test ! -s conftest.err 3356configure:6819: $? = 0 3357configure:6822: test -s conftest.o 3358configure:6825: $? = 0 3359configure:6835: result: yes 3360configure:6839: checking sys/uio.h presence 3361configure:6849: gcc -E conftest.c 3362configure:6855: $? = 0 3363configure:6875: result: yes 3364configure:6910: checking for sys/uio.h 3365configure:6917: result: yes 3366configure:6794: checking sys/aio.h usability 3367configure:6806: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 3368conftest.c:87:21: error: sys/aio.h: No such file or directory 3369configure:6812: $? = 1 3370configure: failed program was: 3371| /* confdefs.h. */ 3372| 3373| #define PACKAGE_NAME "strace" 3374| #define PACKAGE_TARNAME "strace" 3375| #define PACKAGE_VERSION "4.5.12" 3376| #define PACKAGE_STRING "strace 4.5.12" 3377| #define PACKAGE_BUGREPORT "" 3378| #define PACKAGE "strace" 3379| #define VERSION "4.5.12" 3380| #define LINUX 1 3381| #define ARM 1 3382| #define _GNU_SOURCE 1 3383| #define STDC_HEADERS 1 3384| #define HAVE_DIRENT_H 1 3385| #define HAVE_SYS_TYPES_H 1 3386| #define HAVE_SYS_STAT_H 1 3387| #define HAVE_STDLIB_H 1 3388| #define HAVE_STRING_H 1 3389| #define HAVE_MEMORY_H 1 3390| #define HAVE_STRINGS_H 1 3391| #define HAVE_INTTYPES_H 1 3392| #define HAVE_STDINT_H 1 3393| #define HAVE_UNISTD_H 1 3394| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 3395| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 3396| #define HAVE_STRUCT_STAT_ST_RDEV 1 3397| #define HAVE_STAT64 1 3398| #define RETSIGTYPE void 3399| #define GETGROUPS_T gid_t 3400| #define HAVE_SIG_ATOMIC_T 1 3401| #define HAVE_SIGINFO_T 1 3402| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 3403| #define HAVE_LONG_LONG 1 3404| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 3405| #define HAVE_SIGACTION 1 3406| #define HAVE_STRERROR 1 3407| #define HAVE_STRSIGNAL 1 3408| #define HAVE_PREAD 1 3409| #define HAVE_SYS_SIGLIST 1 3410| #define HAVE__SYS_SIGLIST 1 3411| #define HAVE_PRCTL 1 3412| #define HAVE_SENDMSG 1 3413| #define HAVE_INET_NTOP 1 3414| #define HAVE_IF_INDEXTONAME 1 3415| #define HAVE_SYS_REG_H 1 3416| #define HAVE_STROPTS_H 1 3417| #define HAVE_SYS_IOCTL_H 1 3418| #define HAVE_SYS_PTRACE_H 1 3419| #define HAVE_TERMIO_H 1 3420| #define HAVE_LINUX_PTRACE_H 1 3421| #define HAVE_SYS_UIO_H 1 3422| /* end confdefs.h. */ 3423| #include <stdio.h> 3424| #if HAVE_SYS_TYPES_H 3425| # include <sys/types.h> 3426| #endif 3427| #if HAVE_SYS_STAT_H 3428| # include <sys/stat.h> 3429| #endif 3430| #if STDC_HEADERS 3431| # include <stdlib.h> 3432| # include <stddef.h> 3433| #else 3434| # if HAVE_STDLIB_H 3435| # include <stdlib.h> 3436| # endif 3437| #endif 3438| #if HAVE_STRING_H 3439| # if !STDC_HEADERS && HAVE_MEMORY_H 3440| # include <memory.h> 3441| # endif 3442| # include <string.h> 3443| #endif 3444| #if HAVE_STRINGS_H 3445| # include <strings.h> 3446| #endif 3447| #if HAVE_INTTYPES_H 3448| # include <inttypes.h> 3449| #else 3450| # if HAVE_STDINT_H 3451| # include <stdint.h> 3452| # endif 3453| #endif 3454| #if HAVE_UNISTD_H 3455| # include <unistd.h> 3456| #endif 3457| #include <sys/aio.h> 3458configure:6835: result: no 3459configure:6839: checking sys/aio.h presence 3460configure:6849: gcc -E conftest.c 3461conftest.c:53:21: error: sys/aio.h: No such file or directory 3462configure:6855: $? = 1 3463configure: failed program was: 3464| /* confdefs.h. */ 3465| 3466| #define PACKAGE_NAME "strace" 3467| #define PACKAGE_TARNAME "strace" 3468| #define PACKAGE_VERSION "4.5.12" 3469| #define PACKAGE_STRING "strace 4.5.12" 3470| #define PACKAGE_BUGREPORT "" 3471| #define PACKAGE "strace" 3472| #define VERSION "4.5.12" 3473| #define LINUX 1 3474| #define ARM 1 3475| #define _GNU_SOURCE 1 3476| #define STDC_HEADERS 1 3477| #define HAVE_DIRENT_H 1 3478| #define HAVE_SYS_TYPES_H 1 3479| #define HAVE_SYS_STAT_H 1 3480| #define HAVE_STDLIB_H 1 3481| #define HAVE_STRING_H 1 3482| #define HAVE_MEMORY_H 1 3483| #define HAVE_STRINGS_H 1 3484| #define HAVE_INTTYPES_H 1 3485| #define HAVE_STDINT_H 1 3486| #define HAVE_UNISTD_H 1 3487| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 3488| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 3489| #define HAVE_STRUCT_STAT_ST_RDEV 1 3490| #define HAVE_STAT64 1 3491| #define RETSIGTYPE void 3492| #define GETGROUPS_T gid_t 3493| #define HAVE_SIG_ATOMIC_T 1 3494| #define HAVE_SIGINFO_T 1 3495| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 3496| #define HAVE_LONG_LONG 1 3497| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 3498| #define HAVE_SIGACTION 1 3499| #define HAVE_STRERROR 1 3500| #define HAVE_STRSIGNAL 1 3501| #define HAVE_PREAD 1 3502| #define HAVE_SYS_SIGLIST 1 3503| #define HAVE__SYS_SIGLIST 1 3504| #define HAVE_PRCTL 1 3505| #define HAVE_SENDMSG 1 3506| #define HAVE_INET_NTOP 1 3507| #define HAVE_IF_INDEXTONAME 1 3508| #define HAVE_SYS_REG_H 1 3509| #define HAVE_STROPTS_H 1 3510| #define HAVE_SYS_IOCTL_H 1 3511| #define HAVE_SYS_PTRACE_H 1 3512| #define HAVE_TERMIO_H 1 3513| #define HAVE_LINUX_PTRACE_H 1 3514| #define HAVE_SYS_UIO_H 1 3515| /* end confdefs.h. */ 3516| #include <sys/aio.h> 3517configure:6875: result: no 3518configure:6910: checking for sys/aio.h 3519configure:6917: result: no 3520configure:6794: checking poll.h usability 3521configure:6806: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 3522configure:6812: $? = 0 3523configure:6816: test -z 3524 || test ! -s conftest.err 3525configure:6819: $? = 0 3526configure:6822: test -s conftest.o 3527configure:6825: $? = 0 3528configure:6835: result: yes 3529configure:6839: checking poll.h presence 3530configure:6849: gcc -E conftest.c 3531configure:6855: $? = 0 3532configure:6875: result: yes 3533configure:6910: checking for poll.h 3534configure:6917: result: yes 3535configure:6794: checking sys/poll.h usability 3536configure:6806: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 3537configure:6812: $? = 0 3538configure:6816: test -z 3539 || test ! -s conftest.err 3540configure:6819: $? = 0 3541configure:6822: test -s conftest.o 3542configure:6825: $? = 0 3543configure:6835: result: yes 3544configure:6839: checking sys/poll.h presence 3545configure:6849: gcc -E conftest.c 3546configure:6855: $? = 0 3547configure:6875: result: yes 3548configure:6910: checking for sys/poll.h 3549configure:6917: result: yes 3550configure:6794: checking sys/vfs.h usability 3551configure:6806: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 3552configure:6812: $? = 0 3553configure:6816: test -z 3554 || test ! -s conftest.err 3555configure:6819: $? = 0 3556configure:6822: test -s conftest.o 3557configure:6825: $? = 0 3558configure:6835: result: yes 3559configure:6839: checking sys/vfs.h presence 3560configure:6849: gcc -E conftest.c 3561configure:6855: $? = 0 3562configure:6875: result: yes 3563configure:6910: checking for sys/vfs.h 3564configure:6917: result: yes 3565configure:6794: checking asm/sysmips.h usability 3566configure:6806: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 3567conftest.c:90:25: error: asm/sysmips.h: No such file or directory 3568configure:6812: $? = 1 3569configure: failed program was: 3570| /* confdefs.h. */ 3571| 3572| #define PACKAGE_NAME "strace" 3573| #define PACKAGE_TARNAME "strace" 3574| #define PACKAGE_VERSION "4.5.12" 3575| #define PACKAGE_STRING "strace 4.5.12" 3576| #define PACKAGE_BUGREPORT "" 3577| #define PACKAGE "strace" 3578| #define VERSION "4.5.12" 3579| #define LINUX 1 3580| #define ARM 1 3581| #define _GNU_SOURCE 1 3582| #define STDC_HEADERS 1 3583| #define HAVE_DIRENT_H 1 3584| #define HAVE_SYS_TYPES_H 1 3585| #define HAVE_SYS_STAT_H 1 3586| #define HAVE_STDLIB_H 1 3587| #define HAVE_STRING_H 1 3588| #define HAVE_MEMORY_H 1 3589| #define HAVE_STRINGS_H 1 3590| #define HAVE_INTTYPES_H 1 3591| #define HAVE_STDINT_H 1 3592| #define HAVE_UNISTD_H 1 3593| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 3594| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 3595| #define HAVE_STRUCT_STAT_ST_RDEV 1 3596| #define HAVE_STAT64 1 3597| #define RETSIGTYPE void 3598| #define GETGROUPS_T gid_t 3599| #define HAVE_SIG_ATOMIC_T 1 3600| #define HAVE_SIGINFO_T 1 3601| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 3602| #define HAVE_LONG_LONG 1 3603| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 3604| #define HAVE_SIGACTION 1 3605| #define HAVE_STRERROR 1 3606| #define HAVE_STRSIGNAL 1 3607| #define HAVE_PREAD 1 3608| #define HAVE_SYS_SIGLIST 1 3609| #define HAVE__SYS_SIGLIST 1 3610| #define HAVE_PRCTL 1 3611| #define HAVE_SENDMSG 1 3612| #define HAVE_INET_NTOP 1 3613| #define HAVE_IF_INDEXTONAME 1 3614| #define HAVE_SYS_REG_H 1 3615| #define HAVE_STROPTS_H 1 3616| #define HAVE_SYS_IOCTL_H 1 3617| #define HAVE_SYS_PTRACE_H 1 3618| #define HAVE_TERMIO_H 1 3619| #define HAVE_LINUX_PTRACE_H 1 3620| #define HAVE_SYS_UIO_H 1 3621| #define HAVE_POLL_H 1 3622| #define HAVE_SYS_POLL_H 1 3623| #define HAVE_SYS_VFS_H 1 3624| /* end confdefs.h. */ 3625| #include <stdio.h> 3626| #if HAVE_SYS_TYPES_H 3627| # include <sys/types.h> 3628| #endif 3629| #if HAVE_SYS_STAT_H 3630| # include <sys/stat.h> 3631| #endif 3632| #if STDC_HEADERS 3633| # include <stdlib.h> 3634| # include <stddef.h> 3635| #else 3636| # if HAVE_STDLIB_H 3637| # include <stdlib.h> 3638| # endif 3639| #endif 3640| #if HAVE_STRING_H 3641| # if !STDC_HEADERS && HAVE_MEMORY_H 3642| # include <memory.h> 3643| # endif 3644| # include <string.h> 3645| #endif 3646| #if HAVE_STRINGS_H 3647| # include <strings.h> 3648| #endif 3649| #if HAVE_INTTYPES_H 3650| # include <inttypes.h> 3651| #else 3652| # if HAVE_STDINT_H 3653| # include <stdint.h> 3654| # endif 3655| #endif 3656| #if HAVE_UNISTD_H 3657| # include <unistd.h> 3658| #endif 3659| #include <asm/sysmips.h> 3660configure:6835: result: no 3661configure:6839: checking asm/sysmips.h presence 3662configure:6849: gcc -E conftest.c 3663conftest.c:56:25: error: asm/sysmips.h: No such file or directory 3664configure:6855: $? = 1 3665configure: failed program was: 3666| /* confdefs.h. */ 3667| 3668| #define PACKAGE_NAME "strace" 3669| #define PACKAGE_TARNAME "strace" 3670| #define PACKAGE_VERSION "4.5.12" 3671| #define PACKAGE_STRING "strace 4.5.12" 3672| #define PACKAGE_BUGREPORT "" 3673| #define PACKAGE "strace" 3674| #define VERSION "4.5.12" 3675| #define LINUX 1 3676| #define ARM 1 3677| #define _GNU_SOURCE 1 3678| #define STDC_HEADERS 1 3679| #define HAVE_DIRENT_H 1 3680| #define HAVE_SYS_TYPES_H 1 3681| #define HAVE_SYS_STAT_H 1 3682| #define HAVE_STDLIB_H 1 3683| #define HAVE_STRING_H 1 3684| #define HAVE_MEMORY_H 1 3685| #define HAVE_STRINGS_H 1 3686| #define HAVE_INTTYPES_H 1 3687| #define HAVE_STDINT_H 1 3688| #define HAVE_UNISTD_H 1 3689| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 3690| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 3691| #define HAVE_STRUCT_STAT_ST_RDEV 1 3692| #define HAVE_STAT64 1 3693| #define RETSIGTYPE void 3694| #define GETGROUPS_T gid_t 3695| #define HAVE_SIG_ATOMIC_T 1 3696| #define HAVE_SIGINFO_T 1 3697| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 3698| #define HAVE_LONG_LONG 1 3699| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 3700| #define HAVE_SIGACTION 1 3701| #define HAVE_STRERROR 1 3702| #define HAVE_STRSIGNAL 1 3703| #define HAVE_PREAD 1 3704| #define HAVE_SYS_SIGLIST 1 3705| #define HAVE__SYS_SIGLIST 1 3706| #define HAVE_PRCTL 1 3707| #define HAVE_SENDMSG 1 3708| #define HAVE_INET_NTOP 1 3709| #define HAVE_IF_INDEXTONAME 1 3710| #define HAVE_SYS_REG_H 1 3711| #define HAVE_STROPTS_H 1 3712| #define HAVE_SYS_IOCTL_H 1 3713| #define HAVE_SYS_PTRACE_H 1 3714| #define HAVE_TERMIO_H 1 3715| #define HAVE_LINUX_PTRACE_H 1 3716| #define HAVE_SYS_UIO_H 1 3717| #define HAVE_POLL_H 1 3718| #define HAVE_SYS_POLL_H 1 3719| #define HAVE_SYS_VFS_H 1 3720| /* end confdefs.h. */ 3721| #include <asm/sysmips.h> 3722configure:6875: result: no 3723configure:6910: checking for asm/sysmips.h 3724configure:6917: result: no 3725configure:6794: checking linux/utsname.h usability 3726configure:6806: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 3727configure:6812: $? = 0 3728configure:6816: test -z 3729 || test ! -s conftest.err 3730configure:6819: $? = 0 3731configure:6822: test -s conftest.o 3732configure:6825: $? = 0 3733configure:6835: result: yes 3734configure:6839: checking linux/utsname.h presence 3735configure:6849: gcc -E conftest.c 3736configure:6855: $? = 0 3737configure:6875: result: yes 3738configure:6910: checking for linux/utsname.h 3739configure:6917: result: yes 3740configure:6794: checking sys/nscsys.h usability 3741configure:6806: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 3742conftest.c:91:24: error: sys/nscsys.h: No such file or directory 3743configure:6812: $? = 1 3744configure: failed program was: 3745| /* confdefs.h. */ 3746| 3747| #define PACKAGE_NAME "strace" 3748| #define PACKAGE_TARNAME "strace" 3749| #define PACKAGE_VERSION "4.5.12" 3750| #define PACKAGE_STRING "strace 4.5.12" 3751| #define PACKAGE_BUGREPORT "" 3752| #define PACKAGE "strace" 3753| #define VERSION "4.5.12" 3754| #define LINUX 1 3755| #define ARM 1 3756| #define _GNU_SOURCE 1 3757| #define STDC_HEADERS 1 3758| #define HAVE_DIRENT_H 1 3759| #define HAVE_SYS_TYPES_H 1 3760| #define HAVE_SYS_STAT_H 1 3761| #define HAVE_STDLIB_H 1 3762| #define HAVE_STRING_H 1 3763| #define HAVE_MEMORY_H 1 3764| #define HAVE_STRINGS_H 1 3765| #define HAVE_INTTYPES_H 1 3766| #define HAVE_STDINT_H 1 3767| #define HAVE_UNISTD_H 1 3768| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 3769| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 3770| #define HAVE_STRUCT_STAT_ST_RDEV 1 3771| #define HAVE_STAT64 1 3772| #define RETSIGTYPE void 3773| #define GETGROUPS_T gid_t 3774| #define HAVE_SIG_ATOMIC_T 1 3775| #define HAVE_SIGINFO_T 1 3776| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 3777| #define HAVE_LONG_LONG 1 3778| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 3779| #define HAVE_SIGACTION 1 3780| #define HAVE_STRERROR 1 3781| #define HAVE_STRSIGNAL 1 3782| #define HAVE_PREAD 1 3783| #define HAVE_SYS_SIGLIST 1 3784| #define HAVE__SYS_SIGLIST 1 3785| #define HAVE_PRCTL 1 3786| #define HAVE_SENDMSG 1 3787| #define HAVE_INET_NTOP 1 3788| #define HAVE_IF_INDEXTONAME 1 3789| #define HAVE_SYS_REG_H 1 3790| #define HAVE_STROPTS_H 1 3791| #define HAVE_SYS_IOCTL_H 1 3792| #define HAVE_SYS_PTRACE_H 1 3793| #define HAVE_TERMIO_H 1 3794| #define HAVE_LINUX_PTRACE_H 1 3795| #define HAVE_SYS_UIO_H 1 3796| #define HAVE_POLL_H 1 3797| #define HAVE_SYS_POLL_H 1 3798| #define HAVE_SYS_VFS_H 1 3799| #define HAVE_LINUX_UTSNAME_H 1 3800| /* end confdefs.h. */ 3801| #include <stdio.h> 3802| #if HAVE_SYS_TYPES_H 3803| # include <sys/types.h> 3804| #endif 3805| #if HAVE_SYS_STAT_H 3806| # include <sys/stat.h> 3807| #endif 3808| #if STDC_HEADERS 3809| # include <stdlib.h> 3810| # include <stddef.h> 3811| #else 3812| # if HAVE_STDLIB_H 3813| # include <stdlib.h> 3814| # endif 3815| #endif 3816| #if HAVE_STRING_H 3817| # if !STDC_HEADERS && HAVE_MEMORY_H 3818| # include <memory.h> 3819| # endif 3820| # include <string.h> 3821| #endif 3822| #if HAVE_STRINGS_H 3823| # include <strings.h> 3824| #endif 3825| #if HAVE_INTTYPES_H 3826| # include <inttypes.h> 3827| #else 3828| # if HAVE_STDINT_H 3829| # include <stdint.h> 3830| # endif 3831| #endif 3832| #if HAVE_UNISTD_H 3833| # include <unistd.h> 3834| #endif 3835| #include <sys/nscsys.h> 3836configure:6835: result: no 3837configure:6839: checking sys/nscsys.h presence 3838configure:6849: gcc -E conftest.c 3839conftest.c:57:24: error: sys/nscsys.h: No such file or directory 3840configure:6855: $? = 1 3841configure: failed program was: 3842| /* confdefs.h. */ 3843| 3844| #define PACKAGE_NAME "strace" 3845| #define PACKAGE_TARNAME "strace" 3846| #define PACKAGE_VERSION "4.5.12" 3847| #define PACKAGE_STRING "strace 4.5.12" 3848| #define PACKAGE_BUGREPORT "" 3849| #define PACKAGE "strace" 3850| #define VERSION "4.5.12" 3851| #define LINUX 1 3852| #define ARM 1 3853| #define _GNU_SOURCE 1 3854| #define STDC_HEADERS 1 3855| #define HAVE_DIRENT_H 1 3856| #define HAVE_SYS_TYPES_H 1 3857| #define HAVE_SYS_STAT_H 1 3858| #define HAVE_STDLIB_H 1 3859| #define HAVE_STRING_H 1 3860| #define HAVE_MEMORY_H 1 3861| #define HAVE_STRINGS_H 1 3862| #define HAVE_INTTYPES_H 1 3863| #define HAVE_STDINT_H 1 3864| #define HAVE_UNISTD_H 1 3865| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 3866| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 3867| #define HAVE_STRUCT_STAT_ST_RDEV 1 3868| #define HAVE_STAT64 1 3869| #define RETSIGTYPE void 3870| #define GETGROUPS_T gid_t 3871| #define HAVE_SIG_ATOMIC_T 1 3872| #define HAVE_SIGINFO_T 1 3873| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 3874| #define HAVE_LONG_LONG 1 3875| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 3876| #define HAVE_SIGACTION 1 3877| #define HAVE_STRERROR 1 3878| #define HAVE_STRSIGNAL 1 3879| #define HAVE_PREAD 1 3880| #define HAVE_SYS_SIGLIST 1 3881| #define HAVE__SYS_SIGLIST 1 3882| #define HAVE_PRCTL 1 3883| #define HAVE_SENDMSG 1 3884| #define HAVE_INET_NTOP 1 3885| #define HAVE_IF_INDEXTONAME 1 3886| #define HAVE_SYS_REG_H 1 3887| #define HAVE_STROPTS_H 1 3888| #define HAVE_SYS_IOCTL_H 1 3889| #define HAVE_SYS_PTRACE_H 1 3890| #define HAVE_TERMIO_H 1 3891| #define HAVE_LINUX_PTRACE_H 1 3892| #define HAVE_SYS_UIO_H 1 3893| #define HAVE_POLL_H 1 3894| #define HAVE_SYS_POLL_H 1 3895| #define HAVE_SYS_VFS_H 1 3896| #define HAVE_LINUX_UTSNAME_H 1 3897| /* end confdefs.h. */ 3898| #include <sys/nscsys.h> 3899configure:6875: result: no 3900configure:6910: checking for sys/nscsys.h 3901configure:6917: result: no 3902configure:6794: checking mqueue.h usability 3903configure:6806: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 3904configure:6812: $? = 0 3905configure:6816: test -z 3906 || test ! -s conftest.err 3907configure:6819: $? = 0 3908configure:6822: test -s conftest.o 3909configure:6825: $? = 0 3910configure:6835: result: yes 3911configure:6839: checking mqueue.h presence 3912configure:6849: gcc -E conftest.c 3913configure:6855: $? = 0 3914configure:6875: result: yes 3915configure:6910: checking for mqueue.h 3916configure:6917: result: yes 3917configure:6794: checking sys/epoll.h usability 3918configure:6806: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 3919configure:6812: $? = 0 3920configure:6816: test -z 3921 || test ! -s conftest.err 3922configure:6819: $? = 0 3923configure:6822: test -s conftest.o 3924configure:6825: $? = 0 3925configure:6835: result: yes 3926configure:6839: checking sys/epoll.h presence 3927configure:6849: gcc -E conftest.c 3928configure:6855: $? = 0 3929configure:6875: result: yes 3930configure:6910: checking for sys/epoll.h 3931configure:6917: result: yes 3932configure:6794: checking libaio.h usability 3933configure:6806: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 3934conftest.c:93:20: error: libaio.h: No such file or directory 3935configure:6812: $? = 1 3936configure: failed program was: 3937| /* confdefs.h. */ 3938| 3939| #define PACKAGE_NAME "strace" 3940| #define PACKAGE_TARNAME "strace" 3941| #define PACKAGE_VERSION "4.5.12" 3942| #define PACKAGE_STRING "strace 4.5.12" 3943| #define PACKAGE_BUGREPORT "" 3944| #define PACKAGE "strace" 3945| #define VERSION "4.5.12" 3946| #define LINUX 1 3947| #define ARM 1 3948| #define _GNU_SOURCE 1 3949| #define STDC_HEADERS 1 3950| #define HAVE_DIRENT_H 1 3951| #define HAVE_SYS_TYPES_H 1 3952| #define HAVE_SYS_STAT_H 1 3953| #define HAVE_STDLIB_H 1 3954| #define HAVE_STRING_H 1 3955| #define HAVE_MEMORY_H 1 3956| #define HAVE_STRINGS_H 1 3957| #define HAVE_INTTYPES_H 1 3958| #define HAVE_STDINT_H 1 3959| #define HAVE_UNISTD_H 1 3960| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 3961| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 3962| #define HAVE_STRUCT_STAT_ST_RDEV 1 3963| #define HAVE_STAT64 1 3964| #define RETSIGTYPE void 3965| #define GETGROUPS_T gid_t 3966| #define HAVE_SIG_ATOMIC_T 1 3967| #define HAVE_SIGINFO_T 1 3968| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 3969| #define HAVE_LONG_LONG 1 3970| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 3971| #define HAVE_SIGACTION 1 3972| #define HAVE_STRERROR 1 3973| #define HAVE_STRSIGNAL 1 3974| #define HAVE_PREAD 1 3975| #define HAVE_SYS_SIGLIST 1 3976| #define HAVE__SYS_SIGLIST 1 3977| #define HAVE_PRCTL 1 3978| #define HAVE_SENDMSG 1 3979| #define HAVE_INET_NTOP 1 3980| #define HAVE_IF_INDEXTONAME 1 3981| #define HAVE_SYS_REG_H 1 3982| #define HAVE_STROPTS_H 1 3983| #define HAVE_SYS_IOCTL_H 1 3984| #define HAVE_SYS_PTRACE_H 1 3985| #define HAVE_TERMIO_H 1 3986| #define HAVE_LINUX_PTRACE_H 1 3987| #define HAVE_SYS_UIO_H 1 3988| #define HAVE_POLL_H 1 3989| #define HAVE_SYS_POLL_H 1 3990| #define HAVE_SYS_VFS_H 1 3991| #define HAVE_LINUX_UTSNAME_H 1 3992| #define HAVE_MQUEUE_H 1 3993| #define HAVE_SYS_EPOLL_H 1 3994| /* end confdefs.h. */ 3995| #include <stdio.h> 3996| #if HAVE_SYS_TYPES_H 3997| # include <sys/types.h> 3998| #endif 3999| #if HAVE_SYS_STAT_H 4000| # include <sys/stat.h> 4001| #endif 4002| #if STDC_HEADERS 4003| # include <stdlib.h> 4004| # include <stddef.h> 4005| #else 4006| # if HAVE_STDLIB_H 4007| # include <stdlib.h> 4008| # endif 4009| #endif 4010| #if HAVE_STRING_H 4011| # if !STDC_HEADERS && HAVE_MEMORY_H 4012| # include <memory.h> 4013| # endif 4014| # include <string.h> 4015| #endif 4016| #if HAVE_STRINGS_H 4017| # include <strings.h> 4018| #endif 4019| #if HAVE_INTTYPES_H 4020| # include <inttypes.h> 4021| #else 4022| # if HAVE_STDINT_H 4023| # include <stdint.h> 4024| # endif 4025| #endif 4026| #if HAVE_UNISTD_H 4027| # include <unistd.h> 4028| #endif 4029| #include <libaio.h> 4030configure:6835: result: no 4031configure:6839: checking libaio.h presence 4032configure:6849: gcc -E conftest.c 4033conftest.c:59:20: error: libaio.h: No such file or directory 4034configure:6855: $? = 1 4035configure: failed program was: 4036| /* confdefs.h. */ 4037| 4038| #define PACKAGE_NAME "strace" 4039| #define PACKAGE_TARNAME "strace" 4040| #define PACKAGE_VERSION "4.5.12" 4041| #define PACKAGE_STRING "strace 4.5.12" 4042| #define PACKAGE_BUGREPORT "" 4043| #define PACKAGE "strace" 4044| #define VERSION "4.5.12" 4045| #define LINUX 1 4046| #define ARM 1 4047| #define _GNU_SOURCE 1 4048| #define STDC_HEADERS 1 4049| #define HAVE_DIRENT_H 1 4050| #define HAVE_SYS_TYPES_H 1 4051| #define HAVE_SYS_STAT_H 1 4052| #define HAVE_STDLIB_H 1 4053| #define HAVE_STRING_H 1 4054| #define HAVE_MEMORY_H 1 4055| #define HAVE_STRINGS_H 1 4056| #define HAVE_INTTYPES_H 1 4057| #define HAVE_STDINT_H 1 4058| #define HAVE_UNISTD_H 1 4059| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 4060| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 4061| #define HAVE_STRUCT_STAT_ST_RDEV 1 4062| #define HAVE_STAT64 1 4063| #define RETSIGTYPE void 4064| #define GETGROUPS_T gid_t 4065| #define HAVE_SIG_ATOMIC_T 1 4066| #define HAVE_SIGINFO_T 1 4067| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 4068| #define HAVE_LONG_LONG 1 4069| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 4070| #define HAVE_SIGACTION 1 4071| #define HAVE_STRERROR 1 4072| #define HAVE_STRSIGNAL 1 4073| #define HAVE_PREAD 1 4074| #define HAVE_SYS_SIGLIST 1 4075| #define HAVE__SYS_SIGLIST 1 4076| #define HAVE_PRCTL 1 4077| #define HAVE_SENDMSG 1 4078| #define HAVE_INET_NTOP 1 4079| #define HAVE_IF_INDEXTONAME 1 4080| #define HAVE_SYS_REG_H 1 4081| #define HAVE_STROPTS_H 1 4082| #define HAVE_SYS_IOCTL_H 1 4083| #define HAVE_SYS_PTRACE_H 1 4084| #define HAVE_TERMIO_H 1 4085| #define HAVE_LINUX_PTRACE_H 1 4086| #define HAVE_SYS_UIO_H 1 4087| #define HAVE_POLL_H 1 4088| #define HAVE_SYS_POLL_H 1 4089| #define HAVE_SYS_VFS_H 1 4090| #define HAVE_LINUX_UTSNAME_H 1 4091| #define HAVE_MQUEUE_H 1 4092| #define HAVE_SYS_EPOLL_H 1 4093| /* end confdefs.h. */ 4094| #include <libaio.h> 4095configure:6875: result: no 4096configure:6910: checking for libaio.h 4097configure:6917: result: no 4098configure:6937: checking for linux/icmp.h 4099configure:6952: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 4100configure:6958: $? = 0 4101configure:6962: test -z 4102 || test ! -s conftest.err 4103configure:6965: $? = 0 4104configure:6968: test -s conftest.o 4105configure:6971: $? = 0 4106configure:6982: result: yes 4107configure:6937: checking for linux/in6.h 4108configure:6952: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 4109configure:6958: $? = 0 4110configure:6962: test -z 4111 || test ! -s conftest.err 4112configure:6965: $? = 0 4113configure:6968: test -s conftest.o 4114configure:6971: $? = 0 4115configure:6982: result: yes 4116configure:6937: checking for linux/netlink.h 4117configure:6952: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 4118configure:6958: $? = 0 4119configure:6962: test -z 4120 || test ! -s conftest.err 4121configure:6965: $? = 0 4122configure:6968: test -s conftest.o 4123configure:6971: $? = 0 4124configure:6982: result: yes 4125configure:6937: checking for linux/if_packet.h 4126configure:6952: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 4127configure:6958: $? = 0 4128configure:6962: test -z 4129 || test ! -s conftest.err 4130configure:6965: $? = 0 4131configure:6968: test -s conftest.o 4132configure:6971: $? = 0 4133configure:6982: result: yes 4134configure:6997: checking for asm/sigcontext.h 4135configure:7013: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 4136configure:7019: $? = 0 4137configure:7023: test -z 4138 || test ! -s conftest.err 4139configure:7026: $? = 0 4140configure:7029: test -s conftest.o 4141configure:7032: $? = 0 4142configure:7043: result: yes 4143configure:7059: checking for netinet/tcp.h 4144configure:7075: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 4145configure:7081: $? = 0 4146configure:7085: test -z 4147 || test ! -s conftest.err 4148configure:7088: $? = 0 4149configure:7091: test -s conftest.o 4150configure:7094: $? = 0 4151configure:7105: result: yes 4152configure:7059: checking for netinet/udp.h 4153configure:7075: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 4154configure:7081: $? = 0 4155configure:7085: test -z 4156 || test ! -s conftest.err 4157configure:7088: $? = 0 4158configure:7091: test -s conftest.o 4159configure:7094: $? = 0 4160configure:7105: result: yes 4161configure:7117: checking for MP procfs 4162configure:7179: gcc -o conftest -I/android/device/system/kernel_headers/ conftest.c >&5 4163conftest.c: In function 'main': 4164conftest.c:78: error: storage size of 'pstatus' isn't known 4165conftest.c:82: warning: incompatible implicit declaration of built-in function 'exit' 4166conftest.c:90: error: 'PCSTOP' undeclared (first use in this function) 4167conftest.c:90: error: (Each undeclared identifier is reported only once 4168conftest.c:90: error: for each function it appears in.) 4169conftest.c:96: warning: incompatible implicit declaration of built-in function 'exit' 4170configure:7182: $? = 1 4171configure: program exited with status 1 4172configure: failed program was: 4173| /* confdefs.h. */ 4174| 4175| #define PACKAGE_NAME "strace" 4176| #define PACKAGE_TARNAME "strace" 4177| #define PACKAGE_VERSION "4.5.12" 4178| #define PACKAGE_STRING "strace 4.5.12" 4179| #define PACKAGE_BUGREPORT "" 4180| #define PACKAGE "strace" 4181| #define VERSION "4.5.12" 4182| #define LINUX 1 4183| #define ARM 1 4184| #define _GNU_SOURCE 1 4185| #define STDC_HEADERS 1 4186| #define HAVE_DIRENT_H 1 4187| #define HAVE_SYS_TYPES_H 1 4188| #define HAVE_SYS_STAT_H 1 4189| #define HAVE_STDLIB_H 1 4190| #define HAVE_STRING_H 1 4191| #define HAVE_MEMORY_H 1 4192| #define HAVE_STRINGS_H 1 4193| #define HAVE_INTTYPES_H 1 4194| #define HAVE_STDINT_H 1 4195| #define HAVE_UNISTD_H 1 4196| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 4197| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 4198| #define HAVE_STRUCT_STAT_ST_RDEV 1 4199| #define HAVE_STAT64 1 4200| #define RETSIGTYPE void 4201| #define GETGROUPS_T gid_t 4202| #define HAVE_SIG_ATOMIC_T 1 4203| #define HAVE_SIGINFO_T 1 4204| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 4205| #define HAVE_LONG_LONG 1 4206| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 4207| #define HAVE_SIGACTION 1 4208| #define HAVE_STRERROR 1 4209| #define HAVE_STRSIGNAL 1 4210| #define HAVE_PREAD 1 4211| #define HAVE_SYS_SIGLIST 1 4212| #define HAVE__SYS_SIGLIST 1 4213| #define HAVE_PRCTL 1 4214| #define HAVE_SENDMSG 1 4215| #define HAVE_INET_NTOP 1 4216| #define HAVE_IF_INDEXTONAME 1 4217| #define HAVE_SYS_REG_H 1 4218| #define HAVE_STROPTS_H 1 4219| #define HAVE_SYS_IOCTL_H 1 4220| #define HAVE_SYS_PTRACE_H 1 4221| #define HAVE_TERMIO_H 1 4222| #define HAVE_LINUX_PTRACE_H 1 4223| #define HAVE_SYS_UIO_H 1 4224| #define HAVE_POLL_H 1 4225| #define HAVE_SYS_POLL_H 1 4226| #define HAVE_SYS_VFS_H 1 4227| #define HAVE_LINUX_UTSNAME_H 1 4228| #define HAVE_MQUEUE_H 1 4229| #define HAVE_SYS_EPOLL_H 1 4230| #define HAVE_LINUX_ICMP_H 1 4231| #define HAVE_LINUX_IN6_H 1 4232| #define HAVE_LINUX_NETLINK_H 1 4233| #define HAVE_LINUX_IF_PACKET_H 1 4234| #define HAVE_ASM_SIGCONTEXT_H 1 4235| #define HAVE_NETINET_TCP_H 1 4236| #define HAVE_NETINET_UDP_H 1 4237| /* end confdefs.h. */ 4238| 4239| #include <stdio.h> 4240| #include <signal.h> 4241| #include <sys/procfs.h> 4242| 4243| main() 4244| { 4245| int pid; 4246| char proc[32]; 4247| FILE *ctl; 4248| FILE *status; 4249| int cmd; 4250| struct pstatus pstatus; 4251| 4252| if ((pid = fork()) == 0) { 4253| pause(); 4254| exit(0); 4255| } 4256| sprintf(proc, "/proc/%d/ctl", pid); 4257| if ((ctl = fopen(proc, "w")) == NULL) 4258| goto fail; 4259| sprintf(proc, "/proc/%d/status", pid); 4260| if ((status = fopen (proc, "r")) == NULL) 4261| goto fail; 4262| cmd = PCSTOP; 4263| if (write (fileno (ctl), &cmd, sizeof cmd) < 0) 4264| goto fail; 4265| if (read (fileno (status), &pstatus, sizeof pstatus) < 0) 4266| goto fail; 4267| kill(pid, SIGKILL); 4268| exit(0); 4269| fail: 4270| kill(pid, SIGKILL); 4271| exit(1); 4272| } 4273| 4274configure:7202: result: no 4275configure:7213: checking for pollable procfs 4276configure:7290: gcc -o conftest -I/android/device/system/kernel_headers/ conftest.c >&5 4277conftest.c: In function 'main': 4278conftest.c:97: warning: incompatible implicit declaration of built-in function 'exit' 4279conftest.c:102: error: 'PIOCSTOP' undeclared (first use in this function) 4280conftest.c:102: error: (Each undeclared identifier is reported only once 4281conftest.c:102: error: for each function it appears in.) 4282conftest.c:111: warning: incompatible implicit declaration of built-in function 'exit' 4283configure:7293: $? = 1 4284configure: program exited with status 1 4285configure: failed program was: 4286| /* confdefs.h. */ 4287| 4288| #define PACKAGE_NAME "strace" 4289| #define PACKAGE_TARNAME "strace" 4290| #define PACKAGE_VERSION "4.5.12" 4291| #define PACKAGE_STRING "strace 4.5.12" 4292| #define PACKAGE_BUGREPORT "" 4293| #define PACKAGE "strace" 4294| #define VERSION "4.5.12" 4295| #define LINUX 1 4296| #define ARM 1 4297| #define _GNU_SOURCE 1 4298| #define STDC_HEADERS 1 4299| #define HAVE_DIRENT_H 1 4300| #define HAVE_SYS_TYPES_H 1 4301| #define HAVE_SYS_STAT_H 1 4302| #define HAVE_STDLIB_H 1 4303| #define HAVE_STRING_H 1 4304| #define HAVE_MEMORY_H 1 4305| #define HAVE_STRINGS_H 1 4306| #define HAVE_INTTYPES_H 1 4307| #define HAVE_STDINT_H 1 4308| #define HAVE_UNISTD_H 1 4309| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 4310| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 4311| #define HAVE_STRUCT_STAT_ST_RDEV 1 4312| #define HAVE_STAT64 1 4313| #define RETSIGTYPE void 4314| #define GETGROUPS_T gid_t 4315| #define HAVE_SIG_ATOMIC_T 1 4316| #define HAVE_SIGINFO_T 1 4317| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 4318| #define HAVE_LONG_LONG 1 4319| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 4320| #define HAVE_SIGACTION 1 4321| #define HAVE_STRERROR 1 4322| #define HAVE_STRSIGNAL 1 4323| #define HAVE_PREAD 1 4324| #define HAVE_SYS_SIGLIST 1 4325| #define HAVE__SYS_SIGLIST 1 4326| #define HAVE_PRCTL 1 4327| #define HAVE_SENDMSG 1 4328| #define HAVE_INET_NTOP 1 4329| #define HAVE_IF_INDEXTONAME 1 4330| #define HAVE_SYS_REG_H 1 4331| #define HAVE_STROPTS_H 1 4332| #define HAVE_SYS_IOCTL_H 1 4333| #define HAVE_SYS_PTRACE_H 1 4334| #define HAVE_TERMIO_H 1 4335| #define HAVE_LINUX_PTRACE_H 1 4336| #define HAVE_SYS_UIO_H 1 4337| #define HAVE_POLL_H 1 4338| #define HAVE_SYS_POLL_H 1 4339| #define HAVE_SYS_VFS_H 1 4340| #define HAVE_LINUX_UTSNAME_H 1 4341| #define HAVE_MQUEUE_H 1 4342| #define HAVE_SYS_EPOLL_H 1 4343| #define HAVE_LINUX_ICMP_H 1 4344| #define HAVE_LINUX_IN6_H 1 4345| #define HAVE_LINUX_NETLINK_H 1 4346| #define HAVE_LINUX_IF_PACKET_H 1 4347| #define HAVE_ASM_SIGCONTEXT_H 1 4348| #define HAVE_NETINET_TCP_H 1 4349| #define HAVE_NETINET_UDP_H 1 4350| /* end confdefs.h. */ 4351| 4352| #include <stdio.h> 4353| #include <signal.h> 4354| #include <sys/procfs.h> 4355| #include <sys/stropts.h> 4356| #include <poll.h> 4357| 4358| #ifdef HAVE_MP_PROCFS 4359| #define PIOCSTOP PCSTOP 4360| #define POLLWANT POLLWRNORM 4361| #define PROC "/proc/%d/ctl" 4362| #define PROC_MODE "w" 4363| int IOCTL (int fd, int cmd, int arg) { 4364| return write (fd, &cmd, sizeof cmd); 4365| } 4366| #else 4367| #define POLLWANT POLLPRI 4368| #define PROC "/proc/%d" 4369| #define PROC_MODE "r+" 4370| #define IOCTL ioctl 4371| #endif 4372| 4373| main() 4374| { 4375| int pid; 4376| char proc[32]; 4377| FILE *pfp; 4378| struct pollfd pfd; 4379| 4380| if ((pid = fork()) == 0) { 4381| pause(); 4382| exit(0); 4383| } 4384| sprintf(proc, PROC, pid); 4385| if ((pfp = fopen(proc, PROC_MODE)) == NULL) 4386| goto fail; 4387| if (IOCTL(fileno(pfp), PIOCSTOP, NULL) < 0) 4388| goto fail; 4389| pfd.fd = fileno(pfp); 4390| pfd.events = POLLWANT; 4391| if (poll(&pfd, 1, 0) < 0) 4392| goto fail; 4393| if (!(pfd.revents & POLLWANT)) 4394| goto fail; 4395| kill(pid, SIGKILL); 4396| exit(0); 4397| fail: 4398| kill(pid, SIGKILL); 4399| exit(1); 4400| } 4401| 4402configure:7313: result: no 4403configure:7325: checking for struct msghdr.msg_control 4404configure:7349: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 4405configure:7355: $? = 0 4406configure:7359: test -z 4407 || test ! -s conftest.err 4408configure:7362: $? = 0 4409configure:7365: test -s conftest.o 4410configure:7368: $? = 0 4411configure:7426: result: yes 4412configure:7437: checking for pr_syscall in struct prstatus 4413configure:7464: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 4414conftest.c: In function 'main': 4415conftest.c:76: error: 'prstatus_t' has no member named 'pr_syscall' 4416configure:7470: $? = 1 4417configure: failed program was: 4418| /* confdefs.h. */ 4419| 4420| #define PACKAGE_NAME "strace" 4421| #define PACKAGE_TARNAME "strace" 4422| #define PACKAGE_VERSION "4.5.12" 4423| #define PACKAGE_STRING "strace 4.5.12" 4424| #define PACKAGE_BUGREPORT "" 4425| #define PACKAGE "strace" 4426| #define VERSION "4.5.12" 4427| #define LINUX 1 4428| #define ARM 1 4429| #define _GNU_SOURCE 1 4430| #define STDC_HEADERS 1 4431| #define HAVE_DIRENT_H 1 4432| #define HAVE_SYS_TYPES_H 1 4433| #define HAVE_SYS_STAT_H 1 4434| #define HAVE_STDLIB_H 1 4435| #define HAVE_STRING_H 1 4436| #define HAVE_MEMORY_H 1 4437| #define HAVE_STRINGS_H 1 4438| #define HAVE_INTTYPES_H 1 4439| #define HAVE_STDINT_H 1 4440| #define HAVE_UNISTD_H 1 4441| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 4442| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 4443| #define HAVE_STRUCT_STAT_ST_RDEV 1 4444| #define HAVE_STAT64 1 4445| #define RETSIGTYPE void 4446| #define GETGROUPS_T gid_t 4447| #define HAVE_SIG_ATOMIC_T 1 4448| #define HAVE_SIGINFO_T 1 4449| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 4450| #define HAVE_LONG_LONG 1 4451| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 4452| #define HAVE_SIGACTION 1 4453| #define HAVE_STRERROR 1 4454| #define HAVE_STRSIGNAL 1 4455| #define HAVE_PREAD 1 4456| #define HAVE_SYS_SIGLIST 1 4457| #define HAVE__SYS_SIGLIST 1 4458| #define HAVE_PRCTL 1 4459| #define HAVE_SENDMSG 1 4460| #define HAVE_INET_NTOP 1 4461| #define HAVE_IF_INDEXTONAME 1 4462| #define HAVE_SYS_REG_H 1 4463| #define HAVE_STROPTS_H 1 4464| #define HAVE_SYS_IOCTL_H 1 4465| #define HAVE_SYS_PTRACE_H 1 4466| #define HAVE_TERMIO_H 1 4467| #define HAVE_LINUX_PTRACE_H 1 4468| #define HAVE_SYS_UIO_H 1 4469| #define HAVE_POLL_H 1 4470| #define HAVE_SYS_POLL_H 1 4471| #define HAVE_SYS_VFS_H 1 4472| #define HAVE_LINUX_UTSNAME_H 1 4473| #define HAVE_MQUEUE_H 1 4474| #define HAVE_SYS_EPOLL_H 1 4475| #define HAVE_LINUX_ICMP_H 1 4476| #define HAVE_LINUX_IN6_H 1 4477| #define HAVE_LINUX_NETLINK_H 1 4478| #define HAVE_LINUX_IF_PACKET_H 1 4479| #define HAVE_ASM_SIGCONTEXT_H 1 4480| #define HAVE_NETINET_TCP_H 1 4481| #define HAVE_NETINET_UDP_H 1 4482| #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 4483| /* end confdefs.h. */ 4484| #include <sys/procfs.h> 4485| int 4486| main () 4487| { 4488| #ifdef HAVE_MP_PROCFS 4489| pstatus_t s; 4490| s.pr_lwp.pr_syscall 4491| #else 4492| prstatus_t s; 4493| s.pr_syscall 4494| #endif 4495| ; 4496| return 0; 4497| } 4498configure:7495: result: no 4499configure:7507: checking for struct T_conn_res.QUEUE_ptr 4500configure:7532: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 4501conftest.c:67:24: error: sys/stream.h: No such file or directory 4502conftest.c:68:23: error: sys/tihdr.h: No such file or directory 4503conftest.c: In function 'main': 4504conftest.c:73: error: storage size of 'ac_aggr' isn't known 4505conftest.c:73: error: storage size of 'ac_aggr' isn't known 4506configure:7538: $? = 1 4507configure: failed program was: 4508| /* confdefs.h. */ 4509| 4510| #define PACKAGE_NAME "strace" 4511| #define PACKAGE_TARNAME "strace" 4512| #define PACKAGE_VERSION "4.5.12" 4513| #define PACKAGE_STRING "strace 4.5.12" 4514| #define PACKAGE_BUGREPORT "" 4515| #define PACKAGE "strace" 4516| #define VERSION "4.5.12" 4517| #define LINUX 1 4518| #define ARM 1 4519| #define _GNU_SOURCE 1 4520| #define STDC_HEADERS 1 4521| #define HAVE_DIRENT_H 1 4522| #define HAVE_SYS_TYPES_H 1 4523| #define HAVE_SYS_STAT_H 1 4524| #define HAVE_STDLIB_H 1 4525| #define HAVE_STRING_H 1 4526| #define HAVE_MEMORY_H 1 4527| #define HAVE_STRINGS_H 1 4528| #define HAVE_INTTYPES_H 1 4529| #define HAVE_STDINT_H 1 4530| #define HAVE_UNISTD_H 1 4531| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 4532| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 4533| #define HAVE_STRUCT_STAT_ST_RDEV 1 4534| #define HAVE_STAT64 1 4535| #define RETSIGTYPE void 4536| #define GETGROUPS_T gid_t 4537| #define HAVE_SIG_ATOMIC_T 1 4538| #define HAVE_SIGINFO_T 1 4539| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 4540| #define HAVE_LONG_LONG 1 4541| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 4542| #define HAVE_SIGACTION 1 4543| #define HAVE_STRERROR 1 4544| #define HAVE_STRSIGNAL 1 4545| #define HAVE_PREAD 1 4546| #define HAVE_SYS_SIGLIST 1 4547| #define HAVE__SYS_SIGLIST 1 4548| #define HAVE_PRCTL 1 4549| #define HAVE_SENDMSG 1 4550| #define HAVE_INET_NTOP 1 4551| #define HAVE_IF_INDEXTONAME 1 4552| #define HAVE_SYS_REG_H 1 4553| #define HAVE_STROPTS_H 1 4554| #define HAVE_SYS_IOCTL_H 1 4555| #define HAVE_SYS_PTRACE_H 1 4556| #define HAVE_TERMIO_H 1 4557| #define HAVE_LINUX_PTRACE_H 1 4558| #define HAVE_SYS_UIO_H 1 4559| #define HAVE_POLL_H 1 4560| #define HAVE_SYS_POLL_H 1 4561| #define HAVE_SYS_VFS_H 1 4562| #define HAVE_LINUX_UTSNAME_H 1 4563| #define HAVE_MQUEUE_H 1 4564| #define HAVE_SYS_EPOLL_H 1 4565| #define HAVE_LINUX_ICMP_H 1 4566| #define HAVE_LINUX_IN6_H 1 4567| #define HAVE_LINUX_NETLINK_H 1 4568| #define HAVE_LINUX_IF_PACKET_H 1 4569| #define HAVE_ASM_SIGCONTEXT_H 1 4570| #define HAVE_NETINET_TCP_H 1 4571| #define HAVE_NETINET_UDP_H 1 4572| #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 4573| /* end confdefs.h. */ 4574| #include <sys/stream.h> 4575| #include <sys/tihdr.h> 4576| 4577| int 4578| main () 4579| { 4580| static struct T_conn_res ac_aggr; 4581| if (ac_aggr.QUEUE_ptr) 4582| return 0; 4583| ; 4584| return 0; 4585| } 4586configure:7578: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 4587conftest.c:67:24: error: sys/stream.h: No such file or directory 4588conftest.c:68:23: error: sys/tihdr.h: No such file or directory 4589conftest.c: In function 'main': 4590conftest.c:73: error: storage size of 'ac_aggr' isn't known 4591conftest.c:73: error: storage size of 'ac_aggr' isn't known 4592configure:7584: $? = 1 4593configure: failed program was: 4594| /* confdefs.h. */ 4595| 4596| #define PACKAGE_NAME "strace" 4597| #define PACKAGE_TARNAME "strace" 4598| #define PACKAGE_VERSION "4.5.12" 4599| #define PACKAGE_STRING "strace 4.5.12" 4600| #define PACKAGE_BUGREPORT "" 4601| #define PACKAGE "strace" 4602| #define VERSION "4.5.12" 4603| #define LINUX 1 4604| #define ARM 1 4605| #define _GNU_SOURCE 1 4606| #define STDC_HEADERS 1 4607| #define HAVE_DIRENT_H 1 4608| #define HAVE_SYS_TYPES_H 1 4609| #define HAVE_SYS_STAT_H 1 4610| #define HAVE_STDLIB_H 1 4611| #define HAVE_STRING_H 1 4612| #define HAVE_MEMORY_H 1 4613| #define HAVE_STRINGS_H 1 4614| #define HAVE_INTTYPES_H 1 4615| #define HAVE_STDINT_H 1 4616| #define HAVE_UNISTD_H 1 4617| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 4618| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 4619| #define HAVE_STRUCT_STAT_ST_RDEV 1 4620| #define HAVE_STAT64 1 4621| #define RETSIGTYPE void 4622| #define GETGROUPS_T gid_t 4623| #define HAVE_SIG_ATOMIC_T 1 4624| #define HAVE_SIGINFO_T 1 4625| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 4626| #define HAVE_LONG_LONG 1 4627| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 4628| #define HAVE_SIGACTION 1 4629| #define HAVE_STRERROR 1 4630| #define HAVE_STRSIGNAL 1 4631| #define HAVE_PREAD 1 4632| #define HAVE_SYS_SIGLIST 1 4633| #define HAVE__SYS_SIGLIST 1 4634| #define HAVE_PRCTL 1 4635| #define HAVE_SENDMSG 1 4636| #define HAVE_INET_NTOP 1 4637| #define HAVE_IF_INDEXTONAME 1 4638| #define HAVE_SYS_REG_H 1 4639| #define HAVE_STROPTS_H 1 4640| #define HAVE_SYS_IOCTL_H 1 4641| #define HAVE_SYS_PTRACE_H 1 4642| #define HAVE_TERMIO_H 1 4643| #define HAVE_LINUX_PTRACE_H 1 4644| #define HAVE_SYS_UIO_H 1 4645| #define HAVE_POLL_H 1 4646| #define HAVE_SYS_POLL_H 1 4647| #define HAVE_SYS_VFS_H 1 4648| #define HAVE_LINUX_UTSNAME_H 1 4649| #define HAVE_MQUEUE_H 1 4650| #define HAVE_SYS_EPOLL_H 1 4651| #define HAVE_LINUX_ICMP_H 1 4652| #define HAVE_LINUX_IN6_H 1 4653| #define HAVE_LINUX_NETLINK_H 1 4654| #define HAVE_LINUX_IF_PACKET_H 1 4655| #define HAVE_ASM_SIGCONTEXT_H 1 4656| #define HAVE_NETINET_TCP_H 1 4657| #define HAVE_NETINET_UDP_H 1 4658| #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 4659| /* end confdefs.h. */ 4660| #include <sys/stream.h> 4661| #include <sys/tihdr.h> 4662| 4663| int 4664| main () 4665| { 4666| static struct T_conn_res ac_aggr; 4667| if (sizeof ac_aggr.QUEUE_ptr) 4668| return 0; 4669| ; 4670| return 0; 4671| } 4672configure:7610: result: no 4673configure:7620: checking for struct T_conn_res.ACCEPTOR_id 4674configure:7645: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 4675conftest.c:67:24: error: sys/stream.h: No such file or directory 4676conftest.c:68:23: error: sys/tihdr.h: No such file or directory 4677conftest.c: In function 'main': 4678conftest.c:73: error: storage size of 'ac_aggr' isn't known 4679conftest.c:73: error: storage size of 'ac_aggr' isn't known 4680configure:7651: $? = 1 4681configure: failed program was: 4682| /* confdefs.h. */ 4683| 4684| #define PACKAGE_NAME "strace" 4685| #define PACKAGE_TARNAME "strace" 4686| #define PACKAGE_VERSION "4.5.12" 4687| #define PACKAGE_STRING "strace 4.5.12" 4688| #define PACKAGE_BUGREPORT "" 4689| #define PACKAGE "strace" 4690| #define VERSION "4.5.12" 4691| #define LINUX 1 4692| #define ARM 1 4693| #define _GNU_SOURCE 1 4694| #define STDC_HEADERS 1 4695| #define HAVE_DIRENT_H 1 4696| #define HAVE_SYS_TYPES_H 1 4697| #define HAVE_SYS_STAT_H 1 4698| #define HAVE_STDLIB_H 1 4699| #define HAVE_STRING_H 1 4700| #define HAVE_MEMORY_H 1 4701| #define HAVE_STRINGS_H 1 4702| #define HAVE_INTTYPES_H 1 4703| #define HAVE_STDINT_H 1 4704| #define HAVE_UNISTD_H 1 4705| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 4706| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 4707| #define HAVE_STRUCT_STAT_ST_RDEV 1 4708| #define HAVE_STAT64 1 4709| #define RETSIGTYPE void 4710| #define GETGROUPS_T gid_t 4711| #define HAVE_SIG_ATOMIC_T 1 4712| #define HAVE_SIGINFO_T 1 4713| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 4714| #define HAVE_LONG_LONG 1 4715| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 4716| #define HAVE_SIGACTION 1 4717| #define HAVE_STRERROR 1 4718| #define HAVE_STRSIGNAL 1 4719| #define HAVE_PREAD 1 4720| #define HAVE_SYS_SIGLIST 1 4721| #define HAVE__SYS_SIGLIST 1 4722| #define HAVE_PRCTL 1 4723| #define HAVE_SENDMSG 1 4724| #define HAVE_INET_NTOP 1 4725| #define HAVE_IF_INDEXTONAME 1 4726| #define HAVE_SYS_REG_H 1 4727| #define HAVE_STROPTS_H 1 4728| #define HAVE_SYS_IOCTL_H 1 4729| #define HAVE_SYS_PTRACE_H 1 4730| #define HAVE_TERMIO_H 1 4731| #define HAVE_LINUX_PTRACE_H 1 4732| #define HAVE_SYS_UIO_H 1 4733| #define HAVE_POLL_H 1 4734| #define HAVE_SYS_POLL_H 1 4735| #define HAVE_SYS_VFS_H 1 4736| #define HAVE_LINUX_UTSNAME_H 1 4737| #define HAVE_MQUEUE_H 1 4738| #define HAVE_SYS_EPOLL_H 1 4739| #define HAVE_LINUX_ICMP_H 1 4740| #define HAVE_LINUX_IN6_H 1 4741| #define HAVE_LINUX_NETLINK_H 1 4742| #define HAVE_LINUX_IF_PACKET_H 1 4743| #define HAVE_ASM_SIGCONTEXT_H 1 4744| #define HAVE_NETINET_TCP_H 1 4745| #define HAVE_NETINET_UDP_H 1 4746| #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 4747| /* end confdefs.h. */ 4748| #include <sys/stream.h> 4749| #include <sys/tihdr.h> 4750| 4751| int 4752| main () 4753| { 4754| static struct T_conn_res ac_aggr; 4755| if (ac_aggr.ACCEPTOR_id) 4756| return 0; 4757| ; 4758| return 0; 4759| } 4760configure:7691: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 4761conftest.c:67:24: error: sys/stream.h: No such file or directory 4762conftest.c:68:23: error: sys/tihdr.h: No such file or directory 4763conftest.c: In function 'main': 4764conftest.c:73: error: storage size of 'ac_aggr' isn't known 4765conftest.c:73: error: storage size of 'ac_aggr' isn't known 4766configure:7697: $? = 1 4767configure: failed program was: 4768| /* confdefs.h. */ 4769| 4770| #define PACKAGE_NAME "strace" 4771| #define PACKAGE_TARNAME "strace" 4772| #define PACKAGE_VERSION "4.5.12" 4773| #define PACKAGE_STRING "strace 4.5.12" 4774| #define PACKAGE_BUGREPORT "" 4775| #define PACKAGE "strace" 4776| #define VERSION "4.5.12" 4777| #define LINUX 1 4778| #define ARM 1 4779| #define _GNU_SOURCE 1 4780| #define STDC_HEADERS 1 4781| #define HAVE_DIRENT_H 1 4782| #define HAVE_SYS_TYPES_H 1 4783| #define HAVE_SYS_STAT_H 1 4784| #define HAVE_STDLIB_H 1 4785| #define HAVE_STRING_H 1 4786| #define HAVE_MEMORY_H 1 4787| #define HAVE_STRINGS_H 1 4788| #define HAVE_INTTYPES_H 1 4789| #define HAVE_STDINT_H 1 4790| #define HAVE_UNISTD_H 1 4791| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 4792| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 4793| #define HAVE_STRUCT_STAT_ST_RDEV 1 4794| #define HAVE_STAT64 1 4795| #define RETSIGTYPE void 4796| #define GETGROUPS_T gid_t 4797| #define HAVE_SIG_ATOMIC_T 1 4798| #define HAVE_SIGINFO_T 1 4799| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 4800| #define HAVE_LONG_LONG 1 4801| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 4802| #define HAVE_SIGACTION 1 4803| #define HAVE_STRERROR 1 4804| #define HAVE_STRSIGNAL 1 4805| #define HAVE_PREAD 1 4806| #define HAVE_SYS_SIGLIST 1 4807| #define HAVE__SYS_SIGLIST 1 4808| #define HAVE_PRCTL 1 4809| #define HAVE_SENDMSG 1 4810| #define HAVE_INET_NTOP 1 4811| #define HAVE_IF_INDEXTONAME 1 4812| #define HAVE_SYS_REG_H 1 4813| #define HAVE_STROPTS_H 1 4814| #define HAVE_SYS_IOCTL_H 1 4815| #define HAVE_SYS_PTRACE_H 1 4816| #define HAVE_TERMIO_H 1 4817| #define HAVE_LINUX_PTRACE_H 1 4818| #define HAVE_SYS_UIO_H 1 4819| #define HAVE_POLL_H 1 4820| #define HAVE_SYS_POLL_H 1 4821| #define HAVE_SYS_VFS_H 1 4822| #define HAVE_LINUX_UTSNAME_H 1 4823| #define HAVE_MQUEUE_H 1 4824| #define HAVE_SYS_EPOLL_H 1 4825| #define HAVE_LINUX_ICMP_H 1 4826| #define HAVE_LINUX_IN6_H 1 4827| #define HAVE_LINUX_NETLINK_H 1 4828| #define HAVE_LINUX_IF_PACKET_H 1 4829| #define HAVE_ASM_SIGCONTEXT_H 1 4830| #define HAVE_NETINET_TCP_H 1 4831| #define HAVE_NETINET_UDP_H 1 4832| #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 4833| /* end confdefs.h. */ 4834| #include <sys/stream.h> 4835| #include <sys/tihdr.h> 4836| 4837| int 4838| main () 4839| { 4840| static struct T_conn_res ac_aggr; 4841| if (sizeof ac_aggr.ACCEPTOR_id) 4842| return 0; 4843| ; 4844| return 0; 4845| } 4846configure:7723: result: no 4847configure:7735: checking for struct __old_kernel_stat 4848configure:7760: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 4849configure:7766: $? = 0 4850configure:7770: test -z 4851 || test ! -s conftest.err 4852configure:7773: $? = 0 4853configure:7776: test -s conftest.o 4854configure:7779: $? = 0 4855configure:7790: result: yes 4856configure:7802: checking for struct pt_all_user_regs 4857configure:7827: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 4858conftest.c: In function 'main': 4859conftest.c:75: error: invalid application of 'sizeof' to incomplete type 'struct pt_all_user_regs' 4860configure:7833: $? = 1 4861configure: failed program was: 4862| /* confdefs.h. */ 4863| 4864| #define PACKAGE_NAME "strace" 4865| #define PACKAGE_TARNAME "strace" 4866| #define PACKAGE_VERSION "4.5.12" 4867| #define PACKAGE_STRING "strace 4.5.12" 4868| #define PACKAGE_BUGREPORT "" 4869| #define PACKAGE "strace" 4870| #define VERSION "4.5.12" 4871| #define LINUX 1 4872| #define ARM 1 4873| #define _GNU_SOURCE 1 4874| #define STDC_HEADERS 1 4875| #define HAVE_DIRENT_H 1 4876| #define HAVE_SYS_TYPES_H 1 4877| #define HAVE_SYS_STAT_H 1 4878| #define HAVE_STDLIB_H 1 4879| #define HAVE_STRING_H 1 4880| #define HAVE_MEMORY_H 1 4881| #define HAVE_STRINGS_H 1 4882| #define HAVE_INTTYPES_H 1 4883| #define HAVE_STDINT_H 1 4884| #define HAVE_UNISTD_H 1 4885| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 4886| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 4887| #define HAVE_STRUCT_STAT_ST_RDEV 1 4888| #define HAVE_STAT64 1 4889| #define RETSIGTYPE void 4890| #define GETGROUPS_T gid_t 4891| #define HAVE_SIG_ATOMIC_T 1 4892| #define HAVE_SIGINFO_T 1 4893| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 4894| #define HAVE_LONG_LONG 1 4895| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 4896| #define HAVE_SIGACTION 1 4897| #define HAVE_STRERROR 1 4898| #define HAVE_STRSIGNAL 1 4899| #define HAVE_PREAD 1 4900| #define HAVE_SYS_SIGLIST 1 4901| #define HAVE__SYS_SIGLIST 1 4902| #define HAVE_PRCTL 1 4903| #define HAVE_SENDMSG 1 4904| #define HAVE_INET_NTOP 1 4905| #define HAVE_IF_INDEXTONAME 1 4906| #define HAVE_SYS_REG_H 1 4907| #define HAVE_STROPTS_H 1 4908| #define HAVE_SYS_IOCTL_H 1 4909| #define HAVE_SYS_PTRACE_H 1 4910| #define HAVE_TERMIO_H 1 4911| #define HAVE_LINUX_PTRACE_H 1 4912| #define HAVE_SYS_UIO_H 1 4913| #define HAVE_POLL_H 1 4914| #define HAVE_SYS_POLL_H 1 4915| #define HAVE_SYS_VFS_H 1 4916| #define HAVE_LINUX_UTSNAME_H 1 4917| #define HAVE_MQUEUE_H 1 4918| #define HAVE_SYS_EPOLL_H 1 4919| #define HAVE_LINUX_ICMP_H 1 4920| #define HAVE_LINUX_IN6_H 1 4921| #define HAVE_LINUX_NETLINK_H 1 4922| #define HAVE_LINUX_IF_PACKET_H 1 4923| #define HAVE_ASM_SIGCONTEXT_H 1 4924| #define HAVE_NETINET_TCP_H 1 4925| #define HAVE_NETINET_UDP_H 1 4926| #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 4927| #define HAVE_STRUCT___OLD_KERNEL_STAT 1 4928| /* end confdefs.h. */ 4929| #include <sys/ptrace.h> 4930| 4931| int 4932| main () 4933| { 4934| if ((struct pt_all_user_regs *) 0) 4935| return 0; 4936| if (sizeof (struct pt_all_user_regs)) 4937| return 0; 4938| ; 4939| return 0; 4940| } 4941configure:7857: result: no 4942configure:7867: checking for struct ia64_fpreg 4943configure:7892: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 4944conftest.c: In function 'main': 4945conftest.c:75: error: invalid application of 'sizeof' to incomplete type 'struct ia64_fpreg' 4946configure:7898: $? = 1 4947configure: failed program was: 4948| /* confdefs.h. */ 4949| 4950| #define PACKAGE_NAME "strace" 4951| #define PACKAGE_TARNAME "strace" 4952| #define PACKAGE_VERSION "4.5.12" 4953| #define PACKAGE_STRING "strace 4.5.12" 4954| #define PACKAGE_BUGREPORT "" 4955| #define PACKAGE "strace" 4956| #define VERSION "4.5.12" 4957| #define LINUX 1 4958| #define ARM 1 4959| #define _GNU_SOURCE 1 4960| #define STDC_HEADERS 1 4961| #define HAVE_DIRENT_H 1 4962| #define HAVE_SYS_TYPES_H 1 4963| #define HAVE_SYS_STAT_H 1 4964| #define HAVE_STDLIB_H 1 4965| #define HAVE_STRING_H 1 4966| #define HAVE_MEMORY_H 1 4967| #define HAVE_STRINGS_H 1 4968| #define HAVE_INTTYPES_H 1 4969| #define HAVE_STDINT_H 1 4970| #define HAVE_UNISTD_H 1 4971| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 4972| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 4973| #define HAVE_STRUCT_STAT_ST_RDEV 1 4974| #define HAVE_STAT64 1 4975| #define RETSIGTYPE void 4976| #define GETGROUPS_T gid_t 4977| #define HAVE_SIG_ATOMIC_T 1 4978| #define HAVE_SIGINFO_T 1 4979| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 4980| #define HAVE_LONG_LONG 1 4981| #define HAVE_LITTLE_ENDIAN_LONG_LONG 1 4982| #define HAVE_SIGACTION 1 4983| #define HAVE_STRERROR 1 4984| #define HAVE_STRSIGNAL 1 4985| #define HAVE_PREAD 1 4986| #define HAVE_SYS_SIGLIST 1 4987| #define HAVE__SYS_SIGLIST 1 4988| #define HAVE_PRCTL 1 4989| #define HAVE_SENDMSG 1 4990| #define HAVE_INET_NTOP 1 4991| #define HAVE_IF_INDEXTONAME 1 4992| #define HAVE_SYS_REG_H 1 4993| #define HAVE_STROPTS_H 1 4994| #define HAVE_SYS_IOCTL_H 1 4995| #define HAVE_SYS_PTRACE_H 1 4996| #define HAVE_TERMIO_H 1 4997| #define HAVE_LINUX_PTRACE_H 1 4998| #define HAVE_SYS_UIO_H 1 4999| #define HAVE_POLL_H 1 5000| #define HAVE_SYS_POLL_H 1 5001| #define HAVE_SYS_VFS_H 1 5002| #define HAVE_LINUX_UTSNAME_H 1 5003| #define HAVE_MQUEUE_H 1 5004| #define HAVE_SYS_EPOLL_H 1 5005| #define HAVE_LINUX_ICMP_H 1 5006| #define HAVE_LINUX_IN6_H 1 5007| #define HAVE_LINUX_NETLINK_H 1 5008| #define HAVE_LINUX_IF_PACKET_H 1 5009| #define HAVE_ASM_SIGCONTEXT_H 1 5010| #define HAVE_NETINET_TCP_H 1 5011| #define HAVE_NETINET_UDP_H 1 5012| #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 5013| #define HAVE_STRUCT___OLD_KERNEL_STAT 1 5014| /* end confdefs.h. */ 5015| #include <sys/ptrace.h> 5016| 5017| int 5018| main () 5019| { 5020| if ((struct ia64_fpreg *) 0) 5021| return 0; 5022| if (sizeof (struct ia64_fpreg)) 5023| return 0; 5024| ; 5025| return 0; 5026| } 5027configure:7922: result: no 5028configure:7934: checking for struct user_desc 5029configure:7959: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 5030configure:7965: $? = 0 5031configure:7969: test -z 5032 || test ! -s conftest.err 5033configure:7972: $? = 0 5034configure:7975: test -s conftest.o 5035configure:7978: $? = 0 5036configure:7989: result: yes 5037configure:8001: checking whether sys_errlist is declared 5038configure:8025: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 5039configure:8031: $? = 0 5040configure:8035: test -z 5041 || test ! -s conftest.err 5042configure:8038: $? = 0 5043configure:8041: test -s conftest.o 5044configure:8044: $? = 0 5045configure:8055: result: yes 5046configure:8073: checking whether sys_siglist is declared 5047configure:8098: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 5048configure:8104: $? = 0 5049configure:8108: test -z 5050 || test ! -s conftest.err 5051configure:8111: $? = 0 5052configure:8114: test -s conftest.o 5053configure:8117: $? = 0 5054configure:8128: result: yes 5055configure:8144: checking whether _sys_siglist is declared 5056configure:8169: gcc -c -I/android/device/system/kernel_headers/ conftest.c >&5 5057configure:8175: $? = 0 5058configure:8179: test -z 5059 || test ! -s conftest.err 5060configure:8182: $? = 0 5061configure:8185: test -s conftest.o 5062configure:8188: $? = 0 5063configure:8199: result: yes 5064configure:8220: checking for perl 5065configure:8238: found /usr/bin/perl 5066configure:8250: result: /usr/bin/perl 5067configure:8418: creating ./config.status 5068 5069## ---------------------- ## 5070## Running config.status. ## 5071## ---------------------- ## 5072 5073This file was extended by strace config.status 4.5.12, which was 5074generated by GNU Autoconf 2.59. Invocation command line was 5075 5076 CONFIG_FILES = 5077 CONFIG_HEADERS = 5078 CONFIG_LINKS = 5079 CONFIG_COMMANDS = 5080 $ ./config.status 5081 5082on skywriting.corp.google.com 5083 5084config.status:716: creating Makefile 5085config.status:820: creating config.h 5086config.status:1226: executing depfiles commands 5087 5088## ---------------- ## 5089## Cache variables. ## 5090## ---------------- ## 5091 5092ac_cv_build=arm-unknown-linux-gnu 5093ac_cv_build_alias=arm-unknown-linux-gnu 5094ac_cv_c_compiler_gnu=yes 5095ac_cv_c_const=yes 5096ac_cv_env_CC_set= 5097ac_cv_env_CC_value= 5098ac_cv_env_CFLAGS_set=set 5099ac_cv_env_CFLAGS_value=-I/android/device/system/kernel_headers/ 5100ac_cv_env_CPPFLAGS_set= 5101ac_cv_env_CPPFLAGS_value= 5102ac_cv_env_CPP_set= 5103ac_cv_env_CPP_value= 5104ac_cv_env_LDFLAGS_set= 5105ac_cv_env_LDFLAGS_value= 5106ac_cv_env_build_alias_set=set 5107ac_cv_env_build_alias_value=arm-unknown-linux-gnu 5108ac_cv_env_host_alias_set= 5109ac_cv_env_host_alias_value= 5110ac_cv_env_target_alias_set= 5111ac_cv_env_target_alias_value= 5112ac_cv_exeext= 5113ac_cv_func__sys_siglist=yes 5114ac_cv_func_getdents=no 5115ac_cv_func_if_indextoname=yes 5116ac_cv_func_inet_ntop=yes 5117ac_cv_func_mctl=no 5118ac_cv_func_prctl=yes 5119ac_cv_func_pread=yes 5120ac_cv_func_sendmsg=yes 5121ac_cv_func_sigaction=yes 5122ac_cv_func_strerror=yes 5123ac_cv_func_strsignal=yes 5124ac_cv_func_sys_siglist=yes 5125ac_cv_have_decl__sys_siglist=yes 5126ac_cv_have_decl_sys_errlist=yes 5127ac_cv_have_decl_sys_siglist=yes 5128ac_cv_have_little_endian_long_long=yes 5129ac_cv_have_long_long_off_t=no 5130ac_cv_have_long_long_rlim_t=no 5131ac_cv_header_asm_reg_h=no 5132ac_cv_header_asm_sigcontext_h=yes 5133ac_cv_header_asm_sysmips_h=no 5134ac_cv_header_dirent_dirent_h=yes 5135ac_cv_header_inttypes_h=yes 5136ac_cv_header_ioctls_h=no 5137ac_cv_header_libaio_h=no 5138ac_cv_header_linux_icmp_h=yes 5139ac_cv_header_linux_if_packet_h=yes 5140ac_cv_header_linux_in6_h=yes 5141ac_cv_header_linux_netlink_h=yes 5142ac_cv_header_linux_ptrace_h=yes 5143ac_cv_header_linux_utsname_h=yes 5144ac_cv_header_memory_h=yes 5145ac_cv_header_mqueue_h=yes 5146ac_cv_header_netinet_tcp_h=yes 5147ac_cv_header_netinet_udp_h=yes 5148ac_cv_header_poll_h=yes 5149ac_cv_header_stat_broken=no 5150ac_cv_header_stdc=yes 5151ac_cv_header_stdint_h=yes 5152ac_cv_header_stdlib_h=yes 5153ac_cv_header_string_h=yes 5154ac_cv_header_strings_h=yes 5155ac_cv_header_stropts_h=yes 5156ac_cv_header_sys_acl_h=no 5157ac_cv_header_sys_aio_h=no 5158ac_cv_header_sys_asynch_h=no 5159ac_cv_header_sys_conf_h=no 5160ac_cv_header_sys_door_h=no 5161ac_cv_header_sys_epoll_h=yes 5162ac_cv_header_sys_filio_h=no 5163ac_cv_header_sys_ioctl_h=yes 5164ac_cv_header_sys_nscsys_h=no 5165ac_cv_header_sys_poll_h=yes 5166ac_cv_header_sys_ptrace_h=yes 5167ac_cv_header_sys_reg_h=yes 5168ac_cv_header_sys_stat_h=yes 5169ac_cv_header_sys_stream_h=no 5170ac_cv_header_sys_sysconfig_h=no 5171ac_cv_header_sys_tihdr_h=no 5172ac_cv_header_sys_tiuser_h=no 5173ac_cv_header_sys_types_h=yes 5174ac_cv_header_sys_types_h_makedev=yes 5175ac_cv_header_sys_uio_h=yes 5176ac_cv_header_sys_vfs_h=yes 5177ac_cv_header_termio_h=yes 5178ac_cv_header_unistd_h=yes 5179ac_cv_host=arm-unknown-linux-gnu 5180ac_cv_host_alias=arm-unknown-linux-gnu 5181ac_cv_member_struct_T_conn_res_ACCEPTOR_id=no 5182ac_cv_member_struct_T_conn_res_QUEUE_ptr=no 5183ac_cv_member_struct_msghdr_msg_control=yes 5184ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes 5185ac_cv_member_struct_stat_st_aclcnt=no 5186ac_cv_member_struct_stat_st_blksize=yes 5187ac_cv_member_struct_stat_st_blocks=yes 5188ac_cv_member_struct_stat_st_flags=no 5189ac_cv_member_struct_stat_st_fstype=no 5190ac_cv_member_struct_stat_st_gen=no 5191ac_cv_member_struct_stat_st_level=no 5192ac_cv_member_struct_stat_st_rdev=yes 5193ac_cv_mp_procfs=no 5194ac_cv_objext=o 5195ac_cv_path_PERL=/usr/bin/perl 5196ac_cv_path_install='/usr/bin/install -c' 5197ac_cv_pollable_procfs=no 5198ac_cv_prog_AWK=gawk 5199ac_cv_prog_CPP='gcc -E' 5200ac_cv_prog_ac_ct_CC=gcc 5201ac_cv_prog_cc_g=yes 5202ac_cv_prog_cc_stdc= 5203ac_cv_prog_egrep='grep -E' 5204ac_cv_prog_gcc_traditional=no 5205ac_cv_prog_make_make_set=yes 5206ac_cv_search_opendir='none required' 5207ac_cv_struct_pr_syscall=no 5208ac_cv_type_getgroups=gid_t 5209ac_cv_type_long_long=yes 5210ac_cv_type_mode_t=yes 5211ac_cv_type_sig_atomic_t=yes 5212ac_cv_type_siginfo_t=yes 5213ac_cv_type_signal=void 5214ac_cv_type_stat64=yes 5215ac_cv_type_struct___old_kernel_stat=yes 5216ac_cv_type_struct_ia64_fpreg=no 5217ac_cv_type_struct_opthdr=no 5218ac_cv_type_struct_pt_all_user_regs=no 5219ac_cv_type_struct_t_opthdr=no 5220ac_cv_type_struct_user_desc=yes 5221ac_cv_type_uid_t=yes 5222am_cv_CC_dependencies_compiler_type=gcc3 5223 5224## ----------------- ## 5225## Output variables. ## 5226## ----------------- ## 5227 5228ACLOCAL='${SHELL} /android/sandbox/mkf/funpack/strace-4.5.12/missing --run aclocal-1.9' 5229AMDEPBACKSLASH='\' 5230AMDEP_FALSE='#' 5231AMDEP_TRUE='' 5232AMTAR='${SHELL} /android/sandbox/mkf/funpack/strace-4.5.12/missing --run tar' 5233AUTOCONF='${SHELL} /android/sandbox/mkf/funpack/strace-4.5.12/missing --run autoconf' 5234AUTOHEADER='${SHELL} /android/sandbox/mkf/funpack/strace-4.5.12/missing --run autoheader' 5235AUTOMAKE='${SHELL} /android/sandbox/mkf/funpack/strace-4.5.12/missing --run automake-1.9' 5236AWK='gawk' 5237CC='gcc' 5238CCDEPMODE='depmode=gcc3' 5239CFLAGS='-I/android/device/system/kernel_headers/' 5240CPP='gcc -E' 5241CPPFLAGS='' 5242CYGPATH_W='echo' 5243DEFS='-DHAVE_CONFIG_H' 5244DEPDIR='.deps' 5245ECHO_C='' 5246ECHO_N='-n' 5247ECHO_T='' 5248EGREP='grep -E' 5249EXEEXT='' 5250FREEBSD_FALSE='' 5251FREEBSD_TRUE='#' 5252I386_FALSE='' 5253I386_TRUE='#' 5254INSTALL_DATA='${INSTALL} -m 644' 5255INSTALL_PROGRAM='${INSTALL}' 5256INSTALL_SCRIPT='${INSTALL}' 5257INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' 5258LDFLAGS='' 5259LIBOBJS='' 5260LIBS='' 5261LINUX_FALSE='#' 5262LINUX_TRUE='' 5263LTLIBOBJS='' 5264MAINT='#' 5265MAINTAINER_MODE_FALSE='' 5266MAINTAINER_MODE_TRUE='#' 5267MAKEINFO='${SHELL} /android/sandbox/mkf/funpack/strace-4.5.12/missing --run makeinfo' 5268OBJEXT='o' 5269PACKAGE='strace' 5270PACKAGE_BUGREPORT='' 5271PACKAGE_NAME='strace' 5272PACKAGE_STRING='strace 4.5.12' 5273PACKAGE_TARNAME='strace' 5274PACKAGE_VERSION='4.5.12' 5275PATH_SEPARATOR=':' 5276PERL='/usr/bin/perl' 5277SET_MAKE='' 5278SHELL='/bin/sh' 5279STRIP='' 5280SUNOS4_FALSE='' 5281SUNOS4_TRUE='#' 5282SVR4_FALSE='' 5283SVR4_TRUE='#' 5284VERSION='4.5.12' 5285WARNFLAGS='-Wall' 5286X86_64_FALSE='' 5287X86_64_TRUE='#' 5288ac_ct_CC='gcc' 5289ac_ct_STRIP='' 5290am__fastdepCC_FALSE='#' 5291am__fastdepCC_TRUE='' 5292am__include='include' 5293am__leading_dot='.' 5294am__quote='' 5295am__tar='${AMTAR} chof - "$$tardir"' 5296am__untar='${AMTAR} xf -' 5297arch='arm' 5298bindir='${exec_prefix}/bin' 5299build='arm-unknown-linux-gnu' 5300build_alias='arm-unknown-linux-gnu' 5301build_cpu='arm' 5302build_os='linux-gnu' 5303build_vendor='unknown' 5304datadir='${prefix}/share' 5305exec_prefix='${prefix}' 5306host='arm-unknown-linux-gnu' 5307host_alias='' 5308host_cpu='arm' 5309host_os='linux-gnu' 5310host_vendor='unknown' 5311includedir='/usr/include' 5312infodir='${prefix}/info' 5313install_sh='/android/sandbox/mkf/funpack/strace-4.5.12/install-sh' 5314libdir='${exec_prefix}/lib' 5315libexecdir='${exec_prefix}/libexec' 5316localstatedir='${prefix}/var' 5317mandir='${prefix}/man' 5318mkdir_p='mkdir -p --' 5319oldincludedir='/usr/include' 5320opsys='linux' 5321prefix='/data/' 5322program_transform_name='s,x,x,' 5323sbindir='${exec_prefix}/sbin' 5324sharedstatedir='${prefix}/com' 5325sysconfdir='${prefix}/etc' 5326target_alias='' 5327 5328## ----------- ## 5329## confdefs.h. ## 5330## ----------- ## 5331 5332#define ARM 1 5333#define GETGROUPS_T gid_t 5334#define HAVE_ASM_SIGCONTEXT_H 1 5335#define HAVE_DECL_SYS_ERRLIST 1 5336#define HAVE_DECL_SYS_SIGLIST 1 5337#define HAVE_DECL__SYS_SIGLIST 1 5338#define HAVE_DIRENT_H 1 5339#define HAVE_IF_INDEXTONAME 1 5340#define HAVE_INET_NTOP 1 5341#define HAVE_INTTYPES_H 1 5342#define HAVE_LINUX_ICMP_H 1 5343#define HAVE_LINUX_IF_PACKET_H 1 5344#define HAVE_LINUX_IN6_H 1 5345#define HAVE_LINUX_NETLINK_H 1 5346#define HAVE_LINUX_PTRACE_H 1 5347#define HAVE_LINUX_UTSNAME_H 1 5348#define HAVE_LITTLE_ENDIAN_LONG_LONG 1 5349#define HAVE_LONG_LONG 1 5350#define HAVE_MEMORY_H 1 5351#define HAVE_MQUEUE_H 1 5352#define HAVE_NETINET_TCP_H 1 5353#define HAVE_NETINET_UDP_H 1 5354#define HAVE_POLL_H 1 5355#define HAVE_PRCTL 1 5356#define HAVE_PREAD 1 5357#define HAVE_SENDMSG 1 5358#define HAVE_SIGACTION 1 5359#define HAVE_SIGINFO_T 1 5360#define HAVE_SIG_ATOMIC_T 1 5361#define HAVE_STAT64 1 5362#define HAVE_STDINT_H 1 5363#define HAVE_STDLIB_H 1 5364#define HAVE_STRERROR 1 5365#define HAVE_STRINGS_H 1 5366#define HAVE_STRING_H 1 5367#define HAVE_STROPTS_H 1 5368#define HAVE_STRSIGNAL 1 5369#define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1 5370#define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 5371#define HAVE_STRUCT_STAT_ST_BLKSIZE 1 5372#define HAVE_STRUCT_STAT_ST_BLOCKS 1 5373#define HAVE_STRUCT_STAT_ST_RDEV 1 5374#define HAVE_STRUCT_USER_DESC 1 5375#define HAVE_STRUCT___OLD_KERNEL_STAT 1 5376#define HAVE_SYS_EPOLL_H 1 5377#define HAVE_SYS_IOCTL_H 1 5378#define HAVE_SYS_POLL_H 1 5379#define HAVE_SYS_PTRACE_H 1 5380#define HAVE_SYS_REG_H 1 5381#define HAVE_SYS_SIGLIST 1 5382#define HAVE_SYS_STAT_H 1 5383#define HAVE_SYS_TYPES_H 1 5384#define HAVE_SYS_UIO_H 1 5385#define HAVE_SYS_VFS_H 1 5386#define HAVE_TERMIO_H 1 5387#define HAVE_UNISTD_H 1 5388#define HAVE__SYS_SIGLIST 1 5389#define LINUX 1 5390#define PACKAGE "strace" 5391#define PACKAGE_BUGREPORT "" 5392#define PACKAGE_NAME "strace" 5393#define PACKAGE_STRING "strace 4.5.12" 5394#define PACKAGE_TARNAME "strace" 5395#define PACKAGE_VERSION "4.5.12" 5396#define RETSIGTYPE void 5397#define STDC_HEADERS 1 5398#define VERSION "4.5.12" 5399#define _GNU_SOURCE 1 5400 5401configure: exit 0 5402