Ticket #54266: config.log

File config.log, 177.1 KB (added by stmstm, 7 years ago)

config.log

Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by dbus configure 1.10.18, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --disable-doxygen-docs --disable-xml-docs --disable-ducktype-docs --without-x --enable-launchd --with-launchd-agent-dir=/opt/local/Library/LaunchAgents --with-dbus-user=messagebus --disable-tests
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = Stefans-iMac.fritz.box
14uname -m = x86_64
15uname -r = 16.5.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 16.5.0: Fri Mar  3 16:52:33 PST 2017; root:xnu-3789.51.2~3/RELEASE_X86_64
18
19/usr/bin/uname -p = i386
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo      = Mach kernel version:
26         Darwin Kernel Version 16.5.0: Fri Mar  3 16:52:33 PST 2017; root:xnu-3789.51.2~3/RELEASE_X86_64
27Kernel configured for up to 4 processors.
284 processors are physically available.
294 processors are logically available.
30Processor type: x86_64h (Intel x86-64h Haswell)
31Processors active: 0 1 2 3
32Primary memory available: 24.00 gigabytes
33Default processor set: 376 tasks, 1404 threads, 4 processors
34Load average: 2.11, Mach factor: 1.90
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin
40PATH: /opt/local/sbin
41PATH: /bin
42PATH: /sbin
43PATH: /usr/bin
44PATH: /usr/sbin
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:3005: checking build system type
52configure:3019: result: x86_64-apple-darwin16.5.0
53configure:3039: checking host system type
54configure:3052: result: x86_64-apple-darwin16.5.0
55configure:3093: checking for a BSD-compatible install
56configure:3161: result: /usr/bin/install -c
57configure:3172: checking whether build environment is sane
58configure:3227: result: yes
59configure:3378: checking for a thread-safe mkdir -p
60configure:3417: result: /opt/local/bin/gmkdir -p
61configure:3424: checking for gawk
62configure:3440: found /opt/local/bin/gawk
63configure:3451: result: gawk
64configure:3462: checking whether make sets $(MAKE)
65configure:3484: result: yes
66configure:3513: checking whether make supports nested variables
67configure:3530: result: yes
68configure:3619: checking whether UID '502' is supported by ustar format
69configure:3622: result: yes
70configure:3629: checking whether GID '501' is supported by ustar format
71configure:3632: result: yes
72configure:3640: checking how to create a ustar tar archive
73configure:3651: tar --version
74bsdtar 2.8.3 - libarchive 2.8.3
75configure:3654: $? = 0
76configure:3694: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
77configure:3697: $? = 0
78configure:3701: tar -xf - <conftest.tar
79configure:3704: $? = 0
80configure:3706: cat conftest.dir/file
81GrepMe
82configure:3709: $? = 0
83configure:3722: result: gnutar
84configure:3784: checking whether to enable maintainer-specific portions of Makefiles
85configure:3793: result: yes
86configure:3818: checking whether make supports nested variables
87configure:3835: result: yes
88configure:3934: checking for gcc
89configure:3961: result: /usr/bin/clang
90configure:4190: checking for C compiler version
91configure:4199: /usr/bin/clang --version >&5
92Apple LLVM version 8.1.0 (clang-802.0.42)
93Target: x86_64-apple-darwin16.5.0
94Thread model: posix
95InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
96configure:4210: $? = 0
97configure:4199: /usr/bin/clang -v >&5
98Apple LLVM version 8.1.0 (clang-802.0.42)
99Target: x86_64-apple-darwin16.5.0
100Thread model: posix
101InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
102configure:4210: $? = 0
103configure:4199: /usr/bin/clang -V >&5
104clang: error: argument to '-V' is missing (expected 1 value)
105clang: error: no input files
106configure:4210: $? = 1
107configure:4199: /usr/bin/clang -qversion >&5
108clang: error: unknown argument: '-qversion'
109clang: error: no input files
110configure:4210: $? = 1
111configure:4230: checking whether the C compiler works
112configure:4252: /usr/bin/clang -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
113configure:4256: $? = 0
114configure:4304: result: yes
115configure:4307: checking for C compiler default output file name
116configure:4309: result: a.out
117configure:4315: checking for suffix of executables
118configure:4322: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
119configure:4326: $? = 0
120configure:4348: result:
121configure:4370: checking whether we are cross compiling
122configure:4378: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
123configure:4382: $? = 0
124configure:4389: ./conftest
125configure:4393: $? = 0
126configure:4408: result: no
127configure:4413: checking for suffix of object files
128configure:4435: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
129configure:4439: $? = 0
130configure:4460: result: o
131configure:4464: checking whether we are using the GNU C compiler
132configure:4483: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
133configure:4483: $? = 0
134configure:4492: result: yes
135configure:4501: checking whether /usr/bin/clang accepts -g
136configure:4521: /usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
137configure:4521: $? = 0
138configure:4562: result: yes
139configure:4579: checking for /usr/bin/clang option to accept ISO C89
140configure:4642: /usr/bin/clang  -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
141configure:4642: $? = 0
142configure:4655: result: none needed
143configure:4680: checking whether /usr/bin/clang understands -c and -o together
144configure:4702: /usr/bin/clang -c conftest.c -o conftest2.o
145configure:4705: $? = 0
146configure:4702: /usr/bin/clang -c conftest.c -o conftest2.o
147configure:4705: $? = 0
148configure:4717: result: yes
149configure:4745: checking for style of include used by make
150configure:4773: result: GNU
151configure:4799: checking dependency style of /usr/bin/clang
152configure:4910: result: gcc3
153configure:5038: checking for C++ compiler version
154configure:5047: /usr/bin/clang++ --version >&5
155Apple LLVM version 8.1.0 (clang-802.0.42)
156Target: x86_64-apple-darwin16.5.0
157Thread model: posix
158InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
159configure:5058: $? = 0
160configure:5047: /usr/bin/clang++ -v >&5
161Apple LLVM version 8.1.0 (clang-802.0.42)
162Target: x86_64-apple-darwin16.5.0
163Thread model: posix
164InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
165configure:5058: $? = 0
166configure:5047: /usr/bin/clang++ -V >&5
167clang: error: argument to '-V' is missing (expected 1 value)
168clang: error: no input files
169configure:5058: $? = 1
170configure:5047: /usr/bin/clang++ -qversion >&5
171clang: error: unknown argument: '-qversion'
172clang: error: no input files
173configure:5058: $? = 1
174configure:5062: checking whether we are using the GNU C++ compiler
175configure:5081: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -arch x86_64 -I/opt/local/include conftest.cpp >&5
176configure:5081: $? = 0
177configure:5090: result: yes
178configure:5099: checking whether /usr/bin/clang++ accepts -g
179configure:5119: /usr/bin/clang++ -c -g -I/opt/local/include conftest.cpp >&5
180configure:5119: $? = 0
181configure:5160: result: yes
182configure:5185: checking dependency style of /usr/bin/clang++
183configure:5296: result: gcc3
184configure:5317: checking how to run the C preprocessor
185configure:5348: /usr/bin/clang -E -I/opt/local/include conftest.c
186configure:5348: $? = 0
187configure:5362: /usr/bin/clang -E -I/opt/local/include conftest.c
188conftest.c:13:10: fatal error: 'ac_nonexistent.h' file not found
189#include <ac_nonexistent.h>
190         ^
1911 error generated.
192configure:5362: $? = 1
193configure: failed program was:
194| /* confdefs.h */
195| #define PACKAGE_NAME "dbus"
196| #define PACKAGE_TARNAME "dbus"
197| #define PACKAGE_VERSION "1.10.18"
198| #define PACKAGE_STRING "dbus 1.10.18"
199| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
200| #define PACKAGE_URL ""
201| #define PACKAGE "dbus"
202| #define VERSION "1.10.18"
203| #define GETTEXT_PACKAGE "dbus-1"
204| #define DBUS_DAEMON_NAME "dbus-daemon"
205| /* end confdefs.h.  */
206| #include <ac_nonexistent.h>
207configure:5387: result: /usr/bin/clang -E
208configure:5407: /usr/bin/clang -E -I/opt/local/include conftest.c
209configure:5407: $? = 0
210configure:5421: /usr/bin/clang -E -I/opt/local/include conftest.c
211conftest.c:13:10: fatal error: 'ac_nonexistent.h' file not found
212#include <ac_nonexistent.h>
213         ^
2141 error generated.
215configure:5421: $? = 1
216configure: failed program was:
217| /* confdefs.h */
218| #define PACKAGE_NAME "dbus"
219| #define PACKAGE_TARNAME "dbus"
220| #define PACKAGE_VERSION "1.10.18"
221| #define PACKAGE_STRING "dbus 1.10.18"
222| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
223| #define PACKAGE_URL ""
224| #define PACKAGE "dbus"
225| #define VERSION "1.10.18"
226| #define GETTEXT_PACKAGE "dbus-1"
227| #define DBUS_DAEMON_NAME "dbus-daemon"
228| /* end confdefs.h.  */
229| #include <ac_nonexistent.h>
230configure:5450: checking for grep that handles long lines and -e
231configure:5508: result: /usr/bin/grep
232configure:5513: checking for egrep
233configure:5575: result: /usr/bin/grep -E
234configure:5580: checking for ANSI C header files
235configure:5600: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
236configure:5600: $? = 0
237configure:5673: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
238configure:5673: $? = 0
239configure:5673: ./conftest
240configure:5673: $? = 0
241configure:5684: result: yes
242configure:5697: checking for sys/types.h
243configure:5697: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
244configure:5697: $? = 0
245configure:5697: result: yes
246configure:5697: checking for sys/stat.h
247configure:5697: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
248configure:5697: $? = 0
249configure:5697: result: yes
250configure:5697: checking for stdlib.h
251configure:5697: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
252configure:5697: $? = 0
253configure:5697: result: yes
254configure:5697: checking for string.h
255configure:5697: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
256configure:5697: $? = 0
257configure:5697: result: yes
258configure:5697: checking for memory.h
259configure:5697: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
260configure:5697: $? = 0
261configure:5697: result: yes
262configure:5697: checking for strings.h
263configure:5697: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
264configure:5697: $? = 0
265configure:5697: result: yes
266configure:5697: checking for inttypes.h
267configure:5697: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
268configure:5697: $? = 0
269configure:5697: result: yes
270configure:5697: checking for stdint.h
271configure:5697: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
272configure:5697: $? = 0
273configure:5697: result: yes
274configure:5697: checking for unistd.h
275configure:5697: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
276configure:5697: $? = 0
277configure:5697: result: yes
278configure:5710: checking minix/config.h usability
279configure:5710: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
280conftest.c:56:10: fatal error: 'minix/config.h' file not found
281#include <minix/config.h>
282         ^
2831 error generated.
284configure:5710: $? = 1
285configure: failed program was:
286| /* confdefs.h */
287| #define PACKAGE_NAME "dbus"
288| #define PACKAGE_TARNAME "dbus"
289| #define PACKAGE_VERSION "1.10.18"
290| #define PACKAGE_STRING "dbus 1.10.18"
291| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
292| #define PACKAGE_URL ""
293| #define PACKAGE "dbus"
294| #define VERSION "1.10.18"
295| #define GETTEXT_PACKAGE "dbus-1"
296| #define DBUS_DAEMON_NAME "dbus-daemon"
297| #define STDC_HEADERS 1
298| #define HAVE_SYS_TYPES_H 1
299| #define HAVE_SYS_STAT_H 1
300| #define HAVE_STDLIB_H 1
301| #define HAVE_STRING_H 1
302| #define HAVE_MEMORY_H 1
303| #define HAVE_STRINGS_H 1
304| #define HAVE_INTTYPES_H 1
305| #define HAVE_STDINT_H 1
306| #define HAVE_UNISTD_H 1
307| /* end confdefs.h.  */
308| #include <stdio.h>
309| #ifdef HAVE_SYS_TYPES_H
310| # include <sys/types.h>
311| #endif
312| #ifdef HAVE_SYS_STAT_H
313| # include <sys/stat.h>
314| #endif
315| #ifdef STDC_HEADERS
316| # include <stdlib.h>
317| # include <stddef.h>
318| #else
319| # ifdef HAVE_STDLIB_H
320| #  include <stdlib.h>
321| # endif
322| #endif
323| #ifdef HAVE_STRING_H
324| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
325| #  include <memory.h>
326| # endif
327| # include <string.h>
328| #endif
329| #ifdef HAVE_STRINGS_H
330| # include <strings.h>
331| #endif
332| #ifdef HAVE_INTTYPES_H
333| # include <inttypes.h>
334| #endif
335| #ifdef HAVE_STDINT_H
336| # include <stdint.h>
337| #endif
338| #ifdef HAVE_UNISTD_H
339| # include <unistd.h>
340| #endif
341| #include <minix/config.h>
342configure:5710: result: no
343configure:5710: checking minix/config.h presence
344configure:5710: /usr/bin/clang -E -I/opt/local/include conftest.c
345conftest.c:23:10: fatal error: 'minix/config.h' file not found
346#include <minix/config.h>
347         ^
3481 error generated.
349configure:5710: $? = 1
350configure: failed program was:
351| /* confdefs.h */
352| #define PACKAGE_NAME "dbus"
353| #define PACKAGE_TARNAME "dbus"
354| #define PACKAGE_VERSION "1.10.18"
355| #define PACKAGE_STRING "dbus 1.10.18"
356| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
357| #define PACKAGE_URL ""
358| #define PACKAGE "dbus"
359| #define VERSION "1.10.18"
360| #define GETTEXT_PACKAGE "dbus-1"
361| #define DBUS_DAEMON_NAME "dbus-daemon"
362| #define STDC_HEADERS 1
363| #define HAVE_SYS_TYPES_H 1
364| #define HAVE_SYS_STAT_H 1
365| #define HAVE_STDLIB_H 1
366| #define HAVE_STRING_H 1
367| #define HAVE_MEMORY_H 1
368| #define HAVE_STRINGS_H 1
369| #define HAVE_INTTYPES_H 1
370| #define HAVE_STDINT_H 1
371| #define HAVE_UNISTD_H 1
372| /* end confdefs.h.  */
373| #include <minix/config.h>
374configure:5710: result: no
375configure:5710: checking for minix/config.h
376configure:5710: result: no
377configure:5731: checking whether it is safe to define __EXTENSIONS__
378configure:5749: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
379configure:5749: $? = 0
380configure:5756: result: yes
381configure:5777: checking for special C compiler options needed for large files
382configure:5822: result: no
383configure:5828: checking for _FILE_OFFSET_BITS value needed for large files
384configure:5853: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
385configure:5853: $? = 0
386configure:5885: result: no
387configure:5970: checking for library containing strerror
388configure:6001: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
389conftest.c:35:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
390char strerror ();
391     ^
392conftest.c:35:6: note: 'strerror' is a builtin with type 'char *(int)'
3931 warning generated.
394configure:6001: $? = 0
395configure:6018: result: none required
396configure:6026: checking for ANSI C header files
397configure:6130: result: yes
398configure:6138: checking for inline
399configure:6154: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
400configure:6154: $? = 0
401configure:6162: result: inline
402configure:6226: checking how to print strings
403configure:6253: result: printf
404configure:6274: checking for a sed that does not truncate output
405configure:6338: result: /opt/local/bin/gsed
406configure:6356: checking for fgrep
407configure:6418: result: /usr/bin/grep -F
408configure:6453: checking for ld used by /usr/bin/clang
409configure:6520: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
410configure:6527: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
411configure:6542: result: no
412configure:6554: checking for BSD- or MS-compatible name lister (nm)
413configure:6608: result: /opt/local/bin/nm -B
414configure:6738: checking the name lister (/opt/local/bin/nm -B) interface
415configure:6745: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
416configure:6748: /opt/local/bin/nm -B "conftest.o"
417configure:6751: output
4180000000000000000 S _some_variable
419configure:6758: result: BSD nm
420configure:6761: checking whether ln -s works
421configure:6765: result: yes
422configure:6773: checking the maximum length of command line arguments
423configure:6904: result: 196608
424configure:6952: checking how to convert x86_64-apple-darwin16.5.0 file names to x86_64-apple-darwin16.5.0 format
425configure:6992: result: func_convert_file_noop
426configure:6999: checking how to convert x86_64-apple-darwin16.5.0 file names to toolchain format
427configure:7019: result: func_convert_file_noop
428configure:7026: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
429configure:7033: result: -r
430configure:7107: checking for objdump
431configure:7123: found /usr/bin/objdump
432configure:7134: result: objdump
433configure:7166: checking how to recognize dependent libraries
434configure:7366: result: pass_all
435configure:7451: checking for dlltool
436configure:7481: result: no
437configure:7511: checking how to associate runtime and link libraries
438configure:7538: result: printf %s\n
439configure:7598: checking for ar
440configure:7614: found /opt/local/bin/ar
441configure:7625: result: ar
442configure:7662: checking for archiver @FILE support
443configure:7679: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
444configure:7679: $? = 0
445configure:7682: ar cru libconftest.a @conftest.lst >&5
446ar: @conftest.lst: No such file or directory
447configure:7685: $? = 1
448configure:7705: result: no
449configure:7763: checking for strip
450configure:7779: found /opt/local/bin/strip
451configure:7790: result: strip
452configure:7862: checking for ranlib
453configure:7878: found /opt/local/bin/ranlib
454configure:7889: result: ranlib
455configure:7991: checking command to parse /opt/local/bin/nm -B output from /usr/bin/clang object
456configure:8144: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
457configure:8147: $? = 0
458configure:8151: /opt/local/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
459configure:8154: $? = 0
460cannot find nm_test_var in conftest.nm
461configure:8144: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
462configure:8147: $? = 0
463configure:8151: /opt/local/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
464configure:8154: $? = 0
465configure:8220: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c conftstm.o >&5
466configure:8223: $? = 0
467configure:8261: result: ok
468configure:8308: checking for sysroot
469configure:8338: result: no
470configure:8345: checking for a working dd
471configure:8383: result: /bin/dd
472configure:8387: checking how to truncate binary pipes
473configure:8402: result: /bin/dd bs=4096 count=1
474configure:8731: checking for mt
475configure:8761: result: no
476configure:8781: checking if : is a manifest tool
477configure:8787: : '-?'
478configure:8795: result: no
479configure:8851: checking for dsymutil
480configure:8867: found /usr/bin/dsymutil
481configure:8878: result: dsymutil
482configure:8943: checking for nmedit
483configure:8959: found /opt/local/bin/nmedit
484configure:8970: result: nmedit
485configure:9035: checking for lipo
486configure:9051: found /opt/local/bin/lipo
487configure:9062: result: lipo
488configure:9127: checking for otool
489configure:9143: found /opt/local/bin/otool
490configure:9154: result: otool
491configure:9219: checking for otool64
492configure:9249: result: no
493configure:9294: checking for -single_module linker flag
494/usr/bin/clang -pipe -Os -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
495configure:9327: result: yes
496configure:9330: checking for -exported_symbols_list linker flag
497configure:9350: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
498configure:9350: $? = 0
499configure:9360: result: yes
500configure:9363: checking for -force_load linker flag
501/usr/bin/clang -pipe -Os -arch x86_64 -c -o conftest.o conftest.c
502ar cru libconftest.a conftest.o
503ranlib libconftest.a
504/usr/bin/clang -pipe -Os -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -o conftest conftest.c -Wl,-force_load,./libconftest.a
505configure:9395: result: yes
506configure:9469: checking for dlfcn.h
507configure:9469: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
508configure:9469: $? = 0
509configure:9469: result: yes
510configure:9736: checking for objdir
511configure:9751: result: .libs
512configure:10015: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions
513configure:10033: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
514configure:10037: $? = 0
515configure:10050: result: yes
516configure:10408: checking for /usr/bin/clang option to produce PIC
517configure:10415: result: -fno-common -DPIC
518configure:10423: checking if /usr/bin/clang PIC flag -fno-common -DPIC works
519configure:10441: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-common -DPIC -DPIC conftest.c >&5
520configure:10445: $? = 0
521configure:10458: result: yes
522configure:10487: checking if /usr/bin/clang static flag -static works
523configure:10515: result: no
524configure:10530: checking if /usr/bin/clang supports -c -o file.o
525configure:10551: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -o out/conftest2.o conftest.c >&5
526configure:10555: $? = 0
527configure:10577: result: yes
528configure:10585: checking if /usr/bin/clang supports -c -o file.o
529configure:10632: result: yes
530configure:10665: checking whether the /usr/bin/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
531configure:11928: result: yes
532configure:12168: checking dynamic linker characteristics
533configure:12998: result: darwin16.5.0 dyld
534configure:13120: checking how to hardcode library paths into programs
535configure:13145: result: immediate
536configure:13693: checking whether stripping libraries is possible
537configure:13707: result: yes
538configure:13733: checking if libtool supports shared libraries
539configure:13735: result: yes
540configure:13738: checking whether to build shared libraries
541configure:13763: result: yes
542configure:13766: checking whether to build static libraries
543configure:13770: result: yes
544configure:13793: checking how to run the C++ preprocessor
545configure:13820: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
546configure:13820: $? = 0
547configure:13834: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
548conftest.cpp:31:10: fatal error: 'ac_nonexistent.h' file not found
549#include <ac_nonexistent.h>
550         ^
5511 error generated.
552configure:13834: $? = 1
553configure: failed program was:
554| /* confdefs.h */
555| #define PACKAGE_NAME "dbus"
556| #define PACKAGE_TARNAME "dbus"
557| #define PACKAGE_VERSION "1.10.18"
558| #define PACKAGE_STRING "dbus 1.10.18"
559| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
560| #define PACKAGE_URL ""
561| #define PACKAGE "dbus"
562| #define VERSION "1.10.18"
563| #define GETTEXT_PACKAGE "dbus-1"
564| #define DBUS_DAEMON_NAME "dbus-daemon"
565| #define STDC_HEADERS 1
566| #define HAVE_SYS_TYPES_H 1
567| #define HAVE_SYS_STAT_H 1
568| #define HAVE_STDLIB_H 1
569| #define HAVE_STRING_H 1
570| #define HAVE_MEMORY_H 1
571| #define HAVE_STRINGS_H 1
572| #define HAVE_INTTYPES_H 1
573| #define HAVE_STDINT_H 1
574| #define HAVE_UNISTD_H 1
575| #define __EXTENSIONS__ 1
576| #define _ALL_SOURCE 1
577| #define _GNU_SOURCE 1
578| #define _POSIX_PTHREAD_SEMANTICS 1
579| #define _TANDEM_SOURCE 1
580| #define STDC_HEADERS 1
581| #define HAVE_DLFCN_H 1
582| #define LT_OBJDIR ".libs/"
583| /* end confdefs.h.  */
584| #include <ac_nonexistent.h>
585configure:13859: result: /usr/bin/clang++ -E
586configure:13879: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
587configure:13879: $? = 0
588configure:13893: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
589conftest.cpp:31:10: fatal error: 'ac_nonexistent.h' file not found
590#include <ac_nonexistent.h>
591         ^
5921 error generated.
593configure:13893: $? = 1
594configure: failed program was:
595| /* confdefs.h */
596| #define PACKAGE_NAME "dbus"
597| #define PACKAGE_TARNAME "dbus"
598| #define PACKAGE_VERSION "1.10.18"
599| #define PACKAGE_STRING "dbus 1.10.18"
600| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
601| #define PACKAGE_URL ""
602| #define PACKAGE "dbus"
603| #define VERSION "1.10.18"
604| #define GETTEXT_PACKAGE "dbus-1"
605| #define DBUS_DAEMON_NAME "dbus-daemon"
606| #define STDC_HEADERS 1
607| #define HAVE_SYS_TYPES_H 1
608| #define HAVE_SYS_STAT_H 1
609| #define HAVE_STDLIB_H 1
610| #define HAVE_STRING_H 1
611| #define HAVE_MEMORY_H 1
612| #define HAVE_STRINGS_H 1
613| #define HAVE_INTTYPES_H 1
614| #define HAVE_STDINT_H 1
615| #define HAVE_UNISTD_H 1
616| #define __EXTENSIONS__ 1
617| #define _ALL_SOURCE 1
618| #define _GNU_SOURCE 1
619| #define _POSIX_PTHREAD_SEMANTICS 1
620| #define _TANDEM_SOURCE 1
621| #define STDC_HEADERS 1
622| #define HAVE_DLFCN_H 1
623| #define LT_OBJDIR ".libs/"
624| /* end confdefs.h.  */
625| #include <ac_nonexistent.h>
626configure:14055: checking for ld used by /usr/bin/clang++
627configure:14122: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
628configure:14129: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
629configure:14144: result: no
630configure:14199: checking whether the /usr/bin/clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
631configure:15272: result: yes
632configure:15308: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -arch x86_64 -I/opt/local/include conftest.cpp >&5
633configure:15311: $? = 0
634configure:15792: checking for /usr/bin/clang++ option to produce PIC
635configure:15799: result: -fno-common -DPIC
636configure:15807: checking if /usr/bin/clang++ PIC flag -fno-common -DPIC works
637configure:15825: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -arch x86_64 -I/opt/local/include -fno-common -DPIC -DPIC conftest.cpp >&5
638configure:15829: $? = 0
639configure:15842: result: yes
640configure:15865: checking if /usr/bin/clang++ static flag -static works
641configure:15893: result: no
642configure:15905: checking if /usr/bin/clang++ supports -c -o file.o
643configure:15926: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -arch x86_64 -I/opt/local/include -o out/conftest2.o conftest.cpp >&5
644configure:15930: $? = 0
645configure:15952: result: yes
646configure:15957: checking if /usr/bin/clang++ supports -c -o file.o
647configure:16004: result: yes
648configure:16034: checking whether the /usr/bin/clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
649configure:16077: result: yes
650configure:16218: checking dynamic linker characteristics
651configure:16975: result: darwin16.5.0 dyld
652configure:17040: checking how to hardcode library paths into programs
653configure:17065: result: immediate
654configure:17194: checking for pkg-config
655configure:17212: found /opt/local/bin/pkg-config
656configure:17224: result: /opt/local/bin/pkg-config
657configure:17249: checking pkg-config is at least version 0.9.0
658configure:17252: result: yes
659configure:17267: checking for gawk
660configure:17294: result: gawk
661configure:17314: checking whether the -Werror option is usable
662configure:17333: /usr/bin/clang -c -pipe -Os -arch x86_64 -Werror -I/opt/local/include conftest.c >&5
663configure:17333: $? = 0
664configure:17342: result: yes
665configure:17344: checking for simple visibility declarations
666configure:17371: /usr/bin/clang -c -pipe -Os -arch x86_64 -fvisibility=hidden -Werror -I/opt/local/include conftest.c >&5
667configure:17371: $? = 0
668configure:17380: result: yes
669configure:17449: checking for windres
670configure:17479: result: no
671configure:18476: checking for a Python interpreter with version >= 2.6
672configure:18493: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.6'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
673configure:18496: $? = 0
674configure:18502: result: python
675configure:18510: checking for python
676configure:18528: found /opt/local/bin/python
677configure:18540: result: /opt/local/bin/python
678configure:18558: checking for python version
679configure:18565: result: 2.7
680configure:18577: checking for python platform
681configure:18584: result: darwin
682configure:18610: checking for python script directory
683configure:18645: result: ${prefix}/lib/python2.7/site-packages
684configure:18654: checking for python extension module directory
685configure:18689: result: ${exec_prefix}/lib/python2.7/site-packages
686configure:18762: checking whether we are using the GNU C Library 2.1 or newer
687conftest.c:37:10: fatal error: 'features.h' file not found
688#include <features.h>
689         ^
6901 error generated.
691configure:18789: result: no
692configure:18798: checking size of char
693configure:18803: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
694configure:18803: $? = 0
695configure:18803: ./conftest
696configure:18803: $? = 0
697configure:18817: result: 1
698configure:18831: checking size of short
699configure:18836: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
700configure:18836: $? = 0
701configure:18836: ./conftest
702configure:18836: $? = 0
703configure:18850: result: 2
704configure:18864: checking size of long
705configure:18869: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
706configure:18869: $? = 0
707configure:18869: ./conftest
708configure:18869: $? = 0
709configure:18883: result: 8
710configure:18897: checking size of int
711configure:18902: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
712configure:18902: $? = 0
713configure:18902: ./conftest
714configure:18902: $? = 0
715configure:18916: result: 4
716configure:18930: checking size of void *
717configure:18935: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
718configure:18935: $? = 0
719configure:18935: ./conftest
720configure:18935: $? = 0
721configure:18949: result: 8
722configure:18963: checking size of long long
723configure:18968: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
724configure:18968: $? = 0
725configure:18968: ./conftest
726configure:18968: $? = 0
727configure:18982: result: 8
728configure:18996: checking size of __int64
729configure:19001: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
730conftest.c:75:57: error: use of undeclared identifier '__int64'
731static long int longval () { return (long int) (sizeof (__int64)); }
732                                                        ^
733conftest.c:76:67: error: use of undeclared identifier '__int64'
734static unsigned long int ulongval () { return (long int) (sizeof (__int64)); }
735                                                                  ^
736conftest.c:86:28: error: use of undeclared identifier '__int64'
737  if (((long int) (sizeof (__int64))) < 0)
738                           ^
739conftest.c:89:37: error: use of undeclared identifier '__int64'
740      if (i != ((long int) (sizeof (__int64))))
741                                    ^
742conftest.c:96:37: error: use of undeclared identifier '__int64'
743      if (i != ((long int) (sizeof (__int64))))
744                                    ^
7455 errors generated.
746configure:19001: $? = 1
747configure: program exited with status 1
748configure: failed program was:
749| /* confdefs.h */
750| #define PACKAGE_NAME "dbus"
751| #define PACKAGE_TARNAME "dbus"
752| #define PACKAGE_VERSION "1.10.18"
753| #define PACKAGE_STRING "dbus 1.10.18"
754| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
755| #define PACKAGE_URL ""
756| #define PACKAGE "dbus"
757| #define VERSION "1.10.18"
758| #define GETTEXT_PACKAGE "dbus-1"
759| #define DBUS_DAEMON_NAME "dbus-daemon"
760| #define STDC_HEADERS 1
761| #define HAVE_SYS_TYPES_H 1
762| #define HAVE_SYS_STAT_H 1
763| #define HAVE_STDLIB_H 1
764| #define HAVE_STRING_H 1
765| #define HAVE_MEMORY_H 1
766| #define HAVE_STRINGS_H 1
767| #define HAVE_INTTYPES_H 1
768| #define HAVE_STDINT_H 1
769| #define HAVE_UNISTD_H 1
770| #define __EXTENSIONS__ 1
771| #define _ALL_SOURCE 1
772| #define _GNU_SOURCE 1
773| #define _POSIX_PTHREAD_SEMANTICS 1
774| #define _TANDEM_SOURCE 1
775| #define STDC_HEADERS 1
776| #define HAVE_DLFCN_H 1
777| #define LT_OBJDIR ".libs/"
778| #define HAVE_VISIBILITY 1
779| #define DBUS_UNIX 1
780| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
781| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_38
782| #define DBUS_DISABLE_ASSERT 1
783| #define SIZEOF_CHAR 1
784| #define SIZEOF_SHORT 2
785| #define SIZEOF_LONG 8
786| #define SIZEOF_INT 4
787| #define SIZEOF_VOID_P 8
788| #define SIZEOF_LONG_LONG 8
789| /* end confdefs.h.  */
790| #include <stdio.h>
791| #ifdef HAVE_SYS_TYPES_H
792| # include <sys/types.h>
793| #endif
794| #ifdef HAVE_SYS_STAT_H
795| # include <sys/stat.h>
796| #endif
797| #ifdef STDC_HEADERS
798| # include <stdlib.h>
799| # include <stddef.h>
800| #else
801| # ifdef HAVE_STDLIB_H
802| #  include <stdlib.h>
803| # endif
804| #endif
805| #ifdef HAVE_STRING_H
806| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
807| #  include <memory.h>
808| # endif
809| # include <string.h>
810| #endif
811| #ifdef HAVE_STRINGS_H
812| # include <strings.h>
813| #endif
814| #ifdef HAVE_INTTYPES_H
815| # include <inttypes.h>
816| #endif
817| #ifdef HAVE_STDINT_H
818| # include <stdint.h>
819| #endif
820| #ifdef HAVE_UNISTD_H
821| # include <unistd.h>
822| #endif
823| static long int longval () { return (long int) (sizeof (__int64)); }
824| static unsigned long int ulongval () { return (long int) (sizeof (__int64)); }
825| #include <stdio.h>
826| #include <stdlib.h>
827| int
828| main ()
829| {
830|
831|   FILE *f = fopen ("conftest.val", "w");
832|   if (! f)
833|     return 1;
834|   if (((long int) (sizeof (__int64))) < 0)
835|     {
836|       long int i = longval ();
837|       if (i != ((long int) (sizeof (__int64))))
838|       return 1;
839|       fprintf (f, "%ld", i);
840|     }
841|   else
842|     {
843|       unsigned long int i = ulongval ();
844|       if (i != ((long int) (sizeof (__int64))))
845|       return 1;
846|       fprintf (f, "%lu", i);
847|     }
848|   /* Do not output a trailing newline, as this causes \r\n confusion
849|      on some platforms.  */
850|   return ferror (f) || fclose (f) != 0;
851|
852|   ;
853|   return 0;
854| }
855configure:19015: result: 0
856configure:19027: checking 64-bit integer type
857configure:19085: result: long
858configure:19095: checking 32-bit integer type
859configure:19115: result: int
860configure:19122: checking 16-bit integer type
861configure:19139: result: short
862configure:19380: checking for an implementation of va_copy()
863configure:19403: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
864configure:19403: $? = 0
865configure:19412: result: yes
866configure:19414: checking for an implementation of __va_copy()
867configure:19437: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
868configure:19437: $? = 0
869configure:19446: result: yes
870configure:19470: checking whether va_lists can be copied by value
871configure:19505: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
872conftest.c:53:29: error: function definition is not allowed here
873        static void f (int i, ...) {
874                                   ^
875conftest.c:61:13: error: function definition is not allowed here
876        int main() {
877                   ^
8782 errors generated.
879configure:19505: $? = 1
880configure: program exited with status 1
881configure: failed program was:
882| /* confdefs.h */
883| #define PACKAGE_NAME "dbus"
884| #define PACKAGE_TARNAME "dbus"
885| #define PACKAGE_VERSION "1.10.18"
886| #define PACKAGE_STRING "dbus 1.10.18"
887| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
888| #define PACKAGE_URL ""
889| #define PACKAGE "dbus"
890| #define VERSION "1.10.18"
891| #define GETTEXT_PACKAGE "dbus-1"
892| #define DBUS_DAEMON_NAME "dbus-daemon"
893| #define STDC_HEADERS 1
894| #define HAVE_SYS_TYPES_H 1
895| #define HAVE_SYS_STAT_H 1
896| #define HAVE_STDLIB_H 1
897| #define HAVE_STRING_H 1
898| #define HAVE_MEMORY_H 1
899| #define HAVE_STRINGS_H 1
900| #define HAVE_INTTYPES_H 1
901| #define HAVE_STDINT_H 1
902| #define HAVE_UNISTD_H 1
903| #define __EXTENSIONS__ 1
904| #define _ALL_SOURCE 1
905| #define _GNU_SOURCE 1
906| #define _POSIX_PTHREAD_SEMANTICS 1
907| #define _TANDEM_SOURCE 1
908| #define STDC_HEADERS 1
909| #define HAVE_DLFCN_H 1
910| #define LT_OBJDIR ".libs/"
911| #define HAVE_VISIBILITY 1
912| #define DBUS_UNIX 1
913| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
914| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_38
915| #define DBUS_DISABLE_ASSERT 1
916| #define SIZEOF_CHAR 1
917| #define SIZEOF_SHORT 2
918| #define SIZEOF_LONG 8
919| #define SIZEOF_INT 4
920| #define SIZEOF_VOID_P 8
921| #define SIZEOF_LONG_LONG 8
922| #define SIZEOF___INT64 0
923| #define DBUS_INT64_PRINTF_MODIFIER "l"
924| #define DBUS_VA_COPY va_copy
925| /* end confdefs.h.  */
926|
927|       #include <stdarg.h>
928|       #include <stdlib.h>
929|
930| int
931| main ()
932| {
933|
934|       static void f (int i, ...) {
935|       va_list args1, args2;
936|       va_start (args1, i);
937|       args2 = args1;
938|       if (va_arg (args2, int) != 42 || va_arg (args1, int) != 42)
939|         exit (1);
940|       va_end (args1); va_end (args2);
941|       }
942|       int main() {
943|         f (0, 42);
944|         return 0;
945|       }
946|
947|   ;
948|   return 0;
949| }
950configure:19516: result: no
951configure:19534: checking whether /usr/bin/clang knows __sync_sub_and_fetch()
952configure:19551: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
953conftest.c:51:49: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
954int a = 4; int b = __sync_sub_and_fetch(&a, 4); exit(b);
955                                                ^
956conftest.c:51:49: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
9571 warning generated.
958configure:19551: $? = 0
959configure:19560: result: yes
960configure:19576: checking for library containing socket
961configure:19607: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
962configure:19607: $? = 0
963configure:19624: result: none required
964configure:19632: checking for gethostbyname
965configure:19632: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
966configure:19632: $? = 0
967configure:19632: result: yes
968configure:19687: checking for vsnprintf
969configure:19687: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
970conftest.c:70:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
971char vsnprintf ();
972     ^
973conftest.c:70:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
9741 warning generated.
975configure:19687: $? = 0
976configure:19687: result: yes
977configure:19687: checking for vasprintf
978configure:19687: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
979conftest.c:82:19: warning: format string missing [-Wformat]
980return vasprintf ();
981       ~~~~~~~~~  ^
9821 warning generated.
983configure:19687: $? = 0
984configure:19687: result: yes
985configure:19687: checking for nanosleep
986configure:19687: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
987configure:19687: $? = 0
988configure:19687: result: yes
989configure:19687: checking for usleep
990configure:19687: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
991configure:19687: $? = 0
992configure:19687: result: yes
993configure:19687: checking for setenv
994configure:19687: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
995configure:19687: $? = 0
996configure:19687: result: yes
997configure:19687: checking for clearenv
998configure:19687: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
999Undefined symbols for architecture x86_64:
1000  "_clearenv", referenced from:
1001      _main in conftest-1889bc.o
1002ld: symbol(s) not found for architecture x86_64
1003clang: error: linker command failed with exit code 1 (use -v to see invocation)
1004configure:19687: $? = 1
1005configure: failed program was:
1006| /* confdefs.h */
1007| #define PACKAGE_NAME "dbus"
1008| #define PACKAGE_TARNAME "dbus"
1009| #define PACKAGE_VERSION "1.10.18"
1010| #define PACKAGE_STRING "dbus 1.10.18"
1011| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
1012| #define PACKAGE_URL ""
1013| #define PACKAGE "dbus"
1014| #define VERSION "1.10.18"
1015| #define GETTEXT_PACKAGE "dbus-1"
1016| #define DBUS_DAEMON_NAME "dbus-daemon"
1017| #define STDC_HEADERS 1
1018| #define HAVE_SYS_TYPES_H 1
1019| #define HAVE_SYS_STAT_H 1
1020| #define HAVE_STDLIB_H 1
1021| #define HAVE_STRING_H 1
1022| #define HAVE_MEMORY_H 1
1023| #define HAVE_STRINGS_H 1
1024| #define HAVE_INTTYPES_H 1
1025| #define HAVE_STDINT_H 1
1026| #define HAVE_UNISTD_H 1
1027| #define __EXTENSIONS__ 1
1028| #define _ALL_SOURCE 1
1029| #define _GNU_SOURCE 1
1030| #define _POSIX_PTHREAD_SEMANTICS 1
1031| #define _TANDEM_SOURCE 1
1032| #define STDC_HEADERS 1
1033| #define HAVE_DLFCN_H 1
1034| #define LT_OBJDIR ".libs/"
1035| #define HAVE_VISIBILITY 1
1036| #define DBUS_UNIX 1
1037| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
1038| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_38
1039| #define DBUS_DISABLE_ASSERT 1
1040| #define SIZEOF_CHAR 1
1041| #define SIZEOF_SHORT 2
1042| #define SIZEOF_LONG 8
1043| #define SIZEOF_INT 4
1044| #define SIZEOF_VOID_P 8
1045| #define SIZEOF_LONG_LONG 8
1046| #define SIZEOF___INT64 0
1047| #define DBUS_INT64_PRINTF_MODIFIER "l"
1048| #define DBUS_VA_COPY va_copy
1049| #define DBUS_VA_COPY_AS_ARRAY 1
1050| #define DBUS_USE_SYNC 1
1051| #define HAVE_VSNPRINTF 1
1052| #define HAVE_VASPRINTF 1
1053| #define HAVE_NANOSLEEP 1
1054| #define HAVE_USLEEP 1
1055| #define HAVE_SETENV 1
1056| /* end confdefs.h.  */
1057| /* Define clearenv to an innocuous variant, in case <limits.h> declares clearenv.
1058|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1059| #define clearenv innocuous_clearenv
1060|
1061| /* System header to define __stub macros and hopefully few prototypes,
1062|     which can conflict with char clearenv (); below.
1063|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1064|     <limits.h> exists even on freestanding compilers.  */
1065|
1066| #ifdef __STDC__
1067| # include <limits.h>
1068| #else
1069| # include <assert.h>
1070| #endif
1071|
1072| #undef clearenv
1073|
1074| /* Override any GCC internal prototype to avoid an error.
1075|    Use char because int might match the return type of a GCC
1076|    builtin and then its argument prototype would still apply.  */
1077| #ifdef __cplusplus
1078| extern "C"
1079| #endif
1080| char clearenv ();
1081| /* The GNU C library defines this for functions which it implements
1082|     to always fail with ENOSYS.  Some functions are actually named
1083|     something starting with __ and the normal name is an alias.  */
1084| #if defined __stub_clearenv || defined __stub___clearenv
1085| choke me
1086| #endif
1087|
1088| int
1089| main ()
1090| {
1091| return clearenv ();
1092|   ;
1093|   return 0;
1094| }
1095configure:19687: result: no
1096configure:19687: checking for unsetenv
1097configure:19687: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1098configure:19687: $? = 0
1099configure:19687: result: yes
1100configure:19687: checking for socketpair
1101configure:19687: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1102configure:19687: $? = 0
1103configure:19687: result: yes
1104configure:19687: checking for getgrouplist
1105configure:19687: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1106configure:19687: $? = 0
1107configure:19687: result: yes
1108configure:19687: checking for fpathconf
1109configure:19687: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1110configure:19687: $? = 0
1111configure:19687: result: yes
1112configure:19687: checking for setrlimit
1113configure:19687: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1114configure:19687: $? = 0
1115configure:19687: result: yes
1116configure:19687: checking for poll
1117configure:19687: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1118configure:19687: $? = 0
1119configure:19687: result: yes
1120configure:19687: checking for setlocale
1121configure:19687: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1122configure:19687: $? = 0
1123configure:19687: result: yes
1124configure:19687: checking for localeconv
1125configure:19687: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1126configure:19687: $? = 0
1127configure:19687: result: yes
1128configure:19687: checking for strtoll
1129configure:19687: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1130configure:19687: $? = 0
1131configure:19687: result: yes
1132configure:19687: checking for strtoull
1133configure:19687: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1134configure:19687: $? = 0
1135configure:19687: result: yes
1136configure:19687: checking for issetugid
1137configure:19687: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1138configure:19687: $? = 0
1139configure:19687: result: yes
1140configure:19687: checking for getresuid
1141configure:19687: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1142Undefined symbols for architecture x86_64:
1143  "_getresuid", referenced from:
1144      _main in conftest-b9a788.o
1145ld: symbol(s) not found for architecture x86_64
1146clang: error: linker command failed with exit code 1 (use -v to see invocation)
1147configure:19687: $? = 1
1148configure: failed program was:
1149| /* confdefs.h */
1150| #define PACKAGE_NAME "dbus"
1151| #define PACKAGE_TARNAME "dbus"
1152| #define PACKAGE_VERSION "1.10.18"
1153| #define PACKAGE_STRING "dbus 1.10.18"
1154| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
1155| #define PACKAGE_URL ""
1156| #define PACKAGE "dbus"
1157| #define VERSION "1.10.18"
1158| #define GETTEXT_PACKAGE "dbus-1"
1159| #define DBUS_DAEMON_NAME "dbus-daemon"
1160| #define STDC_HEADERS 1
1161| #define HAVE_SYS_TYPES_H 1
1162| #define HAVE_SYS_STAT_H 1
1163| #define HAVE_STDLIB_H 1
1164| #define HAVE_STRING_H 1
1165| #define HAVE_MEMORY_H 1
1166| #define HAVE_STRINGS_H 1
1167| #define HAVE_INTTYPES_H 1
1168| #define HAVE_STDINT_H 1
1169| #define HAVE_UNISTD_H 1
1170| #define __EXTENSIONS__ 1
1171| #define _ALL_SOURCE 1
1172| #define _GNU_SOURCE 1
1173| #define _POSIX_PTHREAD_SEMANTICS 1
1174| #define _TANDEM_SOURCE 1
1175| #define STDC_HEADERS 1
1176| #define HAVE_DLFCN_H 1
1177| #define LT_OBJDIR ".libs/"
1178| #define HAVE_VISIBILITY 1
1179| #define DBUS_UNIX 1
1180| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
1181| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_38
1182| #define DBUS_DISABLE_ASSERT 1
1183| #define SIZEOF_CHAR 1
1184| #define SIZEOF_SHORT 2
1185| #define SIZEOF_LONG 8
1186| #define SIZEOF_INT 4
1187| #define SIZEOF_VOID_P 8
1188| #define SIZEOF_LONG_LONG 8
1189| #define SIZEOF___INT64 0
1190| #define DBUS_INT64_PRINTF_MODIFIER "l"
1191| #define DBUS_VA_COPY va_copy
1192| #define DBUS_VA_COPY_AS_ARRAY 1
1193| #define DBUS_USE_SYNC 1
1194| #define HAVE_VSNPRINTF 1
1195| #define HAVE_VASPRINTF 1
1196| #define HAVE_NANOSLEEP 1
1197| #define HAVE_USLEEP 1
1198| #define HAVE_SETENV 1
1199| #define HAVE_UNSETENV 1
1200| #define HAVE_SOCKETPAIR 1
1201| #define HAVE_GETGROUPLIST 1
1202| #define HAVE_FPATHCONF 1
1203| #define HAVE_SETRLIMIT 1
1204| #define HAVE_POLL 1
1205| #define HAVE_SETLOCALE 1
1206| #define HAVE_LOCALECONV 1
1207| #define HAVE_STRTOLL 1
1208| #define HAVE_STRTOULL 1
1209| #define HAVE_ISSETUGID 1
1210| /* end confdefs.h.  */
1211| /* Define getresuid to an innocuous variant, in case <limits.h> declares getresuid.
1212|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1213| #define getresuid innocuous_getresuid
1214|
1215| /* System header to define __stub macros and hopefully few prototypes,
1216|     which can conflict with char getresuid (); below.
1217|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1218|     <limits.h> exists even on freestanding compilers.  */
1219|
1220| #ifdef __STDC__
1221| # include <limits.h>
1222| #else
1223| # include <assert.h>
1224| #endif
1225|
1226| #undef getresuid
1227|
1228| /* Override any GCC internal prototype to avoid an error.
1229|    Use char because int might match the return type of a GCC
1230|    builtin and then its argument prototype would still apply.  */
1231| #ifdef __cplusplus
1232| extern "C"
1233| #endif
1234| char getresuid ();
1235| /* The GNU C library defines this for functions which it implements
1236|     to always fail with ENOSYS.  Some functions are actually named
1237|     something starting with __ and the normal name is an alias.  */
1238| #if defined __stub_getresuid || defined __stub___getresuid
1239| choke me
1240| #endif
1241|
1242| int
1243| main ()
1244| {
1245| return getresuid ();
1246|   ;
1247|   return 0;
1248| }
1249configure:19687: result: no
1250configure:19687: checking for setresuid
1251configure:19687: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1252Undefined symbols for architecture x86_64:
1253  "_setresuid", referenced from:
1254      _main in conftest-945c07.o
1255ld: symbol(s) not found for architecture x86_64
1256clang: error: linker command failed with exit code 1 (use -v to see invocation)
1257configure:19687: $? = 1
1258configure: failed program was:
1259| /* confdefs.h */
1260| #define PACKAGE_NAME "dbus"
1261| #define PACKAGE_TARNAME "dbus"
1262| #define PACKAGE_VERSION "1.10.18"
1263| #define PACKAGE_STRING "dbus 1.10.18"
1264| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
1265| #define PACKAGE_URL ""
1266| #define PACKAGE "dbus"
1267| #define VERSION "1.10.18"
1268| #define GETTEXT_PACKAGE "dbus-1"
1269| #define DBUS_DAEMON_NAME "dbus-daemon"
1270| #define STDC_HEADERS 1
1271| #define HAVE_SYS_TYPES_H 1
1272| #define HAVE_SYS_STAT_H 1
1273| #define HAVE_STDLIB_H 1
1274| #define HAVE_STRING_H 1
1275| #define HAVE_MEMORY_H 1
1276| #define HAVE_STRINGS_H 1
1277| #define HAVE_INTTYPES_H 1
1278| #define HAVE_STDINT_H 1
1279| #define HAVE_UNISTD_H 1
1280| #define __EXTENSIONS__ 1
1281| #define _ALL_SOURCE 1
1282| #define _GNU_SOURCE 1
1283| #define _POSIX_PTHREAD_SEMANTICS 1
1284| #define _TANDEM_SOURCE 1
1285| #define STDC_HEADERS 1
1286| #define HAVE_DLFCN_H 1
1287| #define LT_OBJDIR ".libs/"
1288| #define HAVE_VISIBILITY 1
1289| #define DBUS_UNIX 1
1290| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
1291| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_38
1292| #define DBUS_DISABLE_ASSERT 1
1293| #define SIZEOF_CHAR 1
1294| #define SIZEOF_SHORT 2
1295| #define SIZEOF_LONG 8
1296| #define SIZEOF_INT 4
1297| #define SIZEOF_VOID_P 8
1298| #define SIZEOF_LONG_LONG 8
1299| #define SIZEOF___INT64 0
1300| #define DBUS_INT64_PRINTF_MODIFIER "l"
1301| #define DBUS_VA_COPY va_copy
1302| #define DBUS_VA_COPY_AS_ARRAY 1
1303| #define DBUS_USE_SYNC 1
1304| #define HAVE_VSNPRINTF 1
1305| #define HAVE_VASPRINTF 1
1306| #define HAVE_NANOSLEEP 1
1307| #define HAVE_USLEEP 1
1308| #define HAVE_SETENV 1
1309| #define HAVE_UNSETENV 1
1310| #define HAVE_SOCKETPAIR 1
1311| #define HAVE_GETGROUPLIST 1
1312| #define HAVE_FPATHCONF 1
1313| #define HAVE_SETRLIMIT 1
1314| #define HAVE_POLL 1
1315| #define HAVE_SETLOCALE 1
1316| #define HAVE_LOCALECONV 1
1317| #define HAVE_STRTOLL 1
1318| #define HAVE_STRTOULL 1
1319| #define HAVE_ISSETUGID 1
1320| /* end confdefs.h.  */
1321| /* Define setresuid to an innocuous variant, in case <limits.h> declares setresuid.
1322|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1323| #define setresuid innocuous_setresuid
1324|
1325| /* System header to define __stub macros and hopefully few prototypes,
1326|     which can conflict with char setresuid (); below.
1327|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1328|     <limits.h> exists even on freestanding compilers.  */
1329|
1330| #ifdef __STDC__
1331| # include <limits.h>
1332| #else
1333| # include <assert.h>
1334| #endif
1335|
1336| #undef setresuid
1337|
1338| /* Override any GCC internal prototype to avoid an error.
1339|    Use char because int might match the return type of a GCC
1340|    builtin and then its argument prototype would still apply.  */
1341| #ifdef __cplusplus
1342| extern "C"
1343| #endif
1344| char setresuid ();
1345| /* The GNU C library defines this for functions which it implements
1346|     to always fail with ENOSYS.  Some functions are actually named
1347|     something starting with __ and the normal name is an alias.  */
1348| #if defined __stub_setresuid || defined __stub___setresuid
1349| choke me
1350| #endif
1351|
1352| int
1353| main ()
1354| {
1355| return setresuid ();
1356|   ;
1357|   return 0;
1358| }
1359configure:19687: result: no
1360configure:19687: checking for getrlimit
1361configure:19687: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1362configure:19687: $? = 0
1363configure:19687: result: yes
1364configure:19699: checking syslog.h usability
1365configure:19699: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1366configure:19699: $? = 0
1367configure:19699: result: yes
1368configure:19699: checking syslog.h presence
1369configure:19699: /usr/bin/clang -E -I/opt/local/include conftest.c
1370configure:19699: $? = 0
1371configure:19699: result: yes
1372configure:19699: checking for syslog.h
1373configure:19699: result: yes
1374configure:19710: checking whether LOG_PERROR is declared
1375configure:19710: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1376configure:19710: $? = 0
1377configure:19710: result: yes
1378configure:19731: checking for sys/prctl.h
1379configure:19731: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1380conftest.c:100:10: fatal error: 'sys/prctl.h' file not found
1381#include <sys/prctl.h>
1382         ^
13831 error generated.
1384configure:19731: $? = 1
1385configure: failed program was:
1386| /* confdefs.h */
1387| #define PACKAGE_NAME "dbus"
1388| #define PACKAGE_TARNAME "dbus"
1389| #define PACKAGE_VERSION "1.10.18"
1390| #define PACKAGE_STRING "dbus 1.10.18"
1391| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
1392| #define PACKAGE_URL ""
1393| #define PACKAGE "dbus"
1394| #define VERSION "1.10.18"
1395| #define GETTEXT_PACKAGE "dbus-1"
1396| #define DBUS_DAEMON_NAME "dbus-daemon"
1397| #define STDC_HEADERS 1
1398| #define HAVE_SYS_TYPES_H 1
1399| #define HAVE_SYS_STAT_H 1
1400| #define HAVE_STDLIB_H 1
1401| #define HAVE_STRING_H 1
1402| #define HAVE_MEMORY_H 1
1403| #define HAVE_STRINGS_H 1
1404| #define HAVE_INTTYPES_H 1
1405| #define HAVE_STDINT_H 1
1406| #define HAVE_UNISTD_H 1
1407| #define __EXTENSIONS__ 1
1408| #define _ALL_SOURCE 1
1409| #define _GNU_SOURCE 1
1410| #define _POSIX_PTHREAD_SEMANTICS 1
1411| #define _TANDEM_SOURCE 1
1412| #define STDC_HEADERS 1
1413| #define HAVE_DLFCN_H 1
1414| #define LT_OBJDIR ".libs/"
1415| #define HAVE_VISIBILITY 1
1416| #define DBUS_UNIX 1
1417| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
1418| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_38
1419| #define DBUS_DISABLE_ASSERT 1
1420| #define SIZEOF_CHAR 1
1421| #define SIZEOF_SHORT 2
1422| #define SIZEOF_LONG 8
1423| #define SIZEOF_INT 4
1424| #define SIZEOF_VOID_P 8
1425| #define SIZEOF_LONG_LONG 8
1426| #define SIZEOF___INT64 0
1427| #define DBUS_INT64_PRINTF_MODIFIER "l"
1428| #define DBUS_VA_COPY va_copy
1429| #define DBUS_VA_COPY_AS_ARRAY 1
1430| #define DBUS_USE_SYNC 1
1431| #define HAVE_VSNPRINTF 1
1432| #define HAVE_VASPRINTF 1
1433| #define HAVE_NANOSLEEP 1
1434| #define HAVE_USLEEP 1
1435| #define HAVE_SETENV 1
1436| #define HAVE_UNSETENV 1
1437| #define HAVE_SOCKETPAIR 1
1438| #define HAVE_GETGROUPLIST 1
1439| #define HAVE_FPATHCONF 1
1440| #define HAVE_SETRLIMIT 1
1441| #define HAVE_POLL 1
1442| #define HAVE_SETLOCALE 1
1443| #define HAVE_LOCALECONV 1
1444| #define HAVE_STRTOLL 1
1445| #define HAVE_STRTOULL 1
1446| #define HAVE_ISSETUGID 1
1447| #define HAVE_GETRLIMIT 1
1448| #define HAVE_SYSLOG_H 1
1449| #define HAVE_DECL_LOG_PERROR 1
1450| /* end confdefs.h.  */
1451| #include <stdio.h>
1452| #ifdef HAVE_SYS_TYPES_H
1453| # include <sys/types.h>
1454| #endif
1455| #ifdef HAVE_SYS_STAT_H
1456| # include <sys/stat.h>
1457| #endif
1458| #ifdef STDC_HEADERS
1459| # include <stdlib.h>
1460| # include <stddef.h>
1461| #else
1462| # ifdef HAVE_STDLIB_H
1463| #  include <stdlib.h>
1464| # endif
1465| #endif
1466| #ifdef HAVE_STRING_H
1467| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1468| #  include <memory.h>
1469| # endif
1470| # include <string.h>
1471| #endif
1472| #ifdef HAVE_STRINGS_H
1473| # include <strings.h>
1474| #endif
1475| #ifdef HAVE_INTTYPES_H
1476| # include <inttypes.h>
1477| #endif
1478| #ifdef HAVE_STDINT_H
1479| # include <stdint.h>
1480| #endif
1481| #ifdef HAVE_UNISTD_H
1482| # include <unistd.h>
1483| #endif
1484|
1485| #include <sys/prctl.h>
1486configure:19731: result: no
1487configure:19751: checking for prctl
1488configure:19751: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1489Undefined symbols for architecture x86_64:
1490  "_prctl", referenced from:
1491      _main in conftest-47f614.o
1492ld: symbol(s) not found for architecture x86_64
1493clang: error: linker command failed with exit code 1 (use -v to see invocation)
1494configure:19751: $? = 1
1495configure: failed program was:
1496| /* confdefs.h */
1497| #define PACKAGE_NAME "dbus"
1498| #define PACKAGE_TARNAME "dbus"
1499| #define PACKAGE_VERSION "1.10.18"
1500| #define PACKAGE_STRING "dbus 1.10.18"
1501| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
1502| #define PACKAGE_URL ""
1503| #define PACKAGE "dbus"
1504| #define VERSION "1.10.18"
1505| #define GETTEXT_PACKAGE "dbus-1"
1506| #define DBUS_DAEMON_NAME "dbus-daemon"
1507| #define STDC_HEADERS 1
1508| #define HAVE_SYS_TYPES_H 1
1509| #define HAVE_SYS_STAT_H 1
1510| #define HAVE_STDLIB_H 1
1511| #define HAVE_STRING_H 1
1512| #define HAVE_MEMORY_H 1
1513| #define HAVE_STRINGS_H 1
1514| #define HAVE_INTTYPES_H 1
1515| #define HAVE_STDINT_H 1
1516| #define HAVE_UNISTD_H 1
1517| #define __EXTENSIONS__ 1
1518| #define _ALL_SOURCE 1
1519| #define _GNU_SOURCE 1
1520| #define _POSIX_PTHREAD_SEMANTICS 1
1521| #define _TANDEM_SOURCE 1
1522| #define STDC_HEADERS 1
1523| #define HAVE_DLFCN_H 1
1524| #define LT_OBJDIR ".libs/"
1525| #define HAVE_VISIBILITY 1
1526| #define DBUS_UNIX 1
1527| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
1528| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_38
1529| #define DBUS_DISABLE_ASSERT 1
1530| #define SIZEOF_CHAR 1
1531| #define SIZEOF_SHORT 2
1532| #define SIZEOF_LONG 8
1533| #define SIZEOF_INT 4
1534| #define SIZEOF_VOID_P 8
1535| #define SIZEOF_LONG_LONG 8
1536| #define SIZEOF___INT64 0
1537| #define DBUS_INT64_PRINTF_MODIFIER "l"
1538| #define DBUS_VA_COPY va_copy
1539| #define DBUS_VA_COPY_AS_ARRAY 1
1540| #define DBUS_USE_SYNC 1
1541| #define HAVE_VSNPRINTF 1
1542| #define HAVE_VASPRINTF 1
1543| #define HAVE_NANOSLEEP 1
1544| #define HAVE_USLEEP 1
1545| #define HAVE_SETENV 1
1546| #define HAVE_UNSETENV 1
1547| #define HAVE_SOCKETPAIR 1
1548| #define HAVE_GETGROUPLIST 1
1549| #define HAVE_FPATHCONF 1
1550| #define HAVE_SETRLIMIT 1
1551| #define HAVE_POLL 1
1552| #define HAVE_SETLOCALE 1
1553| #define HAVE_LOCALECONV 1
1554| #define HAVE_STRTOLL 1
1555| #define HAVE_STRTOULL 1
1556| #define HAVE_ISSETUGID 1
1557| #define HAVE_GETRLIMIT 1
1558| #define HAVE_SYSLOG_H 1
1559| #define HAVE_DECL_LOG_PERROR 1
1560| /* end confdefs.h.  */
1561| /* Define prctl to an innocuous variant, in case <limits.h> declares prctl.
1562|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1563| #define prctl innocuous_prctl
1564|
1565| /* System header to define __stub macros and hopefully few prototypes,
1566|     which can conflict with char prctl (); below.
1567|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1568|     <limits.h> exists even on freestanding compilers.  */
1569|
1570| #ifdef __STDC__
1571| # include <limits.h>
1572| #else
1573| # include <assert.h>
1574| #endif
1575|
1576| #undef prctl
1577|
1578| /* Override any GCC internal prototype to avoid an error.
1579|    Use char because int might match the return type of a GCC
1580|    builtin and then its argument prototype would still apply.  */
1581| #ifdef __cplusplus
1582| extern "C"
1583| #endif
1584| char prctl ();
1585| /* The GNU C library defines this for functions which it implements
1586|     to always fail with ENOSYS.  Some functions are actually named
1587|     something starting with __ and the normal name is an alias.  */
1588| #if defined __stub_prctl || defined __stub___prctl
1589| choke me
1590| #endif
1591|
1592| int
1593| main ()
1594| {
1595| return prctl ();
1596|   ;
1597|   return 0;
1598| }
1599configure:19751: result: no
1600configure:19751: checking for raise
1601configure:19751: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1602configure:19751: $? = 0
1603configure:19751: result: yes
1604configure:19768: checking for broken poll
1605configure:19795: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1606configure:19795: $? = 0
1607configure:19795: ./conftest
1608configure:19795: $? = 1
1609configure: program exited with status 1
1610configure: failed program was:
1611| /* confdefs.h */
1612| #define PACKAGE_NAME "dbus"
1613| #define PACKAGE_TARNAME "dbus"
1614| #define PACKAGE_VERSION "1.10.18"
1615| #define PACKAGE_STRING "dbus 1.10.18"
1616| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
1617| #define PACKAGE_URL ""
1618| #define PACKAGE "dbus"
1619| #define VERSION "1.10.18"
1620| #define GETTEXT_PACKAGE "dbus-1"
1621| #define DBUS_DAEMON_NAME "dbus-daemon"
1622| #define STDC_HEADERS 1
1623| #define HAVE_SYS_TYPES_H 1
1624| #define HAVE_SYS_STAT_H 1
1625| #define HAVE_STDLIB_H 1
1626| #define HAVE_STRING_H 1
1627| #define HAVE_MEMORY_H 1
1628| #define HAVE_STRINGS_H 1
1629| #define HAVE_INTTYPES_H 1
1630| #define HAVE_STDINT_H 1
1631| #define HAVE_UNISTD_H 1
1632| #define __EXTENSIONS__ 1
1633| #define _ALL_SOURCE 1
1634| #define _GNU_SOURCE 1
1635| #define _POSIX_PTHREAD_SEMANTICS 1
1636| #define _TANDEM_SOURCE 1
1637| #define STDC_HEADERS 1
1638| #define HAVE_DLFCN_H 1
1639| #define LT_OBJDIR ".libs/"
1640| #define HAVE_VISIBILITY 1
1641| #define DBUS_UNIX 1
1642| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
1643| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_38
1644| #define DBUS_DISABLE_ASSERT 1
1645| #define SIZEOF_CHAR 1
1646| #define SIZEOF_SHORT 2
1647| #define SIZEOF_LONG 8
1648| #define SIZEOF_INT 4
1649| #define SIZEOF_VOID_P 8
1650| #define SIZEOF_LONG_LONG 8
1651| #define SIZEOF___INT64 0
1652| #define DBUS_INT64_PRINTF_MODIFIER "l"
1653| #define DBUS_VA_COPY va_copy
1654| #define DBUS_VA_COPY_AS_ARRAY 1
1655| #define DBUS_USE_SYNC 1
1656| #define HAVE_VSNPRINTF 1
1657| #define HAVE_VASPRINTF 1
1658| #define HAVE_NANOSLEEP 1
1659| #define HAVE_USLEEP 1
1660| #define HAVE_SETENV 1
1661| #define HAVE_UNSETENV 1
1662| #define HAVE_SOCKETPAIR 1
1663| #define HAVE_GETGROUPLIST 1
1664| #define HAVE_FPATHCONF 1
1665| #define HAVE_SETRLIMIT 1
1666| #define HAVE_POLL 1
1667| #define HAVE_SETLOCALE 1
1668| #define HAVE_LOCALECONV 1
1669| #define HAVE_STRTOLL 1
1670| #define HAVE_STRTOULL 1
1671| #define HAVE_ISSETUGID 1
1672| #define HAVE_GETRLIMIT 1
1673| #define HAVE_SYSLOG_H 1
1674| #define HAVE_DECL_LOG_PERROR 1
1675| #define HAVE_RAISE 1
1676| /* end confdefs.h.  */
1677|
1678|     #include <stdlib.h>
1679|     #include <fcntl.h>
1680|     #include <poll.h>
1681|     #ifdef HAVE_SYS_POLL_H
1682|     #include <sys/poll.h>
1683|     #endif
1684|     int main(void) {
1685|       struct pollfd fds[1];
1686|       int fd;
1687|       fd = open("/dev/null", 1);
1688|       fds[0].fd = fd;
1689|       fds[0].events = POLLIN;
1690|       fds[0].revents = 0;
1691|       if (poll(fds, 1, 0) < 0 || (fds[0].revents & POLLNVAL) != 0) {
1692|             exit(1);  /* Does not work for devices -- fail */
1693|       }
1694|       exit(0);
1695|     }
1696configure:19807: result: yes
1697configure:19810: checking for dirfd
1698configure:19831: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1699configure:19831: $? = 0
1700configure:19838: result: yes
1701configure:19885: checking sys/resource.h usability
1702configure:19885: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1703configure:19885: $? = 0
1704configure:19885: result: yes
1705configure:19885: checking sys/resource.h presence
1706configure:19885: /usr/bin/clang -E -I/opt/local/include conftest.c
1707configure:19885: $? = 0
1708configure:19885: result: yes
1709configure:19885: checking for sys/resource.h
1710configure:19885: result: yes
1711configure:19898: checking dirent.h usability
1712configure:19898: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1713configure:19898: $? = 0
1714configure:19898: result: yes
1715configure:19898: checking dirent.h presence
1716configure:19898: /usr/bin/clang -E -I/opt/local/include conftest.c
1717configure:19898: $? = 0
1718configure:19898: result: yes
1719configure:19898: checking for dirent.h
1720configure:19898: result: yes
1721configure:19911: checking execinfo.h usability
1722configure:19911: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1723configure:19911: $? = 0
1724configure:19911: result: yes
1725configure:19911: checking execinfo.h presence
1726configure:19911: /usr/bin/clang -E -I/opt/local/include conftest.c
1727configure:19911: $? = 0
1728configure:19911: result: yes
1729configure:19911: checking for execinfo.h
1730configure:19911: result: yes
1731configure:19916: checking for library containing backtrace
1732configure:19947: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1733configure:19947: $? = 0
1734configure:19964: result: none required
1735configure:19981: checking errno.h usability
1736configure:19981: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1737configure:19981: $? = 0
1738configure:19981: result: yes
1739configure:19981: checking errno.h presence
1740configure:19981: /usr/bin/clang -E -I/opt/local/include conftest.c
1741configure:19981: $? = 0
1742configure:19981: result: yes
1743configure:19981: checking for errno.h
1744configure:19981: result: yes
1745configure:19994: checking signal.h usability
1746configure:19994: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1747configure:19994: $? = 0
1748configure:19994: result: yes
1749configure:19994: checking signal.h presence
1750configure:19994: /usr/bin/clang -E -I/opt/local/include conftest.c
1751configure:19994: $? = 0
1752configure:19994: result: yes
1753configure:19994: checking for signal.h
1754configure:19994: result: yes
1755configure:20007: checking locale.h usability
1756configure:20007: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1757configure:20007: $? = 0
1758configure:20007: result: yes
1759configure:20007: checking locale.h presence
1760configure:20007: /usr/bin/clang -E -I/opt/local/include conftest.c
1761configure:20007: $? = 0
1762configure:20007: result: yes
1763configure:20007: checking for locale.h
1764configure:20007: result: yes
1765configure:20020: checking byteswap.h usability
1766configure:20020: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1767conftest.c:109:10: fatal error: 'byteswap.h' file not found
1768#include <byteswap.h>
1769         ^
17701 error generated.
1771configure:20020: $? = 1
1772configure: failed program was:
1773| /* confdefs.h */
1774| #define PACKAGE_NAME "dbus"
1775| #define PACKAGE_TARNAME "dbus"
1776| #define PACKAGE_VERSION "1.10.18"
1777| #define PACKAGE_STRING "dbus 1.10.18"
1778| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
1779| #define PACKAGE_URL ""
1780| #define PACKAGE "dbus"
1781| #define VERSION "1.10.18"
1782| #define GETTEXT_PACKAGE "dbus-1"
1783| #define DBUS_DAEMON_NAME "dbus-daemon"
1784| #define STDC_HEADERS 1
1785| #define HAVE_SYS_TYPES_H 1
1786| #define HAVE_SYS_STAT_H 1
1787| #define HAVE_STDLIB_H 1
1788| #define HAVE_STRING_H 1
1789| #define HAVE_MEMORY_H 1
1790| #define HAVE_STRINGS_H 1
1791| #define HAVE_INTTYPES_H 1
1792| #define HAVE_STDINT_H 1
1793| #define HAVE_UNISTD_H 1
1794| #define __EXTENSIONS__ 1
1795| #define _ALL_SOURCE 1
1796| #define _GNU_SOURCE 1
1797| #define _POSIX_PTHREAD_SEMANTICS 1
1798| #define _TANDEM_SOURCE 1
1799| #define STDC_HEADERS 1
1800| #define HAVE_DLFCN_H 1
1801| #define LT_OBJDIR ".libs/"
1802| #define HAVE_VISIBILITY 1
1803| #define DBUS_UNIX 1
1804| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
1805| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_38
1806| #define DBUS_DISABLE_ASSERT 1
1807| #define SIZEOF_CHAR 1
1808| #define SIZEOF_SHORT 2
1809| #define SIZEOF_LONG 8
1810| #define SIZEOF_INT 4
1811| #define SIZEOF_VOID_P 8
1812| #define SIZEOF_LONG_LONG 8
1813| #define SIZEOF___INT64 0
1814| #define DBUS_INT64_PRINTF_MODIFIER "l"
1815| #define DBUS_VA_COPY va_copy
1816| #define DBUS_VA_COPY_AS_ARRAY 1
1817| #define DBUS_USE_SYNC 1
1818| #define HAVE_VSNPRINTF 1
1819| #define HAVE_VASPRINTF 1
1820| #define HAVE_NANOSLEEP 1
1821| #define HAVE_USLEEP 1
1822| #define HAVE_SETENV 1
1823| #define HAVE_UNSETENV 1
1824| #define HAVE_SOCKETPAIR 1
1825| #define HAVE_GETGROUPLIST 1
1826| #define HAVE_FPATHCONF 1
1827| #define HAVE_SETRLIMIT 1
1828| #define HAVE_POLL 1
1829| #define HAVE_SETLOCALE 1
1830| #define HAVE_LOCALECONV 1
1831| #define HAVE_STRTOLL 1
1832| #define HAVE_STRTOULL 1
1833| #define HAVE_ISSETUGID 1
1834| #define HAVE_GETRLIMIT 1
1835| #define HAVE_SYSLOG_H 1
1836| #define HAVE_DECL_LOG_PERROR 1
1837| #define HAVE_RAISE 1
1838| #define BROKEN_POLL 1
1839| #define HAVE_DIRFD 1
1840| #define HAVE_SYS_RESOURCE_H 1
1841| #define HAVE_DIRENT_H 1
1842| #define HAVE_EXECINFO_H 1
1843| #define HAVE_BACKTRACE 1
1844| #define HAVE_ERRNO_H 1
1845| #define HAVE_SIGNAL_H 1
1846| #define HAVE_LOCALE_H 1
1847| /* end confdefs.h.  */
1848| #include <stdio.h>
1849| #ifdef HAVE_SYS_TYPES_H
1850| # include <sys/types.h>
1851| #endif
1852| #ifdef HAVE_SYS_STAT_H
1853| # include <sys/stat.h>
1854| #endif
1855| #ifdef STDC_HEADERS
1856| # include <stdlib.h>
1857| # include <stddef.h>
1858| #else
1859| # ifdef HAVE_STDLIB_H
1860| #  include <stdlib.h>
1861| # endif
1862| #endif
1863| #ifdef HAVE_STRING_H
1864| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1865| #  include <memory.h>
1866| # endif
1867| # include <string.h>
1868| #endif
1869| #ifdef HAVE_STRINGS_H
1870| # include <strings.h>
1871| #endif
1872| #ifdef HAVE_INTTYPES_H
1873| # include <inttypes.h>
1874| #endif
1875| #ifdef HAVE_STDINT_H
1876| # include <stdint.h>
1877| #endif
1878| #ifdef HAVE_UNISTD_H
1879| # include <unistd.h>
1880| #endif
1881| #include <byteswap.h>
1882configure:20020: result: no
1883configure:20020: checking byteswap.h presence
1884configure:20020: /usr/bin/clang -E -I/opt/local/include conftest.c
1885conftest.c:76:10: fatal error: 'byteswap.h' file not found
1886#include <byteswap.h>
1887         ^
18881 error generated.
1889configure:20020: $? = 1
1890configure: failed program was:
1891| /* confdefs.h */
1892| #define PACKAGE_NAME "dbus"
1893| #define PACKAGE_TARNAME "dbus"
1894| #define PACKAGE_VERSION "1.10.18"
1895| #define PACKAGE_STRING "dbus 1.10.18"
1896| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
1897| #define PACKAGE_URL ""
1898| #define PACKAGE "dbus"
1899| #define VERSION "1.10.18"
1900| #define GETTEXT_PACKAGE "dbus-1"
1901| #define DBUS_DAEMON_NAME "dbus-daemon"
1902| #define STDC_HEADERS 1
1903| #define HAVE_SYS_TYPES_H 1
1904| #define HAVE_SYS_STAT_H 1
1905| #define HAVE_STDLIB_H 1
1906| #define HAVE_STRING_H 1
1907| #define HAVE_MEMORY_H 1
1908| #define HAVE_STRINGS_H 1
1909| #define HAVE_INTTYPES_H 1
1910| #define HAVE_STDINT_H 1
1911| #define HAVE_UNISTD_H 1
1912| #define __EXTENSIONS__ 1
1913| #define _ALL_SOURCE 1
1914| #define _GNU_SOURCE 1
1915| #define _POSIX_PTHREAD_SEMANTICS 1
1916| #define _TANDEM_SOURCE 1
1917| #define STDC_HEADERS 1
1918| #define HAVE_DLFCN_H 1
1919| #define LT_OBJDIR ".libs/"
1920| #define HAVE_VISIBILITY 1
1921| #define DBUS_UNIX 1
1922| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
1923| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_38
1924| #define DBUS_DISABLE_ASSERT 1
1925| #define SIZEOF_CHAR 1
1926| #define SIZEOF_SHORT 2
1927| #define SIZEOF_LONG 8
1928| #define SIZEOF_INT 4
1929| #define SIZEOF_VOID_P 8
1930| #define SIZEOF_LONG_LONG 8
1931| #define SIZEOF___INT64 0
1932| #define DBUS_INT64_PRINTF_MODIFIER "l"
1933| #define DBUS_VA_COPY va_copy
1934| #define DBUS_VA_COPY_AS_ARRAY 1
1935| #define DBUS_USE_SYNC 1
1936| #define HAVE_VSNPRINTF 1
1937| #define HAVE_VASPRINTF 1
1938| #define HAVE_NANOSLEEP 1
1939| #define HAVE_USLEEP 1
1940| #define HAVE_SETENV 1
1941| #define HAVE_UNSETENV 1
1942| #define HAVE_SOCKETPAIR 1
1943| #define HAVE_GETGROUPLIST 1
1944| #define HAVE_FPATHCONF 1
1945| #define HAVE_SETRLIMIT 1
1946| #define HAVE_POLL 1
1947| #define HAVE_SETLOCALE 1
1948| #define HAVE_LOCALECONV 1
1949| #define HAVE_STRTOLL 1
1950| #define HAVE_STRTOULL 1
1951| #define HAVE_ISSETUGID 1
1952| #define HAVE_GETRLIMIT 1
1953| #define HAVE_SYSLOG_H 1
1954| #define HAVE_DECL_LOG_PERROR 1
1955| #define HAVE_RAISE 1
1956| #define BROKEN_POLL 1
1957| #define HAVE_DIRFD 1
1958| #define HAVE_SYS_RESOURCE_H 1
1959| #define HAVE_DIRENT_H 1
1960| #define HAVE_EXECINFO_H 1
1961| #define HAVE_BACKTRACE 1
1962| #define HAVE_ERRNO_H 1
1963| #define HAVE_SIGNAL_H 1
1964| #define HAVE_LOCALE_H 1
1965| /* end confdefs.h.  */
1966| #include <byteswap.h>
1967configure:20020: result: no
1968configure:20020: checking for byteswap.h
1969configure:20020: result: no
1970configure:20033: checking for unistd.h
1971configure:20033: result: yes
1972configure:20046: checking for stdint.h
1973configure:20046: result: yes
1974configure:20059: checking ws2tcpip.h usability
1975configure:20059: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1976conftest.c:111:10: fatal error: 'ws2tcpip.h' file not found
1977#include <ws2tcpip.h>
1978         ^
19791 error generated.
1980configure:20059: $? = 1
1981configure: failed program was:
1982| /* confdefs.h */
1983| #define PACKAGE_NAME "dbus"
1984| #define PACKAGE_TARNAME "dbus"
1985| #define PACKAGE_VERSION "1.10.18"
1986| #define PACKAGE_STRING "dbus 1.10.18"
1987| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
1988| #define PACKAGE_URL ""
1989| #define PACKAGE "dbus"
1990| #define VERSION "1.10.18"
1991| #define GETTEXT_PACKAGE "dbus-1"
1992| #define DBUS_DAEMON_NAME "dbus-daemon"
1993| #define STDC_HEADERS 1
1994| #define HAVE_SYS_TYPES_H 1
1995| #define HAVE_SYS_STAT_H 1
1996| #define HAVE_STDLIB_H 1
1997| #define HAVE_STRING_H 1
1998| #define HAVE_MEMORY_H 1
1999| #define HAVE_STRINGS_H 1
2000| #define HAVE_INTTYPES_H 1
2001| #define HAVE_STDINT_H 1
2002| #define HAVE_UNISTD_H 1
2003| #define __EXTENSIONS__ 1
2004| #define _ALL_SOURCE 1
2005| #define _GNU_SOURCE 1
2006| #define _POSIX_PTHREAD_SEMANTICS 1
2007| #define _TANDEM_SOURCE 1
2008| #define STDC_HEADERS 1
2009| #define HAVE_DLFCN_H 1
2010| #define LT_OBJDIR ".libs/"
2011| #define HAVE_VISIBILITY 1
2012| #define DBUS_UNIX 1
2013| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
2014| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_38
2015| #define DBUS_DISABLE_ASSERT 1
2016| #define SIZEOF_CHAR 1
2017| #define SIZEOF_SHORT 2
2018| #define SIZEOF_LONG 8
2019| #define SIZEOF_INT 4
2020| #define SIZEOF_VOID_P 8
2021| #define SIZEOF_LONG_LONG 8
2022| #define SIZEOF___INT64 0
2023| #define DBUS_INT64_PRINTF_MODIFIER "l"
2024| #define DBUS_VA_COPY va_copy
2025| #define DBUS_VA_COPY_AS_ARRAY 1
2026| #define DBUS_USE_SYNC 1
2027| #define HAVE_VSNPRINTF 1
2028| #define HAVE_VASPRINTF 1
2029| #define HAVE_NANOSLEEP 1
2030| #define HAVE_USLEEP 1
2031| #define HAVE_SETENV 1
2032| #define HAVE_UNSETENV 1
2033| #define HAVE_SOCKETPAIR 1
2034| #define HAVE_GETGROUPLIST 1
2035| #define HAVE_FPATHCONF 1
2036| #define HAVE_SETRLIMIT 1
2037| #define HAVE_POLL 1
2038| #define HAVE_SETLOCALE 1
2039| #define HAVE_LOCALECONV 1
2040| #define HAVE_STRTOLL 1
2041| #define HAVE_STRTOULL 1
2042| #define HAVE_ISSETUGID 1
2043| #define HAVE_GETRLIMIT 1
2044| #define HAVE_SYSLOG_H 1
2045| #define HAVE_DECL_LOG_PERROR 1
2046| #define HAVE_RAISE 1
2047| #define BROKEN_POLL 1
2048| #define HAVE_DIRFD 1
2049| #define HAVE_SYS_RESOURCE_H 1
2050| #define HAVE_DIRENT_H 1
2051| #define HAVE_EXECINFO_H 1
2052| #define HAVE_BACKTRACE 1
2053| #define HAVE_ERRNO_H 1
2054| #define HAVE_SIGNAL_H 1
2055| #define HAVE_LOCALE_H 1
2056| #define HAVE_UNISTD_H 1
2057| #define HAVE_STDINT_H 1
2058| /* end confdefs.h.  */
2059| #include <stdio.h>
2060| #ifdef HAVE_SYS_TYPES_H
2061| # include <sys/types.h>
2062| #endif
2063| #ifdef HAVE_SYS_STAT_H
2064| # include <sys/stat.h>
2065| #endif
2066| #ifdef STDC_HEADERS
2067| # include <stdlib.h>
2068| # include <stddef.h>
2069| #else
2070| # ifdef HAVE_STDLIB_H
2071| #  include <stdlib.h>
2072| # endif
2073| #endif
2074| #ifdef HAVE_STRING_H
2075| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2076| #  include <memory.h>
2077| # endif
2078| # include <string.h>
2079| #endif
2080| #ifdef HAVE_STRINGS_H
2081| # include <strings.h>
2082| #endif
2083| #ifdef HAVE_INTTYPES_H
2084| # include <inttypes.h>
2085| #endif
2086| #ifdef HAVE_STDINT_H
2087| # include <stdint.h>
2088| #endif
2089| #ifdef HAVE_UNISTD_H
2090| # include <unistd.h>
2091| #endif
2092| #include <ws2tcpip.h>
2093configure:20059: result: no
2094configure:20059: checking ws2tcpip.h presence
2095configure:20059: /usr/bin/clang -E -I/opt/local/include conftest.c
2096conftest.c:78:10: fatal error: 'ws2tcpip.h' file not found
2097#include <ws2tcpip.h>
2098         ^
20991 error generated.
2100configure:20059: $? = 1
2101configure: failed program was:
2102| /* confdefs.h */
2103| #define PACKAGE_NAME "dbus"
2104| #define PACKAGE_TARNAME "dbus"
2105| #define PACKAGE_VERSION "1.10.18"
2106| #define PACKAGE_STRING "dbus 1.10.18"
2107| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
2108| #define PACKAGE_URL ""
2109| #define PACKAGE "dbus"
2110| #define VERSION "1.10.18"
2111| #define GETTEXT_PACKAGE "dbus-1"
2112| #define DBUS_DAEMON_NAME "dbus-daemon"
2113| #define STDC_HEADERS 1
2114| #define HAVE_SYS_TYPES_H 1
2115| #define HAVE_SYS_STAT_H 1
2116| #define HAVE_STDLIB_H 1
2117| #define HAVE_STRING_H 1
2118| #define HAVE_MEMORY_H 1
2119| #define HAVE_STRINGS_H 1
2120| #define HAVE_INTTYPES_H 1
2121| #define HAVE_STDINT_H 1
2122| #define HAVE_UNISTD_H 1
2123| #define __EXTENSIONS__ 1
2124| #define _ALL_SOURCE 1
2125| #define _GNU_SOURCE 1
2126| #define _POSIX_PTHREAD_SEMANTICS 1
2127| #define _TANDEM_SOURCE 1
2128| #define STDC_HEADERS 1
2129| #define HAVE_DLFCN_H 1
2130| #define LT_OBJDIR ".libs/"
2131| #define HAVE_VISIBILITY 1
2132| #define DBUS_UNIX 1
2133| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
2134| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_38
2135| #define DBUS_DISABLE_ASSERT 1
2136| #define SIZEOF_CHAR 1
2137| #define SIZEOF_SHORT 2
2138| #define SIZEOF_LONG 8
2139| #define SIZEOF_INT 4
2140| #define SIZEOF_VOID_P 8
2141| #define SIZEOF_LONG_LONG 8
2142| #define SIZEOF___INT64 0
2143| #define DBUS_INT64_PRINTF_MODIFIER "l"
2144| #define DBUS_VA_COPY va_copy
2145| #define DBUS_VA_COPY_AS_ARRAY 1
2146| #define DBUS_USE_SYNC 1
2147| #define HAVE_VSNPRINTF 1
2148| #define HAVE_VASPRINTF 1
2149| #define HAVE_NANOSLEEP 1
2150| #define HAVE_USLEEP 1
2151| #define HAVE_SETENV 1
2152| #define HAVE_UNSETENV 1
2153| #define HAVE_SOCKETPAIR 1
2154| #define HAVE_GETGROUPLIST 1
2155| #define HAVE_FPATHCONF 1
2156| #define HAVE_SETRLIMIT 1
2157| #define HAVE_POLL 1
2158| #define HAVE_SETLOCALE 1
2159| #define HAVE_LOCALECONV 1
2160| #define HAVE_STRTOLL 1
2161| #define HAVE_STRTOULL 1
2162| #define HAVE_ISSETUGID 1
2163| #define HAVE_GETRLIMIT 1
2164| #define HAVE_SYSLOG_H 1
2165| #define HAVE_DECL_LOG_PERROR 1
2166| #define HAVE_RAISE 1
2167| #define BROKEN_POLL 1
2168| #define HAVE_DIRFD 1
2169| #define HAVE_SYS_RESOURCE_H 1
2170| #define HAVE_DIRENT_H 1
2171| #define HAVE_EXECINFO_H 1
2172| #define HAVE_BACKTRACE 1
2173| #define HAVE_ERRNO_H 1
2174| #define HAVE_SIGNAL_H 1
2175| #define HAVE_LOCALE_H 1
2176| #define HAVE_UNISTD_H 1
2177| #define HAVE_STDINT_H 1
2178| /* end confdefs.h.  */
2179| #include <ws2tcpip.h>
2180configure:20059: result: no
2181configure:20059: checking for ws2tcpip.h
2182configure:20059: result: no
2183configure:20072: checking alloca.h usability
2184configure:20072: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
2185configure:20072: $? = 0
2186configure:20072: result: yes
2187configure:20072: checking alloca.h presence
2188configure:20072: /usr/bin/clang -E -I/opt/local/include conftest.c
2189configure:20072: $? = 0
2190configure:20072: result: yes
2191configure:20072: checking for alloca.h
2192configure:20072: result: yes
2193configure:20101: checking for posix getpwnam_r
2194configure:20133: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2195configure:20133: $? = 0
2196configure:20133: ./conftest
2197configure:20133: $? = 0
2198configure:20143: result: yes
2199configure:20193: checking whether socklen_t is defined
2200configure:20213: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
2201configure:20213: $? = 0
2202configure:20219: result: yes
2203configure:20230: checking sys/uio.h usability
2204configure:20230: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
2205configure:20230: $? = 0
2206configure:20230: result: yes
2207configure:20230: checking sys/uio.h presence
2208configure:20230: /usr/bin/clang -E -I/opt/local/include conftest.c
2209configure:20230: $? = 0
2210configure:20230: result: yes
2211configure:20230: checking for sys/uio.h
2212configure:20230: result: yes
2213configure:20237: checking for writev
2214configure:20237: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2215configure:20237: $? = 0
2216configure:20237: result: yes
2217configure:20253: checking sys/syslimits.h usability
2218configure:20253: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
2219configure:20253: $? = 0
2220configure:20253: result: yes
2221configure:20253: checking sys/syslimits.h presence
2222configure:20253: /usr/bin/clang -E -I/opt/local/include conftest.c
2223configure:20253: $? = 0
2224configure:20253: result: yes
2225configure:20253: checking for sys/syslimits.h
2226configure:20253: result: yes
2227configure:20264: checking whether MSG_NOSIGNAL is declared
2228configure:20264: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
2229conftest.c:94:10: error: use of undeclared identifier 'MSG_NOSIGNAL'
2230  (void) MSG_NOSIGNAL;
2231         ^
22321 error generated.
2233configure:20264: $? = 1
2234configure: failed program was:
2235| /* confdefs.h */
2236| #define PACKAGE_NAME "dbus"
2237| #define PACKAGE_TARNAME "dbus"
2238| #define PACKAGE_VERSION "1.10.18"
2239| #define PACKAGE_STRING "dbus 1.10.18"
2240| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
2241| #define PACKAGE_URL ""
2242| #define PACKAGE "dbus"
2243| #define VERSION "1.10.18"
2244| #define GETTEXT_PACKAGE "dbus-1"
2245| #define DBUS_DAEMON_NAME "dbus-daemon"
2246| #define STDC_HEADERS 1
2247| #define HAVE_SYS_TYPES_H 1
2248| #define HAVE_SYS_STAT_H 1
2249| #define HAVE_STDLIB_H 1
2250| #define HAVE_STRING_H 1
2251| #define HAVE_MEMORY_H 1
2252| #define HAVE_STRINGS_H 1
2253| #define HAVE_INTTYPES_H 1
2254| #define HAVE_STDINT_H 1
2255| #define HAVE_UNISTD_H 1
2256| #define __EXTENSIONS__ 1
2257| #define _ALL_SOURCE 1
2258| #define _GNU_SOURCE 1
2259| #define _POSIX_PTHREAD_SEMANTICS 1
2260| #define _TANDEM_SOURCE 1
2261| #define STDC_HEADERS 1
2262| #define HAVE_DLFCN_H 1
2263| #define LT_OBJDIR ".libs/"
2264| #define HAVE_VISIBILITY 1
2265| #define DBUS_UNIX 1
2266| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
2267| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_38
2268| #define DBUS_DISABLE_ASSERT 1
2269| #define SIZEOF_CHAR 1
2270| #define SIZEOF_SHORT 2
2271| #define SIZEOF_LONG 8
2272| #define SIZEOF_INT 4
2273| #define SIZEOF_VOID_P 8
2274| #define SIZEOF_LONG_LONG 8
2275| #define SIZEOF___INT64 0
2276| #define DBUS_INT64_PRINTF_MODIFIER "l"
2277| #define DBUS_VA_COPY va_copy
2278| #define DBUS_VA_COPY_AS_ARRAY 1
2279| #define DBUS_USE_SYNC 1
2280| #define HAVE_VSNPRINTF 1
2281| #define HAVE_VASPRINTF 1
2282| #define HAVE_NANOSLEEP 1
2283| #define HAVE_USLEEP 1
2284| #define HAVE_SETENV 1
2285| #define HAVE_UNSETENV 1
2286| #define HAVE_SOCKETPAIR 1
2287| #define HAVE_GETGROUPLIST 1
2288| #define HAVE_FPATHCONF 1
2289| #define HAVE_SETRLIMIT 1
2290| #define HAVE_POLL 1
2291| #define HAVE_SETLOCALE 1
2292| #define HAVE_LOCALECONV 1
2293| #define HAVE_STRTOLL 1
2294| #define HAVE_STRTOULL 1
2295| #define HAVE_ISSETUGID 1
2296| #define HAVE_GETRLIMIT 1
2297| #define HAVE_SYSLOG_H 1
2298| #define HAVE_DECL_LOG_PERROR 1
2299| #define HAVE_RAISE 1
2300| #define BROKEN_POLL 1
2301| #define HAVE_DIRFD 1
2302| #define HAVE_SYS_RESOURCE_H 1
2303| #define HAVE_DIRENT_H 1
2304| #define HAVE_EXECINFO_H 1
2305| #define HAVE_BACKTRACE 1
2306| #define HAVE_ERRNO_H 1
2307| #define HAVE_SIGNAL_H 1
2308| #define HAVE_LOCALE_H 1
2309| #define HAVE_UNISTD_H 1
2310| #define HAVE_STDINT_H 1
2311| #define HAVE_ALLOCA_H 1
2312| #define HAVE_POSIX_GETPWNAM_R 1
2313| #define HAVE_SOCKLEN_T 1
2314| #define HAVE_SYS_UIO_H 1
2315| #define HAVE_WRITEV 1
2316| #define HAVE_SYS_SYSLIMITS_H 1
2317| /* end confdefs.h.  */
2318|  #include <sys/types.h>
2319| #include <sys/socket.h>
2320|
2321| int
2322| main ()
2323| {
2324| #ifndef MSG_NOSIGNAL
2325| #ifdef __cplusplus
2326|   (void) MSG_NOSIGNAL;
2327| #else
2328|   (void) MSG_NOSIGNAL;
2329| #endif
2330| #endif
2331|
2332|   ;
2333|   return 0;
2334| }
2335configure:20264: result: no
2336configure:20278: checking for ISO C99 varargs macros in C
2337configure:20295: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
2338configure:20295: $? = 0
2339configure:20301: result: yes
2340configure:20304: checking for GNUC varargs macros
2341configure:20321: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
2342configure:20321: $? = 0
2343configure:20327: result: yes
2344configure:20341: checking for struct cmsgcred
2345configure:20361: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
2346conftest.c:95:17: error: variable has incomplete type 'struct cmsgcred'
2347struct cmsgcred cred;
2348                ^
2349conftest.c:95:8: note: forward declaration of 'struct cmsgcred'
2350struct cmsgcred cred;
2351       ^
23521 error generated.
2353configure:20361: $? = 1
2354configure: failed program was:
2355| /* confdefs.h */
2356| #define PACKAGE_NAME "dbus"
2357| #define PACKAGE_TARNAME "dbus"
2358| #define PACKAGE_VERSION "1.10.18"
2359| #define PACKAGE_STRING "dbus 1.10.18"
2360| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
2361| #define PACKAGE_URL ""
2362| #define PACKAGE "dbus"
2363| #define VERSION "1.10.18"
2364| #define GETTEXT_PACKAGE "dbus-1"
2365| #define DBUS_DAEMON_NAME "dbus-daemon"
2366| #define STDC_HEADERS 1
2367| #define HAVE_SYS_TYPES_H 1
2368| #define HAVE_SYS_STAT_H 1
2369| #define HAVE_STDLIB_H 1
2370| #define HAVE_STRING_H 1
2371| #define HAVE_MEMORY_H 1
2372| #define HAVE_STRINGS_H 1
2373| #define HAVE_INTTYPES_H 1
2374| #define HAVE_STDINT_H 1
2375| #define HAVE_UNISTD_H 1
2376| #define __EXTENSIONS__ 1
2377| #define _ALL_SOURCE 1
2378| #define _GNU_SOURCE 1
2379| #define _POSIX_PTHREAD_SEMANTICS 1
2380| #define _TANDEM_SOURCE 1
2381| #define STDC_HEADERS 1
2382| #define HAVE_DLFCN_H 1
2383| #define LT_OBJDIR ".libs/"
2384| #define HAVE_VISIBILITY 1
2385| #define DBUS_UNIX 1
2386| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
2387| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_38
2388| #define DBUS_DISABLE_ASSERT 1
2389| #define SIZEOF_CHAR 1
2390| #define SIZEOF_SHORT 2
2391| #define SIZEOF_LONG 8
2392| #define SIZEOF_INT 4
2393| #define SIZEOF_VOID_P 8
2394| #define SIZEOF_LONG_LONG 8
2395| #define SIZEOF___INT64 0
2396| #define DBUS_INT64_PRINTF_MODIFIER "l"
2397| #define DBUS_VA_COPY va_copy
2398| #define DBUS_VA_COPY_AS_ARRAY 1
2399| #define DBUS_USE_SYNC 1
2400| #define HAVE_VSNPRINTF 1
2401| #define HAVE_VASPRINTF 1
2402| #define HAVE_NANOSLEEP 1
2403| #define HAVE_USLEEP 1
2404| #define HAVE_SETENV 1
2405| #define HAVE_UNSETENV 1
2406| #define HAVE_SOCKETPAIR 1
2407| #define HAVE_GETGROUPLIST 1
2408| #define HAVE_FPATHCONF 1
2409| #define HAVE_SETRLIMIT 1
2410| #define HAVE_POLL 1
2411| #define HAVE_SETLOCALE 1
2412| #define HAVE_LOCALECONV 1
2413| #define HAVE_STRTOLL 1
2414| #define HAVE_STRTOULL 1
2415| #define HAVE_ISSETUGID 1
2416| #define HAVE_GETRLIMIT 1
2417| #define HAVE_SYSLOG_H 1
2418| #define HAVE_DECL_LOG_PERROR 1
2419| #define HAVE_RAISE 1
2420| #define BROKEN_POLL 1
2421| #define HAVE_DIRFD 1
2422| #define HAVE_SYS_RESOURCE_H 1
2423| #define HAVE_DIRENT_H 1
2424| #define HAVE_EXECINFO_H 1
2425| #define HAVE_BACKTRACE 1
2426| #define HAVE_ERRNO_H 1
2427| #define HAVE_SIGNAL_H 1
2428| #define HAVE_LOCALE_H 1
2429| #define HAVE_UNISTD_H 1
2430| #define HAVE_STDINT_H 1
2431| #define HAVE_ALLOCA_H 1
2432| #define HAVE_POSIX_GETPWNAM_R 1
2433| #define HAVE_SOCKLEN_T 1
2434| #define HAVE_SYS_UIO_H 1
2435| #define HAVE_WRITEV 1
2436| #define HAVE_SYS_SYSLIMITS_H 1
2437| #define HAVE_DECL_MSG_NOSIGNAL 0
2438| #define HAVE_ISO_VARARGS 1
2439| #define HAVE_GNUC_VARARGS 1
2440| /* end confdefs.h.  */
2441|
2442| #include <sys/types.h>
2443| #include <sys/socket.h>
2444|
2445| int
2446| main ()
2447| {
2448|
2449| struct cmsgcred cred;
2450|
2451| cred.cmcred_pid = 0;
2452|
2453|   ;
2454|   return 0;
2455| }
2456configure:20367: result: no
2457configure:20376: checking for struct unpcbid.unp_pid
2458configure:20376: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
2459conftest.c:92:23: error: variable has incomplete type 'struct unpcbid'
2460static struct unpcbid ac_aggr;
2461                      ^
2462conftest.c:92:15: note: forward declaration of 'struct unpcbid'
2463static struct unpcbid ac_aggr;
2464              ^
24651 error generated.
2466configure:20376: $? = 1
2467configure: failed program was:
2468| /* confdefs.h */
2469| #define PACKAGE_NAME "dbus"
2470| #define PACKAGE_TARNAME "dbus"
2471| #define PACKAGE_VERSION "1.10.18"
2472| #define PACKAGE_STRING "dbus 1.10.18"
2473| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
2474| #define PACKAGE_URL ""
2475| #define PACKAGE "dbus"
2476| #define VERSION "1.10.18"
2477| #define GETTEXT_PACKAGE "dbus-1"
2478| #define DBUS_DAEMON_NAME "dbus-daemon"
2479| #define STDC_HEADERS 1
2480| #define HAVE_SYS_TYPES_H 1
2481| #define HAVE_SYS_STAT_H 1
2482| #define HAVE_STDLIB_H 1
2483| #define HAVE_STRING_H 1
2484| #define HAVE_MEMORY_H 1
2485| #define HAVE_STRINGS_H 1
2486| #define HAVE_INTTYPES_H 1
2487| #define HAVE_STDINT_H 1
2488| #define HAVE_UNISTD_H 1
2489| #define __EXTENSIONS__ 1
2490| #define _ALL_SOURCE 1
2491| #define _GNU_SOURCE 1
2492| #define _POSIX_PTHREAD_SEMANTICS 1
2493| #define _TANDEM_SOURCE 1
2494| #define STDC_HEADERS 1
2495| #define HAVE_DLFCN_H 1
2496| #define LT_OBJDIR ".libs/"
2497| #define HAVE_VISIBILITY 1
2498| #define DBUS_UNIX 1
2499| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
2500| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_38
2501| #define DBUS_DISABLE_ASSERT 1
2502| #define SIZEOF_CHAR 1
2503| #define SIZEOF_SHORT 2
2504| #define SIZEOF_LONG 8
2505| #define SIZEOF_INT 4
2506| #define SIZEOF_VOID_P 8
2507| #define SIZEOF_LONG_LONG 8
2508| #define SIZEOF___INT64 0
2509| #define DBUS_INT64_PRINTF_MODIFIER "l"
2510| #define DBUS_VA_COPY va_copy
2511| #define DBUS_VA_COPY_AS_ARRAY 1
2512| #define DBUS_USE_SYNC 1
2513| #define HAVE_VSNPRINTF 1
2514| #define HAVE_VASPRINTF 1
2515| #define HAVE_NANOSLEEP 1
2516| #define HAVE_USLEEP 1
2517| #define HAVE_SETENV 1
2518| #define HAVE_UNSETENV 1
2519| #define HAVE_SOCKETPAIR 1
2520| #define HAVE_GETGROUPLIST 1
2521| #define HAVE_FPATHCONF 1
2522| #define HAVE_SETRLIMIT 1
2523| #define HAVE_POLL 1
2524| #define HAVE_SETLOCALE 1
2525| #define HAVE_LOCALECONV 1
2526| #define HAVE_STRTOLL 1
2527| #define HAVE_STRTOULL 1
2528| #define HAVE_ISSETUGID 1
2529| #define HAVE_GETRLIMIT 1
2530| #define HAVE_SYSLOG_H 1
2531| #define HAVE_DECL_LOG_PERROR 1
2532| #define HAVE_RAISE 1
2533| #define BROKEN_POLL 1
2534| #define HAVE_DIRFD 1
2535| #define HAVE_SYS_RESOURCE_H 1
2536| #define HAVE_DIRENT_H 1
2537| #define HAVE_EXECINFO_H 1
2538| #define HAVE_BACKTRACE 1
2539| #define HAVE_ERRNO_H 1
2540| #define HAVE_SIGNAL_H 1
2541| #define HAVE_LOCALE_H 1
2542| #define HAVE_UNISTD_H 1
2543| #define HAVE_STDINT_H 1
2544| #define HAVE_ALLOCA_H 1
2545| #define HAVE_POSIX_GETPWNAM_R 1
2546| #define HAVE_SOCKLEN_T 1
2547| #define HAVE_SYS_UIO_H 1
2548| #define HAVE_WRITEV 1
2549| #define HAVE_SYS_SYSLIMITS_H 1
2550| #define HAVE_DECL_MSG_NOSIGNAL 0
2551| #define HAVE_ISO_VARARGS 1
2552| #define HAVE_GNUC_VARARGS 1
2553| /* end confdefs.h.  */
2554| #include <sys/un.h>
2555|
2556| int
2557| main ()
2558| {
2559| static struct unpcbid ac_aggr;
2560| if (ac_aggr.unp_pid)
2561| return 0;
2562|   ;
2563|   return 0;
2564| }
2565configure:20376: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
2566conftest.c:92:23: error: variable has incomplete type 'struct unpcbid'
2567static struct unpcbid ac_aggr;
2568                      ^
2569conftest.c:92:15: note: forward declaration of 'struct unpcbid'
2570static struct unpcbid ac_aggr;
2571              ^
25721 error generated.
2573configure:20376: $? = 1
2574configure: failed program was:
2575| /* confdefs.h */
2576| #define PACKAGE_NAME "dbus"
2577| #define PACKAGE_TARNAME "dbus"
2578| #define PACKAGE_VERSION "1.10.18"
2579| #define PACKAGE_STRING "dbus 1.10.18"
2580| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
2581| #define PACKAGE_URL ""
2582| #define PACKAGE "dbus"
2583| #define VERSION "1.10.18"
2584| #define GETTEXT_PACKAGE "dbus-1"
2585| #define DBUS_DAEMON_NAME "dbus-daemon"
2586| #define STDC_HEADERS 1
2587| #define HAVE_SYS_TYPES_H 1
2588| #define HAVE_SYS_STAT_H 1
2589| #define HAVE_STDLIB_H 1
2590| #define HAVE_STRING_H 1
2591| #define HAVE_MEMORY_H 1
2592| #define HAVE_STRINGS_H 1
2593| #define HAVE_INTTYPES_H 1
2594| #define HAVE_STDINT_H 1
2595| #define HAVE_UNISTD_H 1
2596| #define __EXTENSIONS__ 1
2597| #define _ALL_SOURCE 1
2598| #define _GNU_SOURCE 1
2599| #define _POSIX_PTHREAD_SEMANTICS 1
2600| #define _TANDEM_SOURCE 1
2601| #define STDC_HEADERS 1
2602| #define HAVE_DLFCN_H 1
2603| #define LT_OBJDIR ".libs/"
2604| #define HAVE_VISIBILITY 1
2605| #define DBUS_UNIX 1
2606| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
2607| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_38
2608| #define DBUS_DISABLE_ASSERT 1
2609| #define SIZEOF_CHAR 1
2610| #define SIZEOF_SHORT 2
2611| #define SIZEOF_LONG 8
2612| #define SIZEOF_INT 4
2613| #define SIZEOF_VOID_P 8
2614| #define SIZEOF_LONG_LONG 8
2615| #define SIZEOF___INT64 0
2616| #define DBUS_INT64_PRINTF_MODIFIER "l"
2617| #define DBUS_VA_COPY va_copy
2618| #define DBUS_VA_COPY_AS_ARRAY 1
2619| #define DBUS_USE_SYNC 1
2620| #define HAVE_VSNPRINTF 1
2621| #define HAVE_VASPRINTF 1
2622| #define HAVE_NANOSLEEP 1
2623| #define HAVE_USLEEP 1
2624| #define HAVE_SETENV 1
2625| #define HAVE_UNSETENV 1
2626| #define HAVE_SOCKETPAIR 1
2627| #define HAVE_GETGROUPLIST 1
2628| #define HAVE_FPATHCONF 1
2629| #define HAVE_SETRLIMIT 1
2630| #define HAVE_POLL 1
2631| #define HAVE_SETLOCALE 1
2632| #define HAVE_LOCALECONV 1
2633| #define HAVE_STRTOLL 1
2634| #define HAVE_STRTOULL 1
2635| #define HAVE_ISSETUGID 1
2636| #define HAVE_GETRLIMIT 1
2637| #define HAVE_SYSLOG_H 1
2638| #define HAVE_DECL_LOG_PERROR 1
2639| #define HAVE_RAISE 1
2640| #define BROKEN_POLL 1
2641| #define HAVE_DIRFD 1
2642| #define HAVE_SYS_RESOURCE_H 1
2643| #define HAVE_DIRENT_H 1
2644| #define HAVE_EXECINFO_H 1
2645| #define HAVE_BACKTRACE 1
2646| #define HAVE_ERRNO_H 1
2647| #define HAVE_SIGNAL_H 1
2648| #define HAVE_LOCALE_H 1
2649| #define HAVE_UNISTD_H 1
2650| #define HAVE_STDINT_H 1
2651| #define HAVE_ALLOCA_H 1
2652| #define HAVE_POSIX_GETPWNAM_R 1
2653| #define HAVE_SOCKLEN_T 1
2654| #define HAVE_SYS_UIO_H 1
2655| #define HAVE_WRITEV 1
2656| #define HAVE_SYS_SYSLIMITS_H 1
2657| #define HAVE_DECL_MSG_NOSIGNAL 0
2658| #define HAVE_ISO_VARARGS 1
2659| #define HAVE_GNUC_VARARGS 1
2660| /* end confdefs.h.  */
2661| #include <sys/un.h>
2662|
2663| int
2664| main ()
2665| {
2666| static struct unpcbid ac_aggr;
2667| if (sizeof ac_aggr.unp_pid)
2668| return 0;
2669|   ;
2670|   return 0;
2671| }
2672configure:20376: result: no
2673configure:20388: checking for getpeerucred
2674configure:20388: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2675Undefined symbols for architecture x86_64:
2676  "_getpeerucred", referenced from:
2677      _main in conftest-8bf7aa.o
2678ld: symbol(s) not found for architecture x86_64
2679clang: error: linker command failed with exit code 1 (use -v to see invocation)
2680configure:20388: $? = 1
2681configure: failed program was:
2682| /* confdefs.h */
2683| #define PACKAGE_NAME "dbus"
2684| #define PACKAGE_TARNAME "dbus"
2685| #define PACKAGE_VERSION "1.10.18"
2686| #define PACKAGE_STRING "dbus 1.10.18"
2687| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
2688| #define PACKAGE_URL ""
2689| #define PACKAGE "dbus"
2690| #define VERSION "1.10.18"
2691| #define GETTEXT_PACKAGE "dbus-1"
2692| #define DBUS_DAEMON_NAME "dbus-daemon"
2693| #define STDC_HEADERS 1
2694| #define HAVE_SYS_TYPES_H 1
2695| #define HAVE_SYS_STAT_H 1
2696| #define HAVE_STDLIB_H 1
2697| #define HAVE_STRING_H 1
2698| #define HAVE_MEMORY_H 1
2699| #define HAVE_STRINGS_H 1
2700| #define HAVE_INTTYPES_H 1
2701| #define HAVE_STDINT_H 1
2702| #define HAVE_UNISTD_H 1
2703| #define __EXTENSIONS__ 1
2704| #define _ALL_SOURCE 1
2705| #define _GNU_SOURCE 1
2706| #define _POSIX_PTHREAD_SEMANTICS 1
2707| #define _TANDEM_SOURCE 1
2708| #define STDC_HEADERS 1
2709| #define HAVE_DLFCN_H 1
2710| #define LT_OBJDIR ".libs/"
2711| #define HAVE_VISIBILITY 1
2712| #define DBUS_UNIX 1
2713| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
2714| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_38
2715| #define DBUS_DISABLE_ASSERT 1
2716| #define SIZEOF_CHAR 1
2717| #define SIZEOF_SHORT 2
2718| #define SIZEOF_LONG 8
2719| #define SIZEOF_INT 4
2720| #define SIZEOF_VOID_P 8
2721| #define SIZEOF_LONG_LONG 8
2722| #define SIZEOF___INT64 0
2723| #define DBUS_INT64_PRINTF_MODIFIER "l"
2724| #define DBUS_VA_COPY va_copy
2725| #define DBUS_VA_COPY_AS_ARRAY 1
2726| #define DBUS_USE_SYNC 1
2727| #define HAVE_VSNPRINTF 1
2728| #define HAVE_VASPRINTF 1
2729| #define HAVE_NANOSLEEP 1
2730| #define HAVE_USLEEP 1
2731| #define HAVE_SETENV 1
2732| #define HAVE_UNSETENV 1
2733| #define HAVE_SOCKETPAIR 1
2734| #define HAVE_GETGROUPLIST 1
2735| #define HAVE_FPATHCONF 1
2736| #define HAVE_SETRLIMIT 1
2737| #define HAVE_POLL 1
2738| #define HAVE_SETLOCALE 1
2739| #define HAVE_LOCALECONV 1
2740| #define HAVE_STRTOLL 1
2741| #define HAVE_STRTOULL 1
2742| #define HAVE_ISSETUGID 1
2743| #define HAVE_GETRLIMIT 1
2744| #define HAVE_SYSLOG_H 1
2745| #define HAVE_DECL_LOG_PERROR 1
2746| #define HAVE_RAISE 1
2747| #define BROKEN_POLL 1
2748| #define HAVE_DIRFD 1
2749| #define HAVE_SYS_RESOURCE_H 1
2750| #define HAVE_DIRENT_H 1
2751| #define HAVE_EXECINFO_H 1
2752| #define HAVE_BACKTRACE 1
2753| #define HAVE_ERRNO_H 1
2754| #define HAVE_SIGNAL_H 1
2755| #define HAVE_LOCALE_H 1
2756| #define HAVE_UNISTD_H 1
2757| #define HAVE_STDINT_H 1
2758| #define HAVE_ALLOCA_H 1
2759| #define HAVE_POSIX_GETPWNAM_R 1
2760| #define HAVE_SOCKLEN_T 1
2761| #define HAVE_SYS_UIO_H 1
2762| #define HAVE_WRITEV 1
2763| #define HAVE_SYS_SYSLIMITS_H 1
2764| #define HAVE_DECL_MSG_NOSIGNAL 0
2765| #define HAVE_ISO_VARARGS 1
2766| #define HAVE_GNUC_VARARGS 1
2767| /* end confdefs.h.  */
2768| /* Define getpeerucred to an innocuous variant, in case <limits.h> declares getpeerucred.
2769|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2770| #define getpeerucred innocuous_getpeerucred
2771|
2772| /* System header to define __stub macros and hopefully few prototypes,
2773|     which can conflict with char getpeerucred (); below.
2774|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2775|     <limits.h> exists even on freestanding compilers.  */
2776|
2777| #ifdef __STDC__
2778| # include <limits.h>
2779| #else
2780| # include <assert.h>
2781| #endif
2782|
2783| #undef getpeerucred
2784|
2785| /* Override any GCC internal prototype to avoid an error.
2786|    Use char because int might match the return type of a GCC
2787|    builtin and then its argument prototype would still apply.  */
2788| #ifdef __cplusplus
2789| extern "C"
2790| #endif
2791| char getpeerucred ();
2792| /* The GNU C library defines this for functions which it implements
2793|     to always fail with ENOSYS.  Some functions are actually named
2794|     something starting with __ and the normal name is an alias.  */
2795| #if defined __stub_getpeerucred || defined __stub___getpeerucred
2796| choke me
2797| #endif
2798|
2799| int
2800| main ()
2801| {
2802| return getpeerucred ();
2803|   ;
2804|   return 0;
2805| }
2806configure:20388: result: no
2807configure:20388: checking for getpeereid
2808configure:20388: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2809configure:20388: $? = 0
2810configure:20388: result: yes
2811configure:20401: checking for pipe2
2812configure:20401: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2813Undefined symbols for architecture x86_64:
2814  "_pipe2", referenced from:
2815      _main in conftest-94f77c.o
2816ld: symbol(s) not found for architecture x86_64
2817clang: error: linker command failed with exit code 1 (use -v to see invocation)
2818configure:20401: $? = 1
2819configure: failed program was:
2820| /* confdefs.h */
2821| #define PACKAGE_NAME "dbus"
2822| #define PACKAGE_TARNAME "dbus"
2823| #define PACKAGE_VERSION "1.10.18"
2824| #define PACKAGE_STRING "dbus 1.10.18"
2825| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
2826| #define PACKAGE_URL ""
2827| #define PACKAGE "dbus"
2828| #define VERSION "1.10.18"
2829| #define GETTEXT_PACKAGE "dbus-1"
2830| #define DBUS_DAEMON_NAME "dbus-daemon"
2831| #define STDC_HEADERS 1
2832| #define HAVE_SYS_TYPES_H 1
2833| #define HAVE_SYS_STAT_H 1
2834| #define HAVE_STDLIB_H 1
2835| #define HAVE_STRING_H 1
2836| #define HAVE_MEMORY_H 1
2837| #define HAVE_STRINGS_H 1
2838| #define HAVE_INTTYPES_H 1
2839| #define HAVE_STDINT_H 1
2840| #define HAVE_UNISTD_H 1
2841| #define __EXTENSIONS__ 1
2842| #define _ALL_SOURCE 1
2843| #define _GNU_SOURCE 1
2844| #define _POSIX_PTHREAD_SEMANTICS 1
2845| #define _TANDEM_SOURCE 1
2846| #define STDC_HEADERS 1
2847| #define HAVE_DLFCN_H 1
2848| #define LT_OBJDIR ".libs/"
2849| #define HAVE_VISIBILITY 1
2850| #define DBUS_UNIX 1
2851| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
2852| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_38
2853| #define DBUS_DISABLE_ASSERT 1
2854| #define SIZEOF_CHAR 1
2855| #define SIZEOF_SHORT 2
2856| #define SIZEOF_LONG 8
2857| #define SIZEOF_INT 4
2858| #define SIZEOF_VOID_P 8
2859| #define SIZEOF_LONG_LONG 8
2860| #define SIZEOF___INT64 0
2861| #define DBUS_INT64_PRINTF_MODIFIER "l"
2862| #define DBUS_VA_COPY va_copy
2863| #define DBUS_VA_COPY_AS_ARRAY 1
2864| #define DBUS_USE_SYNC 1
2865| #define HAVE_VSNPRINTF 1
2866| #define HAVE_VASPRINTF 1
2867| #define HAVE_NANOSLEEP 1
2868| #define HAVE_USLEEP 1
2869| #define HAVE_SETENV 1
2870| #define HAVE_UNSETENV 1
2871| #define HAVE_SOCKETPAIR 1
2872| #define HAVE_GETGROUPLIST 1
2873| #define HAVE_FPATHCONF 1
2874| #define HAVE_SETRLIMIT 1
2875| #define HAVE_POLL 1
2876| #define HAVE_SETLOCALE 1
2877| #define HAVE_LOCALECONV 1
2878| #define HAVE_STRTOLL 1
2879| #define HAVE_STRTOULL 1
2880| #define HAVE_ISSETUGID 1
2881| #define HAVE_GETRLIMIT 1
2882| #define HAVE_SYSLOG_H 1
2883| #define HAVE_DECL_LOG_PERROR 1
2884| #define HAVE_RAISE 1
2885| #define BROKEN_POLL 1
2886| #define HAVE_DIRFD 1
2887| #define HAVE_SYS_RESOURCE_H 1
2888| #define HAVE_DIRENT_H 1
2889| #define HAVE_EXECINFO_H 1
2890| #define HAVE_BACKTRACE 1
2891| #define HAVE_ERRNO_H 1
2892| #define HAVE_SIGNAL_H 1
2893| #define HAVE_LOCALE_H 1
2894| #define HAVE_UNISTD_H 1
2895| #define HAVE_STDINT_H 1
2896| #define HAVE_ALLOCA_H 1
2897| #define HAVE_POSIX_GETPWNAM_R 1
2898| #define HAVE_SOCKLEN_T 1
2899| #define HAVE_SYS_UIO_H 1
2900| #define HAVE_WRITEV 1
2901| #define HAVE_SYS_SYSLIMITS_H 1
2902| #define HAVE_DECL_MSG_NOSIGNAL 0
2903| #define HAVE_ISO_VARARGS 1
2904| #define HAVE_GNUC_VARARGS 1
2905| #define HAVE_GETPEEREID 1
2906| /* end confdefs.h.  */
2907| /* Define pipe2 to an innocuous variant, in case <limits.h> declares pipe2.
2908|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2909| #define pipe2 innocuous_pipe2
2910|
2911| /* System header to define __stub macros and hopefully few prototypes,
2912|     which can conflict with char pipe2 (); below.
2913|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2914|     <limits.h> exists even on freestanding compilers.  */
2915|
2916| #ifdef __STDC__
2917| # include <limits.h>
2918| #else
2919| # include <assert.h>
2920| #endif
2921|
2922| #undef pipe2
2923|
2924| /* Override any GCC internal prototype to avoid an error.
2925|    Use char because int might match the return type of a GCC
2926|    builtin and then its argument prototype would still apply.  */
2927| #ifdef __cplusplus
2928| extern "C"
2929| #endif
2930| char pipe2 ();
2931| /* The GNU C library defines this for functions which it implements
2932|     to always fail with ENOSYS.  Some functions are actually named
2933|     something starting with __ and the normal name is an alias.  */
2934| #if defined __stub_pipe2 || defined __stub___pipe2
2935| choke me
2936| #endif
2937|
2938| int
2939| main ()
2940| {
2941| return pipe2 ();
2942|   ;
2943|   return 0;
2944| }
2945configure:20401: result: no
2946configure:20401: checking for accept4
2947configure:20401: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2948Undefined symbols for architecture x86_64:
2949  "_accept4", referenced from:
2950      _main in conftest-ffcc15.o
2951ld: symbol(s) not found for architecture x86_64
2952clang: error: linker command failed with exit code 1 (use -v to see invocation)
2953configure:20401: $? = 1
2954configure: failed program was:
2955| /* confdefs.h */
2956| #define PACKAGE_NAME "dbus"
2957| #define PACKAGE_TARNAME "dbus"
2958| #define PACKAGE_VERSION "1.10.18"
2959| #define PACKAGE_STRING "dbus 1.10.18"
2960| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
2961| #define PACKAGE_URL ""
2962| #define PACKAGE "dbus"
2963| #define VERSION "1.10.18"
2964| #define GETTEXT_PACKAGE "dbus-1"
2965| #define DBUS_DAEMON_NAME "dbus-daemon"
2966| #define STDC_HEADERS 1
2967| #define HAVE_SYS_TYPES_H 1
2968| #define HAVE_SYS_STAT_H 1
2969| #define HAVE_STDLIB_H 1
2970| #define HAVE_STRING_H 1
2971| #define HAVE_MEMORY_H 1
2972| #define HAVE_STRINGS_H 1
2973| #define HAVE_INTTYPES_H 1
2974| #define HAVE_STDINT_H 1
2975| #define HAVE_UNISTD_H 1
2976| #define __EXTENSIONS__ 1
2977| #define _ALL_SOURCE 1
2978| #define _GNU_SOURCE 1
2979| #define _POSIX_PTHREAD_SEMANTICS 1
2980| #define _TANDEM_SOURCE 1
2981| #define STDC_HEADERS 1
2982| #define HAVE_DLFCN_H 1
2983| #define LT_OBJDIR ".libs/"
2984| #define HAVE_VISIBILITY 1
2985| #define DBUS_UNIX 1
2986| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
2987| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_38
2988| #define DBUS_DISABLE_ASSERT 1
2989| #define SIZEOF_CHAR 1
2990| #define SIZEOF_SHORT 2
2991| #define SIZEOF_LONG 8
2992| #define SIZEOF_INT 4
2993| #define SIZEOF_VOID_P 8
2994| #define SIZEOF_LONG_LONG 8
2995| #define SIZEOF___INT64 0
2996| #define DBUS_INT64_PRINTF_MODIFIER "l"
2997| #define DBUS_VA_COPY va_copy
2998| #define DBUS_VA_COPY_AS_ARRAY 1
2999| #define DBUS_USE_SYNC 1
3000| #define HAVE_VSNPRINTF 1
3001| #define HAVE_VASPRINTF 1
3002| #define HAVE_NANOSLEEP 1
3003| #define HAVE_USLEEP 1
3004| #define HAVE_SETENV 1
3005| #define HAVE_UNSETENV 1
3006| #define HAVE_SOCKETPAIR 1
3007| #define HAVE_GETGROUPLIST 1
3008| #define HAVE_FPATHCONF 1
3009| #define HAVE_SETRLIMIT 1
3010| #define HAVE_POLL 1
3011| #define HAVE_SETLOCALE 1
3012| #define HAVE_LOCALECONV 1
3013| #define HAVE_STRTOLL 1
3014| #define HAVE_STRTOULL 1
3015| #define HAVE_ISSETUGID 1
3016| #define HAVE_GETRLIMIT 1
3017| #define HAVE_SYSLOG_H 1
3018| #define HAVE_DECL_LOG_PERROR 1
3019| #define HAVE_RAISE 1
3020| #define BROKEN_POLL 1
3021| #define HAVE_DIRFD 1
3022| #define HAVE_SYS_RESOURCE_H 1
3023| #define HAVE_DIRENT_H 1
3024| #define HAVE_EXECINFO_H 1
3025| #define HAVE_BACKTRACE 1
3026| #define HAVE_ERRNO_H 1
3027| #define HAVE_SIGNAL_H 1
3028| #define HAVE_LOCALE_H 1
3029| #define HAVE_UNISTD_H 1
3030| #define HAVE_STDINT_H 1
3031| #define HAVE_ALLOCA_H 1
3032| #define HAVE_POSIX_GETPWNAM_R 1
3033| #define HAVE_SOCKLEN_T 1
3034| #define HAVE_SYS_UIO_H 1
3035| #define HAVE_WRITEV 1
3036| #define HAVE_SYS_SYSLIMITS_H 1
3037| #define HAVE_DECL_MSG_NOSIGNAL 0
3038| #define HAVE_ISO_VARARGS 1
3039| #define HAVE_GNUC_VARARGS 1
3040| #define HAVE_GETPEEREID 1
3041| /* end confdefs.h.  */
3042| /* Define accept4 to an innocuous variant, in case <limits.h> declares accept4.
3043|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
3044| #define accept4 innocuous_accept4
3045|
3046| /* System header to define __stub macros and hopefully few prototypes,
3047|     which can conflict with char accept4 (); below.
3048|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3049|     <limits.h> exists even on freestanding compilers.  */
3050|
3051| #ifdef __STDC__
3052| # include <limits.h>
3053| #else
3054| # include <assert.h>
3055| #endif
3056|
3057| #undef accept4
3058|
3059| /* Override any GCC internal prototype to avoid an error.
3060|    Use char because int might match the return type of a GCC
3061|    builtin and then its argument prototype would still apply.  */
3062| #ifdef __cplusplus
3063| extern "C"
3064| #endif
3065| char accept4 ();
3066| /* The GNU C library defines this for functions which it implements
3067|     to always fail with ENOSYS.  Some functions are actually named
3068|     something starting with __ and the normal name is an alias.  */
3069| #if defined __stub_accept4 || defined __stub___accept4
3070| choke me
3071| #endif
3072|
3073| int
3074| main ()
3075| {
3076| return accept4 ();
3077|   ;
3078|   return 0;
3079| }
3080configure:20401: result: no
3081configure:20421: checking abstract socket namespace
3082configure:20482: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
3083configure:20482: $? = 0
3084configure:20482: ./conftest
3085Abstract socket namespace bind() failed: No such file or directory
3086configure:20482: $? = 1
3087configure: program exited with status 1
3088configure: failed program was:
3089| /* confdefs.h */
3090| #define PACKAGE_NAME "dbus"
3091| #define PACKAGE_TARNAME "dbus"
3092| #define PACKAGE_VERSION "1.10.18"
3093| #define PACKAGE_STRING "dbus 1.10.18"
3094| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
3095| #define PACKAGE_URL ""
3096| #define PACKAGE "dbus"
3097| #define VERSION "1.10.18"
3098| #define GETTEXT_PACKAGE "dbus-1"
3099| #define DBUS_DAEMON_NAME "dbus-daemon"
3100| #define STDC_HEADERS 1
3101| #define HAVE_SYS_TYPES_H 1
3102| #define HAVE_SYS_STAT_H 1
3103| #define HAVE_STDLIB_H 1
3104| #define HAVE_STRING_H 1
3105| #define HAVE_MEMORY_H 1
3106| #define HAVE_STRINGS_H 1
3107| #define HAVE_INTTYPES_H 1
3108| #define HAVE_STDINT_H 1
3109| #define HAVE_UNISTD_H 1
3110| #define __EXTENSIONS__ 1
3111| #define _ALL_SOURCE 1
3112| #define _GNU_SOURCE 1
3113| #define _POSIX_PTHREAD_SEMANTICS 1
3114| #define _TANDEM_SOURCE 1
3115| #define STDC_HEADERS 1
3116| #define HAVE_DLFCN_H 1
3117| #define LT_OBJDIR ".libs/"
3118| #define HAVE_VISIBILITY 1
3119| #define DBUS_UNIX 1
3120| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
3121| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_38
3122| #define DBUS_DISABLE_ASSERT 1
3123| #define SIZEOF_CHAR 1
3124| #define SIZEOF_SHORT 2
3125| #define SIZEOF_LONG 8
3126| #define SIZEOF_INT 4
3127| #define SIZEOF_VOID_P 8
3128| #define SIZEOF_LONG_LONG 8
3129| #define SIZEOF___INT64 0
3130| #define DBUS_INT64_PRINTF_MODIFIER "l"
3131| #define DBUS_VA_COPY va_copy
3132| #define DBUS_VA_COPY_AS_ARRAY 1
3133| #define DBUS_USE_SYNC 1
3134| #define HAVE_VSNPRINTF 1
3135| #define HAVE_VASPRINTF 1
3136| #define HAVE_NANOSLEEP 1
3137| #define HAVE_USLEEP 1
3138| #define HAVE_SETENV 1
3139| #define HAVE_UNSETENV 1
3140| #define HAVE_SOCKETPAIR 1
3141| #define HAVE_GETGROUPLIST 1
3142| #define HAVE_FPATHCONF 1
3143| #define HAVE_SETRLIMIT 1
3144| #define HAVE_POLL 1
3145| #define HAVE_SETLOCALE 1
3146| #define HAVE_LOCALECONV 1
3147| #define HAVE_STRTOLL 1
3148| #define HAVE_STRTOULL 1
3149| #define HAVE_ISSETUGID 1
3150| #define HAVE_GETRLIMIT 1
3151| #define HAVE_SYSLOG_H 1
3152| #define HAVE_DECL_LOG_PERROR 1
3153| #define HAVE_RAISE 1
3154| #define BROKEN_POLL 1
3155| #define HAVE_DIRFD 1
3156| #define HAVE_SYS_RESOURCE_H 1
3157| #define HAVE_DIRENT_H 1
3158| #define HAVE_EXECINFO_H 1
3159| #define HAVE_BACKTRACE 1
3160| #define HAVE_ERRNO_H 1
3161| #define HAVE_SIGNAL_H 1
3162| #define HAVE_LOCALE_H 1
3163| #define HAVE_UNISTD_H 1
3164| #define HAVE_STDINT_H 1
3165| #define HAVE_ALLOCA_H 1
3166| #define HAVE_POSIX_GETPWNAM_R 1
3167| #define HAVE_SOCKLEN_T 1
3168| #define HAVE_SYS_UIO_H 1
3169| #define HAVE_WRITEV 1
3170| #define HAVE_SYS_SYSLIMITS_H 1
3171| #define HAVE_DECL_MSG_NOSIGNAL 0
3172| #define HAVE_ISO_VARARGS 1
3173| #define HAVE_GNUC_VARARGS 1
3174| #define HAVE_GETPEEREID 1
3175| /* end confdefs.h.  */
3176|
3177| #include <sys/types.h>
3178| #include <stdlib.h>
3179| #include <string.h>
3180| #include <stdio.h>
3181| #include <sys/socket.h>
3182| #include <sys/un.h>
3183| #include <errno.h>
3184|
3185| int
3186| main ()
3187| {
3188|
3189|   size_t slen;
3190|   int listen_fd;
3191|   struct sockaddr_un addr;
3192|
3193|   listen_fd = socket (PF_UNIX, SOCK_STREAM, 0);
3194|
3195|   if (listen_fd < 0)
3196|     {
3197|       fprintf (stderr, "socket() failed: %s\n", strerror (errno));
3198|       exit (1);
3199|     }
3200|
3201|   memset (&addr, '\0', sizeof (addr));
3202|   addr.sun_family = AF_UNIX;
3203|   strcpy (addr.sun_path, "X/tmp/dbus-fake-socket-path-used-in-configure-test");
3204|   /* SUN_LEN uses strlen() so need to calculate it before adding \0 at the
3205|    * beginning.
3206|    */
3207|   slen = SUN_LEN(&addr);
3208|   addr.sun_path[0] = '\0'; /* this is what makes it abstract */
3209|
3210|   if (bind (listen_fd, (struct sockaddr*) &addr, slen) < 0)
3211|     {
3212|        fprintf (stderr, "Abstract socket namespace bind() failed: %s\n",
3213|                 strerror (errno));
3214|        exit (1);
3215|     }
3216|   else
3217|     exit (0);
3218|
3219|   ;
3220|   return 0;
3221| }
3222configure:20492: result: no
3223configure:20531: checking for XML_ParserCreate_MM in -lexpat
3224configure:20556: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lexpat   >&5
3225configure:20556: $? = 0
3226configure:20565: result: yes
3227configure:20570: checking expat.h usability
3228configure:20570: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
3229configure:20570: $? = 0
3230configure:20570: result: yes
3231configure:20570: checking expat.h presence
3232configure:20570: /usr/bin/clang -E -I/opt/local/include conftest.c
3233configure:20570: $? = 0
3234configure:20570: result: yes
3235configure:20570: checking for expat.h
3236configure:20570: result: yes
3237configure:20612: checking for library containing pthread_cond_timedwait
3238configure:20643: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c   >&5
3239configure:20643: $? = 0
3240configure:20660: result: none required
3241configure:20670: checking for library containing pthread_mutexattr_init
3242configure:20701: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c   >&5
3243configure:20701: $? = 0
3244configure:20718: result: none required
3245configure:20728: checking for library containing pthread_mutexattr_settype
3246configure:20759: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c   >&5
3247configure:20759: $? = 0
3248configure:20776: result: none required
3249configure:20789: checking for library containing pthread_condattr_setclock
3250configure:20820: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c   >&5
3251Undefined symbols for architecture x86_64:
3252  "_pthread_condattr_setclock", referenced from:
3253      _main in conftest-f81e28.o
3254ld: symbol(s) not found for architecture x86_64
3255clang: error: linker command failed with exit code 1 (use -v to see invocation)
3256configure:20820: $? = 1
3257configure: failed program was:
3258| /* confdefs.h */
3259| #define PACKAGE_NAME "dbus"
3260| #define PACKAGE_TARNAME "dbus"
3261| #define PACKAGE_VERSION "1.10.18"
3262| #define PACKAGE_STRING "dbus 1.10.18"
3263| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
3264| #define PACKAGE_URL ""
3265| #define PACKAGE "dbus"
3266| #define VERSION "1.10.18"
3267| #define GETTEXT_PACKAGE "dbus-1"
3268| #define DBUS_DAEMON_NAME "dbus-daemon"
3269| #define STDC_HEADERS 1
3270| #define HAVE_SYS_TYPES_H 1
3271| #define HAVE_SYS_STAT_H 1
3272| #define HAVE_STDLIB_H 1
3273| #define HAVE_STRING_H 1
3274| #define HAVE_MEMORY_H 1
3275| #define HAVE_STRINGS_H 1
3276| #define HAVE_INTTYPES_H 1
3277| #define HAVE_STDINT_H 1
3278| #define HAVE_UNISTD_H 1
3279| #define __EXTENSIONS__ 1
3280| #define _ALL_SOURCE 1
3281| #define _GNU_SOURCE 1
3282| #define _POSIX_PTHREAD_SEMANTICS 1
3283| #define _TANDEM_SOURCE 1
3284| #define STDC_HEADERS 1
3285| #define HAVE_DLFCN_H 1
3286| #define LT_OBJDIR ".libs/"
3287| #define HAVE_VISIBILITY 1
3288| #define DBUS_UNIX 1
3289| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
3290| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_38
3291| #define DBUS_DISABLE_ASSERT 1
3292| #define SIZEOF_CHAR 1
3293| #define SIZEOF_SHORT 2
3294| #define SIZEOF_LONG 8
3295| #define SIZEOF_INT 4
3296| #define SIZEOF_VOID_P 8
3297| #define SIZEOF_LONG_LONG 8
3298| #define SIZEOF___INT64 0
3299| #define DBUS_INT64_PRINTF_MODIFIER "l"
3300| #define DBUS_VA_COPY va_copy
3301| #define DBUS_VA_COPY_AS_ARRAY 1
3302| #define DBUS_USE_SYNC 1
3303| #define HAVE_VSNPRINTF 1
3304| #define HAVE_VASPRINTF 1
3305| #define HAVE_NANOSLEEP 1
3306| #define HAVE_USLEEP 1
3307| #define HAVE_SETENV 1
3308| #define HAVE_UNSETENV 1
3309| #define HAVE_SOCKETPAIR 1
3310| #define HAVE_GETGROUPLIST 1
3311| #define HAVE_FPATHCONF 1
3312| #define HAVE_SETRLIMIT 1
3313| #define HAVE_POLL 1
3314| #define HAVE_SETLOCALE 1
3315| #define HAVE_LOCALECONV 1
3316| #define HAVE_STRTOLL 1
3317| #define HAVE_STRTOULL 1
3318| #define HAVE_ISSETUGID 1
3319| #define HAVE_GETRLIMIT 1
3320| #define HAVE_SYSLOG_H 1
3321| #define HAVE_DECL_LOG_PERROR 1
3322| #define HAVE_RAISE 1
3323| #define BROKEN_POLL 1
3324| #define HAVE_DIRFD 1
3325| #define HAVE_SYS_RESOURCE_H 1
3326| #define HAVE_DIRENT_H 1
3327| #define HAVE_EXECINFO_H 1
3328| #define HAVE_BACKTRACE 1
3329| #define HAVE_ERRNO_H 1
3330| #define HAVE_SIGNAL_H 1
3331| #define HAVE_LOCALE_H 1
3332| #define HAVE_UNISTD_H 1
3333| #define HAVE_STDINT_H 1
3334| #define HAVE_ALLOCA_H 1
3335| #define HAVE_POSIX_GETPWNAM_R 1
3336| #define HAVE_SOCKLEN_T 1
3337| #define HAVE_SYS_UIO_H 1
3338| #define HAVE_WRITEV 1
3339| #define HAVE_SYS_SYSLIMITS_H 1
3340| #define HAVE_DECL_MSG_NOSIGNAL 0
3341| #define HAVE_ISO_VARARGS 1
3342| #define HAVE_GNUC_VARARGS 1
3343| #define HAVE_GETPEEREID 1
3344| #define HAVE_EXPAT_H 1
3345| /* end confdefs.h.  */
3346|
3347| /* Override any GCC internal prototype to avoid an error.
3348|    Use char because int might match the return type of a GCC
3349|    builtin and then its argument prototype would still apply.  */
3350| #ifdef __cplusplus
3351| extern "C"
3352| #endif
3353| char pthread_condattr_setclock ();
3354| int
3355| main ()
3356| {
3357| return pthread_condattr_setclock ();
3358|   ;
3359|   return 0;
3360| }
3361configure:20820: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lpthread    >&5
3362Undefined symbols for architecture x86_64:
3363  "_pthread_condattr_setclock", referenced from:
3364      _main in conftest-f68827.o
3365ld: symbol(s) not found for architecture x86_64
3366clang: error: linker command failed with exit code 1 (use -v to see invocation)
3367configure:20820: $? = 1
3368configure: failed program was:
3369| /* confdefs.h */
3370| #define PACKAGE_NAME "dbus"
3371| #define PACKAGE_TARNAME "dbus"
3372| #define PACKAGE_VERSION "1.10.18"
3373| #define PACKAGE_STRING "dbus 1.10.18"
3374| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
3375| #define PACKAGE_URL ""
3376| #define PACKAGE "dbus"
3377| #define VERSION "1.10.18"
3378| #define GETTEXT_PACKAGE "dbus-1"
3379| #define DBUS_DAEMON_NAME "dbus-daemon"
3380| #define STDC_HEADERS 1
3381| #define HAVE_SYS_TYPES_H 1
3382| #define HAVE_SYS_STAT_H 1
3383| #define HAVE_STDLIB_H 1
3384| #define HAVE_STRING_H 1
3385| #define HAVE_MEMORY_H 1
3386| #define HAVE_STRINGS_H 1
3387| #define HAVE_INTTYPES_H 1
3388| #define HAVE_STDINT_H 1
3389| #define HAVE_UNISTD_H 1
3390| #define __EXTENSIONS__ 1
3391| #define _ALL_SOURCE 1
3392| #define _GNU_SOURCE 1
3393| #define _POSIX_PTHREAD_SEMANTICS 1
3394| #define _TANDEM_SOURCE 1
3395| #define STDC_HEADERS 1
3396| #define HAVE_DLFCN_H 1
3397| #define LT_OBJDIR ".libs/"
3398| #define HAVE_VISIBILITY 1
3399| #define DBUS_UNIX 1
3400| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
3401| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_38
3402| #define DBUS_DISABLE_ASSERT 1
3403| #define SIZEOF_CHAR 1
3404| #define SIZEOF_SHORT 2
3405| #define SIZEOF_LONG 8
3406| #define SIZEOF_INT 4
3407| #define SIZEOF_VOID_P 8
3408| #define SIZEOF_LONG_LONG 8
3409| #define SIZEOF___INT64 0
3410| #define DBUS_INT64_PRINTF_MODIFIER "l"
3411| #define DBUS_VA_COPY va_copy
3412| #define DBUS_VA_COPY_AS_ARRAY 1
3413| #define DBUS_USE_SYNC 1
3414| #define HAVE_VSNPRINTF 1
3415| #define HAVE_VASPRINTF 1
3416| #define HAVE_NANOSLEEP 1
3417| #define HAVE_USLEEP 1
3418| #define HAVE_SETENV 1
3419| #define HAVE_UNSETENV 1
3420| #define HAVE_SOCKETPAIR 1
3421| #define HAVE_GETGROUPLIST 1
3422| #define HAVE_FPATHCONF 1
3423| #define HAVE_SETRLIMIT 1
3424| #define HAVE_POLL 1
3425| #define HAVE_SETLOCALE 1
3426| #define HAVE_LOCALECONV 1
3427| #define HAVE_STRTOLL 1
3428| #define HAVE_STRTOULL 1
3429| #define HAVE_ISSETUGID 1
3430| #define HAVE_GETRLIMIT 1
3431| #define HAVE_SYSLOG_H 1
3432| #define HAVE_DECL_LOG_PERROR 1
3433| #define HAVE_RAISE 1
3434| #define BROKEN_POLL 1
3435| #define HAVE_DIRFD 1
3436| #define HAVE_SYS_RESOURCE_H 1
3437| #define HAVE_DIRENT_H 1
3438| #define HAVE_EXECINFO_H 1
3439| #define HAVE_BACKTRACE 1
3440| #define HAVE_ERRNO_H 1
3441| #define HAVE_SIGNAL_H 1
3442| #define HAVE_LOCALE_H 1
3443| #define HAVE_UNISTD_H 1
3444| #define HAVE_STDINT_H 1
3445| #define HAVE_ALLOCA_H 1
3446| #define HAVE_POSIX_GETPWNAM_R 1
3447| #define HAVE_SOCKLEN_T 1
3448| #define HAVE_SYS_UIO_H 1
3449| #define HAVE_WRITEV 1
3450| #define HAVE_SYS_SYSLIMITS_H 1
3451| #define HAVE_DECL_MSG_NOSIGNAL 0
3452| #define HAVE_ISO_VARARGS 1
3453| #define HAVE_GNUC_VARARGS 1
3454| #define HAVE_GETPEEREID 1
3455| #define HAVE_EXPAT_H 1
3456| /* end confdefs.h.  */
3457|
3458| /* Override any GCC internal prototype to avoid an error.
3459|    Use char because int might match the return type of a GCC
3460|    builtin and then its argument prototype would still apply.  */
3461| #ifdef __cplusplus
3462| extern "C"
3463| #endif
3464| char pthread_condattr_setclock ();
3465| int
3466| main ()
3467| {
3468| return pthread_condattr_setclock ();
3469|   ;
3470|   return 0;
3471| }
3472configure:20837: result: no
3473configure:20955: checking for is_selinux_enabled in -lselinux
3474configure:20980: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lselinux   >&5
3475ld: library not found for -lselinux
3476clang: error: linker command failed with exit code 1 (use -v to see invocation)
3477configure:20980: $? = 1
3478configure: failed program was:
3479| /* confdefs.h */
3480| #define PACKAGE_NAME "dbus"
3481| #define PACKAGE_TARNAME "dbus"
3482| #define PACKAGE_VERSION "1.10.18"
3483| #define PACKAGE_STRING "dbus 1.10.18"
3484| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
3485| #define PACKAGE_URL ""
3486| #define PACKAGE "dbus"
3487| #define VERSION "1.10.18"
3488| #define GETTEXT_PACKAGE "dbus-1"
3489| #define DBUS_DAEMON_NAME "dbus-daemon"
3490| #define STDC_HEADERS 1
3491| #define HAVE_SYS_TYPES_H 1
3492| #define HAVE_SYS_STAT_H 1
3493| #define HAVE_STDLIB_H 1
3494| #define HAVE_STRING_H 1
3495| #define HAVE_MEMORY_H 1
3496| #define HAVE_STRINGS_H 1
3497| #define HAVE_INTTYPES_H 1
3498| #define HAVE_STDINT_H 1
3499| #define HAVE_UNISTD_H 1
3500| #define __EXTENSIONS__ 1
3501| #define _ALL_SOURCE 1
3502| #define _GNU_SOURCE 1
3503| #define _POSIX_PTHREAD_SEMANTICS 1
3504| #define _TANDEM_SOURCE 1
3505| #define STDC_HEADERS 1
3506| #define HAVE_DLFCN_H 1
3507| #define LT_OBJDIR ".libs/"
3508| #define HAVE_VISIBILITY 1
3509| #define DBUS_UNIX 1
3510| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
3511| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_38
3512| #define DBUS_DISABLE_ASSERT 1
3513| #define SIZEOF_CHAR 1
3514| #define SIZEOF_SHORT 2
3515| #define SIZEOF_LONG 8
3516| #define SIZEOF_INT 4
3517| #define SIZEOF_VOID_P 8
3518| #define SIZEOF_LONG_LONG 8
3519| #define SIZEOF___INT64 0
3520| #define DBUS_INT64_PRINTF_MODIFIER "l"
3521| #define DBUS_VA_COPY va_copy
3522| #define DBUS_VA_COPY_AS_ARRAY 1
3523| #define DBUS_USE_SYNC 1
3524| #define HAVE_VSNPRINTF 1
3525| #define HAVE_VASPRINTF 1
3526| #define HAVE_NANOSLEEP 1
3527| #define HAVE_USLEEP 1
3528| #define HAVE_SETENV 1
3529| #define HAVE_UNSETENV 1
3530| #define HAVE_SOCKETPAIR 1
3531| #define HAVE_GETGROUPLIST 1
3532| #define HAVE_FPATHCONF 1
3533| #define HAVE_SETRLIMIT 1
3534| #define HAVE_POLL 1
3535| #define HAVE_SETLOCALE 1
3536| #define HAVE_LOCALECONV 1
3537| #define HAVE_STRTOLL 1
3538| #define HAVE_STRTOULL 1
3539| #define HAVE_ISSETUGID 1
3540| #define HAVE_GETRLIMIT 1
3541| #define HAVE_SYSLOG_H 1
3542| #define HAVE_DECL_LOG_PERROR 1
3543| #define HAVE_RAISE 1
3544| #define BROKEN_POLL 1
3545| #define HAVE_DIRFD 1
3546| #define HAVE_SYS_RESOURCE_H 1
3547| #define HAVE_DIRENT_H 1
3548| #define HAVE_EXECINFO_H 1
3549| #define HAVE_BACKTRACE 1
3550| #define HAVE_ERRNO_H 1
3551| #define HAVE_SIGNAL_H 1
3552| #define HAVE_LOCALE_H 1
3553| #define HAVE_UNISTD_H 1
3554| #define HAVE_STDINT_H 1
3555| #define HAVE_ALLOCA_H 1
3556| #define HAVE_POSIX_GETPWNAM_R 1
3557| #define HAVE_SOCKLEN_T 1
3558| #define HAVE_SYS_UIO_H 1
3559| #define HAVE_WRITEV 1
3560| #define HAVE_SYS_SYSLIMITS_H 1
3561| #define HAVE_DECL_MSG_NOSIGNAL 0
3562| #define HAVE_ISO_VARARGS 1
3563| #define HAVE_GNUC_VARARGS 1
3564| #define HAVE_GETPEEREID 1
3565| #define HAVE_EXPAT_H 1
3566| /* end confdefs.h.  */
3567|
3568| /* Override any GCC internal prototype to avoid an error.
3569|    Use char because int might match the return type of a GCC
3570|    builtin and then its argument prototype would still apply.  */
3571| #ifdef __cplusplus
3572| extern "C"
3573| #endif
3574| char is_selinux_enabled ();
3575| int
3576| main ()
3577| {
3578| return is_selinux_enabled ();
3579|   ;
3580|   return 0;
3581| }
3582configure:20989: result: no
3583configure:21028: WARNING: Sufficiently new SELinux library not found
3584configure:21112: checking for APPARMOR
3585configure:21119: $PKG_CONFIG --exists --print-errors "libapparmor >= 2.8.95"
3586Package libapparmor was not found in the pkg-config search path.
3587Perhaps you should add the directory containing `libapparmor.pc'
3588to the PKG_CONFIG_PATH environment variable
3589No package 'libapparmor' found
3590configure:21122: $? = 1
3591configure:21135: $PKG_CONFIG --exists --print-errors "libapparmor >= 2.8.95"
3592Package libapparmor was not found in the pkg-config search path.
3593Perhaps you should add the directory containing `libapparmor.pc'
3594to the PKG_CONFIG_PATH environment variable
3595No package 'libapparmor' found
3596configure:21138: $? = 1
3597No package 'libapparmor' found
3598configure:21165: result: no
3599configure:21179: WARNING: Sufficiently new AppArmor library not found
3600configure:21200: checking sys/inotify.h usability
3601configure:21200: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
3602conftest.c:122:10: fatal error: 'sys/inotify.h' file not found
3603#include <sys/inotify.h>
3604         ^
36051 error generated.
3606configure:21200: $? = 1
3607configure: failed program was:
3608| /* confdefs.h */
3609| #define PACKAGE_NAME "dbus"
3610| #define PACKAGE_TARNAME "dbus"
3611| #define PACKAGE_VERSION "1.10.18"
3612| #define PACKAGE_STRING "dbus 1.10.18"
3613| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
3614| #define PACKAGE_URL ""
3615| #define PACKAGE "dbus"
3616| #define VERSION "1.10.18"
3617| #define GETTEXT_PACKAGE "dbus-1"
3618| #define DBUS_DAEMON_NAME "dbus-daemon"
3619| #define STDC_HEADERS 1
3620| #define HAVE_SYS_TYPES_H 1
3621| #define HAVE_SYS_STAT_H 1
3622| #define HAVE_STDLIB_H 1
3623| #define HAVE_STRING_H 1
3624| #define HAVE_MEMORY_H 1
3625| #define HAVE_STRINGS_H 1
3626| #define HAVE_INTTYPES_H 1
3627| #define HAVE_STDINT_H 1
3628| #define HAVE_UNISTD_H 1
3629| #define __EXTENSIONS__ 1
3630| #define _ALL_SOURCE 1
3631| #define _GNU_SOURCE 1
3632| #define _POSIX_PTHREAD_SEMANTICS 1
3633| #define _TANDEM_SOURCE 1
3634| #define STDC_HEADERS 1
3635| #define HAVE_DLFCN_H 1
3636| #define LT_OBJDIR ".libs/"
3637| #define HAVE_VISIBILITY 1
3638| #define DBUS_UNIX 1
3639| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
3640| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_38
3641| #define DBUS_DISABLE_ASSERT 1
3642| #define SIZEOF_CHAR 1
3643| #define SIZEOF_SHORT 2
3644| #define SIZEOF_LONG 8
3645| #define SIZEOF_INT 4
3646| #define SIZEOF_VOID_P 8
3647| #define SIZEOF_LONG_LONG 8
3648| #define SIZEOF___INT64 0
3649| #define DBUS_INT64_PRINTF_MODIFIER "l"
3650| #define DBUS_VA_COPY va_copy
3651| #define DBUS_VA_COPY_AS_ARRAY 1
3652| #define DBUS_USE_SYNC 1
3653| #define HAVE_VSNPRINTF 1
3654| #define HAVE_VASPRINTF 1
3655| #define HAVE_NANOSLEEP 1
3656| #define HAVE_USLEEP 1
3657| #define HAVE_SETENV 1
3658| #define HAVE_UNSETENV 1
3659| #define HAVE_SOCKETPAIR 1
3660| #define HAVE_GETGROUPLIST 1
3661| #define HAVE_FPATHCONF 1
3662| #define HAVE_SETRLIMIT 1
3663| #define HAVE_POLL 1
3664| #define HAVE_SETLOCALE 1
3665| #define HAVE_LOCALECONV 1
3666| #define HAVE_STRTOLL 1
3667| #define HAVE_STRTOULL 1
3668| #define HAVE_ISSETUGID 1
3669| #define HAVE_GETRLIMIT 1
3670| #define HAVE_SYSLOG_H 1
3671| #define HAVE_DECL_LOG_PERROR 1
3672| #define HAVE_RAISE 1
3673| #define BROKEN_POLL 1
3674| #define HAVE_DIRFD 1
3675| #define HAVE_SYS_RESOURCE_H 1
3676| #define HAVE_DIRENT_H 1
3677| #define HAVE_EXECINFO_H 1
3678| #define HAVE_BACKTRACE 1
3679| #define HAVE_ERRNO_H 1
3680| #define HAVE_SIGNAL_H 1
3681| #define HAVE_LOCALE_H 1
3682| #define HAVE_UNISTD_H 1
3683| #define HAVE_STDINT_H 1
3684| #define HAVE_ALLOCA_H 1
3685| #define HAVE_POSIX_GETPWNAM_R 1
3686| #define HAVE_SOCKLEN_T 1
3687| #define HAVE_SYS_UIO_H 1
3688| #define HAVE_WRITEV 1
3689| #define HAVE_SYS_SYSLIMITS_H 1
3690| #define HAVE_DECL_MSG_NOSIGNAL 0
3691| #define HAVE_ISO_VARARGS 1
3692| #define HAVE_GNUC_VARARGS 1
3693| #define HAVE_GETPEEREID 1
3694| #define HAVE_EXPAT_H 1
3695| /* end confdefs.h.  */
3696| #include <stdio.h>
3697| #ifdef HAVE_SYS_TYPES_H
3698| # include <sys/types.h>
3699| #endif
3700| #ifdef HAVE_SYS_STAT_H
3701| # include <sys/stat.h>
3702| #endif
3703| #ifdef STDC_HEADERS
3704| # include <stdlib.h>
3705| # include <stddef.h>
3706| #else
3707| # ifdef HAVE_STDLIB_H
3708| #  include <stdlib.h>
3709| # endif
3710| #endif
3711| #ifdef HAVE_STRING_H
3712| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
3713| #  include <memory.h>
3714| # endif
3715| # include <string.h>
3716| #endif
3717| #ifdef HAVE_STRINGS_H
3718| # include <strings.h>
3719| #endif
3720| #ifdef HAVE_INTTYPES_H
3721| # include <inttypes.h>
3722| #endif
3723| #ifdef HAVE_STDINT_H
3724| # include <stdint.h>
3725| #endif
3726| #ifdef HAVE_UNISTD_H
3727| # include <unistd.h>
3728| #endif
3729| #include <sys/inotify.h>
3730configure:21200: result: no
3731configure:21200: checking sys/inotify.h presence
3732configure:21200: /usr/bin/clang -E -I/opt/local/include conftest.c
3733conftest.c:89:10: fatal error: 'sys/inotify.h' file not found
3734#include <sys/inotify.h>
3735         ^
37361 error generated.
3737configure:21200: $? = 1
3738configure: failed program was:
3739| /* confdefs.h */
3740| #define PACKAGE_NAME "dbus"
3741| #define PACKAGE_TARNAME "dbus"
3742| #define PACKAGE_VERSION "1.10.18"
3743| #define PACKAGE_STRING "dbus 1.10.18"
3744| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
3745| #define PACKAGE_URL ""
3746| #define PACKAGE "dbus"
3747| #define VERSION "1.10.18"
3748| #define GETTEXT_PACKAGE "dbus-1"
3749| #define DBUS_DAEMON_NAME "dbus-daemon"
3750| #define STDC_HEADERS 1
3751| #define HAVE_SYS_TYPES_H 1
3752| #define HAVE_SYS_STAT_H 1
3753| #define HAVE_STDLIB_H 1
3754| #define HAVE_STRING_H 1
3755| #define HAVE_MEMORY_H 1
3756| #define HAVE_STRINGS_H 1
3757| #define HAVE_INTTYPES_H 1
3758| #define HAVE_STDINT_H 1
3759| #define HAVE_UNISTD_H 1
3760| #define __EXTENSIONS__ 1
3761| #define _ALL_SOURCE 1
3762| #define _GNU_SOURCE 1
3763| #define _POSIX_PTHREAD_SEMANTICS 1
3764| #define _TANDEM_SOURCE 1
3765| #define STDC_HEADERS 1
3766| #define HAVE_DLFCN_H 1
3767| #define LT_OBJDIR ".libs/"
3768| #define HAVE_VISIBILITY 1
3769| #define DBUS_UNIX 1
3770| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
3771| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_38
3772| #define DBUS_DISABLE_ASSERT 1
3773| #define SIZEOF_CHAR 1
3774| #define SIZEOF_SHORT 2
3775| #define SIZEOF_LONG 8
3776| #define SIZEOF_INT 4
3777| #define SIZEOF_VOID_P 8
3778| #define SIZEOF_LONG_LONG 8
3779| #define SIZEOF___INT64 0
3780| #define DBUS_INT64_PRINTF_MODIFIER "l"
3781| #define DBUS_VA_COPY va_copy
3782| #define DBUS_VA_COPY_AS_ARRAY 1
3783| #define DBUS_USE_SYNC 1
3784| #define HAVE_VSNPRINTF 1
3785| #define HAVE_VASPRINTF 1
3786| #define HAVE_NANOSLEEP 1
3787| #define HAVE_USLEEP 1
3788| #define HAVE_SETENV 1
3789| #define HAVE_UNSETENV 1
3790| #define HAVE_SOCKETPAIR 1
3791| #define HAVE_GETGROUPLIST 1
3792| #define HAVE_FPATHCONF 1
3793| #define HAVE_SETRLIMIT 1
3794| #define HAVE_POLL 1
3795| #define HAVE_SETLOCALE 1
3796| #define HAVE_LOCALECONV 1
3797| #define HAVE_STRTOLL 1
3798| #define HAVE_STRTOULL 1
3799| #define HAVE_ISSETUGID 1
3800| #define HAVE_GETRLIMIT 1
3801| #define HAVE_SYSLOG_H 1
3802| #define HAVE_DECL_LOG_PERROR 1
3803| #define HAVE_RAISE 1
3804| #define BROKEN_POLL 1
3805| #define HAVE_DIRFD 1
3806| #define HAVE_SYS_RESOURCE_H 1
3807| #define HAVE_DIRENT_H 1
3808| #define HAVE_EXECINFO_H 1
3809| #define HAVE_BACKTRACE 1
3810| #define HAVE_ERRNO_H 1
3811| #define HAVE_SIGNAL_H 1
3812| #define HAVE_LOCALE_H 1
3813| #define HAVE_UNISTD_H 1
3814| #define HAVE_STDINT_H 1
3815| #define HAVE_ALLOCA_H 1
3816| #define HAVE_POSIX_GETPWNAM_R 1
3817| #define HAVE_SOCKLEN_T 1
3818| #define HAVE_SYS_UIO_H 1
3819| #define HAVE_WRITEV 1
3820| #define HAVE_SYS_SYSLIMITS_H 1
3821| #define HAVE_DECL_MSG_NOSIGNAL 0
3822| #define HAVE_ISO_VARARGS 1
3823| #define HAVE_GNUC_VARARGS 1
3824| #define HAVE_GETPEEREID 1
3825| #define HAVE_EXPAT_H 1
3826| /* end confdefs.h.  */
3827| #include <sys/inotify.h>
3828configure:21200: result: no
3829configure:21200: checking for sys/inotify.h
3830configure:21200: result: no
3831configure:21253: checking for Linux epoll(4)
3832configure:21271: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
3833conftest.c:91:10: error: This is not Linux
3834        #error This is not Linux
3835         ^
3836conftest.c:93:18: fatal error: 'sys/epoll.h' file not found
3837        #include <sys/epoll.h>
3838                 ^
38392 errors generated.
3840configure:21271: $? = 1
3841configure: failed program was:
3842| /* confdefs.h */
3843| #define PACKAGE_NAME "dbus"
3844| #define PACKAGE_TARNAME "dbus"
3845| #define PACKAGE_VERSION "1.10.18"
3846| #define PACKAGE_STRING "dbus 1.10.18"
3847| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
3848| #define PACKAGE_URL ""
3849| #define PACKAGE "dbus"
3850| #define VERSION "1.10.18"
3851| #define GETTEXT_PACKAGE "dbus-1"
3852| #define DBUS_DAEMON_NAME "dbus-daemon"
3853| #define STDC_HEADERS 1
3854| #define HAVE_SYS_TYPES_H 1
3855| #define HAVE_SYS_STAT_H 1
3856| #define HAVE_STDLIB_H 1
3857| #define HAVE_STRING_H 1
3858| #define HAVE_MEMORY_H 1
3859| #define HAVE_STRINGS_H 1
3860| #define HAVE_INTTYPES_H 1
3861| #define HAVE_STDINT_H 1
3862| #define HAVE_UNISTD_H 1
3863| #define __EXTENSIONS__ 1
3864| #define _ALL_SOURCE 1
3865| #define _GNU_SOURCE 1
3866| #define _POSIX_PTHREAD_SEMANTICS 1
3867| #define _TANDEM_SOURCE 1
3868| #define STDC_HEADERS 1
3869| #define HAVE_DLFCN_H 1
3870| #define LT_OBJDIR ".libs/"
3871| #define HAVE_VISIBILITY 1
3872| #define DBUS_UNIX 1
3873| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
3874| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_38
3875| #define DBUS_DISABLE_ASSERT 1
3876| #define SIZEOF_CHAR 1
3877| #define SIZEOF_SHORT 2
3878| #define SIZEOF_LONG 8
3879| #define SIZEOF_INT 4
3880| #define SIZEOF_VOID_P 8
3881| #define SIZEOF_LONG_LONG 8
3882| #define SIZEOF___INT64 0
3883| #define DBUS_INT64_PRINTF_MODIFIER "l"
3884| #define DBUS_VA_COPY va_copy
3885| #define DBUS_VA_COPY_AS_ARRAY 1
3886| #define DBUS_USE_SYNC 1
3887| #define HAVE_VSNPRINTF 1
3888| #define HAVE_VASPRINTF 1
3889| #define HAVE_NANOSLEEP 1
3890| #define HAVE_USLEEP 1
3891| #define HAVE_SETENV 1
3892| #define HAVE_UNSETENV 1
3893| #define HAVE_SOCKETPAIR 1
3894| #define HAVE_GETGROUPLIST 1
3895| #define HAVE_FPATHCONF 1
3896| #define HAVE_SETRLIMIT 1
3897| #define HAVE_POLL 1
3898| #define HAVE_SETLOCALE 1
3899| #define HAVE_LOCALECONV 1
3900| #define HAVE_STRTOLL 1
3901| #define HAVE_STRTOULL 1
3902| #define HAVE_ISSETUGID 1
3903| #define HAVE_GETRLIMIT 1
3904| #define HAVE_SYSLOG_H 1
3905| #define HAVE_DECL_LOG_PERROR 1
3906| #define HAVE_RAISE 1
3907| #define BROKEN_POLL 1
3908| #define HAVE_DIRFD 1
3909| #define HAVE_SYS_RESOURCE_H 1
3910| #define HAVE_DIRENT_H 1
3911| #define HAVE_EXECINFO_H 1
3912| #define HAVE_BACKTRACE 1
3913| #define HAVE_ERRNO_H 1
3914| #define HAVE_SIGNAL_H 1
3915| #define HAVE_LOCALE_H 1
3916| #define HAVE_UNISTD_H 1
3917| #define HAVE_STDINT_H 1
3918| #define HAVE_ALLOCA_H 1
3919| #define HAVE_POSIX_GETPWNAM_R 1
3920| #define HAVE_SOCKLEN_T 1
3921| #define HAVE_SYS_UIO_H 1
3922| #define HAVE_WRITEV 1
3923| #define HAVE_SYS_SYSLIMITS_H 1
3924| #define HAVE_DECL_MSG_NOSIGNAL 0
3925| #define HAVE_ISO_VARARGS 1
3926| #define HAVE_GNUC_VARARGS 1
3927| #define HAVE_GETPEEREID 1
3928| #define HAVE_EXPAT_H 1
3929| /* end confdefs.h.  */
3930|
3931|         #ifndef __linux__
3932|         #error This is not Linux
3933|         #endif
3934|         #include <sys/epoll.h>
3935|
3936| int
3937| main ()
3938| {
3939| epoll_create1 (EPOLL_CLOEXEC);
3940|   ;
3941|   return 0;
3942| }
3943configure:21278: result: no
3944configure:21303: checking sys/event.h usability
3945configure:21303: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
3946configure:21303: $? = 0
3947configure:21303: result: yes
3948configure:21303: checking sys/event.h presence
3949configure:21303: /usr/bin/clang -E -I/opt/local/include conftest.c
3950configure:21303: $? = 0
3951configure:21303: result: yes
3952configure:21303: checking for sys/event.h
3953configure:21303: result: yes
3954configure:21311: checking for kqueue
3955configure:21311: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
3956configure:21311: $? = 0
3957configure:21311: result: yes
3958configure:21344: checking launch.h usability
3959configure:21344: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
3960configure:21344: $? = 0
3961configure:21344: result: yes
3962configure:21344: checking launch.h presence
3963configure:21344: /usr/bin/clang -E -I/opt/local/include conftest.c
3964configure:21344: $? = 0
3965configure:21344: result: yes
3966configure:21344: checking for launch.h
3967configure:21344: result: yes
3968configure:21354: checking for launchctl
3969configure:21372: found /bin/launchctl
3970configure:21384: result: /bin/launchctl
3971configure:21454: checking for SYSTEMD
3972configure:21461: $PKG_CONFIG --exists --print-errors "libsystemd >= 209"
3973Package libsystemd was not found in the pkg-config search path.
3974Perhaps you should add the directory containing `libsystemd.pc'
3975to the PKG_CONFIG_PATH environment variable
3976No package 'libsystemd' found
3977configure:21464: $? = 1
3978configure:21477: $PKG_CONFIG --exists --print-errors "libsystemd >= 209"
3979Package libsystemd was not found in the pkg-config search path.
3980Perhaps you should add the directory containing `libsystemd.pc'
3981to the PKG_CONFIG_PATH environment variable
3982No package 'libsystemd' found
3983configure:21480: $? = 1
3984No package 'libsystemd' found
3985configure:21507: result: no
3986configure:21511: checking for SYSTEMD
3987configure:21518: $PKG_CONFIG --exists --print-errors "libsystemd-login >= 32, libsystemd-daemon >= 32, libsystemd-journal >= 32"
3988Package libsystemd-login was not found in the pkg-config search path.
3989Perhaps you should add the directory containing `libsystemd-login.pc'
3990to the PKG_CONFIG_PATH environment variable
3991No package 'libsystemd-login' found
3992Package libsystemd-daemon was not found in the pkg-config search path.
3993Perhaps you should add the directory containing `libsystemd-daemon.pc'
3994to the PKG_CONFIG_PATH environment variable
3995No package 'libsystemd-daemon' found
3996Package libsystemd-journal was not found in the pkg-config search path.
3997Perhaps you should add the directory containing `libsystemd-journal.pc'
3998to the PKG_CONFIG_PATH environment variable
3999No package 'libsystemd-journal' found
4000configure:21521: $? = 1
4001configure:21534: $PKG_CONFIG --exists --print-errors "libsystemd-login >= 32, libsystemd-daemon >= 32, libsystemd-journal >= 32"
4002Package libsystemd-login was not found in the pkg-config search path.
4003Perhaps you should add the directory containing `libsystemd-login.pc'
4004to the PKG_CONFIG_PATH environment variable
4005No package 'libsystemd-login' found
4006Package libsystemd-daemon was not found in the pkg-config search path.
4007Perhaps you should add the directory containing `libsystemd-daemon.pc'
4008to the PKG_CONFIG_PATH environment variable
4009No package 'libsystemd-daemon' found
4010Package libsystemd-journal was not found in the pkg-config search path.
4011Perhaps you should add the directory containing `libsystemd-journal.pc'
4012to the PKG_CONFIG_PATH environment variable
4013No package 'libsystemd-journal' found
4014configure:21537: $? = 1
4015No package 'libsystemd-login' found
4016No package 'libsystemd-daemon' found
4017No package 'libsystemd-journal' found
4018configure:21564: result: no
4019configure:21669: checking for systemctl
4020configure:21700: result: /usr/bin/systemctl
4021configure:21714: checking for audit_log_user_avc_message in -laudit
4022configure:21739: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -laudit   >&5
4023ld: library not found for -laudit
4024clang: error: linker command failed with exit code 1 (use -v to see invocation)
4025configure:21739: $? = 1
4026configure: failed program was:
4027| /* confdefs.h */
4028| #define PACKAGE_NAME "dbus"
4029| #define PACKAGE_TARNAME "dbus"
4030| #define PACKAGE_VERSION "1.10.18"
4031| #define PACKAGE_STRING "dbus 1.10.18"
4032| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
4033| #define PACKAGE_URL ""
4034| #define PACKAGE "dbus"
4035| #define VERSION "1.10.18"
4036| #define GETTEXT_PACKAGE "dbus-1"
4037| #define DBUS_DAEMON_NAME "dbus-daemon"
4038| #define STDC_HEADERS 1
4039| #define HAVE_SYS_TYPES_H 1
4040| #define HAVE_SYS_STAT_H 1
4041| #define HAVE_STDLIB_H 1
4042| #define HAVE_STRING_H 1
4043| #define HAVE_MEMORY_H 1
4044| #define HAVE_STRINGS_H 1
4045| #define HAVE_INTTYPES_H 1
4046| #define HAVE_STDINT_H 1
4047| #define HAVE_UNISTD_H 1
4048| #define __EXTENSIONS__ 1
4049| #define _ALL_SOURCE 1
4050| #define _GNU_SOURCE 1
4051| #define _POSIX_PTHREAD_SEMANTICS 1
4052| #define _TANDEM_SOURCE 1
4053| #define STDC_HEADERS 1
4054| #define HAVE_DLFCN_H 1
4055| #define LT_OBJDIR ".libs/"
4056| #define HAVE_VISIBILITY 1
4057| #define DBUS_UNIX 1
4058| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
4059| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_38
4060| #define DBUS_DISABLE_ASSERT 1
4061| #define SIZEOF_CHAR 1
4062| #define SIZEOF_SHORT 2
4063| #define SIZEOF_LONG 8
4064| #define SIZEOF_INT 4
4065| #define SIZEOF_VOID_P 8
4066| #define SIZEOF_LONG_LONG 8
4067| #define SIZEOF___INT64 0
4068| #define DBUS_INT64_PRINTF_MODIFIER "l"
4069| #define DBUS_VA_COPY va_copy
4070| #define DBUS_VA_COPY_AS_ARRAY 1
4071| #define DBUS_USE_SYNC 1
4072| #define HAVE_VSNPRINTF 1
4073| #define HAVE_VASPRINTF 1
4074| #define HAVE_NANOSLEEP 1
4075| #define HAVE_USLEEP 1
4076| #define HAVE_SETENV 1
4077| #define HAVE_UNSETENV 1
4078| #define HAVE_SOCKETPAIR 1
4079| #define HAVE_GETGROUPLIST 1
4080| #define HAVE_FPATHCONF 1
4081| #define HAVE_SETRLIMIT 1
4082| #define HAVE_POLL 1
4083| #define HAVE_SETLOCALE 1
4084| #define HAVE_LOCALECONV 1
4085| #define HAVE_STRTOLL 1
4086| #define HAVE_STRTOULL 1
4087| #define HAVE_ISSETUGID 1
4088| #define HAVE_GETRLIMIT 1
4089| #define HAVE_SYSLOG_H 1
4090| #define HAVE_DECL_LOG_PERROR 1
4091| #define HAVE_RAISE 1
4092| #define BROKEN_POLL 1
4093| #define HAVE_DIRFD 1
4094| #define HAVE_SYS_RESOURCE_H 1
4095| #define HAVE_DIRENT_H 1
4096| #define HAVE_EXECINFO_H 1
4097| #define HAVE_BACKTRACE 1
4098| #define HAVE_ERRNO_H 1
4099| #define HAVE_SIGNAL_H 1
4100| #define HAVE_LOCALE_H 1
4101| #define HAVE_UNISTD_H 1
4102| #define HAVE_STDINT_H 1
4103| #define HAVE_ALLOCA_H 1
4104| #define HAVE_POSIX_GETPWNAM_R 1
4105| #define HAVE_SOCKLEN_T 1
4106| #define HAVE_SYS_UIO_H 1
4107| #define HAVE_WRITEV 1
4108| #define HAVE_SYS_SYSLIMITS_H 1
4109| #define HAVE_DECL_MSG_NOSIGNAL 0
4110| #define HAVE_ISO_VARARGS 1
4111| #define HAVE_GNUC_VARARGS 1
4112| #define HAVE_GETPEEREID 1
4113| #define HAVE_EXPAT_H 1
4114| #define DBUS_BUS_ENABLE_KQUEUE 1
4115| #define DBUS_ENABLE_LAUNCHD 1
4116| /* end confdefs.h.  */
4117|
4118| /* Override any GCC internal prototype to avoid an error.
4119|    Use char because int might match the return type of a GCC
4120|    builtin and then its argument prototype would still apply.  */
4121| #ifdef __cplusplus
4122| extern "C"
4123| #endif
4124| char audit_log_user_avc_message ();
4125| int
4126| main ()
4127| {
4128| return audit_log_user_avc_message ();
4129|   ;
4130|   return 0;
4131| }
4132configure:21748: result: no
4133configure:21821: checking for ADT API
4134configure:21837: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
4135conftest.c:92:10: fatal error: 'bsm/adt.h' file not found
4136#include <bsm/adt.h>
4137         ^
41381 error generated.
4139configure:21837: $? = 1
4140configure: failed program was:
4141| /* confdefs.h */
4142| #define PACKAGE_NAME "dbus"
4143| #define PACKAGE_TARNAME "dbus"
4144| #define PACKAGE_VERSION "1.10.18"
4145| #define PACKAGE_STRING "dbus 1.10.18"
4146| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
4147| #define PACKAGE_URL ""
4148| #define PACKAGE "dbus"
4149| #define VERSION "1.10.18"
4150| #define GETTEXT_PACKAGE "dbus-1"
4151| #define DBUS_DAEMON_NAME "dbus-daemon"
4152| #define STDC_HEADERS 1
4153| #define HAVE_SYS_TYPES_H 1
4154| #define HAVE_SYS_STAT_H 1
4155| #define HAVE_STDLIB_H 1
4156| #define HAVE_STRING_H 1
4157| #define HAVE_MEMORY_H 1
4158| #define HAVE_STRINGS_H 1
4159| #define HAVE_INTTYPES_H 1
4160| #define HAVE_STDINT_H 1
4161| #define HAVE_UNISTD_H 1
4162| #define __EXTENSIONS__ 1
4163| #define _ALL_SOURCE 1
4164| #define _GNU_SOURCE 1
4165| #define _POSIX_PTHREAD_SEMANTICS 1
4166| #define _TANDEM_SOURCE 1
4167| #define STDC_HEADERS 1
4168| #define HAVE_DLFCN_H 1
4169| #define LT_OBJDIR ".libs/"
4170| #define HAVE_VISIBILITY 1
4171| #define DBUS_UNIX 1
4172| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
4173| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_38
4174| #define DBUS_DISABLE_ASSERT 1
4175| #define SIZEOF_CHAR 1
4176| #define SIZEOF_SHORT 2
4177| #define SIZEOF_LONG 8
4178| #define SIZEOF_INT 4
4179| #define SIZEOF_VOID_P 8
4180| #define SIZEOF_LONG_LONG 8
4181| #define SIZEOF___INT64 0
4182| #define DBUS_INT64_PRINTF_MODIFIER "l"
4183| #define DBUS_VA_COPY va_copy
4184| #define DBUS_VA_COPY_AS_ARRAY 1
4185| #define DBUS_USE_SYNC 1
4186| #define HAVE_VSNPRINTF 1
4187| #define HAVE_VASPRINTF 1
4188| #define HAVE_NANOSLEEP 1
4189| #define HAVE_USLEEP 1
4190| #define HAVE_SETENV 1
4191| #define HAVE_UNSETENV 1
4192| #define HAVE_SOCKETPAIR 1
4193| #define HAVE_GETGROUPLIST 1
4194| #define HAVE_FPATHCONF 1
4195| #define HAVE_SETRLIMIT 1
4196| #define HAVE_POLL 1
4197| #define HAVE_SETLOCALE 1
4198| #define HAVE_LOCALECONV 1
4199| #define HAVE_STRTOLL 1
4200| #define HAVE_STRTOULL 1
4201| #define HAVE_ISSETUGID 1
4202| #define HAVE_GETRLIMIT 1
4203| #define HAVE_SYSLOG_H 1
4204| #define HAVE_DECL_LOG_PERROR 1
4205| #define HAVE_RAISE 1
4206| #define BROKEN_POLL 1
4207| #define HAVE_DIRFD 1
4208| #define HAVE_SYS_RESOURCE_H 1
4209| #define HAVE_DIRENT_H 1
4210| #define HAVE_EXECINFO_H 1
4211| #define HAVE_BACKTRACE 1
4212| #define HAVE_ERRNO_H 1
4213| #define HAVE_SIGNAL_H 1
4214| #define HAVE_LOCALE_H 1
4215| #define HAVE_UNISTD_H 1
4216| #define HAVE_STDINT_H 1
4217| #define HAVE_ALLOCA_H 1
4218| #define HAVE_POSIX_GETPWNAM_R 1
4219| #define HAVE_SOCKLEN_T 1
4220| #define HAVE_SYS_UIO_H 1
4221| #define HAVE_WRITEV 1
4222| #define HAVE_SYS_SYSLIMITS_H 1
4223| #define HAVE_DECL_MSG_NOSIGNAL 0
4224| #define HAVE_ISO_VARARGS 1
4225| #define HAVE_GNUC_VARARGS 1
4226| #define HAVE_GETPEEREID 1
4227| #define HAVE_EXPAT_H 1
4228| #define DBUS_BUS_ENABLE_KQUEUE 1
4229| #define DBUS_ENABLE_LAUNCHD 1
4230| /* end confdefs.h.  */
4231|
4232| #include <bsm/adt.h>
4233| adt_user_context = ADT_USER;
4234|
4235| int
4236| main ()
4237| {
4238|
4239|   ;
4240|   return 0;
4241| }
4242configure:21854: result: no
4243configure:21860: checking for SCM_RIGHTS
4244configure:21878: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
4245configure:21878: $? = 0
4246configure:21879: result: supported
4247configure:22039: checking for X
4248configure:22217: result: disabled
4249configure:22796: checking to see if compiler understands
4250configure:22815: /usr/bin/clang -c -pipe -Os -arch x86_64  -I/opt/local/include conftest.c >&5
4251configure:22815: $? = 0
4252configure:22831: result: yes
4253configure:22850: checking to see if compiler understands -Wall
4254configure:22869: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -I/opt/local/include conftest.c >&5
4255configure:22869: $? = 0
4256configure:22885: result: yes
4257configure:22850: checking to see if compiler understands -Wextra
4258configure:22869: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wextra -I/opt/local/include conftest.c >&5
4259configure:22869: $? = 0
4260configure:22885: result: yes
4261configure:22850: checking to see if compiler understands -Wchar-subscripts
4262configure:22869: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wchar-subscripts -I/opt/local/include conftest.c >&5
4263configure:22869: $? = 0
4264configure:22885: result: yes
4265configure:22850: checking to see if compiler understands -Wmissing-declarations
4266configure:22869: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wmissing-declarations -I/opt/local/include conftest.c >&5
4267configure:22869: $? = 0
4268configure:22885: result: yes
4269configure:22850: checking to see if compiler understands -Wmissing-prototypes
4270configure:22869: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wmissing-prototypes -I/opt/local/include conftest.c >&5
4271configure:22869: $? = 0
4272configure:22885: result: yes
4273configure:22850: checking to see if compiler understands -Wnested-externs
4274configure:22869: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wnested-externs -I/opt/local/include conftest.c >&5
4275configure:22869: $? = 0
4276configure:22885: result: yes
4277configure:22850: checking to see if compiler understands -Wpointer-arith
4278configure:22869: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wpointer-arith -I/opt/local/include conftest.c >&5
4279configure:22869: $? = 0
4280configure:22885: result: yes
4281configure:22850: checking to see if compiler understands -Wcast-align
4282configure:22869: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wcast-align -I/opt/local/include conftest.c >&5
4283configure:22869: $? = 0
4284configure:22885: result: yes
4285configure:22850: checking to see if compiler understands -Wno-address
4286configure:22869: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wno-address -I/opt/local/include conftest.c >&5
4287configure:22869: $? = 0
4288configure:22885: result: yes
4289configure:22850: checking to see if compiler understands -Wfloat-equal
4290configure:22869: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wfloat-equal -I/opt/local/include conftest.c >&5
4291configure:22869: $? = 0
4292configure:22885: result: yes
4293configure:22850: checking to see if compiler understands -Wdeclaration-after-statement
4294configure:22869: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wdeclaration-after-statement -I/opt/local/include conftest.c >&5
4295configure:22869: $? = 0
4296configure:22885: result: yes
4297configure:22892: checking to see if compiler understands -Werror
4298configure:22911: /usr/bin/clang -c -pipe -Os -arch x86_64 -Werror -I/opt/local/include conftest.c >&5
4299configure:22911: $? = 0
4300configure:22927: result: yes
4301configure:22940: checking to see if compiler understands -Wno-unused-label
4302configure:22959: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wno-unused-label -I/opt/local/include conftest.c >&5
4303configure:22959: $? = 0
4304configure:22975: result: yes
4305configure:22979: checking to see if compiler understands -Wno-error=unused-label
4306configure:22998: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wno-error=unused-label -I/opt/local/include conftest.c >&5
4307configure:22998: $? = 0
4308configure:23014: result: yes
4309configure:22940: checking to see if compiler understands -Wno-deprecated-declarations
4310configure:22959: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wno-deprecated-declarations -I/opt/local/include conftest.c >&5
4311configure:22959: $? = 0
4312configure:22975: result: yes
4313configure:22979: checking to see if compiler understands -Wno-error=deprecated-declarations
4314configure:22998: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wno-error=deprecated-declarations -I/opt/local/include conftest.c >&5
4315configure:22998: $? = 0
4316configure:23014: result: yes
4317configure:22940: checking to see if compiler understands -Wno-missing-field-initializers
4318configure:22959: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wno-missing-field-initializers -I/opt/local/include conftest.c >&5
4319configure:22959: $? = 0
4320configure:22975: result: yes
4321configure:22979: checking to see if compiler understands -Wno-error=missing-field-initializers
4322configure:22998: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wno-error=missing-field-initializers -I/opt/local/include conftest.c >&5
4323configure:22998: $? = 0
4324configure:23014: result: yes
4325configure:22940: checking to see if compiler understands -Wno-misleading-indentation
4326configure:22959: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wno-misleading-indentation -I/opt/local/include conftest.c >&5
4327warning: unknown warning option '-Wno-misleading-indentation'; did you mean '-Wno-missing-declarations'? [-Wunknown-warning-option]
43281 warning generated.
4329configure:22959: $? = 0
4330configure:22975: result: yes
4331configure:22979: checking to see if compiler understands -Wno-error=misleading-indentation
4332configure:22998: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wno-error=misleading-indentation -I/opt/local/include conftest.c >&5
4333warning: unknown warning option '-Werror=misleading-indentation'; did you mean '-Werror=missing-declarations'? [-Wunknown-warning-option]
43341 warning generated.
4335configure:22998: $? = 0
4336configure:23014: result: yes
4337configure:22940: checking to see if compiler understands -Wno-unused-parameter
4338configure:22959: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wno-unused-parameter -I/opt/local/include conftest.c >&5
4339configure:22959: $? = 0
4340configure:22975: result: yes
4341configure:22979: checking to see if compiler understands -Wno-error=unused-parameter
4342configure:22998: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wno-error=unused-parameter -I/opt/local/include conftest.c >&5
4343configure:22998: $? = 0
4344configure:23014: result: yes
4345configure:22940: checking to see if compiler understands -Wno-pointer-sign
4346configure:22959: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wno-pointer-sign -I/opt/local/include conftest.c >&5
4347configure:22959: $? = 0
4348configure:22975: result: yes
4349configure:22979: checking to see if compiler understands -Wno-error=pointer-sign
4350configure:22998: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wno-error=pointer-sign -I/opt/local/include conftest.c >&5
4351configure:22998: $? = 0
4352configure:23014: result: yes
4353configure:22940: checking to see if compiler understands -Wno-type-limits
4354configure:22959: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wno-type-limits -I/opt/local/include conftest.c >&5
4355configure:22959: $? = 0
4356configure:22975: result: yes
4357configure:22979: checking to see if compiler understands -Wno-error=type-limits
4358configure:22998: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wno-error=type-limits -I/opt/local/include conftest.c >&5
4359configure:22998: $? = 0
4360configure:23014: result: yes
4361configure:23040: checking to see if compiler understands -fno-common
4362configure:23059: /usr/bin/clang -c -pipe -Os -arch x86_64 -fno-common -I/opt/local/include conftest.c >&5
4363configure:23059: $? = 0
4364configure:23075: result: yes
4365configure:23083: checking to see if compiler understands -fno-strict-aliasing
4366configure:23102: /usr/bin/clang -c -pipe -Os -arch x86_64 -fno-strict-aliasing -I/opt/local/include conftest.c >&5
4367configure:23102: $? = 0
4368configure:23118: result: yes
4369configure:23190: checking if LD -Wl,--version-script works
4370configure:23214: /usr/bin/clang -o conftest  -Wall -Wextra -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wno-address -Wfloat-equal -Wdeclaration-after-statement -Wno-unused-label -Wno-deprecated-declarations -Wno-missing-field-initializers -Wno-misleading-indentation -Wno-unused-parameter -Wno-pointer-sign -Wno-type-limits -fno-common -fno-strict-aliasing -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,--version-script=conftest.map conftest.c  >&5
4371warning: unknown warning option '-Wno-misleading-indentation'; did you mean '-Wno-missing-declarations'? [-Wunknown-warning-option]
43721 warning generated.
4373ld: unknown option: --version-script=conftest.map
4374clang: error: linker command failed with exit code 1 (use -v to see invocation)
4375configure:23214: $? = 1
4376configure: failed program was:
4377| /* confdefs.h */
4378| #define PACKAGE_NAME "dbus"
4379| #define PACKAGE_TARNAME "dbus"
4380| #define PACKAGE_VERSION "1.10.18"
4381| #define PACKAGE_STRING "dbus 1.10.18"
4382| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
4383| #define PACKAGE_URL ""
4384| #define PACKAGE "dbus"
4385| #define VERSION "1.10.18"
4386| #define GETTEXT_PACKAGE "dbus-1"
4387| #define DBUS_DAEMON_NAME "dbus-daemon"
4388| #define STDC_HEADERS 1
4389| #define HAVE_SYS_TYPES_H 1
4390| #define HAVE_SYS_STAT_H 1
4391| #define HAVE_STDLIB_H 1
4392| #define HAVE_STRING_H 1
4393| #define HAVE_MEMORY_H 1
4394| #define HAVE_STRINGS_H 1
4395| #define HAVE_INTTYPES_H 1
4396| #define HAVE_STDINT_H 1
4397| #define HAVE_UNISTD_H 1
4398| #define __EXTENSIONS__ 1
4399| #define _ALL_SOURCE 1
4400| #define _GNU_SOURCE 1
4401| #define _POSIX_PTHREAD_SEMANTICS 1
4402| #define _TANDEM_SOURCE 1
4403| #define STDC_HEADERS 1
4404| #define HAVE_DLFCN_H 1
4405| #define LT_OBJDIR ".libs/"
4406| #define HAVE_VISIBILITY 1
4407| #define DBUS_UNIX 1
4408| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
4409| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_38
4410| #define DBUS_DISABLE_ASSERT 1
4411| #define SIZEOF_CHAR 1
4412| #define SIZEOF_SHORT 2
4413| #define SIZEOF_LONG 8
4414| #define SIZEOF_INT 4
4415| #define SIZEOF_VOID_P 8
4416| #define SIZEOF_LONG_LONG 8
4417| #define SIZEOF___INT64 0
4418| #define DBUS_INT64_PRINTF_MODIFIER "l"
4419| #define DBUS_VA_COPY va_copy
4420| #define DBUS_VA_COPY_AS_ARRAY 1
4421| #define DBUS_USE_SYNC 1
4422| #define HAVE_VSNPRINTF 1
4423| #define HAVE_VASPRINTF 1
4424| #define HAVE_NANOSLEEP 1
4425| #define HAVE_USLEEP 1
4426| #define HAVE_SETENV 1
4427| #define HAVE_UNSETENV 1
4428| #define HAVE_SOCKETPAIR 1
4429| #define HAVE_GETGROUPLIST 1
4430| #define HAVE_FPATHCONF 1
4431| #define HAVE_SETRLIMIT 1
4432| #define HAVE_POLL 1
4433| #define HAVE_SETLOCALE 1
4434| #define HAVE_LOCALECONV 1
4435| #define HAVE_STRTOLL 1
4436| #define HAVE_STRTOULL 1
4437| #define HAVE_ISSETUGID 1
4438| #define HAVE_GETRLIMIT 1
4439| #define HAVE_SYSLOG_H 1
4440| #define HAVE_DECL_LOG_PERROR 1
4441| #define HAVE_RAISE 1
4442| #define BROKEN_POLL 1
4443| #define HAVE_DIRFD 1
4444| #define HAVE_SYS_RESOURCE_H 1
4445| #define HAVE_DIRENT_H 1
4446| #define HAVE_EXECINFO_H 1
4447| #define HAVE_BACKTRACE 1
4448| #define HAVE_ERRNO_H 1
4449| #define HAVE_SIGNAL_H 1
4450| #define HAVE_LOCALE_H 1
4451| #define HAVE_UNISTD_H 1
4452| #define HAVE_STDINT_H 1
4453| #define HAVE_ALLOCA_H 1
4454| #define HAVE_POSIX_GETPWNAM_R 1
4455| #define HAVE_SOCKLEN_T 1
4456| #define HAVE_SYS_UIO_H 1
4457| #define HAVE_WRITEV 1
4458| #define HAVE_SYS_SYSLIMITS_H 1
4459| #define HAVE_DECL_MSG_NOSIGNAL 0
4460| #define HAVE_ISO_VARARGS 1
4461| #define HAVE_GNUC_VARARGS 1
4462| #define HAVE_GETPEEREID 1
4463| #define HAVE_EXPAT_H 1
4464| #define DBUS_BUS_ENABLE_KQUEUE 1
4465| #define DBUS_ENABLE_LAUNCHD 1
4466| #define HAVE_UNIX_FD_PASSING 1
4467| #define X_DISPLAY_MISSING 1
4468| /* end confdefs.h.  */
4469|
4470| int
4471| main ()
4472| {
4473|
4474|   ;
4475|   return 0;
4476| }
4477configure:23223: result: no
4478configure:23239: checking for doxygen
4479configure:23257: found /opt/local/bin/doxygen
4480configure:23270: result: /opt/local/bin/doxygen
4481configure:23279: checking whether to build Doxygen documentation
4482configure:23310: result: no
4483configure:23317: checking for xsltproc
4484configure:23333: found /opt/local/bin/xsltproc
4485configure:23344: result: xsltproc
4486configure:23368: checking for ducktype
4487configure:23399: result: no
4488configure:23409: checking for yelp-build
4489configure:23440: result: no
4490configure:23449: checking whether to build Ducktype documentation
4491configure:23500: result: no
4492configure:23507: checking for xmlto
4493configure:23538: result: no
4494configure:23547: checking whether to build XML documentation
4495configure:23578: result: no
4496configure:23851: $PKG_CONFIG --exists --print-errors "systemd"
4497Package systemd was not found in the pkg-config search path.
4498Perhaps you should add the directory containing `systemd.pc'
4499to the PKG_CONFIG_PATH environment variable
4500No package 'systemd' found
4501configure:23854: $? = 1
4502configure:23883: $PKG_CONFIG --exists --print-errors "systemd"
4503Package systemd was not found in the pkg-config search path.
4504Perhaps you should add the directory containing `systemd.pc'
4505to the PKG_CONFIG_PATH environment variable
4506No package 'systemd' found
4507configure:23886: $? = 1
4508configure:24232: checking crt_externs.h usability
4509configure:24232: /usr/bin/clang -c  -Wall -Wextra -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wno-address -Wfloat-equal -Wdeclaration-after-statement -Wno-unused-label -Wno-deprecated-declarations -Wno-missing-field-initializers -Wno-misleading-indentation -Wno-unused-parameter -Wno-pointer-sign -Wno-type-limits -fno-common -fno-strict-aliasing -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
4510warning: unknown warning option '-Wno-misleading-indentation'; did you mean '-Wno-missing-declarations'? [-Wunknown-warning-option]
45111 warning generated.
4512configure:24232: $? = 0
4513configure:24232: result: yes
4514configure:24232: checking crt_externs.h presence
4515configure:24232: /usr/bin/clang -E -I/opt/local/include conftest.c
4516configure:24232: $? = 0
4517configure:24232: result: yes
4518configure:24232: checking for crt_externs.h
4519configure:24232: result: yes
4520configure:24242: checking for _NSGetEnviron
4521configure:24242: /usr/bin/clang -o conftest  -Wall -Wextra -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wno-address -Wfloat-equal -Wdeclaration-after-statement -Wno-unused-label -Wno-deprecated-declarations -Wno-missing-field-initializers -Wno-misleading-indentation -Wno-unused-parameter -Wno-pointer-sign -Wno-type-limits -fno-common -fno-strict-aliasing -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
4522warning: unknown warning option '-Wno-misleading-indentation'; did you mean '-Wno-missing-declarations'? [-Wunknown-warning-option]
45231 warning generated.
4524configure:24242: $? = 0
4525configure:24242: result: yes
4526configure:24391: checking that generated files are newer than configure
4527configure:24397: result: done
4528configure:24541: creating ./config.status
4529
4530## ---------------------- ##
4531## Running config.status. ##
4532## ---------------------- ##
4533
4534This file was extended by dbus config.status 1.10.18, which was
4535generated by GNU Autoconf 2.69.  Invocation command line was
4536
4537  CONFIG_FILES    =
4538  CONFIG_HEADERS  =
4539  CONFIG_LINKS    =
4540  CONFIG_COMMANDS =
4541  $ ./config.status
4542
4543on Stefans-iMac.fritz.box
4544
4545config.status:1491: creating Doxyfile
4546config.status:1643: error: could not create Doxyfile
4547
4548## ---------------- ##
4549## Cache variables. ##
4550## ---------------- ##
4551
4552ac_cv_build=x86_64-apple-darwin16.5.0
4553ac_cv_c_compiler_gnu=yes
4554ac_cv_c_inline=inline
4555ac_cv_cxx_compiler_gnu=yes
4556ac_cv_env_APPARMOR_CFLAGS_set=
4557ac_cv_env_APPARMOR_CFLAGS_value=
4558ac_cv_env_APPARMOR_LIBS_set=
4559ac_cv_env_APPARMOR_LIBS_value=
4560ac_cv_env_CCC_set=
4561ac_cv_env_CCC_value=
4562ac_cv_env_CC_set=set
4563ac_cv_env_CC_value=/usr/bin/clang
4564ac_cv_env_CFLAGS_set=set
4565ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64'
4566ac_cv_env_CPPFLAGS_set=set
4567ac_cv_env_CPPFLAGS_value=-I/opt/local/include
4568ac_cv_env_CPP_set=
4569ac_cv_env_CPP_value=
4570ac_cv_env_CXXCPP_set=
4571ac_cv_env_CXXCPP_value=
4572ac_cv_env_CXXFLAGS_set=set
4573ac_cv_env_CXXFLAGS_value='-pipe -Os -stdlib=libc++ -arch x86_64'
4574ac_cv_env_CXX_set=set
4575ac_cv_env_CXX_value=/usr/bin/clang++
4576ac_cv_env_GLIB_CFLAGS_set=
4577ac_cv_env_GLIB_CFLAGS_value=
4578ac_cv_env_GLIB_LIBS_set=
4579ac_cv_env_GLIB_LIBS_value=
4580ac_cv_env_LDFLAGS_set=set
4581ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
4582ac_cv_env_LIBS_set=
4583ac_cv_env_LIBS_value=
4584ac_cv_env_LT_SYS_LIBRARY_PATH_set=
4585ac_cv_env_LT_SYS_LIBRARY_PATH_value=
4586ac_cv_env_PKG_CONFIG_set=
4587ac_cv_env_PKG_CONFIG_value=
4588ac_cv_env_PYTHON_set=
4589ac_cv_env_PYTHON_value=
4590ac_cv_env_SYSTEMD_CFLAGS_set=
4591ac_cv_env_SYSTEMD_CFLAGS_value=
4592ac_cv_env_SYSTEMD_LIBS_set=
4593ac_cv_env_SYSTEMD_LIBS_value=
4594ac_cv_env_THREAD_LIBS_set=
4595ac_cv_env_THREAD_LIBS_value=
4596ac_cv_env_VALGRIND_CFLAGS_set=
4597ac_cv_env_VALGRIND_CFLAGS_value=
4598ac_cv_env_VALGRIND_LIBS_set=
4599ac_cv_env_VALGRIND_LIBS_value=
4600ac_cv_env_XMKMF_set=
4601ac_cv_env_XMKMF_value=
4602ac_cv_env_build_alias_set=
4603ac_cv_env_build_alias_value=
4604ac_cv_env_host_alias_set=
4605ac_cv_env_host_alias_value=
4606ac_cv_env_target_alias_set=
4607ac_cv_env_target_alias_value=
4608ac_cv_func__NSGetEnviron=yes
4609ac_cv_func_accept4=no
4610ac_cv_func_clearenv=no
4611ac_cv_func_fpathconf=yes
4612ac_cv_func_getgrouplist=yes
4613ac_cv_func_gethostbyname=yes
4614ac_cv_func_getpeereid=yes
4615ac_cv_func_getpeerucred=no
4616ac_cv_func_getresuid=no
4617ac_cv_func_getrlimit=yes
4618ac_cv_func_issetugid=yes
4619ac_cv_func_kqueue=yes
4620ac_cv_func_localeconv=yes
4621ac_cv_func_nanosleep=yes
4622ac_cv_func_pipe2=no
4623ac_cv_func_poll=yes
4624ac_cv_func_posix_getpwnam_r=yes
4625ac_cv_func_prctl=no
4626ac_cv_func_raise=yes
4627ac_cv_func_setenv=yes
4628ac_cv_func_setlocale=yes
4629ac_cv_func_setresuid=no
4630ac_cv_func_setrlimit=yes
4631ac_cv_func_socketpair=yes
4632ac_cv_func_strtoll=yes
4633ac_cv_func_strtoull=yes
4634ac_cv_func_unsetenv=yes
4635ac_cv_func_usleep=yes
4636ac_cv_func_vasprintf=yes
4637ac_cv_func_vsnprintf=yes
4638ac_cv_func_writev=yes
4639ac_cv_gnu_library_2_1=no
4640ac_cv_have_abstract_sockets=no
4641ac_cv_have_decl_LOG_PERROR=yes
4642ac_cv_have_decl_MSG_NOSIGNAL=no
4643ac_cv_header_alloca_h=yes
4644ac_cv_header_byteswap_h=no
4645ac_cv_header_crt_externs_h=yes
4646ac_cv_header_dirent_h=yes
4647ac_cv_header_dlfcn_h=yes
4648ac_cv_header_errno_h=yes
4649ac_cv_header_execinfo_h=yes
4650ac_cv_header_expat_h=yes
4651ac_cv_header_inttypes_h=yes
4652ac_cv_header_launch_h=yes
4653ac_cv_header_locale_h=yes
4654ac_cv_header_memory_h=yes
4655ac_cv_header_minix_config_h=no
4656ac_cv_header_signal_h=yes
4657ac_cv_header_stdc=yes
4658ac_cv_header_stdint_h=yes
4659ac_cv_header_stdlib_h=yes
4660ac_cv_header_string_h=yes
4661ac_cv_header_strings_h=yes
4662ac_cv_header_sys_event_h=yes
4663ac_cv_header_sys_inotify_h=no
4664ac_cv_header_sys_prctl_h=no
4665ac_cv_header_sys_resource_h=yes
4666ac_cv_header_sys_stat_h=yes
4667ac_cv_header_sys_syslimits_h=yes
4668ac_cv_header_sys_types_h=yes
4669ac_cv_header_sys_uio_h=yes
4670ac_cv_header_syslog_h=yes
4671ac_cv_header_unistd_h=yes
4672ac_cv_header_ws2tcpip_h=no
4673ac_cv_host=x86_64-apple-darwin16.5.0
4674ac_cv_lib_audit_audit_log_user_avc_message=no
4675ac_cv_lib_expat_XML_ParserCreate_MM=yes
4676ac_cv_lib_selinux_is_selinux_enabled=no
4677ac_cv_member_struct_unpcbid_unp_pid=no
4678ac_cv_objext=o
4679ac_cv_path_DOXYGEN=/opt/local/bin/doxygen
4680ac_cv_path_DUCKTYPE=no
4681ac_cv_path_EGREP='/usr/bin/grep -E'
4682ac_cv_path_FGREP='/usr/bin/grep -F'
4683ac_cv_path_GREP=/usr/bin/grep
4684ac_cv_path_LAUNCHCTL=/bin/launchctl
4685ac_cv_path_PYTHON=/opt/local/bin/python
4686ac_cv_path_SED=/opt/local/bin/gsed
4687ac_cv_path_SYSTEMCTL=/usr/bin/systemctl
4688ac_cv_path_XMLTO=no
4689ac_cv_path_YELP_BUILD=no
4690ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config
4691ac_cv_path_lt_DD=/bin/dd
4692ac_cv_path_mkdir=/opt/local/bin/gmkdir
4693ac_cv_prog_AWK=gawk
4694ac_cv_prog_CPP='/usr/bin/clang -E'
4695ac_cv_prog_CXXCPP='/usr/bin/clang++ -E'
4696ac_cv_prog_XSLTPROC=xsltproc
4697ac_cv_prog_ac_ct_AR=ar
4698ac_cv_prog_ac_ct_CC=/usr/bin/clang
4699ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
4700ac_cv_prog_ac_ct_LIPO=lipo
4701ac_cv_prog_ac_ct_NMEDIT=nmedit
4702ac_cv_prog_ac_ct_OBJDUMP=objdump
4703ac_cv_prog_ac_ct_OTOOL=otool
4704ac_cv_prog_ac_ct_RANLIB=ranlib
4705ac_cv_prog_ac_ct_STRIP=strip
4706ac_cv_prog_cc_c89=
4707ac_cv_prog_cc_g=yes
4708ac_cv_prog_cxx_g=yes
4709ac_cv_prog_make_make_set=yes
4710ac_cv_safe_to_define___extensions__=yes
4711ac_cv_search_backtrace='none required'
4712ac_cv_search_pthread_cond_timedwait='none required'
4713ac_cv_search_pthread_condattr_setclock=no
4714ac_cv_search_pthread_mutexattr_init='none required'
4715ac_cv_search_pthread_mutexattr_settype='none required'
4716ac_cv_search_socket='none required'
4717ac_cv_search_strerror='none required'
4718ac_cv_sizeof___int64=0
4719ac_cv_sizeof_char=1
4720ac_cv_sizeof_int=4
4721ac_cv_sizeof_long=8
4722ac_cv_sizeof_long_long=8
4723ac_cv_sizeof_short=2
4724ac_cv_sizeof_void_p=8
4725ac_cv_sys_file_offset_bits=no
4726ac_cv_sys_largefile_CC=no
4727am_cv_CC_dependencies_compiler_type=gcc3
4728am_cv_CXX_dependencies_compiler_type=gcc3
4729am_cv_make_support_nested_variables=yes
4730am_cv_pathless_PYTHON=python
4731am_cv_prog_cc_c_o=yes
4732am_cv_prog_tar_ustar=gnutar
4733am_cv_python_platform=darwin
4734am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
4735am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages'
4736am_cv_python_version=2.7
4737dbus_cv___va_copy=yes
4738dbus_cv_sync_sub_and_fetch=yes
4739dbus_cv_va_copy=yes
4740dbus_cv_va_val_copy=no
4741gl_cv_cc_vis_werror=yes
4742gl_cv_cc_visibility=yes
4743lt_cv_apple_cc_single_mod=yes
4744lt_cv_ar_at_file=no
4745lt_cv_deplibs_check_method=pass_all
4746lt_cv_file_magic_cmd='$MAGIC_CMD'
4747lt_cv_file_magic_test_file=
4748lt_cv_ld_exported_symbols_list=yes
4749lt_cv_ld_force_load=yes
4750lt_cv_ld_reload_flag=-r
4751lt_cv_nm_interface='BSD nm'
4752lt_cv_objdir=.libs
4753lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
4754lt_cv_path_LDCXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
4755lt_cv_path_NM='/opt/local/bin/nm -B'
4756lt_cv_path_mainfest_tool=no
4757lt_cv_prog_compiler_c_o=yes
4758lt_cv_prog_compiler_c_o_CXX=yes
4759lt_cv_prog_compiler_c_o_RC=yes
4760lt_cv_prog_compiler_pic='-fno-common -DPIC'
4761lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
4762lt_cv_prog_compiler_pic_works=yes
4763lt_cv_prog_compiler_pic_works_CXX=yes
4764lt_cv_prog_compiler_rtti_exceptions=yes
4765lt_cv_prog_compiler_static_works=no
4766lt_cv_prog_compiler_static_works_CXX=no
4767lt_cv_prog_gnu_ld=no
4768lt_cv_prog_gnu_ldcxx=no
4769lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
4770lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
4771lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
4772lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
4773lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
4774lt_cv_sys_global_symbol_to_import=
4775lt_cv_sys_max_cmd_len=196608
4776lt_cv_to_host_file_cmd=func_convert_file_noop
4777lt_cv_to_tool_file_cmd=func_convert_file_noop
4778lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
4779
4780## ----------------- ##
4781## Output variables. ##
4782## ----------------- ##
4783
4784ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_dbus/dbus/work/dbus-1.10.18/build-aux/missing aclocal-1.15'
4785ADT_LIBS=''
4786AMDEPBACKSLASH='\'
4787AMDEP_FALSE='#'
4788AMDEP_TRUE=''
4789AMTAR='$${TAR-tar}'
4790AM_BACKSLASH='\'
4791AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
4792AM_DEFAULT_VERBOSITY='0'
4793AM_V='$(V)'
4794APPARMOR_CFLAGS=''
4795APPARMOR_LIBS=''
4796AR='ar'
4797AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_dbus/dbus/work/dbus-1.10.18/build-aux/missing autoconf'
4798AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_dbus/dbus/work/dbus-1.10.18/build-aux/missing autoheader'
4799AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_dbus/dbus/work/dbus-1.10.18/build-aux/missing automake-1.15'
4800AWK='gawk'
4801BUILD_FILEVERSION=''
4802BUILD_TIMESTAMP=''
4803CC='/usr/bin/clang'
4804CCDEPMODE='depmode=gcc3'
4805CFLAGS=' -Wall -Wextra -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wno-address -Wfloat-equal -Wdeclaration-after-statement -Wno-unused-label -Wno-deprecated-declarations -Wno-missing-field-initializers -Wno-misleading-indentation -Wno-unused-parameter -Wno-pointer-sign -Wno-type-limits -fno-common -fno-strict-aliasing -pipe -Os -arch x86_64'
4806CFLAG_VISIBILITY='-fvisibility=hidden'
4807CPP='/usr/bin/clang -E'
4808CPPFLAGS='-I/opt/local/include'
4809CXX='/usr/bin/clang++'
4810CXXCPP='/usr/bin/clang++ -E'
4811CXXDEPMODE='depmode=gcc3'
4812CXXFLAGS='-pipe -Os -stdlib=libc++ -arch x86_64'
4813CYGPATH_W='echo'
4814DATADIR_FROM_PKGSYSCONFDIR='/opt/local/share'
4815DBUS_BINDIR='/opt/local/bin'
4816DBUS_BUS_ENABLE_INOTIFY_FALSE=''
4817DBUS_BUS_ENABLE_INOTIFY_TRUE='#'
4818DBUS_BUS_ENABLE_KQUEUE_FALSE='#'
4819DBUS_BUS_ENABLE_KQUEUE_TRUE=''
4820DBUS_CAN_UPLOAD_DOCS_FALSE=''
4821DBUS_CAN_UPLOAD_DOCS_TRUE='#'
4822DBUS_CONSOLE_AUTH_DIR='/var/run/console/'
4823DBUS_CONSOLE_OWNER_FILE=''
4824DBUS_CYGWIN_FALSE=''
4825DBUS_CYGWIN_TRUE='#'
4826DBUS_DAEMONDIR='/opt/local/bin'
4827DBUS_DATADIR='/opt/local/share'
4828DBUS_DOXYGEN_DOCS_ENABLED_FALSE=''
4829DBUS_DOXYGEN_DOCS_ENABLED_TRUE='#'
4830DBUS_DUCKTYPE_DOCS_ENABLED_FALSE=''
4831DBUS_DUCKTYPE_DOCS_ENABLED_TRUE='#'
4832DBUS_ENABLE_EMBEDDED_TESTS_FALSE=''
4833DBUS_ENABLE_EMBEDDED_TESTS_TRUE='#'
4834DBUS_ENABLE_INSTALLED_TESTS_FALSE=''
4835DBUS_ENABLE_INSTALLED_TESTS_TRUE='#'
4836DBUS_ENABLE_LAUNCHD_FALSE='#'
4837DBUS_ENABLE_LAUNCHD_TRUE=''
4838DBUS_ENABLE_MODULAR_TESTS_FALSE=''
4839DBUS_ENABLE_MODULAR_TESTS_TRUE='#'
4840DBUS_ENABLE_USER_SESSION_FALSE=''
4841DBUS_ENABLE_USER_SESSION_TRUE='#'
4842DBUS_ENABLE_X11_AUTOLAUNCH_FALSE=''
4843DBUS_ENABLE_X11_AUTOLAUNCH_TRUE='#'
4844DBUS_HAVE_XSLTPROC_FALSE='#'
4845DBUS_HAVE_XSLTPROC_TRUE=''
4846DBUS_INIT_SCRIPTS_CYGWIN_FALSE=''
4847DBUS_INIT_SCRIPTS_CYGWIN_TRUE='#'
4848DBUS_INIT_SCRIPTS_RED_HAT_FALSE=''
4849DBUS_INIT_SCRIPTS_RED_HAT_TRUE='#'
4850DBUS_INIT_SCRIPTS_SLACKWARE_FALSE=''
4851DBUS_INIT_SCRIPTS_SLACKWARE_TRUE='#'
4852DBUS_INT16_TYPE='short'
4853DBUS_INT32_TYPE='int'
4854DBUS_INT64_CONSTANT='(val##L)'
4855DBUS_INT64_TYPE='long'
4856DBUS_LIBEXECDIR='/opt/local/libexec'
4857DBUS_MAJOR_VERSION='1'
4858DBUS_MICRO_VERSION='18'
4859DBUS_MINOR_VERSION='10'
4860DBUS_PATH_OR_ABSTRACT='path'
4861DBUS_PREFIX='/opt/local'
4862DBUS_SESSION_BUS_CONNECT_ADDRESS='autolaunch:'
4863DBUS_SESSION_BUS_LISTEN_ADDRESS='launchd:env=DBUS_LAUNCHD_SESSION_BUS_SOCKET'
4864DBUS_SESSION_CONF_MAYBE_AUTH_EXTERNAL='<!--<auth>EXTERNAL</auth>-->'
4865DBUS_SESSION_SOCKET_DIR='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_dbus/dbus/work/.tmp'
4866DBUS_STATIC_BUILD_CPPFLAGS=''
4867DBUS_SYSTEM_BUS_DEFAULT_ADDRESS='unix:path=/opt/local/var/run/dbus/system_bus_socket'
4868DBUS_SYSTEM_PID_FILE='/opt/local/var/run/dbus/pid'
4869DBUS_SYSTEM_SOCKET='/opt/local/var/run/dbus/system_bus_socket'
4870DBUS_TEST_DATA='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_dbus/dbus/work/dbus-1.10.18/test/data'
4871DBUS_TEST_EXEC='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_dbus/dbus/work/dbus-1.10.18/test'
4872DBUS_TEST_USER='nobody'
4873DBUS_UINT64_CONSTANT='(val##UL)'
4874DBUS_UNIX_FALSE='#'
4875DBUS_UNIX_TRUE=''
4876DBUS_USER='messagebus'
4877DBUS_VERSION='1.10.18'
4878DBUS_WINCE_FALSE=''
4879DBUS_WINCE_TRUE='#'
4880DBUS_WIN_FALSE=''
4881DBUS_WIN_TRUE='#'
4882DBUS_WITH_GLIB_FALSE=''
4883DBUS_WITH_GLIB_TRUE='#'
4884DBUS_XML_DOCS_ENABLED_FALSE=''
4885DBUS_XML_DOCS_ENABLED_TRUE='#'
4886DBUS_X_CFLAGS=''
4887DBUS_X_LIBS=''
4888DEFS='-DHAVE_CONFIG_H'
4889DEPDIR='.deps'
4890DLLTOOL='false'
4891DOXYGEN='/opt/local/bin/doxygen'
4892DSYMUTIL='dsymutil'
4893DUCKTYPE='no'
4894DUMPBIN=''
4895ECHO_C='\c'
4896ECHO_N=''
4897ECHO_T=''
4898EGREP='/usr/bin/grep -E'
4899EXEEXT=''
4900EXPANDED_BINDIR='/opt/local/bin'
4901EXPANDED_DATADIR='/opt/local/share'
4902EXPANDED_LIBDIR='/opt/local/lib'
4903EXPANDED_LIBEXECDIR='/opt/local/libexec'
4904EXPANDED_LOCALSTATEDIR='/opt/local/var'
4905EXPANDED_PREFIX='/opt/local'
4906EXPANDED_SYSCONFDIR='/opt/local/etc'
4907FGREP='/usr/bin/grep -F'
4908GETTEXT_PACKAGE='dbus-1'
4909GLIB_CFLAGS=''
4910GLIB_LIBS=''
4911GREP='/usr/bin/grep'
4912HAVE_CONSOLE_OWNER_FILE_FALSE=''
4913HAVE_CONSOLE_OWNER_FILE_TRUE='#'
4914HAVE_LD_VERSION_SCRIPT_FALSE=''
4915HAVE_LD_VERSION_SCRIPT_TRUE='#'
4916HAVE_LIBAUDIT_FALSE=''
4917HAVE_LIBAUDIT_TRUE='#'
4918HAVE_LINUX_EPOLL_FALSE=''
4919HAVE_LINUX_EPOLL_TRUE='#'
4920HAVE_SELINUX_FALSE=''
4921HAVE_SELINUX_TRUE='#'
4922HAVE_SYSTEMD_FALSE=''
4923HAVE_SYSTEMD_TRUE='#'
4924HAVE_VISIBILITY='1'
4925HAVE_VISIBILITY_FALSE='#'
4926HAVE_VISIBILITY_TRUE=''
4927INSTALL_DATA='${INSTALL} -m 644'
4928INSTALL_PROGRAM='${INSTALL}'
4929INSTALL_SCRIPT='${INSTALL}'
4930INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
4931LAUNCHCTL='/bin/launchctl'
4932LAUNCHD_AGENT_DIR='/opt/local/Library/LaunchAgents'
4933LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
4934LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
4935LIBDBUS_LIBS='   '
4936LIBOBJS=''
4937LIBS=''
4938LIBTOOL='$(SHELL) $(top_builddir)/libtool'
4939LIPO='lipo'
4940LN_S='ln -s'
4941LTLIBOBJS=''
4942LT_AGE='14'
4943LT_CURRENT='17'
4944LT_REVISION='11'
4945LT_SYS_LIBRARY_PATH=''
4946MAINT=''
4947MAINTAINER_MODE_FALSE='#'
4948MAINTAINER_MODE_TRUE=''
4949MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_dbus/dbus/work/dbus-1.10.18/build-aux/missing makeinfo'
4950MANIFEST_TOOL=':'
4951MKDIR_P='/opt/local/bin/gmkdir -p'
4952NETWORK_libs=''
4953NM='/opt/local/bin/nm -B'
4954NMEDIT='nmedit'
4955OBJDUMP='objdump'
4956OBJEXT='o'
4957OTOOL64=':'
4958OTOOL='otool'
4959PACKAGE='dbus'
4960PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=dbus'
4961PACKAGE_NAME='dbus'
4962PACKAGE_STRING='dbus 1.10.18'
4963PACKAGE_TARNAME='dbus'
4964PACKAGE_URL=''
4965PACKAGE_VERSION='1.10.18'
4966PATH_SEPARATOR=':'
4967PKG_CONFIG='/opt/local/bin/pkg-config'
4968PYTHON='/opt/local/bin/python'
4969PYTHON_EXEC_PREFIX='${exec_prefix}'
4970PYTHON_PLATFORM='darwin'
4971PYTHON_PREFIX='${prefix}'
4972PYTHON_VERSION='2.7'
4973RANLIB='ranlib'
4974RC=''
4975R_DYNAMIC_LDFLAG=''
4976SED='/opt/local/bin/gsed'
4977SELINUX_LIBS=''
4978SET_MAKE=''
4979SHELL='/bin/sh'
4980SOVERSION='3'
4981STRIP='strip'
4982SYSCONFDIR_FROM_PKGDATADIR='/opt/local/etc'
4983SYSTEMCTL='/usr/bin/systemctl'
4984SYSTEMD_CFLAGS=''
4985SYSTEMD_LIBS=''
4986TEST_LAUNCH_HELPER_BINARY='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_dbus/dbus/work/dbus-1.10.18/bus/dbus-daemon-launch-helper-test'
4987TEST_LISTEN='unix:tmpdir=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_dbus/dbus/work/.tmp'
4988TEST_SOCKET_DIR='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_dbus/dbus/work/.tmp'
4989THREAD_LIBS=' '
4990VALGRIND_CFLAGS=''
4991VALGRIND_LIBS=''
4992VERSION='1.10.18'
4993WINDRES=''
4994XMKMF=''
4995XMLTO='no'
4996XML_CFLAGS=''
4997XML_LIBS='-lexpat'
4998XSLTPROC='xsltproc'
4999X_CFLAGS=''
5000X_EXTRA_LIBS=''
5001X_LIBS=''
5002X_PRE_LIBS=''
5003YELP_BUILD='no'
5004ac_ct_AR='ar'
5005ac_ct_CC='/usr/bin/clang'
5006ac_ct_CXX=''
5007ac_ct_DUMPBIN=''
5008am__EXEEXT_FALSE=''
5009am__EXEEXT_TRUE='#'
5010am__fastdepCC_FALSE='#'
5011am__fastdepCC_TRUE=''
5012am__fastdepCXX_FALSE='#'
5013am__fastdepCXX_TRUE=''
5014am__include='include'
5015am__isrc=''
5016am__leading_dot='.'
5017am__nodep='_no'
5018am__quote=''
5019am__tar='tar --format=ustar -chf - "$$tardir"'
5020am__untar='tar -xf -'
5021bindir='${exec_prefix}/bin'
5022build='x86_64-apple-darwin16.5.0'
5023build_alias=''
5024build_cpu='x86_64'
5025build_os='darwin16.5.0'
5026build_vendor='apple'
5027datadir='${datarootdir}'
5028datarootdir='${prefix}/share'
5029dbus_daemondir='$bindir'
5030docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
5031dvidir='${docdir}'
5032exec_prefix='${prefix}'
5033host='x86_64-apple-darwin16.5.0'
5034host_alias=''
5035host_cpu='x86_64'
5036host_os='darwin16.5.0'
5037host_vendor='apple'
5038htmldir='${docdir}'
5039includedir='${prefix}/include'
5040infodir='${datarootdir}/info'
5041install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_dbus/dbus/work/dbus-1.10.18/build-aux/install-sh'
5042libdir='${exec_prefix}/lib'
5043libexecdir='${exec_prefix}/libexec'
5044localedir='${datarootdir}/locale'
5045localstatedir='${prefix}/var'
5046mandir='${datarootdir}/man'
5047mkdir_p='$(MKDIR_P)'
5048oldincludedir='/usr/include'
5049pdfdir='${docdir}'
5050pkgpyexecdir='${pyexecdir}/dbus'
5051pkgpythondir='${pythondir}/dbus'
5052prefix='/opt/local'
5053program_transform_name='s,x,x,'
5054psdir='${docdir}'
5055pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
5056pythondir='${prefix}/lib/python2.7/site-packages'
5057runstatedir='${localstatedir}/run'
5058sbindir='${exec_prefix}/sbin'
5059sharedstatedir='${prefix}/com'
5060sysconfdir='${prefix}/etc'
5061systemdsystemunitdir=''
5062systemduserunitdir='${libdir}/systemd/user'
5063target_alias=''
5064
5065## ----------- ##
5066## confdefs.h. ##
5067## ----------- ##
5068
5069/* confdefs.h */
5070#define PACKAGE_NAME "dbus"
5071#define PACKAGE_TARNAME "dbus"
5072#define PACKAGE_VERSION "1.10.18"
5073#define PACKAGE_STRING "dbus 1.10.18"
5074#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
5075#define PACKAGE_URL ""
5076#define PACKAGE "dbus"
5077#define VERSION "1.10.18"
5078#define GETTEXT_PACKAGE "dbus-1"
5079#define DBUS_DAEMON_NAME "dbus-daemon"
5080#define STDC_HEADERS 1
5081#define HAVE_SYS_TYPES_H 1
5082#define HAVE_SYS_STAT_H 1
5083#define HAVE_STDLIB_H 1
5084#define HAVE_STRING_H 1
5085#define HAVE_MEMORY_H 1
5086#define HAVE_STRINGS_H 1
5087#define HAVE_INTTYPES_H 1
5088#define HAVE_STDINT_H 1
5089#define HAVE_UNISTD_H 1
5090#define __EXTENSIONS__ 1
5091#define _ALL_SOURCE 1
5092#define _GNU_SOURCE 1
5093#define _POSIX_PTHREAD_SEMANTICS 1
5094#define _TANDEM_SOURCE 1
5095#define STDC_HEADERS 1
5096#define HAVE_DLFCN_H 1
5097#define LT_OBJDIR ".libs/"
5098#define HAVE_VISIBILITY 1
5099#define DBUS_UNIX 1
5100#define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
5101#define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_38
5102#define DBUS_DISABLE_ASSERT 1
5103#define SIZEOF_CHAR 1
5104#define SIZEOF_SHORT 2
5105#define SIZEOF_LONG 8
5106#define SIZEOF_INT 4
5107#define SIZEOF_VOID_P 8
5108#define SIZEOF_LONG_LONG 8
5109#define SIZEOF___INT64 0
5110#define DBUS_INT64_PRINTF_MODIFIER "l"
5111#define DBUS_VA_COPY va_copy
5112#define DBUS_VA_COPY_AS_ARRAY 1
5113#define DBUS_USE_SYNC 1
5114#define HAVE_VSNPRINTF 1
5115#define HAVE_VASPRINTF 1
5116#define HAVE_NANOSLEEP 1
5117#define HAVE_USLEEP 1
5118#define HAVE_SETENV 1
5119#define HAVE_UNSETENV 1
5120#define HAVE_SOCKETPAIR 1
5121#define HAVE_GETGROUPLIST 1
5122#define HAVE_FPATHCONF 1
5123#define HAVE_SETRLIMIT 1
5124#define HAVE_POLL 1
5125#define HAVE_SETLOCALE 1
5126#define HAVE_LOCALECONV 1
5127#define HAVE_STRTOLL 1
5128#define HAVE_STRTOULL 1
5129#define HAVE_ISSETUGID 1
5130#define HAVE_GETRLIMIT 1
5131#define HAVE_SYSLOG_H 1
5132#define HAVE_DECL_LOG_PERROR 1
5133#define HAVE_RAISE 1
5134#define BROKEN_POLL 1
5135#define HAVE_DIRFD 1
5136#define HAVE_SYS_RESOURCE_H 1
5137#define HAVE_DIRENT_H 1
5138#define HAVE_EXECINFO_H 1
5139#define HAVE_BACKTRACE 1
5140#define HAVE_ERRNO_H 1
5141#define HAVE_SIGNAL_H 1
5142#define HAVE_LOCALE_H 1
5143#define HAVE_UNISTD_H 1
5144#define HAVE_STDINT_H 1
5145#define HAVE_ALLOCA_H 1
5146#define HAVE_POSIX_GETPWNAM_R 1
5147#define HAVE_SOCKLEN_T 1
5148#define HAVE_SYS_UIO_H 1
5149#define HAVE_WRITEV 1
5150#define HAVE_SYS_SYSLIMITS_H 1
5151#define HAVE_DECL_MSG_NOSIGNAL 0
5152#define HAVE_ISO_VARARGS 1
5153#define HAVE_GNUC_VARARGS 1
5154#define HAVE_GETPEEREID 1
5155#define HAVE_EXPAT_H 1
5156#define DBUS_BUS_ENABLE_KQUEUE 1
5157#define DBUS_ENABLE_LAUNCHD 1
5158#define HAVE_UNIX_FD_PASSING 1
5159#define X_DISPLAY_MISSING 1
5160#define DBUS_SYSTEM_SOCKET "/opt/local/var/run/dbus/system_bus_socket"
5161#define DBUS_SYSTEM_BUS_DEFAULT_ADDRESS "unix:path=/opt/local/var/run/dbus/system_bus_socket"
5162#define DBUS_CONSOLE_AUTH_DIR "/var/run/console/"
5163#define DBUS_CONSOLE_OWNER_FILE ""
5164#define DBUS_USER "messagebus"
5165#define DBUS_TEST_USER "nobody"
5166#define DBUS_PREFIX "/opt/local"
5167#define DBUS_DATADIR "/opt/local/share"
5168#define DBUS_DAEMONDIR "/opt/local/bin"
5169#define DBUS_BINDIR "/opt/local/bin"
5170#define DBUS_LIBEXECDIR "/opt/local/libexec"
5171#define DBUS_TEST_EXEC "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_dbus/dbus/work/dbus-1.10.18/test"
5172#define DBUS_EXEEXT ""
5173#define TEST_BUS_LAUNCH_BINARY "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_dbus/dbus/work/dbus-1.10.18/tools/dbus-launch"
5174#define DBUS_TEST_LAUNCH_HELPER_BINARY "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_dbus/dbus/work/dbus-1.10.18/bus/dbus-daemon-launch-helper-test"
5175#define DBUS_TEST_SOCKET_DIR "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_dbus/dbus/work/.tmp"
5176#define TEST_LISTEN "unix:tmpdir=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_dbus/dbus/work/.tmp"
5177#define DBUS_SESSION_SOCKET_DIR "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_dbus/dbus/work/.tmp"
5178#define DBUS_SESSION_BUS_CONNECT_ADDRESS "autolaunch:"
5179#define HAVE_CRT_EXTERNS_H 1
5180#define HAVE_NSGETENVIRON 1
5181#define DBUS_ENABLE_STATS 1
5182
5183configure: exit 1