Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 916435 Details for
Bug 948046
sandbox test tests/utimensat-3.sh fails with upcoming glibc-2.41
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
testsuite.log
file_948046.txt (text/plain), 226.72 KB, created by
Sam James
on 2025-01-13 17:13:01 UTC
(
hide
)
Description:
testsuite.log
Filename:
MIME Type:
Creator:
Sam James
Created:
2025-01-13 17:13:01 UTC
Size:
226.72 KB
patch
obsolete
>## ------------------------ ## >## sandbox 2.42 test suite. ## >## ------------------------ ## > >testsuite: command line was: > $ /var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42/tests/testsuite AUTOTEST_PATH=src:tests --jobs=32 > >## ---------- ## >## ChangeLog. ## >## ---------- ## > >| commit aeac3be6578c4f0bffcb4a7f3147e9854f0aecec >| Author: Mike Gilbert <floppym@gentoo.org> >| Date: Sun Dec 22 14:13:23 2024 -0500 >| >| v2.42 >| >| Signed-off-by: Mike Gilbert <floppym@gentoo.org> >| >| commit f5e8e2bf0d7a70618e3625a0fa92df007d0012fb >| Author: Mike Gilbert <floppym@gentoo.org> > >## --------- ## >## Platform. ## >## --------- ## > >hostname = localhost >uname -m = x86_64 >uname -r = 6.12.9 >uname -s = Linux >uname -v = #1 SMP PREEMPT_DYNAMIC Thu Jan 9 23:14:17 GMT 2025 > >/usr/bin/uname -p = AMD Ryzen 9 3950X 16-Core Processor >/bin/uname -X = unknown > >/bin/arch = x86_64 >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >/usr/bin/hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42-abi_x86_32.x86/src/ >PATH: /var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42/src/ >PATH: /var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42-abi_x86_32.x86/tests/ >PATH: /var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42/tests/ >PATH: /usr/lib/ccache/bin/ >PATH: /usr/lib/portage/python3.13/ebuild-helpers/xattr/ >PATH: /usr/lib/portage/python3.13/ebuild-helpers/ >PATH: /usr/local/sbin/ >PATH: /usr/local/bin/ >PATH: /usr/bin/ >PATH: /usr/lib/llvm/20/bin/ >PATH: /usr/lib/llvm/19/bin/ >PATH: /usr/lib/llvm/18/bin/ > >testsuite: atconfig: >| # Configurable variable values for building test suites. >| # Generated by ./config.status. >| # Copyright (C) 2023 Free Software Foundation, Inc. >| >| # The test suite will define top_srcdir=/../.. etc. >| at_testdir='tests' >| abs_builddir='/var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42-abi_x86_32.x86/tests' >| at_srcdir='/var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42/tests' >| abs_srcdir='/var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42/tests' >| at_top_srcdir='/var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42' >| abs_top_srcdir='/var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42' >| at_top_build_prefix='../' >| abs_top_builddir='/var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42-abi_x86_32.x86' >| >| # Backward compatibility with Autotest <= 2.59b: >| at_top_builddir=$at_top_build_prefix >| >| >| EXEEXT='' >| AUTOTEST_PATH='tests' >| >| SHELL=${CONFIG_SHELL-'/bin/sh'} > >testsuite: atlocal: >| # only exported things work in test scripts >| >| export abs_top_srcdir abs_top_builddir abs_srcdir abs_builddir >| export AWK="gawk" >| export HOST="i686-pc-linux-gnu" >| >| if ! ${at_clean} ; then >| export SB_UID=$(./get-user) >| export SB_GID=$(./get-group) >| fi >| >| export at_xfail >| >| # portage likes to do `addpredict /` ... we dont need/want >| # that garbage messing up our env >| export SANDBOX_PREDICT=${SANDBOX_PREDICT%:/} >| >| if [ "${AUTOTEST_PATH}" = "tests" ] ; then >| AUTOTEST_PATH="src:tests" >| fi >| >| export SANDBOX_VERBOSE=0 >| >| # If the terminal has this flag set, the tests get all messed up. >| stty -tostop 2>/dev/null || : >| >| # Some tests want this internal path. >| for devfd in /proc/self/fd /dev/fd ; do >| [ -e "${devfd}" ] && break >| done >| >| # GNU make likes to leak fds when using jobservers (i.e. using -j). >| case "${MAKEFLAGS}" in >| *--jobserver-auth=*) >| flags=${MAKEFLAGS#*--jobserver-auth=} >| flags=${flags%% *} >| for fd in $(echo "${flags}" | tr ',' ' ') ; do >| if [ -e "${devfd}/${fd}" ] ; then >| eval "exec ${fd}>&-" >| fi >| done >| ;; >| esac >| >| # This script must finish with ($? == 0) else the autotest runner gets upset. >| : > >## ------------------ ## >## Running the tests. ## >## ------------------ ## >testsuite: starting at: Mon Jan 13 16:58:52 GMT 2025 >1. access/1 (access.at:1): ok (0m0.000000s 0m0.050000s) >18. link/1 (link.at:1): ok (0m0.000000s 0m0.050000s) >27. mkdir/2 (mkdir.at:2): ok (0m0.000000s 0m0.040000s) >5. faccessat/1 (faccessat.at:1): ok (0m0.000000s 0m0.060000s) >30. mkdirat/1 (mkdirat.at:1): ok (0m0.000000s 0m0.050000s) >11. fchown/2 (fchown.at:2): ok (0m0.000000s 0m0.060000s) >10. fchown/1 (fchown.at:1): ok (0m0.000000s 0m0.060000s) >32. mkdirat/3 (mkdirat.at:3): ok (0m0.000000s 0m0.050000s) >24. malloc/1 (malloc.at:1): ok (0m0.000000s 0m0.050000s) >7. fchmod/1 (fchmod.at:1): ok (0m0.000000s 0m0.070000s) >15. futimesat/2 (futimesat.at:2): ok (0m0.000000s 0m0.050000s) >16. futimesat/3 (futimesat.at:3): ok (0m0.000000s 0m0.050000s) >19. linkat/1 (linkat.at:1): ok (0m0.000000s 0m0.050000s) >14. futimesat/1 (futimesat.at:1): ok (0m0.000000s 0m0.060000s) >23. lutimes/1 (lutimes.at:1): ok (0m0.000000s 0m0.050000s) >8. fchmod/2 (fchmod.at:2): ok (0m0.000000s 0m0.060000s) >31. mkdirat/2 (mkdirat.at:2): ok (0m0.000000s 0m0.050000s) >25. malloc/2 (malloc.at:2): ok (0m0.000000s 0m0.050000s) >20. linkat/2 (linkat.at:2): ok (0m0.000000s 0m0.050000s) >3. chown/1 (chown.at:1): ok (0m0.010000s 0m0.060000s) >9. fchmodat/1 (fchmodat.at:1): ok (0m0.000000s 0m0.080000s) >12. fchownat/1 (fchownat.at:1): ok (0m0.000000s 0m0.070000s) >4. execv/1 (execv.at:1): ok (0m0.000000s 0m0.050000s) >2. chmod/1 (chmod.at:1): ok (0m0.000000s 0m0.080000s) >17. lchown/1 (lchown.at:1): ok (0m0.000000s 0m0.070000s) >13. fchownat/2 (fchownat.at:2): ok (0m0.000000s 0m0.070000s) >28. mkdir/3 (mkdir.at:3): ok (0m0.000000s 0m0.090000s) >26. mkdir/1 (mkdir.at:1): ok (0m0.010000s 0m0.080000s) >29. mkdir_static/1 (mkdir_static.at:1): skipped (mkdir_static.at:1) >22. linkat_static/2 (linkat_static.at:2): skipped (linkat_static.at:2) >21. linkat_static/1 (linkat_static.at:1): skipped (linkat_static.at:1) >6. faccessat_static/1 (faccessat_static.at:1): skipped (faccessat_static.at:1) >35. mkfifoat/1 (mkfifoat.at:1): ok (0m0.000000s 0m0.050000s) >37. mknodat/1 (mknodat.at:1): ok (0m0.000000s 0m0.050000s) >46. open/1 (open.at:1): ok (0m0.000000s 0m0.050000s) >33. mkdtemp/1 (mkdtemp.at:1): ok (0m0.000000s 0m0.060000s) >39. mkostemp64/1 (mkostemp64.at:1): ok (0m0.000000s 0m0.060000s) >34. mkfifo/1 (mkfifo.at:1): ok (0m0.000000s 0m0.060000s) >49. openat/1 (openat.at:1): ok (0m0.000000s 0m0.050000s) >36. mknod/1 (mknod.at:1): ok (0m0.000000s 0m0.050000s) >40. mkostemps/1 (mkostemps.at:1): ok (0m0.000000s 0m0.060000s) >38. mkostemp/1 (mkostemp.at:1): ok (0m0.000000s 0m0.060000s) >43. mkstemp64/1 (mkstemp64.at:1): ok (0m0.010000s 0m0.060000s) >45. mkstemps64/1 (mkstemps64.at:1): ok (0m0.000000s 0m0.060000s) >41. mkostemps64/1 (mkostemps64.at:1): ok (0m0.000000s 0m0.060000s) >50. openat/2 (openat.at:2): ok (0m0.000000s 0m0.060000s) >44. mkstemps/1 (mkstemps.at:1): ok (0m0.000000s 0m0.060000s) >53. opendir/1 (opendir.at:1): ok (0m0.010000s 0m0.050000s) >42. mkstemp/1 (mkstemp.at:1): ok (0m0.010000s 0m0.060000s) >47. open/2 (open.at:2): ok (0m0.000000s 0m0.060000s) >56. rename/1 (rename.at:1): ok (0m0.000000s 0m0.060000s) >54. remove/1 (remove.at:1): ok (0m0.000000s 0m0.050000s) >57. renameat/1 (renameat.at:1): ok (0m0.000000s 0m0.060000s) >59. renameat/3 (renameat.at:3): ok (0m0.000000s 0m0.060000s) >55. removexattr/1 (removexattr.at:1): ok (0m0.000000s 0m0.090000s) >58. renameat/2 (renameat.at:2): ok (0m0.000000s 0m0.060000s) >51. openat_static/1 (openat_static.at:1): skipped (openat_static.at:1) >60. renameat2/1 (renameat2.at:1): ok (0m0.000000s 0m0.060000s) >62. renameat2/3 (renameat2.at:3): ok (0m0.000000s 0m0.060000s) >52. openat_static/2 (openat_static.at:2): skipped (openat_static.at:2) >48. open_static/1 (open_static.at:1): skipped (open_static.at:1) >65. sb_printf (sb_printf.at:1): ok (0m0.000000s 0m0.020000s) >63. rmdir/1 (rmdir.at:1): ok (0m0.000000s 0m0.060000s) >64. rmdir/2 (rmdir.at:2): ok (0m0.000000s 0m0.060000s) >61. renameat2/2 (renameat2.at:2): ok (0m0.000000s 0m0.060000s) >67. script/2 (script.at:2): skipped (script.at:2) >70. script/5 (script.at:5): skipped (script.at:5) >69. script/4 (script.at:4): skipped (script.at:4) >66. script/1 (script.at:1): skipped (script.at:1) >71. script/6 (script.at:6): skipped (script.at:6) >74. script/9 (script.at:9): skipped (script.at:9) >72. script/7 (script.at:7): skipped (script.at:7) >68. script/3 (script.at:3): skipped (script.at:3) >76. script/11 (script.at:11): skipped (script.at:11) >79. script/14 (script.at:14): skipped (script.at:14) >75. script/10 (script.at:10): skipped (script.at:10) >78. script/13 (script.at:13): skipped (script.at:13) >73. script/8 (script.at:8): skipped (script.at:8) >80. script/15 (script.at:15): skipped (script.at:15) >77. script/12 (script.at:12): skipped (script.at:12) >81. script/16 (script.at:16): skipped (script.at:16) >84. symlink/1 (symlink.at:1): ok (0m0.000000s 0m0.050000s) >85. symlinkat/1 (symlinkat.at:1): ok (0m0.000000s 0m0.060000s) >86. symlinkat/2 (symlinkat.at:2): ok (0m0.000000s 0m0.060000s) >87. symlinkat/3 (symlinkat.at:3): ok (0m0.000000s 0m0.060000s) >88. unlink/1 (unlink.at:1): ok (0m0.000000s 0m0.050000s) >82. setxattr/1 (setxattr.at:1): ok (0m0.010000s 0m0.090000s) >92. unlinkat/3 (unlinkat.at:3): ok (0m0.000000s 0m0.050000s) >90. unlinkat/1 (unlinkat.at:1): ok (0m0.000000s 0m0.050000s) >93. unlinkat/4 (unlinkat.at:4): ok (0m0.000000s 0m0.040000s) >94. utimensat/1 (utimensat.at:1): ok (0m0.000000s 0m0.050000s) >83. signal_static/1 (signal_static.at:1): skipped (signal_static.at:1) >91. unlinkat/2 (unlinkat.at:2): ok (0m0.000000s 0m0.060000s) >95. utimensat/2 (utimensat.at:2): ok (0m0.000000s 0m0.040000s) >89. unlink_static/1 (unlink_static.at:1): skipped (unlink_static.at:1) >98. utimensat64/1 (utimensat64.at:1): ok (0m0.000000s 0m0.040000s) >102. vfork/1 (vfork.at:1): skipped (vfork.at:1) >100. utimensat_static/1 (utimensat_static.at:1): skipped (utimensat_static.at:1) >99. utimensat64_static/1 (utimensat64_static.at:1): skipped (utimensat64_static.at:1) >101. utimensat_static/2 (utimensat_static.at:2): skipped (utimensat_static.at:2) >97. utimensat/4 (utimensat.at:4): ok (0m0.000000s 0m0.040000s) >testsuite: ending at: Mon Jan 13 16:58:53 GMT 2025 >testsuite: test suite duration: 0h 0m 1s > >## ------------- ## >## Test results. ## >## ------------- ## > >ERROR: 73 tests were run, >1 failed unexpectedly. >29 tests were skipped. > >## ------------------------ ## >## Summary of the failures. ## >## ------------------------ ## >Failed tests: >sandbox 2.42 test suite test groups: > > NUM: FILE-NAME:LINE TEST-GROUP-NAME > KEYWORDS > > 96: utimensat.at:3 utimensat/3 > utimensat dynamic > >Skipped tests: >sandbox 2.42 test suite test groups: > > NUM: FILE-NAME:LINE TEST-GROUP-NAME > KEYWORDS > > 6: faccessat_static.at:1 faccessat_static/1 > faccessat_static static > 21: linkat_static.at:1 linkat_static/1 > linkat_static static > 22: linkat_static.at:2 linkat_static/2 > linkat_static static > 29: mkdir_static.at:1 mkdir_static/1 > mkdir_static static > 48: open_static.at:1 open_static/1 > open_static static > 51: openat_static.at:1 openat_static/1 > openat_static static > 52: openat_static.at:2 openat_static/2 > openat_static static > 66: script.at:1 script/1 > script > 67: script.at:2 script/2 > script > 68: script.at:3 script/3 > script > 69: script.at:4 script/4 > script > 70: script.at:5 script/5 > script > 71: script.at:6 script/6 > script > 72: script.at:7 script/7 > script > 73: script.at:8 script/8 > script > 74: script.at:9 script/9 > script > 75: script.at:10 script/10 > script > 76: script.at:11 script/11 > script > 77: script.at:12 script/12 > script > 78: script.at:13 script/13 > script > 79: script.at:14 script/14 > script > 80: script.at:15 script/15 > script > 81: script.at:16 script/16 > script > 83: signal_static.at:1 signal_static/1 > signal_static static > 89: unlink_static.at:1 unlink_static/1 > unlink_static static > 99: utimensat64_static.at:1 utimensat64_static/1 > utimensat64_static static > 100: utimensat_static.at:1 utimensat_static/1 > utimensat_static static > 101: utimensat_static.at:2 utimensat_static/2 > utimensat_static static > 102: vfork.at:1 vfork/1 > vfork dynamic > >## ---------------------- ## >## Detailed failed tests. ## >## ---------------------- ## > ># -*- compilation -*- >96. utimensat.at:3: testing utimensat/3 ... >/var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42/tests/utimensat.at:3: \ > env \ > SANDBOX_LOG="$PWD/sandbox.log" \ > sandbox.sh -c \ > addpredict / \; \ > addwrite "${PWD%/*}" \; \ > set -x \; \ > . $abs_top_srcdir/tests/utimensat-3.sh >stderr: >+ . /var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42/tests/utimensat-3.sh >++ case $HOST in >++ addwrite /var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42-abi_x86_32.x86/tests/testsuite.dir/096 >++ export SANDBOX_WRITE=/dev/fd:/proc/self/fd:/dev/zero:/dev/null:/dev/full:/dev/console:/dev/tty:/dev/vc/:/dev/pty:/dev/tts:/dev/ptmx:/dev/pts/:/dev/shm:/tmp/:/var/tmp/:/usr/tmp/:/var/tmp/portage/sys-apps/sandbox-2.42/homedir/.bash_history:://etc/portage/confcache:/dev/console:/dev/fd:/dev/full:/dev/null:/dev/ptmx:/dev/pts/:/dev/pty:/dev/shm:/dev/tts:/dev/tty:/dev/vc/:/dev/zero:/proc/self/fd:/tmp/:/usr/lib/cf:/usr/lib/conftest:/usr/lib32/cf:/usr/lib32/conftest:/usr/lib64/cf:/usr/lib64/conftest:/usr/tmp/:/usr/tmp/cf:/usr/tmp/conftest:/var/cache/ccache:/var/cache/sccache/:/var/tmp/:/var/tmp/portage:/var/tmp/portage/sys-apps/sandbox-2.42/homedir/.bash_history:/var/cache/ccache:/var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42-abi_x86_32.x86/tests/testsuite.dir:/var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42-abi_x86_32.x86/tests/testsuite.dir/096 >++ SANDBOX_WRITE=/dev/fd:/proc/self/fd:/dev/zero:/dev/null:/dev/full:/dev/console:/dev/tty:/dev/vc/:/dev/pty:/dev/tts:/dev/ptmx:/dev/pts/:/dev/shm:/tmp/:/var/tmp/:/usr/tmp/:/var/tmp/portage/sys-apps/sandbox-2.42/homedir/.bash_history:://etc/portage/confcache:/dev/console:/dev/fd:/dev/full:/dev/null:/dev/ptmx:/dev/pts/:/dev/pty:/dev/shm:/dev/tts:/dev/tty:/dev/vc/:/dev/zero:/proc/self/fd:/tmp/:/usr/lib/cf:/usr/lib/conftest:/usr/lib32/cf:/usr/lib32/conftest:/usr/lib64/cf:/usr/lib64/conftest:/usr/tmp/:/usr/tmp/cf:/usr/tmp/conftest:/var/cache/ccache:/var/cache/sccache/:/var/tmp/:/var/tmp/portage:/var/tmp/portage/sys-apps/sandbox-2.42/homedir/.bash_history:/var/cache/ccache:/var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42-abi_x86_32.x86/tests/testsuite.dir:/var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42-abi_x86_32.x86/tests/testsuite.dir/096 >++ exec utimensat-0 -1:22 'f:O_WRONLY|O_CREAT:0666' NULL NULL 0 >stdout: >FAIL: utimensat(3, "(null)", (nil), 0) = 0 (wanted -1); errno = Success:0 [Success] (wanted Success:0 [Success]) >/var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42/tests/utimensat.at:3: exit code was 1, expected 0 >96. utimensat.at:3: 96. utimensat/3 (utimensat.at:3): FAILED (utimensat.at:3) > > >## ------------- ## >## ../config.log ## >## ------------- ## >| This file contains any messages produced by compilers while >| running configure, to aid debugging if configure makes a mistake. >| >| It was created by sandbox configure 2.42, which was >| generated by GNU Autoconf 2.72. Invocation command line was >| >| $ /var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42/configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/sandbox-2.42 --htmldir=/usr/share/doc/sandbox-2.42/html --with-sysroot=/ --libdir=/usr/lib >| >| ## --------- ## >| ## Platform. ## >| ## --------- ## >| >| hostname = localhost >| uname -m = x86_64 >| uname -r = 6.12.9 >| uname -s = Linux >| uname -v = #1 SMP PREEMPT_DYNAMIC Thu Jan 9 23:14:17 GMT 2025 >| >| /usr/bin/uname -p = AMD Ryzen 9 3950X 16-Core Processor >| /bin/uname -X = unknown >| >| /bin/arch = x86_64 >| /usr/bin/arch -k = unknown >| /usr/convex/getsysinfo = unknown >| /usr/bin/hostinfo = unknown >| /bin/machine = unknown >| /usr/bin/oslevel = unknown >| /bin/universe = unknown >| >| PATH: /usr/lib/ccache/bin/ >| PATH: /usr/lib/portage/python3.13/ebuild-helpers/xattr/ >| PATH: /usr/lib/portage/python3.13/ebuild-helpers/ >| PATH: /usr/local/sbin/ >| PATH: /usr/local/bin/ >| PATH: /usr/bin/ >| PATH: /opt/bin/ >| PATH: /usr/lib/llvm/20/bin/ >| PATH: /usr/lib/llvm/19/bin/ >| PATH: /usr/lib/llvm/18/bin/ >| >| >| ## ----------- ## >| ## Core tests. ## >| ## ----------- ## >| >| configure:2410: loading site script /usr/share/config.site >| | # Copyright 2023 Gentoo Authors >| | # Distributed under the terms of the GNU General Public License v2 >| | >| | for script in "/usr/share/config.site.d"/*.conf; do >| | test -f "${script}" || continue >| | test -r "${script}" || continue >| | echo "${0##*/}: loading site script ${script}" >| | . "${script}" || break >| | done >| | unset script >| configure:2893: looking for aux files: config.guess config.sub ltmain.sh ar-lib compile missing install-sh >| configure:2906: trying /var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42/ >| configure:2935: /var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42/config.guess found >| configure:2935: /var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42/config.sub found >| configure:2935: /var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42/ltmain.sh found >| configure:2935: /var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42/ar-lib found >| configure:2935: /var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42/compile found >| configure:2935: /var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42/missing found >| configure:2917: /var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42/install-sh found >| configure:3065: checking for a BSD-compatible install >| configure:3139: result: /usr/lib/portage/python3.13/ebuild-helpers/xattr/install -c >| configure:3150: checking whether sleep supports fractional seconds >| configure:3166: result: yes >| configure:3169: checking filesystem timestamp resolution >| configure:3304: result: 0.01 >| configure:3309: checking whether build environment is sane >| configure:3350: result: yes >| configure:3521: checking for a race-free mkdir -p >| configure:3564: result: /usr/bin/mkdir -p >| configure:3571: checking for gawk >| configure:3592: found /usr/bin/gawk >| configure:3604: result: gawk >| configure:3615: checking whether make sets $(MAKE) >| configure:3639: result: yes >| configure:3665: checking whether make supports nested variables >| configure:3684: result: yes >| configure:3698: checking xargs -n works >| configure:3714: result: yes >| configure:3831: checking environment state >| SANDBOX_MESSAGE_P@TH=/proc/5/fd/2 >| SUDO_GID=1000 >| EBUILD_FORCE_TEST=1 >| LESSOPEN=|lesspipe %s >| PORTAGE_XATTR_EXCLUDE=bcachefs.* bcachefs_effective.* btrfs.* security.evm security.ima security.selinux system.nfs4_acl user.apache_handler user.Beagle.* user.dublincore.* user.mime_encoding user.xdg.* >| ARCH=amd64 >| enable_year2038=no >| PORTAGE_BASHRC=/etc/portage/bashrc >| PORTAGE_BUILDDIR=/var/tmp/portage/sys-apps/sandbox-2.42 >| PHP_TARGETS= >| COMMON_FLAGS=-O3 -march=native -mtls-dialect=gnu2 -flto=jobserver -fno-semantic-interposition -pipe -fcf-protection=none -fdiagnostics-color=always -fdiagnostics-urls=never -frecord-gcc-switches -fdiagnostics-details -fdiagnostics-set-output=text:experimental-nesting=yes -Wa,-O2 -Wa,-mtune=znver2 -Warray-bounds -Wstrict-aliasing -Wfree-nonheap-object -Wuninitialized -Wmaybe-uninitialized -Wreturn-type -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -Warray-bounds -fdiagnostics-details -Wstringop-overread -Wstringop-overflow -Wstringop-truncation -Wformat-overflow -Wformat-truncation >| TMUX=/tmp/tmux-1000/default,5674,0 >| SANDBOX_ON=1 >| MULTILIB_STRICT_DENY=64-bit.*shared object >| _abi_saved_CC=clang >| CATEGORY=sys-apps >| EOLDNEW_EMERGE_ARGS_NEW=--usepkg-exclude {} >| MULTILIB_ABIS=amd64 x86 >| gl_cv_compiler_check_decl_option=-Werror=implicit-function-declaration >| LANGUAGE=C >| OFFICE_IMPLEMENTATION= >| QA_VDB=y >| NGINX_MODULES_MAIL= >| LUA_SINGLE_TARGET= >| SSH_CLIENT=192.168.0.124 45808 22 >| MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 >| MULTILIB_STRICT_DIRS=/lib32 /lib /usr/lib32 /usr/lib /usr/kde/*/lib32 /usr/kde/*/lib /usr/qt/*/lib32 /usr/qt/*/lib /usr/X11R6/lib32 /usr/X11R6/lib >| CURL_SSL= >| INHERITED= toolchain-funcs multilib flag-o-matic out-of-source-utils multibuild multilib-build multilib-minimal multiprocessing >| CCACHE_DIR=/var/cache/ccache >| CXXFLAGS=-O2 -Wformat -Werror=format-security >| LIBREOFFICE_EXTENSIONS= >| QEMU_USER_TARGETS= >| BROOT= >| GOAMD64=v3 >| CCASFLAGS= >| PV=2.42 >| XARGS=xargs -r >| PORTAGE_IPC_DAEMON=1 >| XDG_SESSION_TYPE=tty >| gl_cv_func_getcwd_path_max=yes >| OBJCOPY=x86_64-pc-linux-gnu-objcopy >| ADAFLAGS=-O3 -march=native -mtls-dialect=gnu2 -fno-semantic-interposition -pipe -fcf-protection=none -fdiagnostics-color=always -fdiagnostics-urls=never -frecord-gcc-switches -fdiagnostics-details -fdiagnostics-set-output=text:experimental-nesting=yes -Wa,-O2 -Wa,-mtune=znver2 -Warray-bounds -Wstrict-aliasing -Wfree-nonheap-object -Wuninitialized -Wmaybe-uninitialized -Wreturn-type -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -Warray-bounds -fdiagnostics-details -Wstringop-overread -Wstringop-overflow -Wstringop-truncation -Wformat-overflow -Wformat-truncation >| RUBY_TARGETS= >| QEMU_SOFTMMU_TARGETS= >| __E_DOCDESTTREE= >| SYMLINK_LIB=no >| SHLVL=1 >| SANDBOX_WRITE=://etc/portage/confcache:/dev/console:/dev/fd:/dev/full:/dev/null:/dev/ptmx:/dev/pts/:/dev/pty:/dev/shm:/dev/tts:/dev/tty:/dev/vc/:/dev/zero:/proc/self/fd:/tmp/:/usr/lib/cf:/usr/lib/conftest:/usr/lib32/cf:/usr/lib32/conftest:/usr/lib64/cf:/usr/lib64/conftest:/usr/tmp/:/usr/tmp/cf:/usr/tmp/conftest:/var/cache/ccache:/var/cache/sccache/:/var/tmp/:/var/tmp/portage:/var/tmp/portage/sys-apps/sandbox-2.42/homedir/.bash_history >| IGNOREEOF=1 >| PYTHON_EXPERIMENTAL_QA=1 >| LESS=-R -M --shift 5 >| USE_EXPAND_VALUES_KERNEL=Darwin linux SunOS >| MOTD_SHOWN=pam >| HOME=/var/tmp/portage/sys-apps/sandbox-2.42/homedir >| LEX=reflex >| SANDBOX_BASHRC=/usr/share/sandbox/sandbox.bashrc >| OLDPWD=/var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42 >| IWDT_LOG=ewarn >| TERM_PROGRAM_VERSION=3.5a >| IUSE_EFFECTIVE=abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 abi_x86_32 abi_x86_64 abi_x86_x32 alpha amd64 amd64-linux arm arm64 arm64-macos elibc_Darwin elibc_SunOS elibc_bionic elibc_glibc elibc_mingw elibc_musl hppa kernel_Darwin kernel_SunOS kernel_linux loong m68k mips nnp ppc ppc-macos ppc64 ppc64-linux prefix prefix-guest prefix-stack riscv s390 sparc x64-macos x64-solaris x86 x86-linux >| SUDO_HOME=/home/sam >| S=/var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42 >| PORTAGE_COMPRESSION_COMMAND=xz -T32 --memlimit-compress=50% -q --x86 --lzma2=preset=9e >| PVR=2.42 >| SSH_TTY=/dev/pts/0 >| LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx >| PORTAGE_SCHEDULING_POLICY=other >| PORTAGE_PYTHON=/usr/bin/python3.13 >| LUA_TARGETS= >| _abi_saved_PKG_CONFIG_PATH=/usr/share/guile-data/3.0/pkgconfig >| INSOPTIONS=-m0644 >| BINPKG_GPG_VERIFY_GPG_HOME=/etc/portage/gnupg >| MULTILIB_STRICT_EXEMPT=(perl5|gcc|binutils|eclipse-3|debug|portage|udev|systemd|clang|python-exec|llvm) >| SANDBOX_DEBUG=0 >| RESUMECOMMAND_SSH=bash -c "x=\${2#ssh://} ; host=\${x%%/*} ; port=\${host##*:} ; host=\${host%:*} ; [[ \${host} = \${port} ]] && port= ; exec rsync --rsh=\"ssh \${port:+-p\${port}} \${3}\" -avP \"\${host}:/\${x#*/}\" \"\$1\"" rsync "${DISTDIR}/${FILE}" "${URI}" "${PORTAGE_SSH_OPTS}" >| GRUB_PLATFORMS= >| PORTAGE_INST_UID=0 >| LDFLAGS_amd64=-m elf_x86_64 >| CALLIGRA_FEATURES= >| LDFLAGS=-Wl,-O1 >| PORTAGE_NICENESS=0 >| LCD_DEVICES= >| PORTAGE_GRPNAME=portage >| APACHE2_MPMS= >| PAGER=less >| UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 >| PORTAGE_ACTUAL_DISTDIR=/var/cache/distfiles >| FC=x86_64-pc-linux-gnu-gfortran -m32 -mfpmath=sse >| CCACHE_UMASK=0002 >| POSTGRES_TARGETS= >| _WARNINGS=-Wstrict-aliasing -Wfree-nonheap-object -Wuninitialized -Wmaybe-uninitialized -Wreturn-type >| PYTHON_SINGLE_TARGET= >| STRINGS=x86_64-pc-linux-gnu-strings >| PORTAGE_SIGPIPE_STATUS=141 >| BINPKG_GPG_VERIFY_BASE_COMMAND=/usr/bin/gpg --verify --batch --no-tty --no-auto-check-trustdb --status-fd 2 [PORTAGE_CONFIG] [SIGNATURE] >| GPG_VERIFY_USER_DROP=nobody >| CMAKE_COMPILER_COLOR_DIAGNOSTICS=ON >| GPG_VERIFY_GROUP_DROP=nogroup >| as_nl= >| >| KERNEL=linux >| PORTAGE_ARCHLIST=alpha amd64 amd64-linux arm arm-linux arm64 arm64-linux arm64-macos hppa loong m68k mips ppc ppc-macos ppc64 ppc64-linux riscv riscv-linux s390 sparc x64-macos x64-solaris x86 x86-linux x86-macos >| QA_VDB_LOG=ewarn >| PORTAGE_DOCOMPRESS_SIZE_LIMIT=128 >| MAKEOPTS=-j32 -l32 >| SSH_ASKPASS=ksshaskpass >| SANDBOX_READ=/:/var/cache/ccache:/var/tmp/portage >| FEATURES=assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg ccache clean-logs compressdebug config-protect-if-modified dedupdebug distlocks fixlafiles installsources ipc-sandbox mount-sandbox multilib-strict network-sandbox news parallel-fetch parallel-install pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox split-log splitdebug strict test unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr >| JAVACC_HOME=/usr/share/javacc/ >| _DEFAULT_ABI_SAVED=true >| PORTAGE_GID=250 >| PKG_CONFIG=x86_64-pc-linux-gnu-pkg-config >| SLOT=0 >| COLORTERM=truecolor >| CTARGET_default=x86_64-pc-linux-gnu >| PORTAGE_PYM_PATH=/usr/lib/python3.13/site-packages >| QA_CMP_ARGS=--full-abidiff --no-skip-large --timeout 0 >| CONF_PREFIX=/usr >| ELIBC=glibc >| AMDGPU_TARGETS= >| PKGDIR=/var/cache/binpkgs >| A=sandbox-2.42.tar.xz >| LDFLAGS_x32=-m elf32_x86_64 >| AM_COLOR_TESTS=always >| F77=x86_64-pc-linux-gnu-gfortran -m32 -mfpmath=sse >| PORTAGE_REPO_REVISIONS={"gentoo": "f37c4cde7669c8edb6f1957abe38254cfc110be3"} >| CMAKE_COLOR_DIAGNOSTICS=ON >| EXEOPTIONS=-m0755 >| PORTAGE_COLORMAP=PORTAGE_COLOR_BAD=$'' >| PORTAGE_COLOR_BRACKET=$'' >| PORTAGE_COLOR_ERR=$'' >| PORTAGE_COLOR_GOOD=$'' >| PORTAGE_COLOR_HILITE=$'' >| PORTAGE_COLOR_INFO=$'' >| PORTAGE_COLOR_LOG=$'' >| PORTAGE_COLOR_NORMAL=$'' >| PORTAGE_COLOR_QAWARN=$'' >| PORTAGE_COLOR_WARN=$'' >| TMPDIR=/var/tmp/portage/sys-apps/sandbox-2.42/temp >| CHOST_amd64=x86_64-pc-linux-gnu >| ABI_MIPS= >| STRIP=x86_64-pc-linux-gnu-strip >| CHOST=i686-pc-linux-gnu >| SUDO_UID=1000 >| SANDBOX_ACTIVE=armedandready >| LOGNAME=portage >| _WARNINGS_C=-Wbuiltin-declaration-mismatch >| PORTAGE_CONFIGROOT=/ >| EROOT= >| LICENSE=GPL-2 >| PYTHONDONTWRITEBYTECODE=1 >| ACCEPT_LICENSE=GPL-2 >| NGINX_MODULES_STREAM= >| PORTAGE_FEATURES=assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg ccache clean-logs compressdebug config-protect-if-modified dedupdebug distlocks fixlafiles installsources ipc-sandbox mount-sandbox multilib-strict network-sandbox news parallel-fetch parallel-install pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox split-log splitdebug strict test unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr >| ac_cv_c_undeclared_builtin_options=none needed >| USERLAND=GNU >| EBUILD_PHASE=configure >| LIBDIR_amd64=lib64 >| ZFS_COLOR=1 >| PYTHON_TARGETS= >| CPU_FLAGS_ARM= >| ABI_X86=32 64 >| TEMP=/var/tmp/portage/sys-apps/sandbox-2.42/temp >| SANDBOX_PREDICT=/var/tmp/portage/sys-apps/sandbox-2.42/homedir:/dev/crypto:/var/cache/man:/dev/random:/proc/self/coredump_filter:/dev/random:/proc/self/coredump_filter:/var/cache/fontconfig >| PKG_CONFIG_SYSTEM_LIBRARY_PATH=/lib:/usr/lib >| _=/var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42/configure >| __E_EXEDESTTREE= >| PKG_CONFIG_PATH=/usr/share/pkgconfig >| READELF=x86_64-pc-linux-gnu-readelf >| MOPREFIX=sandbox >| XDG_SESSION_CLASS=user >| AR=x86_64-pc-linux-gnu-ar >| BINPKG_GPG_SIGNING_DIGEST=SHA512 >| VOICEMAIL_STORAGE= >| SANDBOX_DEBUG_LOG=/var/log/sandbox/sandbox-debug-5.log >| PORTAGE_USERNAME=portage >| _abi_saved_CHOST=x86_64-pc-linux-gnu >| ABI_S390= >| COLUMNS=186 >| TERM=tmux-256color >| PORTAGE_LOG_FILE=/var/log/portage/build/sys-apps/sandbox-2.42:20250113-165747.log >| PORTAGE_USE_CLANG_HOOK_GCC=0 >| XTABLES_ADDONS= >| XDG_SESSION_ID=2 >| MYMESONARGS=-Db_colorout=always >| CHOST_x32=x86_64-pc-linux-gnux32 >| ETCKEEPER_CONF_DIR=/etc/etckeeper >| PORTAGE_OVERRIDE_EPREFIX= >| CPU_FLAGS_PPC= >| LLVM_TARGETS= >| XZ_DEFAULTS=-9 -T0 >| GPSD_PROTOCOLS= >| HISTCONTROL=ignoreboth erasedups:ignoreboth >| CAMERAS= >| EBUILD=/home/sam/git/gentoo/sys-apps/sandbox/sandbox-2.42.ebuild >| SANDBOX_LIB=libsandbox.so >| SANDBOX_METHOD=any >| JAVAC=/etc/java-config-2/current-system-vm/bin/javac >| LIBDIR_x32=libx32 >| DISTDIR=/var/tmp/portage/sys-apps/sandbox-2.42/distdir >| LC_COLLATE=C >| PATH=/usr/lib/ccache/bin:/usr/lib/portage/python3.13/ebuild-helpers/xattr:/usr/lib/portage/python3.13/ebuild-helpers:/usr/local/sbin:/usr/local/bin:/usr/bin:/opt/bin:/usr/lib/llvm/20/bin:/usr/lib/llvm/19/bin:/usr/lib/llvm/18/bin >| EBUILD_PHASE_FUNC=src_configure >| ANT_HOME=/usr/share/ant >| UWSGI_PLUGINS= >| PORTAGE_VERBOSE=1 >| PROFILE_ONLY_VARIABLES=ARCH ELIBC IUSE_IMPLICIT KERNEL USE_EXPAND_IMPLICIT USE_EXPAND_UNPREFIXED USE_EXPAND_VALUES_ARCH USE_EXPAND_VALUES_ELIBC USE_EXPAND_VALUES_KERNEL >| LDFLAGS_x86=-m elf_i386 >| BINPKG_COMPRESS_FLAGS_XZ=--x86 --lzma2=preset=9e >| NINJA_JOBSERVER=fifo >| CFLAGS_amd64=-m64 >| RUSTFLAGS=-C opt-level=0 -C debuginfo=0 >| PORTAGE_BIN_PATH=/usr/lib/portage/python3.13 >| PKG_LOGDIR=/var/tmp/portage/sys-apps/sandbox-2.42/temp/logging >| OPENMPI_FABRICS= >| CFLAGS=-O2 -Wformat -Werror=format-security >| BINPKG_FORMAT=gpkg >| FFTOOLS= >| FCFLAGS=-O3 -march=native -mtls-dialect=gnu2 -fno-semantic-interposition -pipe -fcf-protection=none -fdiagnostics-color=always -fdiagnostics-urls=never -frecord-gcc-switches -fdiagnostics-details -fdiagnostics-set-output=text:experimental-nesting=yes -Wa,-O2 -Wa,-mtune=znver2 -Warray-bounds -Wstrict-aliasing -Wfree-nonheap-object -Wuninitialized -Wmaybe-uninitialized -Wreturn-type -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -Warray-bounds -fdiagnostics-details -Wstringop-overread -Wstringop-overflow -Wstringop-truncation -Wformat-overflow -Wformat-truncation -ggdb3 >| BOOTSTRAP_USE=unicode pkg-config split-usr xml python_targets_python3_12 python_single_target_python3_12 multilib zstd cet hardened pic xtpax -jit -orc systemd sysv-utils udev >| EOLDNEW_EMERGE_ARGS=--oneshot >| PORTAGE_BZIP2_COMMAND=bzip2 >| DEFINED_PHASES= compile configure install postinst prepare test >| T=/var/tmp/portage/sys-apps/sandbox-2.42/temp >| LD_PRELOAD=libsandbox.so >| LANG=en_GB.UTF-8 >| L10N= >| GCC_SPECS= >| CBUILD=i686-pc-linux-gnu >| PORTAGE_REPO_NAME=gentoo >| D=/var/tmp/portage/sys-apps/sandbox-2.42/image >| LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:su=37;41:sg=30;43:ca=00:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.7z=01;31:*.ace=01;31:*.alz=01;31:*.apk=01;31:*.arc=01;31:*.arj=01;31:*.bz=01;31:*.bz2=01;31:*.cab=01;31:*.cpio=01;31:*.crate=01;31:*.deb=01;31:*.drpm=01;31:*.dwm=01;31:*.dz=01;31:*.ear=01;31:*.egg=01;31:*.esd=01;31:*.gz=01;31:*.jar=01;31:*.lha=01;31:*.lrz=01;31:*.lz=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.lzo=01;31:*.pyz=01;31:*.rar=01;31:*.rpm=01;31:*.rz=01;31:*.sar=01;31:*.swm=01;31:*.t7z=01;31:*.tar=01;31:*.taz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tgz=01;31:*.tlz=01;31:*.txz=01;31:*.tz=01;31:*.tzo=01;31:*.tzst=01;31:*.udeb=01;31:*.war=01;31:*.whl=01;31:*.wim=01;31:*.xz=01;31:*.z=01;31:*.zip=01;31:*.zoo=01;31:*.zst=01;31:*.avif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.cfg=00;32:*.conf=00;32:*.diff=00;32:*.doc=00;32:*.ini=00;32:*.log=00;32:*.patch=00;32:*.pdf=00;32:*.ps=00;32:*.tex=00;32:*.txt=00;32:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:*~=00;90:*#=00;90:*.bak=00;90:*.crdownload=00;90:*.dpkg-dist=00;90:*.dpkg-new=00;90:*.dpkg-old=00;90:*.dpkg-tmp=00;90:*.old=00;90:*.orig=00;90:*.part=00;90:*.rej=00;90:*.rpmnew=00;90:*.rpmorig=00;90:*.rpmsave=00;90:*.swp=00;90:*.tmp=00;90:*.ucf-dist=00;90:*.ucf-new=00;90:*.ucf-old=00;90: >| FETCHCOMMAND_SSH=bash -c "x=\${2#ssh://} ; host=\${x%%/*} ; port=\${host##*:} ; host=\${host%:*} ; [[ \${host} = \${port} ]] && port= ; exec rsync --rsh=\"ssh \${port:+-p\${port}} \${3}\" -avP \"\${host}:/\${x#*/}\" \"\$1\"" rsync "${DISTDIR}/${FILE}" "${URI}" "${PORTAGE_SSH_OPTS}" >| MANPAGER=manpager >| __E_DESTTREE=/usr >| __E_INSDESTTREE= >| USE_EXPAND_VALUES_ELIBC=bionic Darwin glibc mingw musl SunOS >| TMP=/var/tmp/portage/sys-apps/sandbox-2.42/temp >| TERM_PROGRAM=tmux >| CFLAGS_x32=-mx32 >| ROOTPATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/opt/bin:/usr/lib/llvm/20/bin:/usr/lib/llvm/19/bin:/usr/lib/llvm/18/bin >| SSH_AUTH_SOCK=/run/user/1000/gnupg/S.gpg-agent.ssh >| SUDO_COMMAND=/usr/sbin/ebuild sandbox-2.42.ebuild clean test install >| OPENMPI_RM= >| CPPFLAGS= >| LC_MESSAGES=C.UTF-8 >| PF=sandbox-2.42 >| EAPI=8 >| ECLASS_DEPTH=0 >| SHELL=/bin/sh >| _PORTAGE_CONFCACHE=0 >| PKGUSE= >| SANDBOX_VERBOSE=1 >| WORKDIR=/var/tmp/portage/sys-apps/sandbox-2.42/work >| CHOST_x86=i686-pc-linux-gnu >| VIDEO_CARDS= >| PERL_FEATURES= >| SANE_BACKENDS= >| CXX=clang++ -m32 -mfpmath=sse >| PAX_MARKINGS=none >| MERGE_TYPE=source >| DISTUTILS_ALLOW_WHEEL_REUSE=1 >| CURL_QUIC= >| DUALCASE=1 >| CPU_FLAGS_X86= >| SUDO_USER=sam >| HUB_PROTOCOL=ssh >| PORTAGE_COMPRESS=xz >| PORTAGE_TMPDIR=/var/tmp >| _abi_saved_CBUILD=x86_64-pc-linux-gnu >| BINPKG_GPG_SIGNING_BASE_COMMAND=/usr/bin/flock /run/lock/portage-binpkg-gpg.lock /usr/bin/gpg --sign --armor [PORTAGE_CONFIG] >| LIBDIR_x86=lib >| PORTAGE_BUNZIP2_COMMAND=lbunzip2 >| PORTAGE_USE_CLANG_HOOK=0 >| USE_EXPAND_IMPLICIT=ARCH ELIBC KERNEL >| ZSTD_NBTHREADS=0 >| IUSE_IMPLICIT=abi_x86_64 prefix prefix-guest prefix-stack >| GUILE_SINGLE_TARGET= >| PORTAGE_WORKDIR_MODE=0770 >| _WARNINGS_LTO=-Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -Warray-bounds -fdiagnostics-details -Wstringop-overread -Wstringop-overflow -Wstringop-truncation -Wformat-overflow -Wformat-truncation >| NINJAOPTS=-j32 -l32 >| LINGUAS=en en_GB >| NGINX_MODULES_HTTP= >| CHOST_default=x86_64-pc-linux-gnu >| SANDBOX_LOG=/var/tmp/portage/sys-apps/sandbox-2.42/temp/sandbox.log >| BUILD_PREFIX=/var/tmp/portage >| SANDBOX_DENY= >| DEFAULT_ABI=amd64 >| GNUMAKEFLAGS=-j32 -l32 --output-sync=line V=1 >| ED=/var/tmp/portage/sys-apps/sandbox-2.42/image >| ASAN_OPTIONS=detect_leaks=0:halt_on_error=1:abort_on_error=1:print_summary=1 >| _abi_saved_CXX=clang++ >| FILELIST_DIFF=y >| JAVA_HOME=/etc/java-config-2/current-system-vm >| ADA_TARGET= >| EBUILD_MASTER_PID=22 >| PWD=/var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42-abi_x86_32.x86 >| PORTAGE_RESTRICT= >| CLICOLOR=1 >| USE_EXPAND_UNPREFIXED=ARCH >| SIGNED_OFF_BY=Sam James <sam@gentoo.org> >| NOCOLOR=no >| PORTAGE_DEPCACHEDIR=/var/cache/edb/dep >| INPUT_DEVICES= >| PORTAGE_REPOSITORIES=[DEFAULT] >| auto-sync = yes >| eclass-overrides = sam_c >| main-repo = gentoo >| strict-misc-digests = true >| sync-allow-hardlinks = true >| sync-openpgp-key-refresh = true >| sync-rcu = false >| volatile = true >| >| [crossdev] >| auto-sync = no >| eclass-overrides = sam_c >| location = /var/db/repos/crossdev >| masters = gentoo >| priority = 0 >| strict-misc-digests = true >| sync-allow-hardlinks = true >| sync-openpgp-key-refresh = true >| sync-rcu = false >| volatile = true >| >| [gentoo] >| auto-sync = yes >| eclass-overrides = sam_c >| location = /home/sam/git/gentoo >| masters = >| priority = 5 >| strict-misc-digests = true >| sync-allow-hardlinks = true >| sync-openpgp-key-path = /usr/share/openpgp-keys/gentoo-release.asc >| sync-openpgp-key-refresh = true >| sync-openpgp-key-refresh-retry-count = 40 >| sync-openpgp-key-refresh-retry-delay-exp-base = 2 >| sync-openpgp-key-refresh-retry-delay-max = 60 >| sync-openpgp-key-refresh-retry-delay-mult = 4 >| sync-openpgp-key-refresh-retry-overall-timeout = 1200 >| sync-openpgp-keyserver = hkps://keys.gentoo.org >| sync-rcu = false >| sync-type = git >| sync-uri = https://github.com/gentoo-mirror/gentoo.git >| volatile = true >| sync-git-verify-commit-signature = yes >| sync-git-clone-extra-opts = -b stable -c gc.reflogExpire=0 -c gc.reflogExpireUnreachable=0 -c gc.rerereresolved=0 -c gc.rerereunresolved=0 -c gc.pruneExpire=now >| >| [kde] >| auto-sync = yes >| eclass-overrides = sam_c >| location = /var/db/repos/kde >| masters = gentoo >| priority = 1 >| strict-misc-digests = true >| sync-allow-hardlinks = true >| sync-openpgp-key-refresh = true >| sync-rcu = false >| sync-type = git >| sync-uri = https://github.com/gentoo-mirror/kde.git >| volatile = true >| >| [local] >| auto-sync = yes >| eclass-overrides = sam_c >| location = /var/db/repos/local >| masters = gentoo >| priority = 2 >| strict-misc-digests = true >| sync-allow-hardlinks = true >| sync-openpgp-key-refresh = true >| sync-rcu = false >| volatile = true >| >| [qt] >| auto-sync = yes >| eclass-overrides = sam_c >| location = /var/db/repos/qt >| masters = gentoo >| priority = 3 >| strict-misc-digests = true >| sync-allow-hardlinks = true >| sync-openpgp-key-refresh = true >| sync-rcu = false >| sync-type = git >| sync-uri = https://github.com/gentoo-mirror/qt.git >| volatile = true >| >| [sam_c] >| auto-sync = yes >| eclass-overrides = sam_c >| location = /var/db/repos/sam_c >| masters = gentoo >| priority = 4 >| strict-misc-digests = true >| sync-allow-hardlinks = true >| sync-openpgp-key-refresh = true >| sync-rcu = false >| sync-type = git >| sync-uri = https://github.com/gentoo-mirror/sam_c.git >| volatile = true >| >| LIBDIR_default=lib >| ESED_VERBOSE=1 >| EMERGE_FROM=ebuild >| LC_ALL=C >| XDG_CONFIG_DIRS=/etc/xdg >| ALSA_CARDS= >| FFLAGS=-O3 -march=native -mtls-dialect=gnu2 -fno-semantic-interposition -pipe -fcf-protection=none -fdiagnostics-color=always -fdiagnostics-urls=never -frecord-gcc-switches -fdiagnostics-details -fdiagnostics-set-output=text:experimental-nesting=yes -Wa,-O2 -Wa,-mtune=znver2 -Warray-bounds -Wstrict-aliasing -Wfree-nonheap-object -Wuninitialized -Wmaybe-uninitialized -Wreturn-type -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -Warray-bounds -fdiagnostics-details -Wstringop-overread -Wstringop-overflow -Wstringop-truncation -Wformat-overflow -Wformat-truncation -ggdb3 >| DIROPTIONS=-m0755 >| P=sandbox-2.42 >| LD=x86_64-pc-linux-gnu-ld -m elf_i386 >| SSH_CONNECTION=192.168.0.124 57954 192.168.0.70 22 >| PORTAGE_PROPERTIES= >| PN=sandbox >| XDG_DATA_DIRS=/usr/local/share:/usr/share >| PORTAGE_INST_GID=0 >| USE_EXPAND=ABI_MIPS ABI_S390 ABI_X86 ADA_TARGET ALSA_CARDS AMDGPU_TARGETS APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CPU_FLAGS_ARM CPU_FLAGS_PPC CPU_FLAGS_X86 CURL_QUIC CURL_SSL ELIBC FFTOOLS GPSD_PROTOCOLS GRUB_PLATFORMS GUILE_SINGLE_TARGET GUILE_TARGETS INPUT_DEVICES KERNEL L10N LCD_DEVICES LIBREOFFICE_EXTENSIONS LLVM_SLOT LLVM_TARGETS LUA_SINGLE_TARGET LUA_TARGETS NGINX_MODULES_HTTP NGINX_MODULES_MAIL NGINX_MODULES_STREAM OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PERL_FEATURES PHP_TARGETS POSTGRES_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS RUBY_TARGETS SANE_BACKENDS UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XTABLES_ADDONS >| APACHE2_MODULES= >| PACKAGE_MANAGER=pkgcore >| ABI=x86 >| CFLAGS_x86=-m32 -mfpmath=sse >| YACC=byacc >| PM_EBUILD_HOOK_DIR=/etc/portage/env >| ACCT_USER_PORTAGE_GROUPS_ADD=sam >| PORTAGE_BUILD_USER=portage >| PROFILE_IS_HARDENED=1 >| SYSROOT= >| PORTAGE_BUILD_GROUP=portage >| PORTAGE_PYTHONPATH=/usr/lib/python3.13/site-packages >| ESYSROOT= >| EPREFIX= >| TZ=:/etc/localtime >| OPENMPI_OFED_FEATURES= >| PORTAGE_COMPRESS_EXCLUDE_SUFFIXES=css gif htm[l]? jp[e]?g js pdf png >| GITIFY=yes >| GSETTINGS_BACKEND=dconf >| CC=clang -m32 -mfpmath=sse >| RANLIB=x86_64-pc-linux-gnu-ranlib >| KERNEL_ABI=amd64 >| PKG_TMPDIR=/var/tmp/portage/._unmerge_ >| FILESDIR=/var/tmp/portage/sys-apps/sandbox-2.42/files >| ENV_UNSET=CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME >| LLVM_SLOT= >| IWDT_ALL=y >| PORTAGE_INTERNAL_CALLER=1 >| PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig >| TMUX_PANE=%283 >| ROOT= >| COLLECTD_PLUGINS= >| GUILE_TARGETS= >| LIBOPTIONS=-m0644 >| USE=abi_x86_32 abi_x86_64 amd64 elibc_glibc kernel_linux nnp >| PORTAGE_BASHRC_FILES=/home/sam/git/gentoo/profiles/releases/23.0/profile.bashrc >| ECONF_SOURCE=/var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42 >| JDK_HOME=/etc/java-config-2/current-system-vm >| TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE=1 >| EDITOR=nano >| KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 >| USE_EXPAND_VALUES_ARCH=alpha amd64 amd64-linux arm arm64 arm64-macos hppa loong m68k mips ppc ppc64 ppc64-linux ppc-macos riscv s390 sparc x64-macos x64-solaris x86 x86-linux >| NM=x86_64-pc-linux-gnu-nm >| PR=r0 >| OBJDUMP=x86_64-pc-linux-gnu-objdump >| PKG_CONFIG_SYSTEM_INCLUDE_PATH=/usr/include >| configure:3834: result: ok >| configure:3854: checking for i686-pc-linux-gnu-gcc >| configure:3887: result: clang -m32 -mfpmath=sse >| configure:4292: checking for C compiler version >| configure:4301: clang -m32 -mfpmath=sse --version >&5 >| clang version 20.0.0git8af4d206 >| Target: i386-pc-linux-gnu >| Thread model: posix >| InstalledDir: /usr/lib/llvm/20/bin >| Build config: +assertions >| Configuration file: /etc/clang/i386-pc-linux-gnu-clang.cfg >| configure:4312: $? = 0 >| configure:4301: clang -m32 -mfpmath=sse -v >&5 >| clang version 20.0.0git8af4d206 >| Target: i386-pc-linux-gnu >| Thread model: posix >| InstalledDir: /usr/lib/llvm/20/bin >| Build config: +assertions >| Configuration file: /etc/clang/i386-pc-linux-gnu-clang.cfg >| System configuration file directory: /etc/clang >| User configuration file directory: /var/tmp/portage/sys-apps/sandbox-2.42/homedir/.config/clang >| Selected GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/15 >| Candidate multilib: .;@m32 >| ... rest of stderr output deleted ... >| configure:4312: $? = 1 >| configure:4301: clang -m32 -mfpmath=sse -V >&5 >| clang: error: argument to '-V' is missing (expected 1 value) >| clang: error: no input files >| configure:4312: $? = 1 >| configure:4301: clang -m32 -mfpmath=sse -qversion >&5 >| clang: error: unknown argument '-qversion'; did you mean '--version'? >| clang: error: no input files >| configure:4312: $? = 1 >| configure:4301: clang -m32 -mfpmath=sse -version >&5 >| clang: error: unknown argument '-version'; did you mean '--version'? >| clang: error: no input files >| configure:4312: $? = 1 >| configure:4332: checking whether the C compiler works >| configure:4354: clang -m32 -mfpmath=sse -O2 -Wformat -Werror=format-security -Wl,-O1 conftest.c >&5 >| configure:4358: $? = 0 >| configure:4409: result: yes >| configure:4413: checking for C compiler default output file name >| configure:4415: result: a.out >| configure:4421: checking for suffix of executables >| configure:4428: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -Wl,-O1 conftest.c >&5 >| configure:4432: $? = 0 >| configure:4456: result: >| configure:4480: checking whether we are cross compiling >| configure:4488: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -Wl,-O1 conftest.c >&5 >| configure:4492: $? = 0 >| configure:4499: ./conftest >| configure:4503: $? = 0 >| configure:4518: result: no >| configure:4524: checking for suffix of object files >| configure:4547: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:4551: $? = 0 >| configure:4575: result: o >| configure:4579: checking whether the compiler supports GNU C >| configure:4599: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:4599: $? = 0 >| configure:4611: result: yes >| configure:4622: checking whether clang -m32 -mfpmath=sse accepts -g >| configure:4643: clang -m32 -mfpmath=sse -c -g conftest.c >&5 >| configure:4643: $? = 0 >| configure:4690: result: yes >| configure:4710: checking for clang -m32 -mfpmath=sse option to enable C11 features >| configure:4725: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:4725: $? = 0 >| configure:4744: result: none needed >| configure:4868: checking whether clang -m32 -mfpmath=sse understands -c and -o together >| configure:4891: clang -m32 -mfpmath=sse -c conftest.c -o conftest2.o >| configure:4894: $? = 0 >| configure:4891: clang -m32 -mfpmath=sse -c conftest.c -o conftest2.o >| configure:4894: $? = 0 >| configure:4907: result: yes >| configure:4927: checking whether make supports the include directive >| configure:4942: make -f confmf.GNU && cat confinc.out >| this is the am__doit target >| configure:4945: $? = 0 >| configure:4964: result: yes (GNU style) >| configure:4990: checking dependency style of clang -m32 -mfpmath=sse >| configure:5103: result: none >| configure:5120: checking for library containing strerror >| configure:5156: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -Wl,-O1 conftest.c >&5 >| conftest.c:22:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration] >| 22 | char strerror (void); >| | ^ >| conftest.c:22:6: note: 'strerror' is a builtin with type 'char *(int)' >| 1 warning generated. >| configure:5156: $? = 0 >| configure:5178: result: none required >| configure:5191: checking for stdio.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for stdlib.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for string.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for inttypes.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for stdint.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for strings.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for sys/stat.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for sys/types.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for unistd.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for wchar.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for minix/config.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| conftest.c:50:10: fatal error: 'minix/config.h' file not found >| 50 | #include <minix/config.h> >| | ^~~~~~~~~~~~~~~~ >| 1 error generated. >| configure:5191: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "sandbox" >| | #define PACKAGE_TARNAME "sandbox" >| | #define PACKAGE_VERSION "2.42" >| | #define PACKAGE_STRING "sandbox 2.42" >| | #define PACKAGE_BUGREPORT "sandbox@gentoo.org" >| | #define PACKAGE_URL "" >| | #define PACKAGE "sandbox" >| | #define VERSION "2.42" >| | #define SANDBOX_CONFIGURE_OPTS "--prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/sandbox-2.42 --htmldir=/usr/share/doc/sandbox-2.42/html --with-sysroot=/ --libdir=/usr/lib build_alias=i686-pc-linux-gnu host_alias=i686-pc-linux-gnu 'CC=clang -m32 -mfpmath=sse' 'CFLAGS=-O2 -Wformat -Werror=format-security' LDFLAGS=-Wl,-O1 CPPFLAGS=" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 1 >| | #define HAVE_UNISTD_H 1 >| | #define HAVE_WCHAR_H 1 >| | /* end confdefs.h. */ >| | #include <stddef.h> >| | #ifdef HAVE_STDIO_H >| | # include <stdio.h> >| | #endif >| | #ifdef HAVE_STDLIB_H >| | # include <stdlib.h> >| | #endif >| | #ifdef HAVE_STRING_H >| | # include <string.h> >| | #endif >| | #ifdef HAVE_INTTYPES_H >| | # include <inttypes.h> >| | #endif >| | #ifdef HAVE_STDINT_H >| | # include <stdint.h> >| | #endif >| | #ifdef HAVE_STRINGS_H >| | # include <strings.h> >| | #endif >| | #ifdef HAVE_SYS_TYPES_H >| | # include <sys/types.h> >| | #endif >| | #ifdef HAVE_SYS_STAT_H >| | # include <sys/stat.h> >| | #endif >| | #ifdef HAVE_UNISTD_H >| | # include <unistd.h> >| | #endif >| | #include <minix/config.h> >| configure:5191: result: no >| configure:5191: checking for dirent.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for dlfcn.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for elf.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for errno.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for execinfo.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for fcntl.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for getopt.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for grp.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for libgen.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for limits.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for memory.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for pthread.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for pwd.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for sched.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for siginfo.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| conftest.c:64:10: fatal error: 'siginfo.h' file not found >| 64 | #include <siginfo.h> >| | ^~~~~~~~~~~ >| 1 error generated. >| configure:5191: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "sandbox" >| | #define PACKAGE_TARNAME "sandbox" >| | #define PACKAGE_VERSION "2.42" >| | #define PACKAGE_STRING "sandbox 2.42" >| | #define PACKAGE_BUGREPORT "sandbox@gentoo.org" >| | #define PACKAGE_URL "" >| | #define PACKAGE "sandbox" >| | #define VERSION "2.42" >| | #define SANDBOX_CONFIGURE_OPTS "--prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/sandbox-2.42 --htmldir=/usr/share/doc/sandbox-2.42/html --with-sysroot=/ --libdir=/usr/lib build_alias=i686-pc-linux-gnu host_alias=i686-pc-linux-gnu 'CC=clang -m32 -mfpmath=sse' 'CFLAGS=-O2 -Wformat -Werror=format-security' LDFLAGS=-Wl,-O1 CPPFLAGS=" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 1 >| | #define HAVE_UNISTD_H 1 >| | #define HAVE_WCHAR_H 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_DLFCN_H 1 >| | #define HAVE_ELF_H 1 >| | #define HAVE_ERRNO_H 1 >| | #define HAVE_EXECINFO_H 1 >| | #define HAVE_FCNTL_H 1 >| | #define HAVE_GETOPT_H 1 >| | #define HAVE_GRP_H 1 >| | #define HAVE_LIBGEN_H 1 >| | #define HAVE_LIMITS_H 1 >| | #define HAVE_MEMORY_H 1 >| | #define HAVE_PTHREAD_H 1 >| | #define HAVE_PWD_H 1 >| | #define HAVE_SCHED_H 1 >| | /* end confdefs.h. */ >| | #include <stddef.h> >| | #ifdef HAVE_STDIO_H >| | # include <stdio.h> >| | #endif >| | #ifdef HAVE_STDLIB_H >| | # include <stdlib.h> >| | #endif >| | #ifdef HAVE_STRING_H >| | # include <string.h> >| | #endif >| | #ifdef HAVE_INTTYPES_H >| | # include <inttypes.h> >| | #endif >| | #ifdef HAVE_STDINT_H >| | # include <stdint.h> >| | #endif >| | #ifdef HAVE_STRINGS_H >| | # include <strings.h> >| | #endif >| | #ifdef HAVE_SYS_TYPES_H >| | # include <sys/types.h> >| | #endif >| | #ifdef HAVE_SYS_STAT_H >| | # include <sys/stat.h> >| | #endif >| | #ifdef HAVE_UNISTD_H >| | # include <unistd.h> >| | #endif >| | #include <siginfo.h> >| configure:5191: result: no >| configure:5191: checking for signal.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for sigsegv.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| conftest.c:65:10: fatal error: 'sigsegv.h' file not found >| 65 | #include <sigsegv.h> >| | ^~~~~~~~~~~ >| 1 error generated. >| configure:5191: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "sandbox" >| | #define PACKAGE_TARNAME "sandbox" >| | #define PACKAGE_VERSION "2.42" >| | #define PACKAGE_STRING "sandbox 2.42" >| | #define PACKAGE_BUGREPORT "sandbox@gentoo.org" >| | #define PACKAGE_URL "" >| | #define PACKAGE "sandbox" >| | #define VERSION "2.42" >| | #define SANDBOX_CONFIGURE_OPTS "--prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/sandbox-2.42 --htmldir=/usr/share/doc/sandbox-2.42/html --with-sysroot=/ --libdir=/usr/lib build_alias=i686-pc-linux-gnu host_alias=i686-pc-linux-gnu 'CC=clang -m32 -mfpmath=sse' 'CFLAGS=-O2 -Wformat -Werror=format-security' LDFLAGS=-Wl,-O1 CPPFLAGS=" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 1 >| | #define HAVE_UNISTD_H 1 >| | #define HAVE_WCHAR_H 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_DLFCN_H 1 >| | #define HAVE_ELF_H 1 >| | #define HAVE_ERRNO_H 1 >| | #define HAVE_EXECINFO_H 1 >| | #define HAVE_FCNTL_H 1 >| | #define HAVE_GETOPT_H 1 >| | #define HAVE_GRP_H 1 >| | #define HAVE_LIBGEN_H 1 >| | #define HAVE_LIMITS_H 1 >| | #define HAVE_MEMORY_H 1 >| | #define HAVE_PTHREAD_H 1 >| | #define HAVE_PWD_H 1 >| | #define HAVE_SCHED_H 1 >| | #define HAVE_SIGNAL_H 1 >| | /* end confdefs.h. */ >| | #include <stddef.h> >| | #ifdef HAVE_STDIO_H >| | # include <stdio.h> >| | #endif >| | #ifdef HAVE_STDLIB_H >| | # include <stdlib.h> >| | #endif >| | #ifdef HAVE_STRING_H >| | # include <string.h> >| | #endif >| | #ifdef HAVE_INTTYPES_H >| | # include <inttypes.h> >| | #endif >| | #ifdef HAVE_STDINT_H >| | # include <stdint.h> >| | #endif >| | #ifdef HAVE_STRINGS_H >| | # include <strings.h> >| | #endif >| | #ifdef HAVE_SYS_TYPES_H >| | # include <sys/types.h> >| | #endif >| | #ifdef HAVE_SYS_STAT_H >| | # include <sys/stat.h> >| | #endif >| | #ifdef HAVE_UNISTD_H >| | # include <unistd.h> >| | #endif >| | #include <sigsegv.h> >| configure:5191: result: no >| configure:5191: checking for stdarg.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for stdbool.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for stddef.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for syscall.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for utime.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for sys/file.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for sys/ioctl.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for sys/mman.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for sys/mount.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for sys/param.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for sys/prctl.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for sys/ptrace.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for sys/reg.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for sys/socket.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for sys/syscall.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for sys/time.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for sys/uio.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for sys/user.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for sys/wait.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for sys/xattr.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for asm/ptrace.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for linux/ptrace.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5191: $? = 0 >| configure:5191: result: yes >| configure:5191: checking for vfork.h >| configure:5191: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| conftest.c:87:10: fatal error: 'vfork.h' file not found >| 87 | #include <vfork.h> >| | ^~~~~~~~~ >| 1 error generated. >| configure:5191: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "sandbox" >| | #define PACKAGE_TARNAME "sandbox" >| | #define PACKAGE_VERSION "2.42" >| | #define PACKAGE_STRING "sandbox 2.42" >| | #define PACKAGE_BUGREPORT "sandbox@gentoo.org" >| | #define PACKAGE_URL "" >| | #define PACKAGE "sandbox" >| | #define VERSION "2.42" >| | #define SANDBOX_CONFIGURE_OPTS "--prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/sandbox-2.42 --htmldir=/usr/share/doc/sandbox-2.42/html --with-sysroot=/ --libdir=/usr/lib build_alias=i686-pc-linux-gnu host_alias=i686-pc-linux-gnu 'CC=clang -m32 -mfpmath=sse' 'CFLAGS=-O2 -Wformat -Werror=format-security' LDFLAGS=-Wl,-O1 CPPFLAGS=" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 1 >| | #define HAVE_UNISTD_H 1 >| | #define HAVE_WCHAR_H 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_DLFCN_H 1 >| | #define HAVE_ELF_H 1 >| | #define HAVE_ERRNO_H 1 >| | #define HAVE_EXECINFO_H 1 >| | #define HAVE_FCNTL_H 1 >| | #define HAVE_GETOPT_H 1 >| | #define HAVE_GRP_H 1 >| | #define HAVE_LIBGEN_H 1 >| | #define HAVE_LIMITS_H 1 >| | #define HAVE_MEMORY_H 1 >| | #define HAVE_PTHREAD_H 1 >| | #define HAVE_PWD_H 1 >| | #define HAVE_SCHED_H 1 >| | #define HAVE_SIGNAL_H 1 >| | #define HAVE_STDARG_H 1 >| | #define HAVE_STDBOOL_H 1 >| | #define HAVE_STDDEF_H 1 >| | #define HAVE_SYSCALL_H 1 >| | #define HAVE_UTIME_H 1 >| | #define HAVE_SYS_FILE_H 1 >| | #define HAVE_SYS_IOCTL_H 1 >| | #define HAVE_SYS_MMAN_H 1 >| | #define HAVE_SYS_MOUNT_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define HAVE_SYS_PRCTL_H 1 >| | #define HAVE_SYS_PTRACE_H 1 >| | #define HAVE_SYS_REG_H 1 >| | #define HAVE_SYS_SOCKET_H 1 >| | #define HAVE_SYS_SYSCALL_H 1 >| | #define HAVE_SYS_TIME_H 1 >| | #define HAVE_SYS_UIO_H 1 >| | #define HAVE_SYS_USER_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_SYS_XATTR_H 1 >| | #define HAVE_ASM_PTRACE_H 1 >| | #define HAVE_LINUX_PTRACE_H 1 >| | /* end confdefs.h. */ >| | #include <stddef.h> >| | #ifdef HAVE_STDIO_H >| | # include <stdio.h> >| | #endif >| | #ifdef HAVE_STDLIB_H >| | # include <stdlib.h> >| | #endif >| | #ifdef HAVE_STRING_H >| | # include <string.h> >| | #endif >| | #ifdef HAVE_INTTYPES_H >| | # include <inttypes.h> >| | #endif >| | #ifdef HAVE_STDINT_H >| | # include <stdint.h> >| | #endif >| | #ifdef HAVE_STRINGS_H >| | # include <strings.h> >| | #endif >| | #ifdef HAVE_SYS_TYPES_H >| | # include <sys/types.h> >| | #endif >| | #ifdef HAVE_SYS_STAT_H >| | # include <sys/stat.h> >| | #endif >| | #ifdef HAVE_UNISTD_H >| | # include <unistd.h> >| | #endif >| | #include <vfork.h> >| configure:5191: result: no >| configure:5222: checking whether it is safe to define __EXTENSIONS__ >| configure:5241: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5241: $? = 0 >| configure:5251: result: yes >| configure:5254: checking whether _XOPEN_SOURCE should be defined >| configure:5276: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security conftest.c >&5 >| configure:5276: $? = 0 >| configure:5305: result: no >| configure:5372: checking for i686-pc-linux-gnu-ar >| configure:5405: result: x86_64-pc-linux-gnu-ar >| configure:5482: checking the archiver (x86_64-pc-linux-gnu-ar) interface >| configure:5499: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| configure:5499: $? = 0 >| configure:5502: x86_64-pc-linux-gnu-ar cr libconftest.a conftest.o >&5 >| configure:5505: $? = 0 >| configure:5534: result: ar >| configure:5555: checking whether make sets $(MAKE) >| configure:5579: result: yes >| configure:5592: checking for gawk >| configure:5625: result: gawk >| configure:5636: checking for grep that handles long lines and -e >| configure:5702: result: /usr/bin/grep >| configure:5707: checking for egrep >| configure:5777: result: /usr/bin/grep -E >| configure:5789: checking for i686-pc-linux-gnu-readelf >| configure:5822: result: x86_64-pc-linux-gnu-readelf >| configure:5932: checking build system type >| configure:5948: result: i686-pc-linux-gnu >| configure:5968: checking host system type >| configure:5983: result: i686-pc-linux-gnu >| configure:6024: checking how to print strings >| configure:6051: result: printf >| configure:6072: checking for a sed that does not truncate output >| configure:6144: result: /usr/bin/sed >| configure:6162: checking for fgrep >| configure:6232: result: /usr/bin/grep -F >| configure:6269: checking for ld used by clang -m32 -mfpmath=sse >| configure:6338: result: x86_64-pc-linux-gnu-ld -m elf_i386 >| configure:6345: checking if the linker (x86_64-pc-linux-gnu-ld -m elf_i386) is GNU ld >| configure:6362: result: yes >| configure:6374: checking for BSD- or MS-compatible name lister (nm) >| configure:6430: result: x86_64-pc-linux-gnu-nm >| configure:6572: checking the name lister (x86_64-pc-linux-gnu-nm) interface >| configure:6580: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| configure:6583: x86_64-pc-linux-gnu-nm "conftest.o" >| configure:6586: output >| 00000000 B some_variable >| configure:6594: result: BSD nm >| configure:6597: checking whether ln -s works >| configure:6601: result: yes >| configure:6609: checking the maximum length of command line arguments >| configure:6742: result: 1572864 >| configure:6790: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format >| configure:6832: result: func_convert_file_noop >| configure:6839: checking how to convert i686-pc-linux-gnu file names to toolchain format >| configure:6861: result: func_convert_file_noop >| configure:6868: checking for x86_64-pc-linux-gnu-ld -m elf_i386 option to reload object files >| configure:6877: result: -r >| configure:6910: checking for file >| configure:6931: found /usr/bin/file >| configure:6944: result: file >| configure:6961: checking for i686-pc-linux-gnu-objdump >| configure:6994: result: x86_64-pc-linux-gnu-objdump >| configure:7072: checking how to recognize dependent libraries >| configure:7281: result: pass_all >| configure:7326: checking for i686-pc-linux-gnu-dlltool >| configure:7362: result: no >| configure:7372: checking for dlltool >| configure:7393: found /usr/bin/dlltool >| configure:7405: result: dlltool >| configure:7438: checking how to associate runtime and link libraries >| configure:7467: result: printf %s\n >| configure:7481: checking for i686-pc-linux-gnu-ranlib >| configure:7514: result: x86_64-pc-linux-gnu-ranlib >| configure:7587: checking for i686-pc-linux-gnu-ar >| configure:7620: result: x86_64-pc-linux-gnu-ar >| configure:7723: checking for archiver @FILE support >| configure:7741: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| configure:7741: $? = 0 >| configure:7745: x86_64-pc-linux-gnu-ar cr libconftest.a @conftest.lst >&5 >| configure:7748: $? = 0 >| configure:7753: x86_64-pc-linux-gnu-ar cr libconftest.a @conftest.lst >&5 >| x86_64-pc-linux-gnu-ar: conftest.o: No such file or directory >| configure:7756: $? = 1 >| configure:7769: result: @ >| configure:7787: checking for i686-pc-linux-gnu-strip >| configure:7820: result: x86_64-pc-linux-gnu-strip >| configure:7969: checking command to parse x86_64-pc-linux-gnu-nm output from clang -m32 -mfpmath=sse object >| configure:8123: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| configure:8126: $? = 0 >| configure:8130: x86_64-pc-linux-gnu-nm conftest.o | /usr/bin/sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /usr/bin/sed '/ __gnu_lto/d' > conftest.nm >| configure:8196: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c conftstm.o >&5 >| configure:8199: $? = 0 >| configure:8238: result: ok >| configure:8285: checking for sysroot >| configure:8319: result: / >| configure:8326: checking for a working dd >| configure:8371: result: /usr/bin/dd >| configure:8375: checking how to truncate binary pipes >| configure:8392: result: /usr/bin/dd bs=4096 count=1 >| configure:8686: checking for i686-pc-linux-gnu-mt >| configure:8722: result: no >| configure:8732: checking for mt >| configure:8768: result: no >| configure:8788: checking if : is a manifest tool >| configure:8795: : '-?' >| configure:8804: result: no >| configure:9597: checking for dlfcn.h >| configure:9597: result: yes >| configure:9899: checking for objdir >| configure:9916: result: .libs >| configure:10182: checking if clang -m32 -mfpmath=sse supports -fno-rtti -fno-exceptions >| configure:10201: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-rtti -fno-exceptions conftest.c >&5 >| configure:10205: $? = 0 >| configure:10219: result: yes >| configure:10592: checking for clang -m32 -mfpmath=sse option to produce PIC >| configure:10601: result: -fPIC -DPIC >| configure:10609: checking if clang -m32 -mfpmath=sse PIC flag -fPIC -DPIC works >| configure:10628: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fPIC -DPIC -DPIC conftest.c >&5 >| configure:10632: $? = 0 >| configure:10646: result: yes >| configure:10675: checking if clang -m32 -mfpmath=sse static flag -static works >| configure:10705: result: yes >| configure:10720: checking if clang -m32 -mfpmath=sse supports -c -o file.o >| configure:10742: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -o out/conftest2.o conftest.c >&5 >| configure:10746: $? = 0 >| configure:10769: result: yes >| configure:10777: checking if clang -m32 -mfpmath=sse supports -c -o file.o >| configure:10826: result: yes >| configure:10859: checking whether the clang -m32 -mfpmath=sse linker (x86_64-pc-linux-gnu-ld -m elf_i386) supports shared libraries >| configure:12143: result: yes >| configure:12180: checking whether -lc should be explicitly linked in >| configure:12189: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| configure:12192: $? = 0 >| configure:12207: clang -m32 -mfpmath=sse -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 >| configure:12210: $? = 0 >| configure:12225: result: no >| configure:12385: checking dynamic linker characteristics >| configure:13017: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,-rpath -Wl,/foo conftest.c >&5 >| configure:13017: $? = 0 >| configure:13782: result: GNU/Linux ld.so >| configure:13904: checking how to hardcode library paths into programs >| configure:13929: result: immediate >| configure:14529: checking whether stripping libraries is possible >| configure:14538: result: yes >| configure:14580: checking if libtool supports shared libraries >| configure:14582: result: yes >| configure:14585: checking whether to build shared libraries >| configure:14610: result: yes >| configure:14613: checking whether to build static libraries >| configure:14617: result: no >| configure:14657: checking for multiple personalities >| configure:14668: result: auto >| configure:14677: checking checking for x86_64/-m64 compiler support >| configure:14696: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -m64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| configure:14696: $? = 0 >| configure:14702: result: yes >| configure:14718: checking checking for x86/-m32 compiler support >| configure:14737: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -m32 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| configure:14737: $? = 0 >| configure:14743: result: yes >| configure:14759: checking checking for x32/-mx32 compiler support >| configure:14778: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -mx32 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| In file included from conftest.c:82: >| In file included from /usr/include/stdio.h:28: >| In file included from /usr/include/bits/libc-header-start.h:33: >| In file included from /usr/include/features.h:548: >| /usr/include/gnu/stubs.h:13:11: fatal error: 'gnu/stubs-x32.h' file not found >| 13 | # include <gnu/stubs-x32.h> >| | ^~~~~~~~~~~~~~~~~ >| 1 error generated. >| configure:14778: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "sandbox" >| | #define PACKAGE_TARNAME "sandbox" >| | #define PACKAGE_VERSION "2.42" >| | #define PACKAGE_STRING "sandbox 2.42" >| | #define PACKAGE_BUGREPORT "sandbox@gentoo.org" >| | #define PACKAGE_URL "" >| | #define PACKAGE "sandbox" >| | #define VERSION "2.42" >| | #define SANDBOX_CONFIGURE_OPTS "--prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/sandbox-2.42 --htmldir=/usr/share/doc/sandbox-2.42/html --with-sysroot=/ --libdir=/usr/lib build_alias=i686-pc-linux-gnu host_alias=i686-pc-linux-gnu 'CC=clang -m32 -mfpmath=sse' 'CFLAGS=-O2 -Wformat -Werror=format-security' LDFLAGS=-Wl,-O1 CPPFLAGS=" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 1 >| | #define HAVE_UNISTD_H 1 >| | #define HAVE_WCHAR_H 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_DLFCN_H 1 >| | #define HAVE_ELF_H 1 >| | #define HAVE_ERRNO_H 1 >| | #define HAVE_EXECINFO_H 1 >| | #define HAVE_FCNTL_H 1 >| | #define HAVE_GETOPT_H 1 >| | #define HAVE_GRP_H 1 >| | #define HAVE_LIBGEN_H 1 >| | #define HAVE_LIMITS_H 1 >| | #define HAVE_MEMORY_H 1 >| | #define HAVE_PTHREAD_H 1 >| | #define HAVE_PWD_H 1 >| | #define HAVE_SCHED_H 1 >| | #define HAVE_SIGNAL_H 1 >| | #define HAVE_STDARG_H 1 >| | #define HAVE_STDBOOL_H 1 >| | #define HAVE_STDDEF_H 1 >| | #define HAVE_SYSCALL_H 1 >| | #define HAVE_UTIME_H 1 >| | #define HAVE_SYS_FILE_H 1 >| | #define HAVE_SYS_IOCTL_H 1 >| | #define HAVE_SYS_MMAN_H 1 >| | #define HAVE_SYS_MOUNT_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define HAVE_SYS_PRCTL_H 1 >| | #define HAVE_SYS_PTRACE_H 1 >| | #define HAVE_SYS_REG_H 1 >| | #define HAVE_SYS_SOCKET_H 1 >| | #define HAVE_SYS_SYSCALL_H 1 >| | #define HAVE_SYS_TIME_H 1 >| | #define HAVE_SYS_UIO_H 1 >| | #define HAVE_SYS_USER_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_SYS_XATTR_H 1 >| | #define HAVE_ASM_PTRACE_H 1 >| | #define HAVE_LINUX_PTRACE_H 1 >| | #define STDC_HEADERS 1 >| | #define _ALL_SOURCE 1 >| | #define _DARWIN_C_SOURCE 1 >| | #define _GNU_SOURCE 1 >| | #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| | #define _NETBSD_SOURCE 1 >| | #define _OPENBSD_SOURCE 1 >| | #define _POSIX_PTHREAD_SEMANTICS 1 >| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| | #define __STDC_WANT_LIB_EXT2__ 1 >| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| | #define _TANDEM_SOURCE 1 >| | #define __EXTENSIONS__ 1 >| | #define HAVE_DLFCN_H 1 >| | #define LT_OBJDIR ".libs/" >| | #define SB_PERSONALITIES_x86_64 1 >| | #define SB_PERSONALITIES_x86 1 >| | /* end confdefs.h. */ >| | >| | #include <stdio.h> >| | >| | int >| | main (void) >| | { >| | >| | return 0 >| | >| | ; >| | return 0; >| | } >| configure:14792: result: no >| configure:14990: checking for size_t >| configure:14990: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| configure:14990: $? = 0 >| configure:14990: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| conftest.c:113:21: error: expected expression >| 113 | if (sizeof ((size_t))) >| | ^ >| 1 error generated. >| configure:14990: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "sandbox" >| | #define PACKAGE_TARNAME "sandbox" >| | #define PACKAGE_VERSION "2.42" >| | #define PACKAGE_STRING "sandbox 2.42" >| | #define PACKAGE_BUGREPORT "sandbox@gentoo.org" >| | #define PACKAGE_URL "" >| | #define PACKAGE "sandbox" >| | #define VERSION "2.42" >| | #define SANDBOX_CONFIGURE_OPTS "--prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/sandbox-2.42 --htmldir=/usr/share/doc/sandbox-2.42/html --with-sysroot=/ --libdir=/usr/lib build_alias=i686-pc-linux-gnu host_alias=i686-pc-linux-gnu 'CC=clang -m32 -mfpmath=sse' 'CFLAGS=-O2 -Wformat -Werror=format-security' LDFLAGS=-Wl,-O1 CPPFLAGS=" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 1 >| | #define HAVE_UNISTD_H 1 >| | #define HAVE_WCHAR_H 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_DLFCN_H 1 >| | #define HAVE_ELF_H 1 >| | #define HAVE_ERRNO_H 1 >| | #define HAVE_EXECINFO_H 1 >| | #define HAVE_FCNTL_H 1 >| | #define HAVE_GETOPT_H 1 >| | #define HAVE_GRP_H 1 >| | #define HAVE_LIBGEN_H 1 >| | #define HAVE_LIMITS_H 1 >| | #define HAVE_MEMORY_H 1 >| | #define HAVE_PTHREAD_H 1 >| | #define HAVE_PWD_H 1 >| | #define HAVE_SCHED_H 1 >| | #define HAVE_SIGNAL_H 1 >| | #define HAVE_STDARG_H 1 >| | #define HAVE_STDBOOL_H 1 >| | #define HAVE_STDDEF_H 1 >| | #define HAVE_SYSCALL_H 1 >| | #define HAVE_UTIME_H 1 >| | #define HAVE_SYS_FILE_H 1 >| | #define HAVE_SYS_IOCTL_H 1 >| | #define HAVE_SYS_MMAN_H 1 >| | #define HAVE_SYS_MOUNT_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define HAVE_SYS_PRCTL_H 1 >| | #define HAVE_SYS_PTRACE_H 1 >| | #define HAVE_SYS_REG_H 1 >| | #define HAVE_SYS_SOCKET_H 1 >| | #define HAVE_SYS_SYSCALL_H 1 >| | #define HAVE_SYS_TIME_H 1 >| | #define HAVE_SYS_UIO_H 1 >| | #define HAVE_SYS_USER_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_SYS_XATTR_H 1 >| | #define HAVE_ASM_PTRACE_H 1 >| | #define HAVE_LINUX_PTRACE_H 1 >| | #define STDC_HEADERS 1 >| | #define _ALL_SOURCE 1 >| | #define _DARWIN_C_SOURCE 1 >| | #define _GNU_SOURCE 1 >| | #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| | #define _NETBSD_SOURCE 1 >| | #define _OPENBSD_SOURCE 1 >| | #define _POSIX_PTHREAD_SEMANTICS 1 >| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| | #define __STDC_WANT_LIB_EXT2__ 1 >| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| | #define _TANDEM_SOURCE 1 >| | #define __EXTENSIONS__ 1 >| | #define HAVE_DLFCN_H 1 >| | #define LT_OBJDIR ".libs/" >| | #define SB_PERSONALITIES_x86_64 1 >| | #define SB_PERSONALITIES_x86 1 >| | #define SB_PERSONALITIES "x86_64:-m64 x86:-m32" >| | /* end confdefs.h. */ >| | #include <stddef.h> >| | #ifdef HAVE_STDIO_H >| | # include <stdio.h> >| | #endif >| | #ifdef HAVE_STDLIB_H >| | # include <stdlib.h> >| | #endif >| | #ifdef HAVE_STRING_H >| | # include <string.h> >| | #endif >| | #ifdef HAVE_INTTYPES_H >| | # include <inttypes.h> >| | #endif >| | #ifdef HAVE_STDINT_H >| | # include <stdint.h> >| | #endif >| | #ifdef HAVE_STRINGS_H >| | # include <strings.h> >| | #endif >| | #ifdef HAVE_SYS_TYPES_H >| | # include <sys/types.h> >| | #endif >| | #ifdef HAVE_SYS_STAT_H >| | # include <sys/stat.h> >| | #endif >| | #ifdef HAVE_UNISTD_H >| | # include <unistd.h> >| | #endif >| | int >| | main (void) >| | { >| | if (sizeof ((size_t))) >| | return 0; >| | ; >| | return 0; >| | } >| configure:14990: result: yes >| configure:15003: checking for working alloca.h >| configure:15021: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15021: $? = 0 >| configure:15032: result: yes >| configure:15040: checking for alloca >| configure:15085: result: yes >| configure:15157: checking for dirent.h that defines DIR >| configure:15177: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| configure:15177: $? = 0 >| configure:15188: result: yes >| configure:15202: checking for library containing opendir >| configure:15238: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15238: $? = 0 >| configure:15260: result: none required >| configure:15342: checking for egrep >| configure:15412: result: /usr/bin/grep -E >| configure:15420: checking for sys/wait.h that is POSIX.1 compatible >| configure:15457: result: yes >| configure:15506: checking for an ANSI C-conforming const >| configure:15573: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| configure:15573: $? = 0 >| configure:15583: result: yes >| configure:15591: checking for uid_t >| configure:15591: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| configure:15591: $? = 0 >| configure:15591: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| conftest.c:117:20: error: expected expression >| 117 | if (sizeof ((uid_t))) >| | ^ >| 1 error generated. >| configure:15591: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "sandbox" >| | #define PACKAGE_TARNAME "sandbox" >| | #define PACKAGE_VERSION "2.42" >| | #define PACKAGE_STRING "sandbox 2.42" >| | #define PACKAGE_BUGREPORT "sandbox@gentoo.org" >| | #define PACKAGE_URL "" >| | #define PACKAGE "sandbox" >| | #define VERSION "2.42" >| | #define SANDBOX_CONFIGURE_OPTS "--prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/sandbox-2.42 --htmldir=/usr/share/doc/sandbox-2.42/html --with-sysroot=/ --libdir=/usr/lib build_alias=i686-pc-linux-gnu host_alias=i686-pc-linux-gnu 'CC=clang -m32 -mfpmath=sse' 'CFLAGS=-O2 -Wformat -Werror=format-security' LDFLAGS=-Wl,-O1 CPPFLAGS=" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 1 >| | #define HAVE_UNISTD_H 1 >| | #define HAVE_WCHAR_H 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_DLFCN_H 1 >| | #define HAVE_ELF_H 1 >| | #define HAVE_ERRNO_H 1 >| | #define HAVE_EXECINFO_H 1 >| | #define HAVE_FCNTL_H 1 >| | #define HAVE_GETOPT_H 1 >| | #define HAVE_GRP_H 1 >| | #define HAVE_LIBGEN_H 1 >| | #define HAVE_LIMITS_H 1 >| | #define HAVE_MEMORY_H 1 >| | #define HAVE_PTHREAD_H 1 >| | #define HAVE_PWD_H 1 >| | #define HAVE_SCHED_H 1 >| | #define HAVE_SIGNAL_H 1 >| | #define HAVE_STDARG_H 1 >| | #define HAVE_STDBOOL_H 1 >| | #define HAVE_STDDEF_H 1 >| | #define HAVE_SYSCALL_H 1 >| | #define HAVE_UTIME_H 1 >| | #define HAVE_SYS_FILE_H 1 >| | #define HAVE_SYS_IOCTL_H 1 >| | #define HAVE_SYS_MMAN_H 1 >| | #define HAVE_SYS_MOUNT_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define HAVE_SYS_PRCTL_H 1 >| | #define HAVE_SYS_PTRACE_H 1 >| | #define HAVE_SYS_REG_H 1 >| | #define HAVE_SYS_SOCKET_H 1 >| | #define HAVE_SYS_SYSCALL_H 1 >| | #define HAVE_SYS_TIME_H 1 >| | #define HAVE_SYS_UIO_H 1 >| | #define HAVE_SYS_USER_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_SYS_XATTR_H 1 >| | #define HAVE_ASM_PTRACE_H 1 >| | #define HAVE_LINUX_PTRACE_H 1 >| | #define STDC_HEADERS 1 >| | #define _ALL_SOURCE 1 >| | #define _DARWIN_C_SOURCE 1 >| | #define _GNU_SOURCE 1 >| | #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| | #define _NETBSD_SOURCE 1 >| | #define _OPENBSD_SOURCE 1 >| | #define _POSIX_PTHREAD_SEMANTICS 1 >| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| | #define __STDC_WANT_LIB_EXT2__ 1 >| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| | #define _TANDEM_SOURCE 1 >| | #define __EXTENSIONS__ 1 >| | #define HAVE_DLFCN_H 1 >| | #define LT_OBJDIR ".libs/" >| | #define SB_PERSONALITIES_x86_64 1 >| | #define SB_PERSONALITIES_x86 1 >| | #define SB_PERSONALITIES "x86_64:-m64 x86:-m32" >| | #define HAVE_ALLOCA_H 1 >| | #define HAVE_ALLOCA 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | /* end confdefs.h. */ >| | #include <stddef.h> >| | #ifdef HAVE_STDIO_H >| | # include <stdio.h> >| | #endif >| | #ifdef HAVE_STDLIB_H >| | # include <stdlib.h> >| | #endif >| | #ifdef HAVE_STRING_H >| | # include <string.h> >| | #endif >| | #ifdef HAVE_INTTYPES_H >| | # include <inttypes.h> >| | #endif >| | #ifdef HAVE_STDINT_H >| | # include <stdint.h> >| | #endif >| | #ifdef HAVE_STRINGS_H >| | # include <strings.h> >| | #endif >| | #ifdef HAVE_SYS_TYPES_H >| | # include <sys/types.h> >| | #endif >| | #ifdef HAVE_SYS_STAT_H >| | # include <sys/stat.h> >| | #endif >| | #ifdef HAVE_UNISTD_H >| | # include <unistd.h> >| | #endif >| | int >| | main (void) >| | { >| | if (sizeof ((uid_t))) >| | return 0; >| | ; >| | return 0; >| | } >| configure:15591: result: yes >| configure:15602: checking for gid_t >| configure:15602: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| configure:15602: $? = 0 >| configure:15602: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| conftest.c:117:20: error: expected expression >| 117 | if (sizeof ((gid_t))) >| | ^ >| 1 error generated. >| configure:15602: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "sandbox" >| | #define PACKAGE_TARNAME "sandbox" >| | #define PACKAGE_VERSION "2.42" >| | #define PACKAGE_STRING "sandbox 2.42" >| | #define PACKAGE_BUGREPORT "sandbox@gentoo.org" >| | #define PACKAGE_URL "" >| | #define PACKAGE "sandbox" >| | #define VERSION "2.42" >| | #define SANDBOX_CONFIGURE_OPTS "--prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/sandbox-2.42 --htmldir=/usr/share/doc/sandbox-2.42/html --with-sysroot=/ --libdir=/usr/lib build_alias=i686-pc-linux-gnu host_alias=i686-pc-linux-gnu 'CC=clang -m32 -mfpmath=sse' 'CFLAGS=-O2 -Wformat -Werror=format-security' LDFLAGS=-Wl,-O1 CPPFLAGS=" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 1 >| | #define HAVE_UNISTD_H 1 >| | #define HAVE_WCHAR_H 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_DLFCN_H 1 >| | #define HAVE_ELF_H 1 >| | #define HAVE_ERRNO_H 1 >| | #define HAVE_EXECINFO_H 1 >| | #define HAVE_FCNTL_H 1 >| | #define HAVE_GETOPT_H 1 >| | #define HAVE_GRP_H 1 >| | #define HAVE_LIBGEN_H 1 >| | #define HAVE_LIMITS_H 1 >| | #define HAVE_MEMORY_H 1 >| | #define HAVE_PTHREAD_H 1 >| | #define HAVE_PWD_H 1 >| | #define HAVE_SCHED_H 1 >| | #define HAVE_SIGNAL_H 1 >| | #define HAVE_STDARG_H 1 >| | #define HAVE_STDBOOL_H 1 >| | #define HAVE_STDDEF_H 1 >| | #define HAVE_SYSCALL_H 1 >| | #define HAVE_UTIME_H 1 >| | #define HAVE_SYS_FILE_H 1 >| | #define HAVE_SYS_IOCTL_H 1 >| | #define HAVE_SYS_MMAN_H 1 >| | #define HAVE_SYS_MOUNT_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define HAVE_SYS_PRCTL_H 1 >| | #define HAVE_SYS_PTRACE_H 1 >| | #define HAVE_SYS_REG_H 1 >| | #define HAVE_SYS_SOCKET_H 1 >| | #define HAVE_SYS_SYSCALL_H 1 >| | #define HAVE_SYS_TIME_H 1 >| | #define HAVE_SYS_UIO_H 1 >| | #define HAVE_SYS_USER_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_SYS_XATTR_H 1 >| | #define HAVE_ASM_PTRACE_H 1 >| | #define HAVE_LINUX_PTRACE_H 1 >| | #define STDC_HEADERS 1 >| | #define _ALL_SOURCE 1 >| | #define _DARWIN_C_SOURCE 1 >| | #define _GNU_SOURCE 1 >| | #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| | #define _NETBSD_SOURCE 1 >| | #define _OPENBSD_SOURCE 1 >| | #define _POSIX_PTHREAD_SEMANTICS 1 >| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| | #define __STDC_WANT_LIB_EXT2__ 1 >| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| | #define _TANDEM_SOURCE 1 >| | #define __EXTENSIONS__ 1 >| | #define HAVE_DLFCN_H 1 >| | #define LT_OBJDIR ".libs/" >| | #define SB_PERSONALITIES_x86_64 1 >| | #define SB_PERSONALITIES_x86 1 >| | #define SB_PERSONALITIES "x86_64:-m64 x86:-m32" >| | #define HAVE_ALLOCA_H 1 >| | #define HAVE_ALLOCA 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | /* end confdefs.h. */ >| | #include <stddef.h> >| | #ifdef HAVE_STDIO_H >| | # include <stdio.h> >| | #endif >| | #ifdef HAVE_STDLIB_H >| | # include <stdlib.h> >| | #endif >| | #ifdef HAVE_STRING_H >| | # include <string.h> >| | #endif >| | #ifdef HAVE_INTTYPES_H >| | # include <inttypes.h> >| | #endif >| | #ifdef HAVE_STDINT_H >| | # include <stdint.h> >| | #endif >| | #ifdef HAVE_STRINGS_H >| | # include <strings.h> >| | #endif >| | #ifdef HAVE_SYS_TYPES_H >| | # include <sys/types.h> >| | #endif >| | #ifdef HAVE_SYS_STAT_H >| | # include <sys/stat.h> >| | #endif >| | #ifdef HAVE_UNISTD_H >| | # include <unistd.h> >| | #endif >| | int >| | main (void) >| | { >| | if (sizeof ((gid_t))) >| | return 0; >| | ; >| | return 0; >| | } >| configure:15602: result: yes >| configure:15613: checking for mode_t >| configure:15613: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| configure:15613: $? = 0 >| configure:15613: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| conftest.c:117:21: error: expected expression >| 117 | if (sizeof ((mode_t))) >| | ^ >| 1 error generated. >| configure:15613: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "sandbox" >| | #define PACKAGE_TARNAME "sandbox" >| | #define PACKAGE_VERSION "2.42" >| | #define PACKAGE_STRING "sandbox 2.42" >| | #define PACKAGE_BUGREPORT "sandbox@gentoo.org" >| | #define PACKAGE_URL "" >| | #define PACKAGE "sandbox" >| | #define VERSION "2.42" >| | #define SANDBOX_CONFIGURE_OPTS "--prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/sandbox-2.42 --htmldir=/usr/share/doc/sandbox-2.42/html --with-sysroot=/ --libdir=/usr/lib build_alias=i686-pc-linux-gnu host_alias=i686-pc-linux-gnu 'CC=clang -m32 -mfpmath=sse' 'CFLAGS=-O2 -Wformat -Werror=format-security' LDFLAGS=-Wl,-O1 CPPFLAGS=" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 1 >| | #define HAVE_UNISTD_H 1 >| | #define HAVE_WCHAR_H 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_DLFCN_H 1 >| | #define HAVE_ELF_H 1 >| | #define HAVE_ERRNO_H 1 >| | #define HAVE_EXECINFO_H 1 >| | #define HAVE_FCNTL_H 1 >| | #define HAVE_GETOPT_H 1 >| | #define HAVE_GRP_H 1 >| | #define HAVE_LIBGEN_H 1 >| | #define HAVE_LIMITS_H 1 >| | #define HAVE_MEMORY_H 1 >| | #define HAVE_PTHREAD_H 1 >| | #define HAVE_PWD_H 1 >| | #define HAVE_SCHED_H 1 >| | #define HAVE_SIGNAL_H 1 >| | #define HAVE_STDARG_H 1 >| | #define HAVE_STDBOOL_H 1 >| | #define HAVE_STDDEF_H 1 >| | #define HAVE_SYSCALL_H 1 >| | #define HAVE_UTIME_H 1 >| | #define HAVE_SYS_FILE_H 1 >| | #define HAVE_SYS_IOCTL_H 1 >| | #define HAVE_SYS_MMAN_H 1 >| | #define HAVE_SYS_MOUNT_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define HAVE_SYS_PRCTL_H 1 >| | #define HAVE_SYS_PTRACE_H 1 >| | #define HAVE_SYS_REG_H 1 >| | #define HAVE_SYS_SOCKET_H 1 >| | #define HAVE_SYS_SYSCALL_H 1 >| | #define HAVE_SYS_TIME_H 1 >| | #define HAVE_SYS_UIO_H 1 >| | #define HAVE_SYS_USER_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_SYS_XATTR_H 1 >| | #define HAVE_ASM_PTRACE_H 1 >| | #define HAVE_LINUX_PTRACE_H 1 >| | #define STDC_HEADERS 1 >| | #define _ALL_SOURCE 1 >| | #define _DARWIN_C_SOURCE 1 >| | #define _GNU_SOURCE 1 >| | #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| | #define _NETBSD_SOURCE 1 >| | #define _OPENBSD_SOURCE 1 >| | #define _POSIX_PTHREAD_SEMANTICS 1 >| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| | #define __STDC_WANT_LIB_EXT2__ 1 >| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| | #define _TANDEM_SOURCE 1 >| | #define __EXTENSIONS__ 1 >| | #define HAVE_DLFCN_H 1 >| | #define LT_OBJDIR ".libs/" >| | #define SB_PERSONALITIES_x86_64 1 >| | #define SB_PERSONALITIES_x86 1 >| | #define SB_PERSONALITIES "x86_64:-m64 x86:-m32" >| | #define HAVE_ALLOCA_H 1 >| | #define HAVE_ALLOCA 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | /* end confdefs.h. */ >| | #include <stddef.h> >| | #ifdef HAVE_STDIO_H >| | # include <stdio.h> >| | #endif >| | #ifdef HAVE_STDLIB_H >| | # include <stdlib.h> >| | #endif >| | #ifdef HAVE_STRING_H >| | # include <string.h> >| | #endif >| | #ifdef HAVE_INTTYPES_H >| | # include <inttypes.h> >| | #endif >| | #ifdef HAVE_STDINT_H >| | # include <stdint.h> >| | #endif >| | #ifdef HAVE_STRINGS_H >| | # include <strings.h> >| | #endif >| | #ifdef HAVE_SYS_TYPES_H >| | # include <sys/types.h> >| | #endif >| | #ifdef HAVE_SYS_STAT_H >| | # include <sys/stat.h> >| | #endif >| | #ifdef HAVE_UNISTD_H >| | # include <unistd.h> >| | #endif >| | int >| | main (void) >| | { >| | if (sizeof ((mode_t))) >| | return 0; >| | ; >| | return 0; >| | } >| configure:15613: result: yes >| configure:15624: checking for size_t >| configure:15624: result: yes >| configure:15635: checking for clang -m32 -mfpmath=sse options needed to detect all undeclared functions >| configure:15704: result: none needed >| configure:15718: checking whether environ is declared >| configure:15718: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| configure:15718: $? = 0 >| configure:15718: result: yes >| configure:15729: checking for ptrdiff_t >| configure:15729: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| configure:15729: $? = 0 >| configure:15729: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| conftest.c:118:24: error: expected expression >| 118 | if (sizeof ((ptrdiff_t))) >| | ^ >| 1 error generated. >| configure:15729: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "sandbox" >| | #define PACKAGE_TARNAME "sandbox" >| | #define PACKAGE_VERSION "2.42" >| | #define PACKAGE_STRING "sandbox 2.42" >| | #define PACKAGE_BUGREPORT "sandbox@gentoo.org" >| | #define PACKAGE_URL "" >| | #define PACKAGE "sandbox" >| | #define VERSION "2.42" >| | #define SANDBOX_CONFIGURE_OPTS "--prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/sandbox-2.42 --htmldir=/usr/share/doc/sandbox-2.42/html --with-sysroot=/ --libdir=/usr/lib build_alias=i686-pc-linux-gnu host_alias=i686-pc-linux-gnu 'CC=clang -m32 -mfpmath=sse' 'CFLAGS=-O2 -Wformat -Werror=format-security' LDFLAGS=-Wl,-O1 CPPFLAGS=" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 1 >| | #define HAVE_UNISTD_H 1 >| | #define HAVE_WCHAR_H 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_DLFCN_H 1 >| | #define HAVE_ELF_H 1 >| | #define HAVE_ERRNO_H 1 >| | #define HAVE_EXECINFO_H 1 >| | #define HAVE_FCNTL_H 1 >| | #define HAVE_GETOPT_H 1 >| | #define HAVE_GRP_H 1 >| | #define HAVE_LIBGEN_H 1 >| | #define HAVE_LIMITS_H 1 >| | #define HAVE_MEMORY_H 1 >| | #define HAVE_PTHREAD_H 1 >| | #define HAVE_PWD_H 1 >| | #define HAVE_SCHED_H 1 >| | #define HAVE_SIGNAL_H 1 >| | #define HAVE_STDARG_H 1 >| | #define HAVE_STDBOOL_H 1 >| | #define HAVE_STDDEF_H 1 >| | #define HAVE_SYSCALL_H 1 >| | #define HAVE_UTIME_H 1 >| | #define HAVE_SYS_FILE_H 1 >| | #define HAVE_SYS_IOCTL_H 1 >| | #define HAVE_SYS_MMAN_H 1 >| | #define HAVE_SYS_MOUNT_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define HAVE_SYS_PRCTL_H 1 >| | #define HAVE_SYS_PTRACE_H 1 >| | #define HAVE_SYS_REG_H 1 >| | #define HAVE_SYS_SOCKET_H 1 >| | #define HAVE_SYS_SYSCALL_H 1 >| | #define HAVE_SYS_TIME_H 1 >| | #define HAVE_SYS_UIO_H 1 >| | #define HAVE_SYS_USER_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_SYS_XATTR_H 1 >| | #define HAVE_ASM_PTRACE_H 1 >| | #define HAVE_LINUX_PTRACE_H 1 >| | #define STDC_HEADERS 1 >| | #define _ALL_SOURCE 1 >| | #define _DARWIN_C_SOURCE 1 >| | #define _GNU_SOURCE 1 >| | #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| | #define _NETBSD_SOURCE 1 >| | #define _OPENBSD_SOURCE 1 >| | #define _POSIX_PTHREAD_SEMANTICS 1 >| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| | #define __STDC_WANT_LIB_EXT2__ 1 >| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| | #define _TANDEM_SOURCE 1 >| | #define __EXTENSIONS__ 1 >| | #define HAVE_DLFCN_H 1 >| | #define LT_OBJDIR ".libs/" >| | #define SB_PERSONALITIES_x86_64 1 >| | #define SB_PERSONALITIES_x86 1 >| | #define SB_PERSONALITIES "x86_64:-m64 x86:-m32" >| | #define HAVE_ALLOCA_H 1 >| | #define HAVE_ALLOCA 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_DECL_ENVIRON 1 >| | /* end confdefs.h. */ >| | #include <stddef.h> >| | #ifdef HAVE_STDIO_H >| | # include <stdio.h> >| | #endif >| | #ifdef HAVE_STDLIB_H >| | # include <stdlib.h> >| | #endif >| | #ifdef HAVE_STRING_H >| | # include <string.h> >| | #endif >| | #ifdef HAVE_INTTYPES_H >| | # include <inttypes.h> >| | #endif >| | #ifdef HAVE_STDINT_H >| | # include <stdint.h> >| | #endif >| | #ifdef HAVE_STRINGS_H >| | # include <strings.h> >| | #endif >| | #ifdef HAVE_SYS_TYPES_H >| | # include <sys/types.h> >| | #endif >| | #ifdef HAVE_SYS_STAT_H >| | # include <sys/stat.h> >| | #endif >| | #ifdef HAVE_UNISTD_H >| | # include <unistd.h> >| | #endif >| | int >| | main (void) >| | { >| | if (sizeof ((ptrdiff_t))) >| | return 0; >| | ; >| | return 0; >| | } >| configure:15729: result: yes >| configure:15738: checking for sighandler_t >| configure:15738: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| configure:15738: $? = 0 >| configure:15738: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| conftest.c:93:27: error: expected expression >| 93 | if (sizeof ((sighandler_t))) >| | ^ >| 1 error generated. >| configure:15738: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "sandbox" >| | #define PACKAGE_TARNAME "sandbox" >| | #define PACKAGE_VERSION "2.42" >| | #define PACKAGE_STRING "sandbox 2.42" >| | #define PACKAGE_BUGREPORT "sandbox@gentoo.org" >| | #define PACKAGE_URL "" >| | #define PACKAGE "sandbox" >| | #define VERSION "2.42" >| | #define SANDBOX_CONFIGURE_OPTS "--prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/sandbox-2.42 --htmldir=/usr/share/doc/sandbox-2.42/html --with-sysroot=/ --libdir=/usr/lib build_alias=i686-pc-linux-gnu host_alias=i686-pc-linux-gnu 'CC=clang -m32 -mfpmath=sse' 'CFLAGS=-O2 -Wformat -Werror=format-security' LDFLAGS=-Wl,-O1 CPPFLAGS=" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 1 >| | #define HAVE_UNISTD_H 1 >| | #define HAVE_WCHAR_H 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_DLFCN_H 1 >| | #define HAVE_ELF_H 1 >| | #define HAVE_ERRNO_H 1 >| | #define HAVE_EXECINFO_H 1 >| | #define HAVE_FCNTL_H 1 >| | #define HAVE_GETOPT_H 1 >| | #define HAVE_GRP_H 1 >| | #define HAVE_LIBGEN_H 1 >| | #define HAVE_LIMITS_H 1 >| | #define HAVE_MEMORY_H 1 >| | #define HAVE_PTHREAD_H 1 >| | #define HAVE_PWD_H 1 >| | #define HAVE_SCHED_H 1 >| | #define HAVE_SIGNAL_H 1 >| | #define HAVE_STDARG_H 1 >| | #define HAVE_STDBOOL_H 1 >| | #define HAVE_STDDEF_H 1 >| | #define HAVE_SYSCALL_H 1 >| | #define HAVE_UTIME_H 1 >| | #define HAVE_SYS_FILE_H 1 >| | #define HAVE_SYS_IOCTL_H 1 >| | #define HAVE_SYS_MMAN_H 1 >| | #define HAVE_SYS_MOUNT_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define HAVE_SYS_PRCTL_H 1 >| | #define HAVE_SYS_PTRACE_H 1 >| | #define HAVE_SYS_REG_H 1 >| | #define HAVE_SYS_SOCKET_H 1 >| | #define HAVE_SYS_SYSCALL_H 1 >| | #define HAVE_SYS_TIME_H 1 >| | #define HAVE_SYS_UIO_H 1 >| | #define HAVE_SYS_USER_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_SYS_XATTR_H 1 >| | #define HAVE_ASM_PTRACE_H 1 >| | #define HAVE_LINUX_PTRACE_H 1 >| | #define STDC_HEADERS 1 >| | #define _ALL_SOURCE 1 >| | #define _DARWIN_C_SOURCE 1 >| | #define _GNU_SOURCE 1 >| | #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| | #define _NETBSD_SOURCE 1 >| | #define _OPENBSD_SOURCE 1 >| | #define _POSIX_PTHREAD_SEMANTICS 1 >| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| | #define __STDC_WANT_LIB_EXT2__ 1 >| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| | #define _TANDEM_SOURCE 1 >| | #define __EXTENSIONS__ 1 >| | #define HAVE_DLFCN_H 1 >| | #define LT_OBJDIR ".libs/" >| | #define SB_PERSONALITIES_x86_64 1 >| | #define SB_PERSONALITIES_x86 1 >| | #define SB_PERSONALITIES "x86_64:-m64 x86:-m32" >| | #define HAVE_ALLOCA_H 1 >| | #define HAVE_ALLOCA 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_DECL_ENVIRON 1 >| | #define HAVE_PTRDIFF_T 1 >| | /* end confdefs.h. */ >| | #include <signal.h> >| | >| | int >| | main (void) >| | { >| | if (sizeof ((sighandler_t))) >| | return 0; >| | ; >| | return 0; >| | } >| configure:15738: result: yes >| configure:15747: checking for sig_t >| configure:15747: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| configure:15747: $? = 0 >| configure:15747: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| conftest.c:94:20: error: expected expression >| 94 | if (sizeof ((sig_t))) >| | ^ >| 1 error generated. >| configure:15747: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "sandbox" >| | #define PACKAGE_TARNAME "sandbox" >| | #define PACKAGE_VERSION "2.42" >| | #define PACKAGE_STRING "sandbox 2.42" >| | #define PACKAGE_BUGREPORT "sandbox@gentoo.org" >| | #define PACKAGE_URL "" >| | #define PACKAGE "sandbox" >| | #define VERSION "2.42" >| | #define SANDBOX_CONFIGURE_OPTS "--prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/sandbox-2.42 --htmldir=/usr/share/doc/sandbox-2.42/html --with-sysroot=/ --libdir=/usr/lib build_alias=i686-pc-linux-gnu host_alias=i686-pc-linux-gnu 'CC=clang -m32 -mfpmath=sse' 'CFLAGS=-O2 -Wformat -Werror=format-security' LDFLAGS=-Wl,-O1 CPPFLAGS=" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 1 >| | #define HAVE_UNISTD_H 1 >| | #define HAVE_WCHAR_H 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_DLFCN_H 1 >| | #define HAVE_ELF_H 1 >| | #define HAVE_ERRNO_H 1 >| | #define HAVE_EXECINFO_H 1 >| | #define HAVE_FCNTL_H 1 >| | #define HAVE_GETOPT_H 1 >| | #define HAVE_GRP_H 1 >| | #define HAVE_LIBGEN_H 1 >| | #define HAVE_LIMITS_H 1 >| | #define HAVE_MEMORY_H 1 >| | #define HAVE_PTHREAD_H 1 >| | #define HAVE_PWD_H 1 >| | #define HAVE_SCHED_H 1 >| | #define HAVE_SIGNAL_H 1 >| | #define HAVE_STDARG_H 1 >| | #define HAVE_STDBOOL_H 1 >| | #define HAVE_STDDEF_H 1 >| | #define HAVE_SYSCALL_H 1 >| | #define HAVE_UTIME_H 1 >| | #define HAVE_SYS_FILE_H 1 >| | #define HAVE_SYS_IOCTL_H 1 >| | #define HAVE_SYS_MMAN_H 1 >| | #define HAVE_SYS_MOUNT_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define HAVE_SYS_PRCTL_H 1 >| | #define HAVE_SYS_PTRACE_H 1 >| | #define HAVE_SYS_REG_H 1 >| | #define HAVE_SYS_SOCKET_H 1 >| | #define HAVE_SYS_SYSCALL_H 1 >| | #define HAVE_SYS_TIME_H 1 >| | #define HAVE_SYS_UIO_H 1 >| | #define HAVE_SYS_USER_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_SYS_XATTR_H 1 >| | #define HAVE_ASM_PTRACE_H 1 >| | #define HAVE_LINUX_PTRACE_H 1 >| | #define STDC_HEADERS 1 >| | #define _ALL_SOURCE 1 >| | #define _DARWIN_C_SOURCE 1 >| | #define _GNU_SOURCE 1 >| | #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| | #define _NETBSD_SOURCE 1 >| | #define _OPENBSD_SOURCE 1 >| | #define _POSIX_PTHREAD_SEMANTICS 1 >| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| | #define __STDC_WANT_LIB_EXT2__ 1 >| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| | #define _TANDEM_SOURCE 1 >| | #define __EXTENSIONS__ 1 >| | #define HAVE_DLFCN_H 1 >| | #define LT_OBJDIR ".libs/" >| | #define SB_PERSONALITIES_x86_64 1 >| | #define SB_PERSONALITIES_x86 1 >| | #define SB_PERSONALITIES "x86_64:-m64 x86:-m32" >| | #define HAVE_ALLOCA_H 1 >| | #define HAVE_ALLOCA 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_DECL_ENVIRON 1 >| | #define HAVE_PTRDIFF_T 1 >| | #define HAVE_SIGHANDLER_T 1 >| | /* end confdefs.h. */ >| | #include <signal.h> >| | >| | int >| | main (void) >| | { >| | if (sizeof ((sig_t))) >| | return 0; >| | ; >| | return 0; >| | } >| configure:15747: result: yes >| configure:15756: checking for __sighandler_t >| configure:15756: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| configure:15756: $? = 0 >| configure:15756: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| conftest.c:95:29: error: expected expression >| 95 | if (sizeof ((__sighandler_t))) >| | ^ >| 1 error generated. >| configure:15756: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "sandbox" >| | #define PACKAGE_TARNAME "sandbox" >| | #define PACKAGE_VERSION "2.42" >| | #define PACKAGE_STRING "sandbox 2.42" >| | #define PACKAGE_BUGREPORT "sandbox@gentoo.org" >| | #define PACKAGE_URL "" >| | #define PACKAGE "sandbox" >| | #define VERSION "2.42" >| | #define SANDBOX_CONFIGURE_OPTS "--prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/sandbox-2.42 --htmldir=/usr/share/doc/sandbox-2.42/html --with-sysroot=/ --libdir=/usr/lib build_alias=i686-pc-linux-gnu host_alias=i686-pc-linux-gnu 'CC=clang -m32 -mfpmath=sse' 'CFLAGS=-O2 -Wformat -Werror=format-security' LDFLAGS=-Wl,-O1 CPPFLAGS=" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 1 >| | #define HAVE_UNISTD_H 1 >| | #define HAVE_WCHAR_H 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_DLFCN_H 1 >| | #define HAVE_ELF_H 1 >| | #define HAVE_ERRNO_H 1 >| | #define HAVE_EXECINFO_H 1 >| | #define HAVE_FCNTL_H 1 >| | #define HAVE_GETOPT_H 1 >| | #define HAVE_GRP_H 1 >| | #define HAVE_LIBGEN_H 1 >| | #define HAVE_LIMITS_H 1 >| | #define HAVE_MEMORY_H 1 >| | #define HAVE_PTHREAD_H 1 >| | #define HAVE_PWD_H 1 >| | #define HAVE_SCHED_H 1 >| | #define HAVE_SIGNAL_H 1 >| | #define HAVE_STDARG_H 1 >| | #define HAVE_STDBOOL_H 1 >| | #define HAVE_STDDEF_H 1 >| | #define HAVE_SYSCALL_H 1 >| | #define HAVE_UTIME_H 1 >| | #define HAVE_SYS_FILE_H 1 >| | #define HAVE_SYS_IOCTL_H 1 >| | #define HAVE_SYS_MMAN_H 1 >| | #define HAVE_SYS_MOUNT_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define HAVE_SYS_PRCTL_H 1 >| | #define HAVE_SYS_PTRACE_H 1 >| | #define HAVE_SYS_REG_H 1 >| | #define HAVE_SYS_SOCKET_H 1 >| | #define HAVE_SYS_SYSCALL_H 1 >| | #define HAVE_SYS_TIME_H 1 >| | #define HAVE_SYS_UIO_H 1 >| | #define HAVE_SYS_USER_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_SYS_XATTR_H 1 >| | #define HAVE_ASM_PTRACE_H 1 >| | #define HAVE_LINUX_PTRACE_H 1 >| | #define STDC_HEADERS 1 >| | #define _ALL_SOURCE 1 >| | #define _DARWIN_C_SOURCE 1 >| | #define _GNU_SOURCE 1 >| | #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| | #define _NETBSD_SOURCE 1 >| | #define _OPENBSD_SOURCE 1 >| | #define _POSIX_PTHREAD_SEMANTICS 1 >| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| | #define __STDC_WANT_LIB_EXT2__ 1 >| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| | #define _TANDEM_SOURCE 1 >| | #define __EXTENSIONS__ 1 >| | #define HAVE_DLFCN_H 1 >| | #define LT_OBJDIR ".libs/" >| | #define SB_PERSONALITIES_x86_64 1 >| | #define SB_PERSONALITIES_x86 1 >| | #define SB_PERSONALITIES "x86_64:-m64 x86:-m32" >| | #define HAVE_ALLOCA_H 1 >| | #define HAVE_ALLOCA 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_DECL_ENVIRON 1 >| | #define HAVE_PTRDIFF_T 1 >| | #define HAVE_SIGHANDLER_T 1 >| | #define HAVE_SIG_T 1 >| | /* end confdefs.h. */ >| | #include <signal.h> >| | >| | int >| | main (void) >| | { >| | if (sizeof ((__sighandler_t))) >| | return 0; >| | ; >| | return 0; >| | } >| configure:15756: result: yes >| configure:15769: checking for struct ptrace_syscall_info >| configure:15769: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -I/var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| configure:15769: $? = 0 >| configure:15769: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -I/var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| conftest.c:96:41: error: expected expression >| 96 | if (sizeof ((struct ptrace_syscall_info))) >| | ^ >| 1 error generated. >| configure:15769: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "sandbox" >| | #define PACKAGE_TARNAME "sandbox" >| | #define PACKAGE_VERSION "2.42" >| | #define PACKAGE_STRING "sandbox 2.42" >| | #define PACKAGE_BUGREPORT "sandbox@gentoo.org" >| | #define PACKAGE_URL "" >| | #define PACKAGE "sandbox" >| | #define VERSION "2.42" >| | #define SANDBOX_CONFIGURE_OPTS "--prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/sandbox-2.42 --htmldir=/usr/share/doc/sandbox-2.42/html --with-sysroot=/ --libdir=/usr/lib build_alias=i686-pc-linux-gnu host_alias=i686-pc-linux-gnu 'CC=clang -m32 -mfpmath=sse' 'CFLAGS=-O2 -Wformat -Werror=format-security' LDFLAGS=-Wl,-O1 CPPFLAGS=" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 1 >| | #define HAVE_UNISTD_H 1 >| | #define HAVE_WCHAR_H 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_DLFCN_H 1 >| | #define HAVE_ELF_H 1 >| | #define HAVE_ERRNO_H 1 >| | #define HAVE_EXECINFO_H 1 >| | #define HAVE_FCNTL_H 1 >| | #define HAVE_GETOPT_H 1 >| | #define HAVE_GRP_H 1 >| | #define HAVE_LIBGEN_H 1 >| | #define HAVE_LIMITS_H 1 >| | #define HAVE_MEMORY_H 1 >| | #define HAVE_PTHREAD_H 1 >| | #define HAVE_PWD_H 1 >| | #define HAVE_SCHED_H 1 >| | #define HAVE_SIGNAL_H 1 >| | #define HAVE_STDARG_H 1 >| | #define HAVE_STDBOOL_H 1 >| | #define HAVE_STDDEF_H 1 >| | #define HAVE_SYSCALL_H 1 >| | #define HAVE_UTIME_H 1 >| | #define HAVE_SYS_FILE_H 1 >| | #define HAVE_SYS_IOCTL_H 1 >| | #define HAVE_SYS_MMAN_H 1 >| | #define HAVE_SYS_MOUNT_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define HAVE_SYS_PRCTL_H 1 >| | #define HAVE_SYS_PTRACE_H 1 >| | #define HAVE_SYS_REG_H 1 >| | #define HAVE_SYS_SOCKET_H 1 >| | #define HAVE_SYS_SYSCALL_H 1 >| | #define HAVE_SYS_TIME_H 1 >| | #define HAVE_SYS_UIO_H 1 >| | #define HAVE_SYS_USER_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_SYS_XATTR_H 1 >| | #define HAVE_ASM_PTRACE_H 1 >| | #define HAVE_LINUX_PTRACE_H 1 >| | #define STDC_HEADERS 1 >| | #define _ALL_SOURCE 1 >| | #define _DARWIN_C_SOURCE 1 >| | #define _GNU_SOURCE 1 >| | #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| | #define _NETBSD_SOURCE 1 >| | #define _OPENBSD_SOURCE 1 >| | #define _POSIX_PTHREAD_SEMANTICS 1 >| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| | #define __STDC_WANT_LIB_EXT2__ 1 >| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| | #define _TANDEM_SOURCE 1 >| | #define __EXTENSIONS__ 1 >| | #define HAVE_DLFCN_H 1 >| | #define LT_OBJDIR ".libs/" >| | #define SB_PERSONALITIES_x86_64 1 >| | #define SB_PERSONALITIES_x86 1 >| | #define SB_PERSONALITIES "x86_64:-m64 x86:-m32" >| | #define HAVE_ALLOCA_H 1 >| | #define HAVE_ALLOCA 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_DECL_ENVIRON 1 >| | #define HAVE_PTRDIFF_T 1 >| | #define HAVE_SIGHANDLER_T 1 >| | #define HAVE_SIG_T 1 >| | #define HAVE___SIGHANDLER_T 1 >| | /* end confdefs.h. */ >| | #include "headers.h" >| | >| | int >| | main (void) >| | { >| | if (sizeof ((struct ptrace_syscall_info))) >| | return 0; >| | ; >| | return 0; >| | } >| configure:15769: result: yes >| configure:15779: checking for struct user_regs_struct >| configure:15779: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -I/var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| configure:15779: $? = 0 >| configure:15779: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -I/var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| conftest.c:97:38: error: expected expression >| 97 | if (sizeof ((struct user_regs_struct))) >| | ^ >| 1 error generated. >| configure:15779: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "sandbox" >| | #define PACKAGE_TARNAME "sandbox" >| | #define PACKAGE_VERSION "2.42" >| | #define PACKAGE_STRING "sandbox 2.42" >| | #define PACKAGE_BUGREPORT "sandbox@gentoo.org" >| | #define PACKAGE_URL "" >| | #define PACKAGE "sandbox" >| | #define VERSION "2.42" >| | #define SANDBOX_CONFIGURE_OPTS "--prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/sandbox-2.42 --htmldir=/usr/share/doc/sandbox-2.42/html --with-sysroot=/ --libdir=/usr/lib build_alias=i686-pc-linux-gnu host_alias=i686-pc-linux-gnu 'CC=clang -m32 -mfpmath=sse' 'CFLAGS=-O2 -Wformat -Werror=format-security' LDFLAGS=-Wl,-O1 CPPFLAGS=" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 1 >| | #define HAVE_UNISTD_H 1 >| | #define HAVE_WCHAR_H 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_DLFCN_H 1 >| | #define HAVE_ELF_H 1 >| | #define HAVE_ERRNO_H 1 >| | #define HAVE_EXECINFO_H 1 >| | #define HAVE_FCNTL_H 1 >| | #define HAVE_GETOPT_H 1 >| | #define HAVE_GRP_H 1 >| | #define HAVE_LIBGEN_H 1 >| | #define HAVE_LIMITS_H 1 >| | #define HAVE_MEMORY_H 1 >| | #define HAVE_PTHREAD_H 1 >| | #define HAVE_PWD_H 1 >| | #define HAVE_SCHED_H 1 >| | #define HAVE_SIGNAL_H 1 >| | #define HAVE_STDARG_H 1 >| | #define HAVE_STDBOOL_H 1 >| | #define HAVE_STDDEF_H 1 >| | #define HAVE_SYSCALL_H 1 >| | #define HAVE_UTIME_H 1 >| | #define HAVE_SYS_FILE_H 1 >| | #define HAVE_SYS_IOCTL_H 1 >| | #define HAVE_SYS_MMAN_H 1 >| | #define HAVE_SYS_MOUNT_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define HAVE_SYS_PRCTL_H 1 >| | #define HAVE_SYS_PTRACE_H 1 >| | #define HAVE_SYS_REG_H 1 >| | #define HAVE_SYS_SOCKET_H 1 >| | #define HAVE_SYS_SYSCALL_H 1 >| | #define HAVE_SYS_TIME_H 1 >| | #define HAVE_SYS_UIO_H 1 >| | #define HAVE_SYS_USER_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_SYS_XATTR_H 1 >| | #define HAVE_ASM_PTRACE_H 1 >| | #define HAVE_LINUX_PTRACE_H 1 >| | #define STDC_HEADERS 1 >| | #define _ALL_SOURCE 1 >| | #define _DARWIN_C_SOURCE 1 >| | #define _GNU_SOURCE 1 >| | #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| | #define _NETBSD_SOURCE 1 >| | #define _OPENBSD_SOURCE 1 >| | #define _POSIX_PTHREAD_SEMANTICS 1 >| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| | #define __STDC_WANT_LIB_EXT2__ 1 >| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| | #define _TANDEM_SOURCE 1 >| | #define __EXTENSIONS__ 1 >| | #define HAVE_DLFCN_H 1 >| | #define LT_OBJDIR ".libs/" >| | #define SB_PERSONALITIES_x86_64 1 >| | #define SB_PERSONALITIES_x86 1 >| | #define SB_PERSONALITIES "x86_64:-m64 x86:-m32" >| | #define HAVE_ALLOCA_H 1 >| | #define HAVE_ALLOCA 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_DECL_ENVIRON 1 >| | #define HAVE_PTRDIFF_T 1 >| | #define HAVE_SIGHANDLER_T 1 >| | #define HAVE_SIG_T 1 >| | #define HAVE___SIGHANDLER_T 1 >| | #define HAVE_STRUCT_PTRACE_SYSCALL_INFO 1 >| | /* end confdefs.h. */ >| | #include "headers.h" >| | >| | int >| | main (void) >| | { >| | if (sizeof ((struct user_regs_struct))) >| | return 0; >| | ; >| | return 0; >| | } >| configure:15779: result: yes >| configure:15788: checking for struct pt_regs >| configure:15788: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -I/var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| configure:15788: $? = 0 >| configure:15788: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -I/var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| conftest.c:98:29: error: expected expression >| 98 | if (sizeof ((struct pt_regs))) >| | ^ >| 1 error generated. >| configure:15788: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "sandbox" >| | #define PACKAGE_TARNAME "sandbox" >| | #define PACKAGE_VERSION "2.42" >| | #define PACKAGE_STRING "sandbox 2.42" >| | #define PACKAGE_BUGREPORT "sandbox@gentoo.org" >| | #define PACKAGE_URL "" >| | #define PACKAGE "sandbox" >| | #define VERSION "2.42" >| | #define SANDBOX_CONFIGURE_OPTS "--prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/sandbox-2.42 --htmldir=/usr/share/doc/sandbox-2.42/html --with-sysroot=/ --libdir=/usr/lib build_alias=i686-pc-linux-gnu host_alias=i686-pc-linux-gnu 'CC=clang -m32 -mfpmath=sse' 'CFLAGS=-O2 -Wformat -Werror=format-security' LDFLAGS=-Wl,-O1 CPPFLAGS=" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 1 >| | #define HAVE_UNISTD_H 1 >| | #define HAVE_WCHAR_H 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_DLFCN_H 1 >| | #define HAVE_ELF_H 1 >| | #define HAVE_ERRNO_H 1 >| | #define HAVE_EXECINFO_H 1 >| | #define HAVE_FCNTL_H 1 >| | #define HAVE_GETOPT_H 1 >| | #define HAVE_GRP_H 1 >| | #define HAVE_LIBGEN_H 1 >| | #define HAVE_LIMITS_H 1 >| | #define HAVE_MEMORY_H 1 >| | #define HAVE_PTHREAD_H 1 >| | #define HAVE_PWD_H 1 >| | #define HAVE_SCHED_H 1 >| | #define HAVE_SIGNAL_H 1 >| | #define HAVE_STDARG_H 1 >| | #define HAVE_STDBOOL_H 1 >| | #define HAVE_STDDEF_H 1 >| | #define HAVE_SYSCALL_H 1 >| | #define HAVE_UTIME_H 1 >| | #define HAVE_SYS_FILE_H 1 >| | #define HAVE_SYS_IOCTL_H 1 >| | #define HAVE_SYS_MMAN_H 1 >| | #define HAVE_SYS_MOUNT_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define HAVE_SYS_PRCTL_H 1 >| | #define HAVE_SYS_PTRACE_H 1 >| | #define HAVE_SYS_REG_H 1 >| | #define HAVE_SYS_SOCKET_H 1 >| | #define HAVE_SYS_SYSCALL_H 1 >| | #define HAVE_SYS_TIME_H 1 >| | #define HAVE_SYS_UIO_H 1 >| | #define HAVE_SYS_USER_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_SYS_XATTR_H 1 >| | #define HAVE_ASM_PTRACE_H 1 >| | #define HAVE_LINUX_PTRACE_H 1 >| | #define STDC_HEADERS 1 >| | #define _ALL_SOURCE 1 >| | #define _DARWIN_C_SOURCE 1 >| | #define _GNU_SOURCE 1 >| | #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| | #define _NETBSD_SOURCE 1 >| | #define _OPENBSD_SOURCE 1 >| | #define _POSIX_PTHREAD_SEMANTICS 1 >| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| | #define __STDC_WANT_LIB_EXT2__ 1 >| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| | #define _TANDEM_SOURCE 1 >| | #define __EXTENSIONS__ 1 >| | #define HAVE_DLFCN_H 1 >| | #define LT_OBJDIR ".libs/" >| | #define SB_PERSONALITIES_x86_64 1 >| | #define SB_PERSONALITIES_x86 1 >| | #define SB_PERSONALITIES "x86_64:-m64 x86:-m32" >| | #define HAVE_ALLOCA_H 1 >| | #define HAVE_ALLOCA 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_DECL_ENVIRON 1 >| | #define HAVE_PTRDIFF_T 1 >| | #define HAVE_SIGHANDLER_T 1 >| | #define HAVE_SIG_T 1 >| | #define HAVE___SIGHANDLER_T 1 >| | #define HAVE_STRUCT_PTRACE_SYSCALL_INFO 1 >| | #define HAVE_STRUCT_USER_REGS_STRUCT 1 >| | /* end confdefs.h. */ >| | #include "headers.h" >| | >| | int >| | main (void) >| | { >| | if (sizeof ((struct pt_regs))) >| | return 0; >| | ; >| | return 0; >| | } >| configure:15788: result: yes >| configure:15802: checking size of struct user_regs_struct >| configure:15808: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -I/var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15808: $? = 0 >| configure:15808: ./conftest >| configure:15808: $? = 0 >| configure:15826: result: 68 >| configure:15838: checking size of struct pt_regs >| configure:15844: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -I/var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15844: $? = 0 >| configure:15844: ./conftest >| configure:15844: $? = 0 >| configure:15862: result: 68 >| configure:15872: checking for working chown >| configure:15912: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15912: $? = 0 >| configure:15912: ./conftest >| configure:15912: $? = 0 >| configure:15928: result: yes >| configure:15937: checking for pid_t >| configure:15937: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| configure:15937: $? = 0 >| configure:15937: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| conftest.c:129:20: error: expected expression >| 129 | if (sizeof ((pid_t))) >| | ^ >| 1 error generated. >| configure:15937: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "sandbox" >| | #define PACKAGE_TARNAME "sandbox" >| | #define PACKAGE_VERSION "2.42" >| | #define PACKAGE_STRING "sandbox 2.42" >| | #define PACKAGE_BUGREPORT "sandbox@gentoo.org" >| | #define PACKAGE_URL "" >| | #define PACKAGE "sandbox" >| | #define VERSION "2.42" >| | #define SANDBOX_CONFIGURE_OPTS "--prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/sandbox-2.42 --htmldir=/usr/share/doc/sandbox-2.42/html --with-sysroot=/ --libdir=/usr/lib build_alias=i686-pc-linux-gnu host_alias=i686-pc-linux-gnu 'CC=clang -m32 -mfpmath=sse' 'CFLAGS=-O2 -Wformat -Werror=format-security' LDFLAGS=-Wl,-O1 CPPFLAGS=" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 1 >| | #define HAVE_UNISTD_H 1 >| | #define HAVE_WCHAR_H 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_DLFCN_H 1 >| | #define HAVE_ELF_H 1 >| | #define HAVE_ERRNO_H 1 >| | #define HAVE_EXECINFO_H 1 >| | #define HAVE_FCNTL_H 1 >| | #define HAVE_GETOPT_H 1 >| | #define HAVE_GRP_H 1 >| | #define HAVE_LIBGEN_H 1 >| | #define HAVE_LIMITS_H 1 >| | #define HAVE_MEMORY_H 1 >| | #define HAVE_PTHREAD_H 1 >| | #define HAVE_PWD_H 1 >| | #define HAVE_SCHED_H 1 >| | #define HAVE_SIGNAL_H 1 >| | #define HAVE_STDARG_H 1 >| | #define HAVE_STDBOOL_H 1 >| | #define HAVE_STDDEF_H 1 >| | #define HAVE_SYSCALL_H 1 >| | #define HAVE_UTIME_H 1 >| | #define HAVE_SYS_FILE_H 1 >| | #define HAVE_SYS_IOCTL_H 1 >| | #define HAVE_SYS_MMAN_H 1 >| | #define HAVE_SYS_MOUNT_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define HAVE_SYS_PRCTL_H 1 >| | #define HAVE_SYS_PTRACE_H 1 >| | #define HAVE_SYS_REG_H 1 >| | #define HAVE_SYS_SOCKET_H 1 >| | #define HAVE_SYS_SYSCALL_H 1 >| | #define HAVE_SYS_TIME_H 1 >| | #define HAVE_SYS_UIO_H 1 >| | #define HAVE_SYS_USER_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_SYS_XATTR_H 1 >| | #define HAVE_ASM_PTRACE_H 1 >| | #define HAVE_LINUX_PTRACE_H 1 >| | #define STDC_HEADERS 1 >| | #define _ALL_SOURCE 1 >| | #define _DARWIN_C_SOURCE 1 >| | #define _GNU_SOURCE 1 >| | #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| | #define _NETBSD_SOURCE 1 >| | #define _OPENBSD_SOURCE 1 >| | #define _POSIX_PTHREAD_SEMANTICS 1 >| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| | #define __STDC_WANT_LIB_EXT2__ 1 >| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| | #define _TANDEM_SOURCE 1 >| | #define __EXTENSIONS__ 1 >| | #define HAVE_DLFCN_H 1 >| | #define LT_OBJDIR ".libs/" >| | #define SB_PERSONALITIES_x86_64 1 >| | #define SB_PERSONALITIES_x86 1 >| | #define SB_PERSONALITIES "x86_64:-m64 x86:-m32" >| | #define HAVE_ALLOCA_H 1 >| | #define HAVE_ALLOCA 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_DECL_ENVIRON 1 >| | #define HAVE_PTRDIFF_T 1 >| | #define HAVE_SIGHANDLER_T 1 >| | #define HAVE_SIG_T 1 >| | #define HAVE___SIGHANDLER_T 1 >| | #define HAVE_STRUCT_PTRACE_SYSCALL_INFO 1 >| | #define HAVE_STRUCT_USER_REGS_STRUCT 1 >| | #define HAVE_STRUCT_PT_REGS 1 >| | #define SIZEOF_STRUCT_USER_REGS_STRUCT 68 >| | #define SIZEOF_STRUCT_PT_REGS 68 >| | #define HAVE_CHOWN 1 >| | /* end confdefs.h. */ >| | #include <stddef.h> >| | #ifdef HAVE_STDIO_H >| | # include <stdio.h> >| | #endif >| | #ifdef HAVE_STDLIB_H >| | # include <stdlib.h> >| | #endif >| | #ifdef HAVE_STRING_H >| | # include <string.h> >| | #endif >| | #ifdef HAVE_INTTYPES_H >| | # include <inttypes.h> >| | #endif >| | #ifdef HAVE_STDINT_H >| | # include <stdint.h> >| | #endif >| | #ifdef HAVE_STRINGS_H >| | # include <strings.h> >| | #endif >| | #ifdef HAVE_SYS_TYPES_H >| | # include <sys/types.h> >| | #endif >| | #ifdef HAVE_SYS_STAT_H >| | # include <sys/stat.h> >| | #endif >| | #ifdef HAVE_UNISTD_H >| | # include <unistd.h> >| | #endif >| | >| | int >| | main (void) >| | { >| | if (sizeof ((pid_t))) >| | return 0; >| | ; >| | return 0; >| | } >| configure:15937: result: yes >| configure:15980: checking for fork >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for vfork >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| conftest.c:114:6: warning: incompatible redeclaration of library function 'vfork' [-Wincompatible-library-redeclaration] >| 114 | char vfork (void); >| | ^ >| conftest.c:114:6: note: 'vfork' is a builtin with type 'int (void)' >| 1 warning generated. >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for backtrace >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for clone >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for __clone2 >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| ld.lld: error: undefined symbol: __clone2 >| >>> referenced by conftest.c >| >>> /var/tmp/portage/sys-apps/sandbox-2.42/temp/conftest-3c7b6b.o:(main) >| >>> did you mean: __clone >| >>> defined in: /lib/libc.so.6 >| clang: error: linker command failed with exit code 1 (use -v to see invocation) >| configure:15980: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "sandbox" >| | #define PACKAGE_TARNAME "sandbox" >| | #define PACKAGE_VERSION "2.42" >| | #define PACKAGE_STRING "sandbox 2.42" >| | #define PACKAGE_BUGREPORT "sandbox@gentoo.org" >| | #define PACKAGE_URL "" >| | #define PACKAGE "sandbox" >| | #define VERSION "2.42" >| | #define SANDBOX_CONFIGURE_OPTS "--prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/sandbox-2.42 --htmldir=/usr/share/doc/sandbox-2.42/html --with-sysroot=/ --libdir=/usr/lib build_alias=i686-pc-linux-gnu host_alias=i686-pc-linux-gnu 'CC=clang -m32 -mfpmath=sse' 'CFLAGS=-O2 -Wformat -Werror=format-security' LDFLAGS=-Wl,-O1 CPPFLAGS=" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 1 >| | #define HAVE_UNISTD_H 1 >| | #define HAVE_WCHAR_H 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_DLFCN_H 1 >| | #define HAVE_ELF_H 1 >| | #define HAVE_ERRNO_H 1 >| | #define HAVE_EXECINFO_H 1 >| | #define HAVE_FCNTL_H 1 >| | #define HAVE_GETOPT_H 1 >| | #define HAVE_GRP_H 1 >| | #define HAVE_LIBGEN_H 1 >| | #define HAVE_LIMITS_H 1 >| | #define HAVE_MEMORY_H 1 >| | #define HAVE_PTHREAD_H 1 >| | #define HAVE_PWD_H 1 >| | #define HAVE_SCHED_H 1 >| | #define HAVE_SIGNAL_H 1 >| | #define HAVE_STDARG_H 1 >| | #define HAVE_STDBOOL_H 1 >| | #define HAVE_STDDEF_H 1 >| | #define HAVE_SYSCALL_H 1 >| | #define HAVE_UTIME_H 1 >| | #define HAVE_SYS_FILE_H 1 >| | #define HAVE_SYS_IOCTL_H 1 >| | #define HAVE_SYS_MMAN_H 1 >| | #define HAVE_SYS_MOUNT_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define HAVE_SYS_PRCTL_H 1 >| | #define HAVE_SYS_PTRACE_H 1 >| | #define HAVE_SYS_REG_H 1 >| | #define HAVE_SYS_SOCKET_H 1 >| | #define HAVE_SYS_SYSCALL_H 1 >| | #define HAVE_SYS_TIME_H 1 >| | #define HAVE_SYS_UIO_H 1 >| | #define HAVE_SYS_USER_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_SYS_XATTR_H 1 >| | #define HAVE_ASM_PTRACE_H 1 >| | #define HAVE_LINUX_PTRACE_H 1 >| | #define STDC_HEADERS 1 >| | #define _ALL_SOURCE 1 >| | #define _DARWIN_C_SOURCE 1 >| | #define _GNU_SOURCE 1 >| | #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| | #define _NETBSD_SOURCE 1 >| | #define _OPENBSD_SOURCE 1 >| | #define _POSIX_PTHREAD_SEMANTICS 1 >| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| | #define __STDC_WANT_LIB_EXT2__ 1 >| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| | #define _TANDEM_SOURCE 1 >| | #define __EXTENSIONS__ 1 >| | #define HAVE_DLFCN_H 1 >| | #define LT_OBJDIR ".libs/" >| | #define SB_PERSONALITIES_x86_64 1 >| | #define SB_PERSONALITIES_x86 1 >| | #define SB_PERSONALITIES "x86_64:-m64 x86:-m32" >| | #define HAVE_ALLOCA_H 1 >| | #define HAVE_ALLOCA 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_DECL_ENVIRON 1 >| | #define HAVE_PTRDIFF_T 1 >| | #define HAVE_SIGHANDLER_T 1 >| | #define HAVE_SIG_T 1 >| | #define HAVE___SIGHANDLER_T 1 >| | #define HAVE_STRUCT_PTRACE_SYSCALL_INFO 1 >| | #define HAVE_STRUCT_USER_REGS_STRUCT 1 >| | #define HAVE_STRUCT_PT_REGS 1 >| | #define SIZEOF_STRUCT_USER_REGS_STRUCT 68 >| | #define SIZEOF_STRUCT_PT_REGS 68 >| | #define HAVE_CHOWN 1 >| | #define HAVE_FORK 1 >| | #define HAVE_VFORK 1 >| | #define HAVE_BACKTRACE 1 >| | #define HAVE_CLONE 1 >| | /* end confdefs.h. */ >| | /* Define __clone2 to an innocuous variant, in case <limits.h> declares __clone2. >| | For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| | #define __clone2 innocuous___clone2 >| | >| | /* System header to define __stub macros and hopefully few prototypes, >| | which can conflict with char __clone2 (void); below. */ >| | >| | #include <limits.h> >| | #undef __clone2 >| | >| | /* Override any GCC internal prototype to avoid an error. >| | Use char because int might match the return type of a GCC >| | builtin and then its argument prototype would still apply. */ >| | #ifdef __cplusplus >| | extern "C" >| | #endif >| | char __clone2 (void); >| | /* The GNU C library defines this for functions which it implements >| | to always fail with ENOSYS. Some functions are actually named >| | something starting with __ and the normal name is an alias. */ >| | #if defined __stub___clone2 || defined __stub_____clone2 >| | choke me >| | #endif >| | >| | int >| | main (void) >| | { >| | return __clone2 (); >| | ; >| | return 0; >| | } >| configure:15980: result: no >| configure:15980: checking for creat64 >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for faccessat >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for fchmodat >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for fchownat >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for fopen64 >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for ftruncate >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for futimesat >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for getcwd >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for lchown >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for linkat >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for lremovexattr >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for lsetxattr >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for lutimes >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for memmove >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| conftest.c:130:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration] >| 130 | char memmove (void); >| | ^ >| conftest.c:130:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned int)' >| 1 warning generated. >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for memcpy >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| conftest.c:131:6: warning: incompatible redeclaration of library function 'memcpy' [-Wincompatible-library-redeclaration] >| 131 | char memcpy (void); >| | ^ >| conftest.c:131:6: note: 'memcpy' is a builtin with type 'void *(void *, const void *, unsigned int)' >| 1 warning generated. >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for memset >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| conftest.c:132:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration] >| 132 | char memset (void); >| | ^ >| conftest.c:132:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned int)' >| 1 warning generated. >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for mkdir >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for mkdirat >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for mkdtemp >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for mkfifoat >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for mknodat >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for mkostemp >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for mkostemp64 >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for mkostemps >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for mkostemps64 >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for mkstemp >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for mkstemp64 >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for mkstemps >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for mkstemps64 >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for open64 >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for openat >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for openat64 >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for pathconf >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for prctl >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for process_vm_readv >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for ptrace >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for realpath >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for remove >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for removexattr >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for renameat >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for renameat2 >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for rmdir >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for setenv >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for setxattr >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for strcasecmp >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| conftest.c:161:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration] >| 161 | char strcasecmp (void); >| | ^ >| conftest.c:161:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)' >| 1 warning generated. >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for strchr >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| conftest.c:162:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration] >| 162 | char strchr (void); >| | ^ >| conftest.c:162:6: note: 'strchr' is a builtin with type 'char *(const char *, int)' >| 1 warning generated. >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for strdup >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| conftest.c:163:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration] >| 163 | char strdup (void); >| | ^ >| conftest.c:163:6: note: 'strdup' is a builtin with type 'char *(const char *)' >| 1 warning generated. >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for strerror >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| conftest.c:164:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration] >| 164 | char strerror (void); >| | ^ >| conftest.c:164:6: note: 'strerror' is a builtin with type 'char *(int)' >| 1 warning generated. >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for strndup >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| conftest.c:165:6: warning: incompatible redeclaration of library function 'strndup' [-Wincompatible-library-redeclaration] >| 165 | char strndup (void); >| | ^ >| conftest.c:165:6: note: 'strndup' is a builtin with type 'char *(const char *, unsigned int)' >| 1 warning generated. >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for strrchr >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| conftest.c:166:6: warning: incompatible redeclaration of library function 'strrchr' [-Wincompatible-library-redeclaration] >| 166 | char strrchr (void); >| | ^ >| conftest.c:166:6: note: 'strrchr' is a builtin with type 'char *(const char *, int)' >| 1 warning generated. >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for strspn >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| conftest.c:167:6: warning: incompatible redeclaration of library function 'strspn' [-Wincompatible-library-redeclaration] >| 167 | char strspn (void); >| | ^ >| conftest.c:167:6: note: 'strspn' is a builtin with type 'unsigned int (const char *, const char *)' >| 1 warning generated. >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for strstr >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| conftest.c:168:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration] >| 168 | char strstr (void); >| | ^ >| conftest.c:168:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)' >| 1 warning generated. >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for strtok_r >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for symlinkat >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for truncate64 >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for unlinkat >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for unshare >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for utime >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for utimensat >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15980: checking for utimes >| configure:15980: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:15980: $? = 0 >| configure:15980: result: yes >| configure:15993: checking for working fork >| configure:16017: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:16017: $? = 0 >| configure:16017: ./conftest >| configure:16017: $? = 0 >| configure:16031: result: yes >| configure:16052: checking for working vfork >| configure:16184: result: yes >| configure:16209: checking whether lstat correctly handles trailing slash >| configure:16242: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:16242: $? = 0 >| configure:16242: ./conftest >| configure:16242: $? = 0 >| configure:16263: result: yes >| configure:16280: checking whether lstat accepts an empty string >| configure:16302: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:16302: $? = 0 >| configure:16302: ./conftest >| configure:16302: $? = 0 >| configure:16316: result: no >| configure:16330: checking whether lstat correctly handles trailing slash >| configure:16384: result: yes >| configure:16401: checking return type of signal handlers >| configure:16420: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| conftest.c:171:8: error: indirection requires pointer operand ('void' invalid) >| 171 | return *(signal (0, 0)) (0) == 1; >| | ^~~~~~~~~~~~~~~~~~~~ >| 1 error generated. >| configure:16420: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "sandbox" >| | #define PACKAGE_TARNAME "sandbox" >| | #define PACKAGE_VERSION "2.42" >| | #define PACKAGE_STRING "sandbox 2.42" >| | #define PACKAGE_BUGREPORT "sandbox@gentoo.org" >| | #define PACKAGE_URL "" >| | #define PACKAGE "sandbox" >| | #define VERSION "2.42" >| | #define SANDBOX_CONFIGURE_OPTS "--prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/sandbox-2.42 --htmldir=/usr/share/doc/sandbox-2.42/html --with-sysroot=/ --libdir=/usr/lib build_alias=i686-pc-linux-gnu host_alias=i686-pc-linux-gnu 'CC=clang -m32 -mfpmath=sse' 'CFLAGS=-O2 -Wformat -Werror=format-security' LDFLAGS=-Wl,-O1 CPPFLAGS=" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 1 >| | #define HAVE_UNISTD_H 1 >| | #define HAVE_WCHAR_H 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_DLFCN_H 1 >| | #define HAVE_ELF_H 1 >| | #define HAVE_ERRNO_H 1 >| | #define HAVE_EXECINFO_H 1 >| | #define HAVE_FCNTL_H 1 >| | #define HAVE_GETOPT_H 1 >| | #define HAVE_GRP_H 1 >| | #define HAVE_LIBGEN_H 1 >| | #define HAVE_LIMITS_H 1 >| | #define HAVE_MEMORY_H 1 >| | #define HAVE_PTHREAD_H 1 >| | #define HAVE_PWD_H 1 >| | #define HAVE_SCHED_H 1 >| | #define HAVE_SIGNAL_H 1 >| | #define HAVE_STDARG_H 1 >| | #define HAVE_STDBOOL_H 1 >| | #define HAVE_STDDEF_H 1 >| | #define HAVE_SYSCALL_H 1 >| | #define HAVE_UTIME_H 1 >| | #define HAVE_SYS_FILE_H 1 >| | #define HAVE_SYS_IOCTL_H 1 >| | #define HAVE_SYS_MMAN_H 1 >| | #define HAVE_SYS_MOUNT_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define HAVE_SYS_PRCTL_H 1 >| | #define HAVE_SYS_PTRACE_H 1 >| | #define HAVE_SYS_REG_H 1 >| | #define HAVE_SYS_SOCKET_H 1 >| | #define HAVE_SYS_SYSCALL_H 1 >| | #define HAVE_SYS_TIME_H 1 >| | #define HAVE_SYS_UIO_H 1 >| | #define HAVE_SYS_USER_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_SYS_XATTR_H 1 >| | #define HAVE_ASM_PTRACE_H 1 >| | #define HAVE_LINUX_PTRACE_H 1 >| | #define STDC_HEADERS 1 >| | #define _ALL_SOURCE 1 >| | #define _DARWIN_C_SOURCE 1 >| | #define _GNU_SOURCE 1 >| | #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| | #define _NETBSD_SOURCE 1 >| | #define _OPENBSD_SOURCE 1 >| | #define _POSIX_PTHREAD_SEMANTICS 1 >| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| | #define __STDC_WANT_LIB_EXT2__ 1 >| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| | #define _TANDEM_SOURCE 1 >| | #define __EXTENSIONS__ 1 >| | #define HAVE_DLFCN_H 1 >| | #define LT_OBJDIR ".libs/" >| | #define SB_PERSONALITIES_x86_64 1 >| | #define SB_PERSONALITIES_x86 1 >| | #define SB_PERSONALITIES "x86_64:-m64 x86:-m32" >| | #define HAVE_ALLOCA_H 1 >| | #define HAVE_ALLOCA 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_DECL_ENVIRON 1 >| | #define HAVE_PTRDIFF_T 1 >| | #define HAVE_SIGHANDLER_T 1 >| | #define HAVE_SIG_T 1 >| | #define HAVE___SIGHANDLER_T 1 >| | #define HAVE_STRUCT_PTRACE_SYSCALL_INFO 1 >| | #define HAVE_STRUCT_USER_REGS_STRUCT 1 >| | #define HAVE_STRUCT_PT_REGS 1 >| | #define SIZEOF_STRUCT_USER_REGS_STRUCT 68 >| | #define SIZEOF_STRUCT_PT_REGS 68 >| | #define HAVE_CHOWN 1 >| | #define HAVE_FORK 1 >| | #define HAVE_VFORK 1 >| | #define HAVE_BACKTRACE 1 >| | #define HAVE_CLONE 1 >| | #define HAVE_CREAT64 1 >| | #define HAVE_FACCESSAT 1 >| | #define HAVE_FCHMODAT 1 >| | #define HAVE_FCHOWNAT 1 >| | #define HAVE_FOPEN64 1 >| | #define HAVE_FTRUNCATE 1 >| | #define HAVE_FUTIMESAT 1 >| | #define HAVE_GETCWD 1 >| | #define HAVE_LCHOWN 1 >| | #define HAVE_LINKAT 1 >| | #define HAVE_LREMOVEXATTR 1 >| | #define HAVE_LSETXATTR 1 >| | #define HAVE_LUTIMES 1 >| | #define HAVE_MEMMOVE 1 >| | #define HAVE_MEMCPY 1 >| | #define HAVE_MEMSET 1 >| | #define HAVE_MKDIR 1 >| | #define HAVE_MKDIRAT 1 >| | #define HAVE_MKDTEMP 1 >| | #define HAVE_MKFIFOAT 1 >| | #define HAVE_MKNODAT 1 >| | #define HAVE_MKOSTEMP 1 >| | #define HAVE_MKOSTEMP64 1 >| | #define HAVE_MKOSTEMPS 1 >| | #define HAVE_MKOSTEMPS64 1 >| | #define HAVE_MKSTEMP 1 >| | #define HAVE_MKSTEMP64 1 >| | #define HAVE_MKSTEMPS 1 >| | #define HAVE_MKSTEMPS64 1 >| | #define HAVE_OPEN64 1 >| | #define HAVE_OPENAT 1 >| | #define HAVE_OPENAT64 1 >| | #define HAVE_PATHCONF 1 >| | #define HAVE_PRCTL 1 >| | #define HAVE_PROCESS_VM_READV 1 >| | #define HAVE_PTRACE 1 >| | #define HAVE_REALPATH 1 >| | #define HAVE_REMOVE 1 >| | #define HAVE_REMOVEXATTR 1 >| | #define HAVE_RENAMEAT 1 >| | #define HAVE_RENAMEAT2 1 >| | #define HAVE_RMDIR 1 >| | #define HAVE_SETENV 1 >| | #define HAVE_SETXATTR 1 >| | #define HAVE_STRCASECMP 1 >| | #define HAVE_STRCHR 1 >| | #define HAVE_STRDUP 1 >| | #define HAVE_STRERROR 1 >| | #define HAVE_STRNDUP 1 >| | #define HAVE_STRRCHR 1 >| | #define HAVE_STRSPN 1 >| | #define HAVE_STRSTR 1 >| | #define HAVE_STRTOK_R 1 >| | #define HAVE_SYMLINKAT 1 >| | #define HAVE_TRUNCATE64 1 >| | #define HAVE_UNLINKAT 1 >| | #define HAVE_UNSHARE 1 >| | #define HAVE_UTIME 1 >| | #define HAVE_UTIMENSAT 1 >| | #define HAVE_UTIMES 1 >| | #define HAVE_WORKING_VFORK 1 >| | #define HAVE_WORKING_FORK 1 >| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| | /* end confdefs.h. */ >| | #include <sys/types.h> >| | #include <signal.h> >| | >| | int >| | main (void) >| | { >| | return *(signal (0, 0)) (0) == 1; >| | ; >| | return 0; >| | } >| configure:16430: result: void >| configure:16436: checking whether stat accepts an empty string >| configure:16458: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:16458: $? = 0 >| configure:16458: ./conftest >| configure:16458: $? = 0 >| configure:16472: result: no >| configure:16550: checking for stackoverflow_install_handler in -lsigsegv >| configure:16591: result: false >| configure:16610: checking for __sync_lock_test_and_set >| configure:16624: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:16624: $? = 0 >| configure:16636: result: yes >| configure:16639: checking for va_copy >| configure:16657: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| configure:16657: $? = 0 >| configure:16690: result: va_copy >| configure:16711: checking for library containing dlopen >| configure:16747: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:16747: $? = 0 >| configure:16769: result: none required >| configure:16779: checking for dlvsym >| configure:16779: clang -m32 -mfpmath=sse -o conftest -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 conftest.c >&5 >| configure:16779: $? = 0 >| configure:16779: result: yes >| configure:16787: checking truncate argument type >| configure:16794: checking how to run the C preprocessor >| configure:16820: clang -m32 -mfpmath=sse -E -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >| configure:16820: $? = 0 >| configure:16836: clang -m32 -mfpmath=sse -E -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >| conftest.c:168:10: fatal error: 'ac_nonexistent.h' file not found >| 168 | #include <ac_nonexistent.h> >| | ^~~~~~~~~~~~~~~~~~ >| 1 error generated. >| configure:16836: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "sandbox" >| | #define PACKAGE_TARNAME "sandbox" >| | #define PACKAGE_VERSION "2.42" >| | #define PACKAGE_STRING "sandbox 2.42" >| | #define PACKAGE_BUGREPORT "sandbox@gentoo.org" >| | #define PACKAGE_URL "" >| | #define PACKAGE "sandbox" >| | #define VERSION "2.42" >| | #define SANDBOX_CONFIGURE_OPTS "--prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/sandbox-2.42 --htmldir=/usr/share/doc/sandbox-2.42/html --with-sysroot=/ --libdir=/usr/lib build_alias=i686-pc-linux-gnu host_alias=i686-pc-linux-gnu 'CC=clang -m32 -mfpmath=sse' 'CFLAGS=-O2 -Wformat -Werror=format-security' LDFLAGS=-Wl,-O1 CPPFLAGS=" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 1 >| | #define HAVE_UNISTD_H 1 >| | #define HAVE_WCHAR_H 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_DLFCN_H 1 >| | #define HAVE_ELF_H 1 >| | #define HAVE_ERRNO_H 1 >| | #define HAVE_EXECINFO_H 1 >| | #define HAVE_FCNTL_H 1 >| | #define HAVE_GETOPT_H 1 >| | #define HAVE_GRP_H 1 >| | #define HAVE_LIBGEN_H 1 >| | #define HAVE_LIMITS_H 1 >| | #define HAVE_MEMORY_H 1 >| | #define HAVE_PTHREAD_H 1 >| | #define HAVE_PWD_H 1 >| | #define HAVE_SCHED_H 1 >| | #define HAVE_SIGNAL_H 1 >| | #define HAVE_STDARG_H 1 >| | #define HAVE_STDBOOL_H 1 >| | #define HAVE_STDDEF_H 1 >| | #define HAVE_SYSCALL_H 1 >| | #define HAVE_UTIME_H 1 >| | #define HAVE_SYS_FILE_H 1 >| | #define HAVE_SYS_IOCTL_H 1 >| | #define HAVE_SYS_MMAN_H 1 >| | #define HAVE_SYS_MOUNT_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define HAVE_SYS_PRCTL_H 1 >| | #define HAVE_SYS_PTRACE_H 1 >| | #define HAVE_SYS_REG_H 1 >| | #define HAVE_SYS_SOCKET_H 1 >| | #define HAVE_SYS_SYSCALL_H 1 >| | #define HAVE_SYS_TIME_H 1 >| | #define HAVE_SYS_UIO_H 1 >| | #define HAVE_SYS_USER_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_SYS_XATTR_H 1 >| | #define HAVE_ASM_PTRACE_H 1 >| | #define HAVE_LINUX_PTRACE_H 1 >| | #define STDC_HEADERS 1 >| | #define _ALL_SOURCE 1 >| | #define _DARWIN_C_SOURCE 1 >| | #define _GNU_SOURCE 1 >| | #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| | #define _NETBSD_SOURCE 1 >| | #define _OPENBSD_SOURCE 1 >| | #define _POSIX_PTHREAD_SEMANTICS 1 >| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| | #define __STDC_WANT_LIB_EXT2__ 1 >| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| | #define _TANDEM_SOURCE 1 >| | #define __EXTENSIONS__ 1 >| | #define HAVE_DLFCN_H 1 >| | #define LT_OBJDIR ".libs/" >| | #define SB_PERSONALITIES_x86_64 1 >| | #define SB_PERSONALITIES_x86 1 >| | #define SB_PERSONALITIES "x86_64:-m64 x86:-m32" >| | #define HAVE_ALLOCA_H 1 >| | #define HAVE_ALLOCA 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_DECL_ENVIRON 1 >| | #define HAVE_PTRDIFF_T 1 >| | #define HAVE_SIGHANDLER_T 1 >| | #define HAVE_SIG_T 1 >| | #define HAVE___SIGHANDLER_T 1 >| | #define HAVE_STRUCT_PTRACE_SYSCALL_INFO 1 >| | #define HAVE_STRUCT_USER_REGS_STRUCT 1 >| | #define HAVE_STRUCT_PT_REGS 1 >| | #define SIZEOF_STRUCT_USER_REGS_STRUCT 68 >| | #define SIZEOF_STRUCT_PT_REGS 68 >| | #define HAVE_CHOWN 1 >| | #define HAVE_FORK 1 >| | #define HAVE_VFORK 1 >| | #define HAVE_BACKTRACE 1 >| | #define HAVE_CLONE 1 >| | #define HAVE_CREAT64 1 >| | #define HAVE_FACCESSAT 1 >| | #define HAVE_FCHMODAT 1 >| | #define HAVE_FCHOWNAT 1 >| | #define HAVE_FOPEN64 1 >| | #define HAVE_FTRUNCATE 1 >| | #define HAVE_FUTIMESAT 1 >| | #define HAVE_GETCWD 1 >| | #define HAVE_LCHOWN 1 >| | #define HAVE_LINKAT 1 >| | #define HAVE_LREMOVEXATTR 1 >| | #define HAVE_LSETXATTR 1 >| | #define HAVE_LUTIMES 1 >| | #define HAVE_MEMMOVE 1 >| | #define HAVE_MEMCPY 1 >| | #define HAVE_MEMSET 1 >| | #define HAVE_MKDIR 1 >| | #define HAVE_MKDIRAT 1 >| | #define HAVE_MKDTEMP 1 >| | #define HAVE_MKFIFOAT 1 >| | #define HAVE_MKNODAT 1 >| | #define HAVE_MKOSTEMP 1 >| | #define HAVE_MKOSTEMP64 1 >| | #define HAVE_MKOSTEMPS 1 >| | #define HAVE_MKOSTEMPS64 1 >| | #define HAVE_MKSTEMP 1 >| | #define HAVE_MKSTEMP64 1 >| | #define HAVE_MKSTEMPS 1 >| | #define HAVE_MKSTEMPS64 1 >| | #define HAVE_OPEN64 1 >| | #define HAVE_OPENAT 1 >| | #define HAVE_OPENAT64 1 >| | #define HAVE_PATHCONF 1 >| | #define HAVE_PRCTL 1 >| | #define HAVE_PROCESS_VM_READV 1 >| | #define HAVE_PTRACE 1 >| | #define HAVE_REALPATH 1 >| | #define HAVE_REMOVE 1 >| | #define HAVE_REMOVEXATTR 1 >| | #define HAVE_RENAMEAT 1 >| | #define HAVE_RENAMEAT2 1 >| | #define HAVE_RMDIR 1 >| | #define HAVE_SETENV 1 >| | #define HAVE_SETXATTR 1 >| | #define HAVE_STRCASECMP 1 >| | #define HAVE_STRCHR 1 >| | #define HAVE_STRDUP 1 >| | #define HAVE_STRERROR 1 >| | #define HAVE_STRNDUP 1 >| | #define HAVE_STRRCHR 1 >| | #define HAVE_STRSPN 1 >| | #define HAVE_STRSTR 1 >| | #define HAVE_STRTOK_R 1 >| | #define HAVE_SYMLINKAT 1 >| | #define HAVE_TRUNCATE64 1 >| | #define HAVE_UNLINKAT 1 >| | #define HAVE_UNSHARE 1 >| | #define HAVE_UTIME 1 >| | #define HAVE_UTIMENSAT 1 >| | #define HAVE_UTIMES 1 >| | #define HAVE_WORKING_VFORK 1 >| | #define HAVE_WORKING_FORK 1 >| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| | #define RETSIGTYPE void >| | #define HAVE___SYNC_LOCK_TEST_AND_SET 1 >| | #define HAVE_DLVSYM 1 >| | /* end confdefs.h. */ >| | #include <ac_nonexistent.h> >| configure:16865: result: clang -m32 -mfpmath=sse -E >| configure:16879: clang -m32 -mfpmath=sse -E -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >| configure:16879: $? = 0 >| configure:16895: clang -m32 -mfpmath=sse -E -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >| conftest.c:168:10: fatal error: 'ac_nonexistent.h' file not found >| 168 | #include <ac_nonexistent.h> >| | ^~~~~~~~~~~~~~~~~~ >| 1 error generated. >| configure:16895: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "sandbox" >| | #define PACKAGE_TARNAME "sandbox" >| | #define PACKAGE_VERSION "2.42" >| | #define PACKAGE_STRING "sandbox 2.42" >| | #define PACKAGE_BUGREPORT "sandbox@gentoo.org" >| | #define PACKAGE_URL "" >| | #define PACKAGE "sandbox" >| | #define VERSION "2.42" >| | #define SANDBOX_CONFIGURE_OPTS "--prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/sandbox-2.42 --htmldir=/usr/share/doc/sandbox-2.42/html --with-sysroot=/ --libdir=/usr/lib build_alias=i686-pc-linux-gnu host_alias=i686-pc-linux-gnu 'CC=clang -m32 -mfpmath=sse' 'CFLAGS=-O2 -Wformat -Werror=format-security' LDFLAGS=-Wl,-O1 CPPFLAGS=" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 1 >| | #define HAVE_UNISTD_H 1 >| | #define HAVE_WCHAR_H 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_DLFCN_H 1 >| | #define HAVE_ELF_H 1 >| | #define HAVE_ERRNO_H 1 >| | #define HAVE_EXECINFO_H 1 >| | #define HAVE_FCNTL_H 1 >| | #define HAVE_GETOPT_H 1 >| | #define HAVE_GRP_H 1 >| | #define HAVE_LIBGEN_H 1 >| | #define HAVE_LIMITS_H 1 >| | #define HAVE_MEMORY_H 1 >| | #define HAVE_PTHREAD_H 1 >| | #define HAVE_PWD_H 1 >| | #define HAVE_SCHED_H 1 >| | #define HAVE_SIGNAL_H 1 >| | #define HAVE_STDARG_H 1 >| | #define HAVE_STDBOOL_H 1 >| | #define HAVE_STDDEF_H 1 >| | #define HAVE_SYSCALL_H 1 >| | #define HAVE_UTIME_H 1 >| | #define HAVE_SYS_FILE_H 1 >| | #define HAVE_SYS_IOCTL_H 1 >| | #define HAVE_SYS_MMAN_H 1 >| | #define HAVE_SYS_MOUNT_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define HAVE_SYS_PRCTL_H 1 >| | #define HAVE_SYS_PTRACE_H 1 >| | #define HAVE_SYS_REG_H 1 >| | #define HAVE_SYS_SOCKET_H 1 >| | #define HAVE_SYS_SYSCALL_H 1 >| | #define HAVE_SYS_TIME_H 1 >| | #define HAVE_SYS_UIO_H 1 >| | #define HAVE_SYS_USER_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_SYS_XATTR_H 1 >| | #define HAVE_ASM_PTRACE_H 1 >| | #define HAVE_LINUX_PTRACE_H 1 >| | #define STDC_HEADERS 1 >| | #define _ALL_SOURCE 1 >| | #define _DARWIN_C_SOURCE 1 >| | #define _GNU_SOURCE 1 >| | #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| | #define _NETBSD_SOURCE 1 >| | #define _OPENBSD_SOURCE 1 >| | #define _POSIX_PTHREAD_SEMANTICS 1 >| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| | #define __STDC_WANT_LIB_EXT2__ 1 >| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| | #define _TANDEM_SOURCE 1 >| | #define __EXTENSIONS__ 1 >| | #define HAVE_DLFCN_H 1 >| | #define LT_OBJDIR ".libs/" >| | #define SB_PERSONALITIES_x86_64 1 >| | #define SB_PERSONALITIES_x86 1 >| | #define SB_PERSONALITIES "x86_64:-m64 x86:-m32" >| | #define HAVE_ALLOCA_H 1 >| | #define HAVE_ALLOCA 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_DECL_ENVIRON 1 >| | #define HAVE_PTRDIFF_T 1 >| | #define HAVE_SIGHANDLER_T 1 >| | #define HAVE_SIG_T 1 >| | #define HAVE___SIGHANDLER_T 1 >| | #define HAVE_STRUCT_PTRACE_SYSCALL_INFO 1 >| | #define HAVE_STRUCT_USER_REGS_STRUCT 1 >| | #define HAVE_STRUCT_PT_REGS 1 >| | #define SIZEOF_STRUCT_USER_REGS_STRUCT 68 >| | #define SIZEOF_STRUCT_PT_REGS 68 >| | #define HAVE_CHOWN 1 >| | #define HAVE_FORK 1 >| | #define HAVE_VFORK 1 >| | #define HAVE_BACKTRACE 1 >| | #define HAVE_CLONE 1 >| | #define HAVE_CREAT64 1 >| | #define HAVE_FACCESSAT 1 >| | #define HAVE_FCHMODAT 1 >| | #define HAVE_FCHOWNAT 1 >| | #define HAVE_FOPEN64 1 >| | #define HAVE_FTRUNCATE 1 >| | #define HAVE_FUTIMESAT 1 >| | #define HAVE_GETCWD 1 >| | #define HAVE_LCHOWN 1 >| | #define HAVE_LINKAT 1 >| | #define HAVE_LREMOVEXATTR 1 >| | #define HAVE_LSETXATTR 1 >| | #define HAVE_LUTIMES 1 >| | #define HAVE_MEMMOVE 1 >| | #define HAVE_MEMCPY 1 >| | #define HAVE_MEMSET 1 >| | #define HAVE_MKDIR 1 >| | #define HAVE_MKDIRAT 1 >| | #define HAVE_MKDTEMP 1 >| | #define HAVE_MKFIFOAT 1 >| | #define HAVE_MKNODAT 1 >| | #define HAVE_MKOSTEMP 1 >| | #define HAVE_MKOSTEMP64 1 >| | #define HAVE_MKOSTEMPS 1 >| | #define HAVE_MKOSTEMPS64 1 >| | #define HAVE_MKSTEMP 1 >| | #define HAVE_MKSTEMP64 1 >| | #define HAVE_MKSTEMPS 1 >| | #define HAVE_MKSTEMPS64 1 >| | #define HAVE_OPEN64 1 >| | #define HAVE_OPENAT 1 >| | #define HAVE_OPENAT64 1 >| | #define HAVE_PATHCONF 1 >| | #define HAVE_PRCTL 1 >| | #define HAVE_PROCESS_VM_READV 1 >| | #define HAVE_PTRACE 1 >| | #define HAVE_REALPATH 1 >| | #define HAVE_REMOVE 1 >| | #define HAVE_REMOVEXATTR 1 >| | #define HAVE_RENAMEAT 1 >| | #define HAVE_RENAMEAT2 1 >| | #define HAVE_RMDIR 1 >| | #define HAVE_SETENV 1 >| | #define HAVE_SETXATTR 1 >| | #define HAVE_STRCASECMP 1 >| | #define HAVE_STRCHR 1 >| | #define HAVE_STRDUP 1 >| | #define HAVE_STRERROR 1 >| | #define HAVE_STRNDUP 1 >| | #define HAVE_STRRCHR 1 >| | #define HAVE_STRSPN 1 >| | #define HAVE_STRSTR 1 >| | #define HAVE_STRTOK_R 1 >| | #define HAVE_SYMLINKAT 1 >| | #define HAVE_TRUNCATE64 1 >| | #define HAVE_UNLINKAT 1 >| | #define HAVE_UNSHARE 1 >| | #define HAVE_UTIME 1 >| | #define HAVE_UTIMENSAT 1 >| | #define HAVE_UTIMES 1 >| | #define HAVE_WORKING_VFORK 1 >| | #define HAVE_WORKING_FORK 1 >| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| | #define RETSIGTYPE void >| | #define HAVE___SYNC_LOCK_TEST_AND_SET 1 >| | #define HAVE_DLVSYM 1 >| | /* end confdefs.h. */ >| | #include <ac_nonexistent.h> >| configure:16928: checking for egrep -e >| configure:17058: result: /usr/bin/grep -E >| configure:17077: result: off_t >| configure:17088: checking for RTLD_NEXT >| configure:17107: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| configure:17107: $? = 0 >| configure:17116: result: yes >| configure:17124: checking libc path >| try_link: trying: clang -m32 -mfpmath=sse -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -o libctest libctest.c > libctest.log 2>&1 -Wl,--trace >| /lib/Scrt1.o >| /lib/crti.o >| /usr/lib/gcc/x86_64-pc-linux-gnu/15/32/crtbeginS.o >| /var/tmp/portage/sys-apps/sandbox-2.42/temp/libctest-44abf1.o >| /usr/lib/gcc/x86_64-pc-linux-gnu/15/32/libgcc_s.so.1 >| /lib/libc.so.6 >| /lib/ld-linux.so.2 >| /usr/lib/gcc/x86_64-pc-linux-gnu/15/32/libgcc_s.so.1 >| /usr/lib/gcc/x86_64-pc-linux-gnu/15/32/crtendS.o >| /lib/crtn.o >| try_link: SUCCESS >| configure:17157: result: /lib/libc.so.6 >| configure:17161: checking libc version >| configure:17174: result: libc.so.6 >| configure:17181: checking for /proc/self/fd >| configure:17187: result: yes >| configure:17194: checking for /dev/fd >| configure:17200: result: yes >| configure:17207: checking for /proc/self/cmdline >| configure:17213: result: yes >| configure:17220: checking for /proc/1/cmdline >| configure:17226: result: yes >| configure:17233: checking for /proc/149/cmdline >| configure:17239: result: yes >| configure:17250: checking how to enable exception handling >| configure:17266: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -fexceptions -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >| configure:17266: $? = 0 >| configure:17277: result: -fexceptions >| configure:17282: checking for C compiler vendor >| configure:17341: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_REENTRANT conftest.c >&5 >| conftest.c:183:7: error: use of undeclared identifier 'thisisanerror' >| 183 | thisisanerror; >| | ^ >| 1 error generated. >| configure:17341: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "sandbox" >| | #define PACKAGE_TARNAME "sandbox" >| | #define PACKAGE_VERSION "2.42" >| | #define PACKAGE_STRING "sandbox 2.42" >| | #define PACKAGE_BUGREPORT "sandbox@gentoo.org" >| | #define PACKAGE_URL "" >| | #define PACKAGE "sandbox" >| | #define VERSION "2.42" >| | #define SANDBOX_CONFIGURE_OPTS "--prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/sandbox-2.42 --htmldir=/usr/share/doc/sandbox-2.42/html --with-sysroot=/ --libdir=/usr/lib build_alias=i686-pc-linux-gnu host_alias=i686-pc-linux-gnu 'CC=clang -m32 -mfpmath=sse' 'CFLAGS=-O2 -Wformat -Werror=format-security' LDFLAGS=-Wl,-O1 CPPFLAGS=" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 1 >| | #define HAVE_UNISTD_H 1 >| | #define HAVE_WCHAR_H 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_DLFCN_H 1 >| | #define HAVE_ELF_H 1 >| | #define HAVE_ERRNO_H 1 >| | #define HAVE_EXECINFO_H 1 >| | #define HAVE_FCNTL_H 1 >| | #define HAVE_GETOPT_H 1 >| | #define HAVE_GRP_H 1 >| | #define HAVE_LIBGEN_H 1 >| | #define HAVE_LIMITS_H 1 >| | #define HAVE_MEMORY_H 1 >| | #define HAVE_PTHREAD_H 1 >| | #define HAVE_PWD_H 1 >| | #define HAVE_SCHED_H 1 >| | #define HAVE_SIGNAL_H 1 >| | #define HAVE_STDARG_H 1 >| | #define HAVE_STDBOOL_H 1 >| | #define HAVE_STDDEF_H 1 >| | #define HAVE_SYSCALL_H 1 >| | #define HAVE_UTIME_H 1 >| | #define HAVE_SYS_FILE_H 1 >| | #define HAVE_SYS_IOCTL_H 1 >| | #define HAVE_SYS_MMAN_H 1 >| | #define HAVE_SYS_MOUNT_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define HAVE_SYS_PRCTL_H 1 >| | #define HAVE_SYS_PTRACE_H 1 >| | #define HAVE_SYS_REG_H 1 >| | #define HAVE_SYS_SOCKET_H 1 >| | #define HAVE_SYS_SYSCALL_H 1 >| | #define HAVE_SYS_TIME_H 1 >| | #define HAVE_SYS_UIO_H 1 >| | #define HAVE_SYS_USER_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_SYS_XATTR_H 1 >| | #define HAVE_ASM_PTRACE_H 1 >| | #define HAVE_LINUX_PTRACE_H 1 >| | #define STDC_HEADERS 1 >| | #define _ALL_SOURCE 1 >| | #define _DARWIN_C_SOURCE 1 >| | #define _GNU_SOURCE 1 >| | #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| | #define _NETBSD_SOURCE 1 >| | #define _OPENBSD_SOURCE 1 >| | #define _POSIX_PTHREAD_SEMANTICS 1 >| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| | #define __STDC_WANT_LIB_EXT2__ 1 >| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| | #define _TANDEM_SOURCE 1 >| | #define __EXTENSIONS__ 1 >| | #define HAVE_DLFCN_H 1 >| | #define LT_OBJDIR ".libs/" >| | #define SB_PERSONALITIES_x86_64 1 >| | #define SB_PERSONALITIES_x86 1 >| | #define SB_PERSONALITIES "x86_64:-m64 x86:-m32" >| | #define HAVE_ALLOCA_H 1 >| | #define HAVE_ALLOCA 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_DECL_ENVIRON 1 >| | #define HAVE_PTRDIFF_T 1 >| | #define HAVE_SIGHANDLER_T 1 >| | #define HAVE_SIG_T 1 >| | #define HAVE___SIGHANDLER_T 1 >| | #define HAVE_STRUCT_PTRACE_SYSCALL_INFO 1 >| | #define HAVE_STRUCT_USER_REGS_STRUCT 1 >| | #define HAVE_STRUCT_PT_REGS 1 >| | #define SIZEOF_STRUCT_USER_REGS_STRUCT 68 >| | #define SIZEOF_STRUCT_PT_REGS 68 >| | #define HAVE_CHOWN 1 >| | #define HAVE_FORK 1 >| | #define HAVE_VFORK 1 >| | #define HAVE_BACKTRACE 1 >| | #define HAVE_CLONE 1 >| | #define HAVE_CREAT64 1 >| | #define HAVE_FACCESSAT 1 >| | #define HAVE_FCHMODAT 1 >| | #define HAVE_FCHOWNAT 1 >| | #define HAVE_FOPEN64 1 >| | #define HAVE_FTRUNCATE 1 >| | #define HAVE_FUTIMESAT 1 >| | #define HAVE_GETCWD 1 >| | #define HAVE_LCHOWN 1 >| | #define HAVE_LINKAT 1 >| | #define HAVE_LREMOVEXATTR 1 >| | #define HAVE_LSETXATTR 1 >| | #define HAVE_LUTIMES 1 >| | #define HAVE_MEMMOVE 1 >| | #define HAVE_MEMCPY 1 >| | #define HAVE_MEMSET 1 >| | #define HAVE_MKDIR 1 >| | #define HAVE_MKDIRAT 1 >| | #define HAVE_MKDTEMP 1 >| | #define HAVE_MKFIFOAT 1 >| | #define HAVE_MKNODAT 1 >| | #define HAVE_MKOSTEMP 1 >| | #define HAVE_MKOSTEMP64 1 >| | #define HAVE_MKOSTEMPS 1 >| | #define HAVE_MKOSTEMPS64 1 >| | #define HAVE_MKSTEMP 1 >| | #define HAVE_MKSTEMP64 1 >| | #define HAVE_MKSTEMPS 1 >| | #define HAVE_MKSTEMPS64 1 >| | #define HAVE_OPEN64 1 >| | #define HAVE_OPENAT 1 >| | #define HAVE_OPENAT64 1 >| | #define HAVE_PATHCONF 1 >| | #define HAVE_PRCTL 1 >| | #define HAVE_PROCESS_VM_READV 1 >| | #define HAVE_PTRACE 1 >| | #define HAVE_REALPATH 1 >| | #define HAVE_REMOVE 1 >| | #define HAVE_REMOVEXATTR 1 >| | #define HAVE_RENAMEAT 1 >| | #define HAVE_RENAMEAT2 1 >| | #define HAVE_RMDIR 1 >| | #define HAVE_SETENV 1 >| | #define HAVE_SETXATTR 1 >| | #define HAVE_STRCASECMP 1 >| | #define HAVE_STRCHR 1 >| | #define HAVE_STRDUP 1 >| | #define HAVE_STRERROR 1 >| | #define HAVE_STRNDUP 1 >| | #define HAVE_STRRCHR 1 >| | #define HAVE_STRSPN 1 >| | #define HAVE_STRSTR 1 >| | #define HAVE_STRTOK_R 1 >| | #define HAVE_SYMLINKAT 1 >| | #define HAVE_TRUNCATE64 1 >| | #define HAVE_UNLINKAT 1 >| | #define HAVE_UNSHARE 1 >| | #define HAVE_UTIME 1 >| | #define HAVE_UTIMENSAT 1 >| | #define HAVE_UTIMES 1 >| | #define HAVE_WORKING_VFORK 1 >| | #define HAVE_WORKING_FORK 1 >| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| | #define RETSIGTYPE void >| | #define HAVE___SYNC_LOCK_TEST_AND_SET 1 >| | #define HAVE_DLVSYM 1 >| | #define TRUNCATE_T off_t >| | #define HAVE_RTLD_NEXT 1 >| | #define LIBC_PATH "/lib/libc.so.6" >| | #define LIBC_VERSION "libc.so.6" >| | #define SANDBOX_PROC_SELF_FD 1 >| | #define SANDBOX_DEV_FD 1 >| | #define SANDBOX_PROC_SELF_CMDLINE 1 >| | #define SANDBOX_PROC_1_CMDLINE 1 >| | #define SANDBOX_PROC_dd_CMDLINE 1 >| | /* end confdefs.h. */ >| | >| | int >| | main (void) >| | { >| | >| | #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER)) >| | thisisanerror; >| | #endif >| | >| | ; >| | return 0; >| | } >| configure:17341: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_REENTRANT conftest.c >&5 >| conftest.c:183:7: error: use of undeclared identifier 'thisisanerror' >| 183 | thisisanerror; >| | ^ >| 1 error generated. >| configure:17341: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "sandbox" >| | #define PACKAGE_TARNAME "sandbox" >| | #define PACKAGE_VERSION "2.42" >| | #define PACKAGE_STRING "sandbox 2.42" >| | #define PACKAGE_BUGREPORT "sandbox@gentoo.org" >| | #define PACKAGE_URL "" >| | #define PACKAGE "sandbox" >| | #define VERSION "2.42" >| | #define SANDBOX_CONFIGURE_OPTS "--prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/sandbox-2.42 --htmldir=/usr/share/doc/sandbox-2.42/html --with-sysroot=/ --libdir=/usr/lib build_alias=i686-pc-linux-gnu host_alias=i686-pc-linux-gnu 'CC=clang -m32 -mfpmath=sse' 'CFLAGS=-O2 -Wformat -Werror=format-security' LDFLAGS=-Wl,-O1 CPPFLAGS=" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 1 >| | #define HAVE_UNISTD_H 1 >| | #define HAVE_WCHAR_H 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_DLFCN_H 1 >| | #define HAVE_ELF_H 1 >| | #define HAVE_ERRNO_H 1 >| | #define HAVE_EXECINFO_H 1 >| | #define HAVE_FCNTL_H 1 >| | #define HAVE_GETOPT_H 1 >| | #define HAVE_GRP_H 1 >| | #define HAVE_LIBGEN_H 1 >| | #define HAVE_LIMITS_H 1 >| | #define HAVE_MEMORY_H 1 >| | #define HAVE_PTHREAD_H 1 >| | #define HAVE_PWD_H 1 >| | #define HAVE_SCHED_H 1 >| | #define HAVE_SIGNAL_H 1 >| | #define HAVE_STDARG_H 1 >| | #define HAVE_STDBOOL_H 1 >| | #define HAVE_STDDEF_H 1 >| | #define HAVE_SYSCALL_H 1 >| | #define HAVE_UTIME_H 1 >| | #define HAVE_SYS_FILE_H 1 >| | #define HAVE_SYS_IOCTL_H 1 >| | #define HAVE_SYS_MMAN_H 1 >| | #define HAVE_SYS_MOUNT_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define HAVE_SYS_PRCTL_H 1 >| | #define HAVE_SYS_PTRACE_H 1 >| | #define HAVE_SYS_REG_H 1 >| | #define HAVE_SYS_SOCKET_H 1 >| | #define HAVE_SYS_SYSCALL_H 1 >| | #define HAVE_SYS_TIME_H 1 >| | #define HAVE_SYS_UIO_H 1 >| | #define HAVE_SYS_USER_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_SYS_XATTR_H 1 >| | #define HAVE_ASM_PTRACE_H 1 >| | #define HAVE_LINUX_PTRACE_H 1 >| | #define STDC_HEADERS 1 >| | #define _ALL_SOURCE 1 >| | #define _DARWIN_C_SOURCE 1 >| | #define _GNU_SOURCE 1 >| | #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| | #define _NETBSD_SOURCE 1 >| | #define _OPENBSD_SOURCE 1 >| | #define _POSIX_PTHREAD_SEMANTICS 1 >| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| | #define __STDC_WANT_LIB_EXT2__ 1 >| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| | #define _TANDEM_SOURCE 1 >| | #define __EXTENSIONS__ 1 >| | #define HAVE_DLFCN_H 1 >| | #define LT_OBJDIR ".libs/" >| | #define SB_PERSONALITIES_x86_64 1 >| | #define SB_PERSONALITIES_x86 1 >| | #define SB_PERSONALITIES "x86_64:-m64 x86:-m32" >| | #define HAVE_ALLOCA_H 1 >| | #define HAVE_ALLOCA 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_DECL_ENVIRON 1 >| | #define HAVE_PTRDIFF_T 1 >| | #define HAVE_SIGHANDLER_T 1 >| | #define HAVE_SIG_T 1 >| | #define HAVE___SIGHANDLER_T 1 >| | #define HAVE_STRUCT_PTRACE_SYSCALL_INFO 1 >| | #define HAVE_STRUCT_USER_REGS_STRUCT 1 >| | #define HAVE_STRUCT_PT_REGS 1 >| | #define SIZEOF_STRUCT_USER_REGS_STRUCT 68 >| | #define SIZEOF_STRUCT_PT_REGS 68 >| | #define HAVE_CHOWN 1 >| | #define HAVE_FORK 1 >| | #define HAVE_VFORK 1 >| | #define HAVE_BACKTRACE 1 >| | #define HAVE_CLONE 1 >| | #define HAVE_CREAT64 1 >| | #define HAVE_FACCESSAT 1 >| | #define HAVE_FCHMODAT 1 >| | #define HAVE_FCHOWNAT 1 >| | #define HAVE_FOPEN64 1 >| | #define HAVE_FTRUNCATE 1 >| | #define HAVE_FUTIMESAT 1 >| | #define HAVE_GETCWD 1 >| | #define HAVE_LCHOWN 1 >| | #define HAVE_LINKAT 1 >| | #define HAVE_LREMOVEXATTR 1 >| | #define HAVE_LSETXATTR 1 >| | #define HAVE_LUTIMES 1 >| | #define HAVE_MEMMOVE 1 >| | #define HAVE_MEMCPY 1 >| | #define HAVE_MEMSET 1 >| | #define HAVE_MKDIR 1 >| | #define HAVE_MKDIRAT 1 >| | #define HAVE_MKDTEMP 1 >| | #define HAVE_MKFIFOAT 1 >| | #define HAVE_MKNODAT 1 >| | #define HAVE_MKOSTEMP 1 >| | #define HAVE_MKOSTEMP64 1 >| | #define HAVE_MKOSTEMPS 1 >| | #define HAVE_MKOSTEMPS64 1 >| | #define HAVE_MKSTEMP 1 >| | #define HAVE_MKSTEMP64 1 >| | #define HAVE_MKSTEMPS 1 >| | #define HAVE_MKSTEMPS64 1 >| | #define HAVE_OPEN64 1 >| | #define HAVE_OPENAT 1 >| | #define HAVE_OPENAT64 1 >| | #define HAVE_PATHCONF 1 >| | #define HAVE_PRCTL 1 >| | #define HAVE_PROCESS_VM_READV 1 >| | #define HAVE_PTRACE 1 >| | #define HAVE_REALPATH 1 >| | #define HAVE_REMOVE 1 >| | #define HAVE_REMOVEXATTR 1 >| | #define HAVE_RENAMEAT 1 >| | #define HAVE_RENAMEAT2 1 >| | #define HAVE_RMDIR 1 >| | #define HAVE_SETENV 1 >| | #define HAVE_SETXATTR 1 >| | #define HAVE_STRCASECMP 1 >| | #define HAVE_STRCHR 1 >| | #define HAVE_STRDUP 1 >| | #define HAVE_STRERROR 1 >| | #define HAVE_STRNDUP 1 >| | #define HAVE_STRRCHR 1 >| | #define HAVE_STRSPN 1 >| | #define HAVE_STRSTR 1 >| | #define HAVE_STRTOK_R 1 >| | #define HAVE_SYMLINKAT 1 >| | #define HAVE_TRUNCATE64 1 >| | #define HAVE_UNLINKAT 1 >| | #define HAVE_UNSHARE 1 >| | #define HAVE_UTIME 1 >| | #define HAVE_UTIMENSAT 1 >| | #define HAVE_UTIMES 1 >| | #define HAVE_WORKING_VFORK 1 >| | #define HAVE_WORKING_FORK 1 >| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| | #define RETSIGTYPE void >| | #define HAVE___SYNC_LOCK_TEST_AND_SET 1 >| | #define HAVE_DLVSYM 1 >| | #define TRUNCATE_T off_t >| | #define HAVE_RTLD_NEXT 1 >| | #define LIBC_PATH "/lib/libc.so.6" >| | #define LIBC_VERSION "libc.so.6" >| | #define SANDBOX_PROC_SELF_FD 1 >| | #define SANDBOX_DEV_FD 1 >| | #define SANDBOX_PROC_SELF_CMDLINE 1 >| | #define SANDBOX_PROC_1_CMDLINE 1 >| | #define SANDBOX_PROC_dd_CMDLINE 1 >| | /* end confdefs.h. */ >| | >| | int >| | main (void) >| | { >| | >| | #if !(defined(__xlc__) || defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__) || defined(__ibmxl__)) >| | thisisanerror; >| | #endif >| | >| | ; >| | return 0; >| | } >| configure:17341: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_REENTRANT conftest.c >&5 >| conftest.c:183:7: error: use of undeclared identifier 'thisisanerror' >| 183 | thisisanerror; >| | ^ >| 1 error generated. >| configure:17341: $? = 1 >| configure: failed program was: >| | /* confdefs.h */ >| | #define PACKAGE_NAME "sandbox" >| | #define PACKAGE_TARNAME "sandbox" >| | #define PACKAGE_VERSION "2.42" >| | #define PACKAGE_STRING "sandbox 2.42" >| | #define PACKAGE_BUGREPORT "sandbox@gentoo.org" >| | #define PACKAGE_URL "" >| | #define PACKAGE "sandbox" >| | #define VERSION "2.42" >| | #define SANDBOX_CONFIGURE_OPTS "--prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/sandbox-2.42 --htmldir=/usr/share/doc/sandbox-2.42/html --with-sysroot=/ --libdir=/usr/lib build_alias=i686-pc-linux-gnu host_alias=i686-pc-linux-gnu 'CC=clang -m32 -mfpmath=sse' 'CFLAGS=-O2 -Wformat -Werror=format-security' LDFLAGS=-Wl,-O1 CPPFLAGS=" >| | #define HAVE_STDIO_H 1 >| | #define HAVE_STDLIB_H 1 >| | #define HAVE_STRING_H 1 >| | #define HAVE_INTTYPES_H 1 >| | #define HAVE_STDINT_H 1 >| | #define HAVE_STRINGS_H 1 >| | #define HAVE_SYS_STAT_H 1 >| | #define HAVE_SYS_TYPES_H 1 >| | #define HAVE_UNISTD_H 1 >| | #define HAVE_WCHAR_H 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_DLFCN_H 1 >| | #define HAVE_ELF_H 1 >| | #define HAVE_ERRNO_H 1 >| | #define HAVE_EXECINFO_H 1 >| | #define HAVE_FCNTL_H 1 >| | #define HAVE_GETOPT_H 1 >| | #define HAVE_GRP_H 1 >| | #define HAVE_LIBGEN_H 1 >| | #define HAVE_LIMITS_H 1 >| | #define HAVE_MEMORY_H 1 >| | #define HAVE_PTHREAD_H 1 >| | #define HAVE_PWD_H 1 >| | #define HAVE_SCHED_H 1 >| | #define HAVE_SIGNAL_H 1 >| | #define HAVE_STDARG_H 1 >| | #define HAVE_STDBOOL_H 1 >| | #define HAVE_STDDEF_H 1 >| | #define HAVE_SYSCALL_H 1 >| | #define HAVE_UTIME_H 1 >| | #define HAVE_SYS_FILE_H 1 >| | #define HAVE_SYS_IOCTL_H 1 >| | #define HAVE_SYS_MMAN_H 1 >| | #define HAVE_SYS_MOUNT_H 1 >| | #define HAVE_SYS_PARAM_H 1 >| | #define HAVE_SYS_PRCTL_H 1 >| | #define HAVE_SYS_PTRACE_H 1 >| | #define HAVE_SYS_REG_H 1 >| | #define HAVE_SYS_SOCKET_H 1 >| | #define HAVE_SYS_SYSCALL_H 1 >| | #define HAVE_SYS_TIME_H 1 >| | #define HAVE_SYS_UIO_H 1 >| | #define HAVE_SYS_USER_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_SYS_XATTR_H 1 >| | #define HAVE_ASM_PTRACE_H 1 >| | #define HAVE_LINUX_PTRACE_H 1 >| | #define STDC_HEADERS 1 >| | #define _ALL_SOURCE 1 >| | #define _DARWIN_C_SOURCE 1 >| | #define _GNU_SOURCE 1 >| | #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| | #define _NETBSD_SOURCE 1 >| | #define _OPENBSD_SOURCE 1 >| | #define _POSIX_PTHREAD_SEMANTICS 1 >| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| | #define __STDC_WANT_LIB_EXT2__ 1 >| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| | #define _TANDEM_SOURCE 1 >| | #define __EXTENSIONS__ 1 >| | #define HAVE_DLFCN_H 1 >| | #define LT_OBJDIR ".libs/" >| | #define SB_PERSONALITIES_x86_64 1 >| | #define SB_PERSONALITIES_x86 1 >| | #define SB_PERSONALITIES "x86_64:-m64 x86:-m32" >| | #define HAVE_ALLOCA_H 1 >| | #define HAVE_ALLOCA 1 >| | #define HAVE_DIRENT_H 1 >| | #define HAVE_SYS_WAIT_H 1 >| | #define HAVE_DECL_ENVIRON 1 >| | #define HAVE_PTRDIFF_T 1 >| | #define HAVE_SIGHANDLER_T 1 >| | #define HAVE_SIG_T 1 >| | #define HAVE___SIGHANDLER_T 1 >| | #define HAVE_STRUCT_PTRACE_SYSCALL_INFO 1 >| | #define HAVE_STRUCT_USER_REGS_STRUCT 1 >| | #define HAVE_STRUCT_PT_REGS 1 >| | #define SIZEOF_STRUCT_USER_REGS_STRUCT 68 >| | #define SIZEOF_STRUCT_PT_REGS 68 >| | #define HAVE_CHOWN 1 >| | #define HAVE_FORK 1 >| | #define HAVE_VFORK 1 >| | #define HAVE_BACKTRACE 1 >| | #define HAVE_CLONE 1 >| | #define HAVE_CREAT64 1 >| | #define HAVE_FACCESSAT 1 >| | #define HAVE_FCHMODAT 1 >| | #define HAVE_FCHOWNAT 1 >| | #define HAVE_FOPEN64 1 >| | #define HAVE_FTRUNCATE 1 >| | #define HAVE_FUTIMESAT 1 >| | #define HAVE_GETCWD 1 >| | #define HAVE_LCHOWN 1 >| | #define HAVE_LINKAT 1 >| | #define HAVE_LREMOVEXATTR 1 >| | #define HAVE_LSETXATTR 1 >| | #define HAVE_LUTIMES 1 >| | #define HAVE_MEMMOVE 1 >| | #define HAVE_MEMCPY 1 >| | #define HAVE_MEMSET 1 >| | #define HAVE_MKDIR 1 >| | #define HAVE_MKDIRAT 1 >| | #define HAVE_MKDTEMP 1 >| | #define HAVE_MKFIFOAT 1 >| | #define HAVE_MKNODAT 1 >| | #define HAVE_MKOSTEMP 1 >| | #define HAVE_MKOSTEMP64 1 >| | #define HAVE_MKOSTEMPS 1 >| | #define HAVE_MKOSTEMPS64 1 >| | #define HAVE_MKSTEMP 1 >| | #define HAVE_MKSTEMP64 1 >| | #define HAVE_MKSTEMPS 1 >| | #define HAVE_MKSTEMPS64 1 >| | #define HAVE_OPEN64 1 >| | #define HAVE_OPENAT 1 >| | #define HAVE_OPENAT64 1 >| | #define HAVE_PATHCONF 1 >| | #define HAVE_PRCTL 1 >| | #define HAVE_PROCESS_VM_READV 1 >| | #define HAVE_PTRACE 1 >| | #define HAVE_REALPATH 1 >| | #define HAVE_REMOVE 1 >| | #define HAVE_REMOVEXATTR 1 >| | #define HAVE_RENAMEAT 1 >| | #define HAVE_RENAMEAT2 1 >| | #define HAVE_RMDIR 1 >| | #define HAVE_SETENV 1 >| | #define HAVE_SETXATTR 1 >| | #define HAVE_STRCASECMP 1 >| | #define HAVE_STRCHR 1 >| | #define HAVE_STRDUP 1 >| | #define HAVE_STRERROR 1 >| | #define HAVE_STRNDUP 1 >| | #define HAVE_STRRCHR 1 >| | #define HAVE_STRSPN 1 >| | #define HAVE_STRSTR 1 >| | #define HAVE_STRTOK_R 1 >| | #define HAVE_SYMLINKAT 1 >| | #define HAVE_TRUNCATE64 1 >| | #define HAVE_UNLINKAT 1 >| | #define HAVE_UNSHARE 1 >| | #define HAVE_UTIME 1 >| | #define HAVE_UTIMENSAT 1 >| | #define HAVE_UTIMES 1 >| | #define HAVE_WORKING_VFORK 1 >| | #define HAVE_WORKING_FORK 1 >| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| | #define RETSIGTYPE void >| | #define HAVE___SYNC_LOCK_TEST_AND_SET 1 >| | #define HAVE_DLVSYM 1 >| | #define TRUNCATE_T off_t >| | #define HAVE_RTLD_NEXT 1 >| | #define LIBC_PATH "/lib/libc.so.6" >| | #define LIBC_VERSION "libc.so.6" >| | #define SANDBOX_PROC_SELF_FD 1 >| | #define SANDBOX_DEV_FD 1 >| | #define SANDBOX_PROC_SELF_CMDLINE 1 >| | #define SANDBOX_PROC_1_CMDLINE 1 >| | #define SANDBOX_PROC_dd_CMDLINE 1 >| | /* end confdefs.h. */ >| | >| | int >| | main (void) >| | { >| | >| | #if !(defined(__PATHCC__) || defined(__PATHSCALE__)) >| | thisisanerror; >| | #endif >| | >| | ; >| | return 0; >| | } >| configure:17341: clang -m32 -mfpmath=sse -c -O2 -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_REENTRANT conftest.c >&5 >| configure:17341: $? = 0 >| configure:17352: result: clang >| configure:17365: checking CFLAGS for most reasonable warnings >| configure:17452: : CFLAGS="$CFLAGS" >| configure:17455: $? = 0 >| configure:17481: result: -Wall >| configure:17492: checking whether the C compiler accepts -fdata-sections >| configure:17515: clang -m32 -mfpmath=sse -c -Wall -O2 -Wformat -Werror=format-security -fdata-sections -Werror -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_REENTRANT conftest.c >&5 >| configure:17515: $? = 0 >| configure:17526: result: yes >| configure:17536: checking whether the C compiler accepts -ffunction-sections >| configure:17559: clang -m32 -mfpmath=sse -c -Wall -O2 -Wformat -Werror=format-security -fdata-sections -ffunction-sections -Werror -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_REENTRANT conftest.c >&5 >| configure:17559: $? = 0 >| configure:17570: result: yes >| configure:17580: checking whether the C compiler accepts -fno-builtin-calloc >| configure:17603: clang -m32 -mfpmath=sse -c -Wall -O2 -Wformat -Werror=format-security -fdata-sections -ffunction-sections -fno-builtin-calloc -Werror -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_REENTRANT conftest.c >&5 >| configure:17603: $? = 0 >| configure:17614: result: yes >| configure:17624: checking whether the C compiler accepts -fno-builtin-malloc >| configure:17647: clang -m32 -mfpmath=sse -c -Wall -O2 -Wformat -Werror=format-security -fdata-sections -ffunction-sections -fno-builtin-calloc -fno-builtin-malloc -Werror -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_REENTRANT conftest.c >&5 >| configure:17647: $? = 0 >| configure:17658: result: yes >| configure:17668: checking whether the C compiler accepts -fno-builtin-realloc >| configure:17691: clang -m32 -mfpmath=sse -c -Wall -O2 -Wformat -Werror=format-security -fdata-sections -ffunction-sections -fno-builtin-calloc -fno-builtin-malloc -fno-builtin-realloc -Werror -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_REENTRANT conftest.c >&5 >| configure:17691: $? = 0 >| configure:17702: result: yes >| configure:17713: checking whether the linker accepts -Wl,--as-needed >| configure:17733: clang -m32 -mfpmath=sse -o conftest -Wall -O2 -Wformat -Werror=format-security -fdata-sections -ffunction-sections -fno-builtin-calloc -fno-builtin-malloc -fno-builtin-realloc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_REENTRANT -Wl,-O1 -Wl,--as-needed conftest.c >&5 >| configure:17733: $? = 0 >| configure:17745: result: yes >| configure:17756: checking whether the linker accepts -Wl,--gc-sections >| configure:17776: clang -m32 -mfpmath=sse -o conftest -Wall -O2 -Wformat -Werror=format-security -fdata-sections -ffunction-sections -fno-builtin-calloc -fno-builtin-malloc -fno-builtin-realloc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_REENTRANT -Wl,-O1 -Wl,--as-needed -Wl,--gc-sections conftest.c >&5 >| configure:17776: $? = 0 >| configure:17788: result: yes >| configure:17800: checking whether the linker accepts -Wl,--no-undefined >| configure:17820: clang -m32 -mfpmath=sse -o conftest -Wall -O2 -Wformat -Werror=format-security -fdata-sections -ffunction-sections -fno-builtin-calloc -fno-builtin-malloc -fno-builtin-realloc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_REENTRANT -Wl,-O1 -Wl,--as-needed -Wl,--gc-sections -Wl,--no-undefined conftest.c >&5 >| configure:17820: $? = 0 >| configure:17832: result: yes >| configure:17848: checking whether the linker accepts -Wl,--version-script,conftest.map >| configure:17868: clang -m32 -mfpmath=sse -o conftest -Wall -O2 -Wformat -Werror=format-security -fdata-sections -ffunction-sections -fno-builtin-calloc -fno-builtin-malloc -fno-builtin-realloc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_REENTRANT -Wl,-O1 -Wl,--as-needed -Wl,--gc-sections -Wl,--no-undefined -Wl,--version-script,conftest.map conftest.c >&5 >| configure:17868: $? = 0 >| configure:17880: result: yes >| configure:18061: checking that generated files are newer than configure >| configure:18067: result: done >| configure:18110: creating ./config.status >| >| ## ---------------------- ## >| ## Running config.status. ## >| ## ---------------------- ## >| >| This file was extended by sandbox config.status 2.42, which was >| generated by GNU Autoconf 2.72. Invocation command line was >| >| CONFIG_FILES = >| CONFIG_HEADERS = >| CONFIG_LINKS = >| CONFIG_COMMANDS = >| $ ./config.status >| >| on localhost >| >| config.status:1266: creating src/sandbox.sh >| config.status:1266: creating Makefile >| config.status:1266: creating etc/sandbox.d/00default >| config.status:1266: creating tests/atlocal >| config.status:1266: creating tests/package.m4 >| config.status:1266: creating config.h >| config.status:1480: executing depfiles commands >| config.status:1480: executing libtool commands >| config.status:1480: executing tests/atconfig commands >| >| ## ---------------- ## >| ## Cache variables. ## >| ## ---------------- ## >| >| ac_cv_build='i686-pc-linux-gnu' >| ac_cv_c_compiler_gnu='yes' >| ac_cv_c_const='yes' >| ac_cv_c_undeclared_builtin_options='none needed' >| ac_cv_cflags_warn_all='-Wall' >| ac_cv_env_CC_set='set' >| ac_cv_env_CC_value='clang -m32 -mfpmath=sse' >| ac_cv_env_CFLAGS_set='set' >| ac_cv_env_CFLAGS_value='-O2 -Wformat -Werror=format-security' >| ac_cv_env_CPPFLAGS_set='set' >| ac_cv_env_CPPFLAGS_value='' >| ac_cv_env_CPP_set='' >| ac_cv_env_CPP_value='' >| ac_cv_env_LDFLAGS_set='set' >| ac_cv_env_LDFLAGS_value='-Wl,-O1' >| ac_cv_env_LIBS_set='' >| ac_cv_env_LIBS_value='' >| ac_cv_env_LT_SYS_LIBRARY_PATH_set='' >| ac_cv_env_LT_SYS_LIBRARY_PATH_value='' >| ac_cv_env_build_alias_set='set' >| ac_cv_env_build_alias_value='i686-pc-linux-gnu' >| ac_cv_env_host_alias_set='set' >| ac_cv_env_host_alias_value='i686-pc-linux-gnu' >| ac_cv_env_target_alias_set='' >| ac_cv_env_target_alias_value='' >| ac_cv_func___clone2='no' >| ac_cv_func_alloca_works='yes' >| ac_cv_func_backtrace='yes' >| ac_cv_func_chown_works='yes' >| ac_cv_func_clone='yes' >| ac_cv_func_creat64='yes' >| ac_cv_func_dlvsym='yes' >| ac_cv_func_faccessat='yes' >| ac_cv_func_fchmodat='yes' >| ac_cv_func_fchownat='yes' >| ac_cv_func_fopen64='yes' >| ac_cv_func_fork='yes' >| ac_cv_func_fork_works='yes' >| ac_cv_func_ftruncate='yes' >| ac_cv_func_futimesat='yes' >| ac_cv_func_getcwd='yes' >| ac_cv_func_lchown='yes' >| ac_cv_func_linkat='yes' >| ac_cv_func_lremovexattr='yes' >| ac_cv_func_lsetxattr='yes' >| ac_cv_func_lstat_dereferences_slashed_symlink='yes' >| ac_cv_func_lstat_empty_string_bug='no' >| ac_cv_func_lutimes='yes' >| ac_cv_func_memcpy='yes' >| ac_cv_func_memmove='yes' >| ac_cv_func_memset='yes' >| ac_cv_func_mkdir='yes' >| ac_cv_func_mkdirat='yes' >| ac_cv_func_mkdtemp='yes' >| ac_cv_func_mkfifoat='yes' >| ac_cv_func_mknodat='yes' >| ac_cv_func_mkostemp64='yes' >| ac_cv_func_mkostemp='yes' >| ac_cv_func_mkostemps64='yes' >| ac_cv_func_mkostemps='yes' >| ac_cv_func_mkstemp64='yes' >| ac_cv_func_mkstemp='yes' >| ac_cv_func_mkstemps64='yes' >| ac_cv_func_mkstemps='yes' >| ac_cv_func_open64='yes' >| ac_cv_func_openat64='yes' >| ac_cv_func_openat='yes' >| ac_cv_func_pathconf='yes' >| ac_cv_func_prctl='yes' >| ac_cv_func_process_vm_readv='yes' >| ac_cv_func_ptrace='yes' >| ac_cv_func_realpath='yes' >| ac_cv_func_remove='yes' >| ac_cv_func_removexattr='yes' >| ac_cv_func_renameat2='yes' >| ac_cv_func_renameat='yes' >| ac_cv_func_rmdir='yes' >| ac_cv_func_setenv='yes' >| ac_cv_func_setxattr='yes' >| ac_cv_func_stat_empty_string_bug='no' >| ac_cv_func_strcasecmp='yes' >| ac_cv_func_strchr='yes' >| ac_cv_func_strdup='yes' >| ac_cv_func_strerror='yes' >| ac_cv_func_strndup='yes' >| ac_cv_func_strrchr='yes' >| ac_cv_func_strspn='yes' >| ac_cv_func_strstr='yes' >| ac_cv_func_strtok_r='yes' >| ac_cv_func_symlinkat='yes' >| ac_cv_func_truncate64='yes' >| ac_cv_func_unlinkat='yes' >| ac_cv_func_unshare='yes' >| ac_cv_func_utime='yes' >| ac_cv_func_utimensat='yes' >| ac_cv_func_utimes='yes' >| ac_cv_func_vfork='yes' >| ac_cv_func_vfork_works='yes' >| ac_cv_have_decl_environ='yes' >| ac_cv_header_asm_ptrace_h='yes' >| ac_cv_header_dirent_dirent_h='yes' >| ac_cv_header_dirent_h='yes' >| ac_cv_header_dlfcn_h='yes' >| ac_cv_header_elf_h='yes' >| ac_cv_header_errno_h='yes' >| ac_cv_header_execinfo_h='yes' >| ac_cv_header_fcntl_h='yes' >| ac_cv_header_getopt_h='yes' >| ac_cv_header_grp_h='yes' >| ac_cv_header_inttypes_h='yes' >| ac_cv_header_libgen_h='yes' >| ac_cv_header_limits_h='yes' >| ac_cv_header_linux_ptrace_h='yes' >| ac_cv_header_memory_h='yes' >| ac_cv_header_minix_config_h='no' >| ac_cv_header_pthread_h='yes' >| ac_cv_header_pwd_h='yes' >| ac_cv_header_sched_h='yes' >| ac_cv_header_siginfo_h='no' >| ac_cv_header_signal_h='yes' >| ac_cv_header_sigsegv_h='no' >| ac_cv_header_stdarg_h='yes' >| ac_cv_header_stdbool_h='yes' >| ac_cv_header_stddef_h='yes' >| ac_cv_header_stdint_h='yes' >| ac_cv_header_stdio_h='yes' >| ac_cv_header_stdlib_h='yes' >| ac_cv_header_string_h='yes' >| ac_cv_header_strings_h='yes' >| ac_cv_header_sys_file_h='yes' >| ac_cv_header_sys_ioctl_h='yes' >| ac_cv_header_sys_mman_h='yes' >| ac_cv_header_sys_mount_h='yes' >| ac_cv_header_sys_param_h='yes' >| ac_cv_header_sys_prctl_h='yes' >| ac_cv_header_sys_ptrace_h='yes' >| ac_cv_header_sys_reg_h='yes' >| ac_cv_header_sys_socket_h='yes' >| ac_cv_header_sys_stat_h='yes' >| ac_cv_header_sys_syscall_h='yes' >| ac_cv_header_sys_time_h='yes' >| ac_cv_header_sys_types_h='yes' >| ac_cv_header_sys_uio_h='yes' >| ac_cv_header_sys_user_h='yes' >| ac_cv_header_sys_wait_h='yes' >| ac_cv_header_sys_xattr_h='yes' >| ac_cv_header_syscall_h='yes' >| ac_cv_header_unistd_h='yes' >| ac_cv_header_utime_h='yes' >| ac_cv_header_vfork_h='no' >| ac_cv_header_wchar_h='yes' >| ac_cv_host='i686-pc-linux-gnu' >| ac_cv_lib_sigsegv_stackoverflow_install_handler='false' >| ac_cv_objext='o' >| ac_cv_path_EGREP='/usr/bin/grep -E' >| ac_cv_path_EGREP_TRADITIONAL='/usr/bin/grep -E' >| ac_cv_path_FGREP='/usr/bin/grep -F' >| ac_cv_path_GREP='/usr/bin/grep' >| ac_cv_path_SED='/usr/bin/sed' >| ac_cv_path_install='/usr/lib/portage/python3.13/ebuild-helpers/xattr/install -c' >| ac_cv_path_lt_DD='/usr/bin/dd' >| ac_cv_path_mkdir='/usr/bin/mkdir' >| ac_cv_prog_AR='x86_64-pc-linux-gnu-ar' >| ac_cv_prog_AWK='gawk' >| ac_cv_prog_CC='clang -m32 -mfpmath=sse' >| ac_cv_prog_CPP='clang -m32 -mfpmath=sse -E' >| ac_cv_prog_FILECMD='file' >| ac_cv_prog_OBJDUMP='x86_64-pc-linux-gnu-objdump' >| ac_cv_prog_RANLIB='x86_64-pc-linux-gnu-ranlib' >| ac_cv_prog_READELF='x86_64-pc-linux-gnu-readelf' >| ac_cv_prog_STRIP='x86_64-pc-linux-gnu-strip' >| ac_cv_prog_ac_ct_DLLTOOL='dlltool' >| ac_cv_prog_cc_c11='' >| ac_cv_prog_cc_g='yes' >| ac_cv_prog_cc_stdc='' >| ac_cv_prog_make_make_set='yes' >| ac_cv_safe_to_define___extensions__='yes' >| ac_cv_search_dlopen='none required' >| ac_cv_search_opendir='none required' >| ac_cv_search_strerror='none required' >| ac_cv_should_define__xopen_source='no' >| ac_cv_sizeof_struct_pt_regs='68' >| ac_cv_sizeof_struct_user_regs_struct='68' >| ac_cv_type___sighandler_t='yes' >| ac_cv_type_gid_t='yes' >| ac_cv_type_mode_t='yes' >| ac_cv_type_pid_t='yes' >| ac_cv_type_ptrdiff_t='yes' >| ac_cv_type_sig_t='yes' >| ac_cv_type_sighandler_t='yes' >| ac_cv_type_signal='void' >| ac_cv_type_size_t='yes' >| ac_cv_type_struct_pt_regs='yes' >| ac_cv_type_struct_ptrace_syscall_info='yes' >| ac_cv_type_struct_user_regs_struct='yes' >| ac_cv_type_uid_t='yes' >| ac_cv_working_alloca_h='yes' >| am_cv_CC_dependencies_compiler_type='none' >| am_cv_ar_interface='ar' >| am_cv_filesystem_timestamp_resolution='0.01' >| am_cv_make_support_nested_variables='yes' >| am_cv_prog_cc_c_o='yes' >| am_cv_sleep_fractional_seconds='yes' >| am_cv_xargs_n_works='yes' >| ax_cv_c_compiler_vendor='clang' >| ax_cv_check_cflags___fdata_sections='yes' >| ax_cv_check_cflags___ffunction_sections='yes' >| ax_cv_check_cflags___fno_builtin_calloc='yes' >| ax_cv_check_cflags___fno_builtin_malloc='yes' >| ax_cv_check_cflags___fno_builtin_realloc='yes' >| ax_cv_check_ldflags___Wl___as_needed='yes' >| ax_cv_check_ldflags___Wl___gc_sections='yes' >| ax_cv_check_ldflags___Wl___no_undefined='yes' >| ax_cv_check_ldflags___Wl___version_script_conftest_map='yes' >| gl_cv_compiler_check_decl_option='-Werror=implicit-function-declaration' >| gl_cv_func_getcwd_path_max='yes' >| lt_cv_ar_at_file='@' >| lt_cv_archive_cmds_need_lc='no' >| lt_cv_deplibs_check_method='pass_all' >| lt_cv_file_magic_cmd='$MAGIC_CMD' >| lt_cv_file_magic_test_file='' >| lt_cv_ld_reload_flag='-r' >| lt_cv_nm_interface='BSD nm' >| lt_cv_objdir='.libs' >| lt_cv_path_LD='x86_64-pc-linux-gnu-ld -m elf_i386' >| lt_cv_path_NM='x86_64-pc-linux-gnu-nm' >| lt_cv_path_manifest_tool='no' >| lt_cv_prog_compiler_c_o='yes' >| lt_cv_prog_compiler_pic='-fPIC -DPIC' >| lt_cv_prog_compiler_pic_works='yes' >| lt_cv_prog_compiler_rtti_exceptions='yes' >| lt_cv_prog_compiler_static_works='yes' >| lt_cv_prog_gnu_ld='yes' >| lt_cv_sharedlib_from_linklib_cmd='printf %s\n' >| lt_cv_shlibpath_overrides_runpath='yes' >| lt_cv_sys_global_symbol_pipe='/usr/bin/sed -n -e '"'"'s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'"'"' | /usr/bin/sed '"'"'/ __gnu_lto/d'"'" >| lt_cv_sys_global_symbol_to_c_name_address='/usr/bin/sed -n -e '"'"'s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'"'"' -e '"'"'s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'"'" >| lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='/usr/bin/sed -n -e '"'"'s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'"'"' -e '"'"'s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'"'"' -e '"'"'s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'"'" >| lt_cv_sys_global_symbol_to_cdecl='/usr/bin/sed -n -e '"'"'s/^T .* \(.*\)$/extern int \1();/p'"'"' -e '"'"'s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'"'" >| lt_cv_sys_global_symbol_to_import='' >| lt_cv_sys_max_cmd_len='1572864' >| lt_cv_to_host_file_cmd='func_convert_file_noop' >| lt_cv_to_tool_file_cmd='func_convert_file_noop' >| lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1' >| >| ## ----------------- ## >| ## Output variables. ## >| ## ----------------- ## >| >| ACLOCAL='${SHELL} '\''/var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42/missing'\'' aclocal-1.17' >| ALLOCA='' >| AMDEPBACKSLASH='' >| AMDEP_FALSE='' >| AMDEP_TRUE='#' >| AMTAR='$${TAR-tar}' >| AM_BACKSLASH='\' >| AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' >| AM_DEFAULT_VERBOSITY='1' >| AM_V='$(V)' >| AR='x86_64-pc-linux-gnu-ar' >| AUTOCONF='${SHELL} '\''/var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42/missing'\'' autoconf' >| AUTOHEADER='${SHELL} '\''/var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42/missing'\'' autoheader' >| AUTOM4TE='${SHELL} '\''/var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42/missing'\'' autom4te' >| AUTOMAKE='${SHELL} '\''/var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42/missing'\'' automake-1.17' >| AWK='gawk' >| CC='clang -m32 -mfpmath=sse' >| CCDEPMODE='depmode=none' >| CFLAGS='-Wall -O2 -Wformat -Werror=format-security -fdata-sections -ffunction-sections -fno-builtin-calloc -fno-builtin-malloc -fno-builtin-realloc' >| CFLAG_EXCEPTIONS='-fexceptions' >| CPP='clang -m32 -mfpmath=sse -E' >| CPPFLAGS=' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_REENTRANT' >| CSCOPE='cscope' >| CTAGS='ctags' >| CYGPATH_W='echo' >| DEFS='-DHAVE_CONFIG_H' >| DEPDIR='.deps' >| DLLTOOL='dlltool' >| DSYMUTIL='' >| DUMPBIN='' >| ECHO_C='' >| ECHO_N='-n' >| ECHO_T='' >| EGREP='/usr/bin/grep -E' >| ETAGS='etags' >| EXEEXT='' >| FGREP='/usr/bin/grep -F' >| FILECMD='file' >| GREP='/usr/bin/grep' >| HAVE_LIBSIGSEGV_FALSE='' >| HAVE_LIBSIGSEGV_TRUE='#' >| INSTALL_DATA='${INSTALL} -m 644' >| INSTALL_PROGRAM='${INSTALL}' >| INSTALL_SCRIPT='${INSTALL}' >| INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >| LD='x86_64-pc-linux-gnu-ld -m elf_i386' >| LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,--gc-sections -Wl,--no-undefined' >| LDFLAG_VER='-Wl,--version-script' >| LIBC_PATH='/lib/libc.so.6' >| LIBOBJS='' >| LIBS='' >| LIBTOOL='$(SHELL) $(top_builddir)/libtool' >| LIPO='' >| LN_S='ln -s' >| LTLIBOBJS='' >| LT_SYS_LIBRARY_PATH='' >| MAKEINFO='${SHELL} '\''/var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42/missing'\'' makeinfo' >| MANIFEST_TOOL=':' >| MKDIR_P='/usr/bin/mkdir -p' >| NM='x86_64-pc-linux-gnu-nm' >| NMEDIT='' >| OBJDUMP='x86_64-pc-linux-gnu-objdump' >| OBJEXT='o' >| OTOOL64='' >| OTOOL='' >| PACKAGE='sandbox' >| PACKAGE_BUGREPORT='sandbox@gentoo.org' >| PACKAGE_NAME='sandbox' >| PACKAGE_STRING='sandbox 2.42' >| PACKAGE_TARNAME='sandbox' >| PACKAGE_URL='' >| PACKAGE_VERSION='2.42' >| PATH_SEPARATOR=':' >| RANLIB='x86_64-pc-linux-gnu-ranlib' >| READELF='x86_64-pc-linux-gnu-readelf' >| SANDBOX_DEFINES='-DETCDIR="\"$(sysconfdir)\"" -DLIBSANDBOX_PATH="\"$(libdir)\"" -DSANDBOX_BASHRC_PATH="\"$(pkgdatadir)\""' >| SB_PERSONALITIES_FALSE='#' >| SB_PERSONALITIES_HEADERS=' libsandbox/trace_syscalls_x86_64.h libsandbox/trace_syscalls_x86.h' >| SB_PERSONALITIES_SETTINGS='x86_64:-m64 x86:-m32' >| SB_PERSONALITIES_TRUE='' >| SED='/usr/bin/sed' >| SET_MAKE='' >| SHELL='/bin/sh' >| STRIP='x86_64-pc-linux-gnu-strip' >| VERSION='2.42' >| ac_ct_AR='' >| ac_ct_CC='' >| ac_ct_DUMPBIN='' >| ac_ct_READELF='' >| am__EXEEXT_FALSE='' >| am__EXEEXT_TRUE='#' >| am__fastdepCC_FALSE='' >| am__fastdepCC_TRUE='#' >| am__include='include' >| am__isrc=' -I$(srcdir)' >| am__leading_dot='.' >| am__nodep='' >| am__quote='' >| am__rm_f_notfound='' >| am__tar='$${TAR-tar} chof - "$$tardir"' >| am__untar='$${TAR-tar} xf -' >| am__xargs_n='xargs -n' >| bindir='${exec_prefix}/bin' >| build='i686-pc-linux-gnu' >| build_alias='i686-pc-linux-gnu' >| build_cpu='i686' >| build_os='linux-gnu' >| build_vendor='pc' >| datadir='/usr/share' >| datarootdir='/usr/share' >| docdir='/usr/share/doc/sandbox-2.42' >| dvidir='${docdir}' >| exec_prefix='${prefix}' >| host='i686-pc-linux-gnu' >| host_alias='i686-pc-linux-gnu' >| host_cpu='i686' >| host_os='linux-gnu' >| host_vendor='pc' >| htmldir='/usr/share/doc/sandbox-2.42/html' >| includedir='${prefix}/include' >| infodir='/usr/share/info' >| install_sh='${SHELL} /var/tmp/portage/sys-apps/sandbox-2.42/work/sandbox-2.42/install-sh' >| libdir='/usr/lib' >| libexecdir='${exec_prefix}/libexec' >| localedir='${datarootdir}/locale' >| localstatedir='/var/lib' >| mandir='/usr/share/man' >| mkdir_p='$(MKDIR_P)' >| oldincludedir='/usr/include' >| pdfdir='${docdir}' >| prefix='/usr' >| program_transform_name='s,x,x,' >| psdir='${docdir}' >| runstatedir='${localstatedir}/run' >| sbindir='${exec_prefix}/sbin' >| sharedstatedir='${prefix}/com' >| sysconfdir='/etc' >| target_alias='' >| >| ## ----------- ## >| ## confdefs.h. ## >| ## ----------- ## >| >| /* confdefs.h */ >| #define PACKAGE_NAME "sandbox" >| #define PACKAGE_TARNAME "sandbox" >| #define PACKAGE_VERSION "2.42" >| #define PACKAGE_STRING "sandbox 2.42" >| #define PACKAGE_BUGREPORT "sandbox@gentoo.org" >| #define PACKAGE_URL "" >| #define PACKAGE "sandbox" >| #define VERSION "2.42" >| #define SANDBOX_CONFIGURE_OPTS "--prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/sandbox-2.42 --htmldir=/usr/share/doc/sandbox-2.42/html --with-sysroot=/ --libdir=/usr/lib build_alias=i686-pc-linux-gnu host_alias=i686-pc-linux-gnu 'CC=clang -m32 -mfpmath=sse' 'CFLAGS=-O2 -Wformat -Werror=format-security' LDFLAGS=-Wl,-O1 CPPFLAGS=" >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ELF_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYSCALL_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_PTRACE_H 1 >| #define HAVE_SYS_REG_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYS_XATTR_H 1 >| #define HAVE_ASM_PTRACE_H 1 >| #define HAVE_LINUX_PTRACE_H 1 >| #define STDC_HEADERS 1 >| #define _ALL_SOURCE 1 >| #define _DARWIN_C_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| #define _NETBSD_SOURCE 1 >| #define _OPENBSD_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_EXT__ 1 >| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| #define __STDC_WANT_LIB_EXT2__ 1 >| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| #define _TANDEM_SOURCE 1 >| #define __EXTENSIONS__ 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define SB_PERSONALITIES_x86_64 1 >| #define SB_PERSONALITIES_x86 1 >| #define SB_PERSONALITIES "x86_64:-m64 x86:-m32" >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_DECL_ENVIRON 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_SIGHANDLER_T 1 >| #define HAVE_SIG_T 1 >| #define HAVE___SIGHANDLER_T 1 >| #define HAVE_STRUCT_PTRACE_SYSCALL_INFO 1 >| #define HAVE_STRUCT_USER_REGS_STRUCT 1 >| #define HAVE_STRUCT_PT_REGS 1 >| #define SIZEOF_STRUCT_USER_REGS_STRUCT 68 >| #define SIZEOF_STRUCT_PT_REGS 68 >| #define HAVE_CHOWN 1 >| #define HAVE_FORK 1 >| #define HAVE_VFORK 1 >| #define HAVE_BACKTRACE 1 >| #define HAVE_CLONE 1 >| #define HAVE_CREAT64 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FCHMODAT 1 >| #define HAVE_FCHOWNAT 1 >| #define HAVE_FOPEN64 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_FUTIMESAT 1 >| #define HAVE_GETCWD 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINKAT 1 >| #define HAVE_LREMOVEXATTR 1 >| #define HAVE_LSETXATTR 1 >| #define HAVE_LUTIMES 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MKDIR 1 >| #define HAVE_MKDIRAT 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_MKFIFOAT 1 >| #define HAVE_MKNODAT 1 >| #define HAVE_MKOSTEMP 1 >| #define HAVE_MKOSTEMP64 1 >| #define HAVE_MKOSTEMPS 1 >| #define HAVE_MKOSTEMPS64 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_MKSTEMP64 1 >| #define HAVE_MKSTEMPS 1 >| #define HAVE_MKSTEMPS64 1 >| #define HAVE_OPEN64 1 >| #define HAVE_OPENAT 1 >| #define HAVE_OPENAT64 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PRCTL 1 >| #define HAVE_PROCESS_VM_READV 1 >| #define HAVE_PTRACE 1 >| #define HAVE_REALPATH 1 >| #define HAVE_REMOVE 1 >| #define HAVE_REMOVEXATTR 1 >| #define HAVE_RENAMEAT 1 >| #define HAVE_RENAMEAT2 1 >| #define HAVE_RMDIR 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETXATTR 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCHR 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRRCHR 1 >| #define HAVE_STRSPN 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_SYMLINKAT 1 >| #define HAVE_TRUNCATE64 1 >| #define HAVE_UNLINKAT 1 >| #define HAVE_UNSHARE 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMENSAT 1 >| #define HAVE_UTIMES 1 >| #define HAVE_WORKING_VFORK 1 >| #define HAVE_WORKING_FORK 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define RETSIGTYPE void >| #define HAVE___SYNC_LOCK_TEST_AND_SET 1 >| #define HAVE_DLVSYM 1 >| #define TRUNCATE_T off_t >| #define HAVE_RTLD_NEXT 1 >| #define LIBC_PATH "/lib/libc.so.6" >| #define LIBC_VERSION "libc.so.6" >| #define SANDBOX_PROC_SELF_FD 1 >| #define SANDBOX_DEV_FD 1 >| #define SANDBOX_PROC_SELF_CMDLINE 1 >| #define SANDBOX_PROC_1_CMDLINE 1 >| #define SANDBOX_PROC_dd_CMDLINE 1 >| >| configure: exit 0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 948046
: 916435 |
916436