Ticket #48542: putty-main.log

File putty-main.log, 117.2 KB (added by gthb (Gunnlaugur Thor Briem), 9 years ago)

main.log from the failing build

Line 
1--->  Computing dependencies for putty:info:archivefetch .:debug:archivefetch Searching for dependency: pkgconfig
2DEBUG: Found Dependency: receipt exists for pkgconfig
3DEBUG: Searching for dependency: gtk2
4DEBUG: Found Dependency: receipt exists for gtk2
5
6DEBUG: Executing org.macports.main (putty)
7DEBUG: changing euid/egid - current euid: 0 - current egid: 0
8DEBUG: egid changed to: 504
9DEBUG: euid changed to: 505
10DEBUG: fetch phase started at Mon Aug 10 14:13:28 GMT 2015
11--->  Fetching distfiles for putty
12DEBUG: Executing org.macports.fetch (putty)
13DEBUG: Privilege de-escalation not attempted as not running as root.
14DEBUG: checksum phase started at Mon Aug 10 14:13:28 GMT 2015
15--->  Verifying checksums for putty
16DEBUG: Executing org.macports.checksum (putty)
17--->  Checksumming putty-0.63.tar.gz
18DEBUG: Calculated (rmd160) is cf28d88a5f0e1db6c21bb0308bd59ed4d6399e5f
19DEBUG: Correct (rmd160) checksum for putty-0.63.tar.gz
20DEBUG: Calculated (sha256) is 81e8eaaf31be7d9a46b4f3fb80d1d9540776f142cd89d0a11f2f8082dc68f8b5
21DEBUG: Correct (sha256) checksum for putty-0.63.tar.gz
22DEBUG: Privilege de-escalation not attempted as not running as root.
23DEBUG: extract phase started at Mon Aug 10 14:13:28 GMT 2015
24--->  Extracting putty
25DEBUG: Executing org.macports.extract (putty)
26--->  Extracting putty-0.63.tar.gz
27DEBUG: setting option extract.args to '/opt/local/var/macports/distfiles/putty/putty-0.63.tar.gz'
28DEBUG: Environment:
29DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_security_putty/putty/work" && /usr/bin/gzip -dc '/opt/local/var/macports/distfiles/putty/putty-0.63.tar.gz' | /usr/bin/tar -xf -'
30DEBUG: Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_security_putty/putty/work" && /usr/bin/gzip -dc '/opt/local/var/macports/distfiles/putty/putty-0.63.tar.gz' | /usr/bin/tar -xf -
31DEBUG: euid/egid changed to: 0/0
32DEBUG: chowned /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_security_putty/putty/work to macports
33DEBUG: euid/egid changed to: 505/504
34DEBUG: Privilege de-escalation not attempted as not running as root.
35DEBUG: patch phase started at Mon Aug 10 14:13:28 GMT 2015
36DEBUG: Executing org.macports.patch (putty)
37--->  Applying patches to putty
38--->  Applying patch-Makefile.in.diff
39DEBUG: Environment:
40DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_security_putty/putty/work/putty-0.63/unix" && /usr/bin/patch -p0'
41DEBUG: Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_security_putty/putty/work/putty-0.63/unix" && /usr/bin/patch -p0 < '/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/security/putty/files/patch-Makefile.in.diff'
42patching file Makefile.in
43--->  Applying patch-configure.diff
44DEBUG: Environment:
45DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_security_putty/putty/work/putty-0.63/unix" && /usr/bin/patch -p0'
46DEBUG: Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_security_putty/putty/work/putty-0.63/unix" && /usr/bin/patch -p0 < '/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/security/putty/files/patch-configure.diff'
47patching file configure
48DEBUG: Privilege de-escalation not attempted as not running as root.
49DEBUG: configure phase started at Mon Aug 10 14:13:28 GMT 2015
50--->  Configuring putty
51DEBUG: Using compiler 'Xcode Clang'
52DEBUG: Can't run configure ccache on this port without elevated privileges. Escalating privileges back to root.
53DEBUG: euid changed to: 0. egid changed to: 0.
54DEBUG: changing euid/egid - current euid: 0 - current egid: 0
55DEBUG: egid changed to: 504
56DEBUG: euid changed to: 505
57DEBUG: Executing org.macports.configure (putty)
58DEBUG: Environment:
59DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_security_putty/putty/work/putty-0.63/unix" && ./configure --prefix=/opt/local'
60DEBUG: Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_security_putty/putty/work/putty-0.63/unix" && ./configure --prefix=/opt/local
61checking for a BSD-compatible install... /usr/bin/install -c
62checking whether build environment is sane... yes
63checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p
64checking for gawk... gawk
65checking whether make sets $(MAKE)... yes
66checking for ranlib... ranlib
67checking for style of include used by make... GNU
68checking for gcc... ccache /usr/bin/clang
69checking whether the C compiler works... yes
70checking for C compiler default output file name... a.out
71checking for suffix of executables...
72checking whether we are cross compiling... no
73checking for suffix of object files... o
74checking whether we are using the GNU C compiler... yes
75checking whether ccache /usr/bin/clang accepts -g... yes
76checking for ccache /usr/bin/clang option to accept ISO C89... none needed
77checking dependency style of ccache /usr/bin/clang... gcc3
78checking for utmpx.h... yes
79checking for sys/select.h... yes
80checking for pkg-config... /opt/local/bin/pkg-config
81checking for GTK+ - version >= 2.0.0... yes (version 2.24.28)
82checking for pango_font_family_is_monospace... yes
83checking for pango_font_map_list_families... yes
84checking for library containing socket... none required
85checking how to run the C preprocessor... ccache /usr/bin/clang -E
86checking for grep that handles long lines and -e... /usr/bin/grep
87checking for egrep... /usr/bin/grep -E
88checking for ANSI C header files... yes
89checking for sys/types.h... yes
90checking for sys/stat.h... yes
91checking for stdlib.h... yes
92checking for string.h... yes
93checking for memory.h... yes
94checking for strings.h... yes
95checking for inttypes.h... yes
96checking for stdint.h... yes
97checking for unistd.h... yes
98checking for library containing dlopen... none required
99checking for XOpenDisplay in -lX11... yes
100checking for getaddrinfo... yes
101checking for posix_openpt... yes
102checking for ptsname... yes
103checking for setresuid... no
104checking for strsignal... yes
105checking for updwtmpx... no
106checking whether CLOCK_MONOTONIC is declared... no
107checking for library containing clock_gettime... no
108configure: creating ./config.status
109config.status: creating Makefile
110config.status: creating uxconfig.h
111config.status: executing depfiles commands
112DEBUG: Privilege de-escalation not attempted as not running as root.
113DEBUG: build phase started at Mon Aug 10 14:13:32 GMT 2015
114--->  Building putty
115DEBUG: Executing org.macports.build (putty)
116DEBUG: Environment:
117DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_security_putty/putty/work/putty-0.63/unix" && /usr/bin/make -j8 -w all'
118DEBUG: Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_security_putty/putty/work/putty-0.63/unix" && /usr/bin/make -j8 -w all
119make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_security_putty/putty/work/putty-0.63/unix'
120echo '/* Empty file touched by automake makefile to force rebuild of version.o */' >empty.h
121/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-am
122make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_security_putty/putty/work/putty-0.63/unix'
123ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include   -Wall  -DINCLUDE_EMPTY_H `if test -z ""; then cat ./../version.def; else echo ""; fi` -pipe -Os -arch x86_64 -MT libversion_a-version.o -MD -MP -MF .deps/libversion_a-version.Tpo -c -o libversion_a-version.o `test -f './../version.c' || echo './'`./../version.c
124ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT be_all_s.o -MD -MP -MF .deps/be_all_s.Tpo -c -o be_all_s.o `test -f './../be_all_s.c' || echo './'`./../be_all_s.c
125ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT cmdline.o -MD -MP -MF .deps/cmdline.Tpo -c -o cmdline.o `test -f './../cmdline.c' || echo './'`./../cmdline.c
126ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT conf.o -MD -MP -MF .deps/conf.Tpo -c -o conf.o `test -f './../conf.c' || echo './'`./../conf.c
127ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT cproxy.o -MD -MP -MF .deps/cproxy.Tpo -c -o cproxy.o `test -f './../cproxy.c' || echo './'`./../cproxy.c
128ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT ldisc.o -MD -MP -MF .deps/ldisc.Tpo -c -o ldisc.o `test -f './../ldisc.c' || echo './'`./../ldisc.c
129ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT logging.o -MD -MP -MF .deps/logging.Tpo -c -o logging.o `test -f './../logging.c' || echo './'`./../logging.c
130ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT misc.o -MD -MP -MF .deps/misc.Tpo -c -o misc.o `test -f './../misc.c' || echo './'`./../misc.c
131clang: warning: argument unused during compilation: '-isystem /opt/local/include'
132clang: warning: argument unused during compilation: '-isystem /opt/local/include'
133clang: warning: argument unused during compilation: '-isystem /opt/local/include'
134clang: warning: argument unused during compilation: '-isystem /opt/local/include'
135clang: warning: argument unused during compilation: '-isystem /opt/local/include'
136clang: warning: argument unused during compilation: '-isystem /opt/local/include'
137clang: warning: argument unused during compilation: '-isystem /opt/local/include'
138mv -f .deps/conf.Tpo .deps/conf.Po
139mv -f .deps/misc.Tpo .deps/misc.Po
140mv -f .deps/logging.Tpo .deps/logging.Po
141mv -f .deps/ldisc.Tpo .deps/ldisc.Po
142mv -f .deps/cproxy.Tpo .deps/cproxy.Po
143mv -f .deps/cmdline.Tpo .deps/cmdline.Po
144mv -f .deps/be_all_s.Tpo .deps/be_all_s.Po
145ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT pgssapi.o -MD -MP -MF .deps/pgssapi.Tpo -c -o pgssapi.o `test -f './../pgssapi.c' || echo './'`./../pgssapi.c
146ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT pinger.o -MD -MP -MF .deps/pinger.Tpo -c -o pinger.o `test -f './../pinger.c' || echo './'`./../pinger.c
147ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT portfwd.o -MD -MP -MF .deps/portfwd.Tpo -c -o portfwd.o `test -f './../portfwd.c' || echo './'`./../portfwd.c
148ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT proxy.o -MD -MP -MF .deps/proxy.Tpo -c -o proxy.o `test -f './../proxy.c' || echo './'`./../proxy.c
149ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT raw.o -MD -MP -MF .deps/raw.Tpo -c -o raw.o `test -f './../raw.c' || echo './'`./../raw.c
150clang: warning: argument unused during compilation: '-isystem /opt/local/include'
151ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT rlogin.o -MD -MP -MF .deps/rlogin.Tpo -c -o rlogin.o `test -f './../rlogin.c' || echo './'`./../rlogin.c
152mv -f .deps/libversion_a-version.Tpo .deps/libversion_a-version.Po
153ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT settings.o -MD -MP -MF .deps/settings.Tpo -c -o settings.o `test -f './../settings.c' || echo './'`./../settings.c
154ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT ssh.o -MD -MP -MF .deps/ssh.Tpo -c -o ssh.o `test -f './../ssh.c' || echo './'`./../ssh.c
155clang: warning: argument unused during compilation: '-isystem /opt/local/include'
156clang: warning: argument unused during compilation: '-isystem /opt/local/include'
157clang: warning: argument unused during compilation: '-isystem /opt/local/include'
158mv -f .deps/pinger.Tpo .deps/pinger.Po
159mv -f .deps/pgssapi.Tpo .deps/pgssapi.Po
160clang: warning: argument unused during compilation: '-isystem /opt/local/include'
161clang: warning: argument unused during compilation: '-isystem /opt/local/include'
162mv -f .deps/proxy.Tpo .deps/proxy.Po
163clang: warning: argument unused during compilation: '-isystem /opt/local/include'
164clang: warning: argument unused during compilation: '-isystem /opt/local/include'
165mv -f .deps/raw.Tpo .deps/raw.Po
166mv -f .deps/settings.Tpo .deps/settings.Po
167mv -f .deps/rlogin.Tpo .deps/rlogin.Po
168clang: warning: argument unused during compilation: '-isystem /opt/local/include'
169mv -f .deps/portfwd.Tpo .deps/portfwd.Po
170mv -f .deps/ssh.Tpo .deps/ssh.Po
171ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT sshaes.o -MD -MP -MF .deps/sshaes.Tpo -c -o sshaes.o `test -f './../sshaes.c' || echo './'`./../sshaes.c
172ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT ssharcf.o -MD -MP -MF .deps/ssharcf.Tpo -c -o ssharcf.o `test -f './../ssharcf.c' || echo './'`./../ssharcf.c
173ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT sshblowf.o -MD -MP -MF .deps/sshblowf.Tpo -c -o sshblowf.o `test -f './../sshblowf.c' || echo './'`./../sshblowf.c
174ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT sshbn.o -MD -MP -MF .deps/sshbn.Tpo -c -o sshbn.o `test -f './../sshbn.c' || echo './'`./../sshbn.c
175ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT sshcrc.o -MD -MP -MF .deps/sshcrc.Tpo -c -o sshcrc.o `test -f './../sshcrc.c' || echo './'`./../sshcrc.c
176ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT sshcrcda.o -MD -MP -MF .deps/sshcrcda.Tpo -c -o sshcrcda.o `test -f './../sshcrcda.c' || echo './'`./../sshcrcda.c
177ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT sshdes.o -MD -MP -MF .deps/sshdes.Tpo -c -o sshdes.o `test -f './../sshdes.c' || echo './'`./../sshdes.c
178ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT sshdh.o -MD -MP -MF .deps/sshdh.Tpo -c -o sshdh.o `test -f './../sshdh.c' || echo './'`./../sshdh.c
179clang: warning: argument unused during compilation: '-isystem /opt/local/include'
180clang: warning: argument unused during compilation: '-isystem /opt/local/include'
181mv -f .deps/ssharcf.Tpo .deps/ssharcf.Po
182clang: warning: argument unused during compilation: '-isystem /opt/local/include'
183mv -f .deps/sshblowf.Tpo .deps/sshblowf.Po
184clang: warning: argument unused during compilation: '-isystem /opt/local/include'
185mv -f .deps/sshaes.Tpo .deps/sshaes.Po
186clang: warning: argument unused during compilation: '-isystem /opt/local/include'
187clang: warning: argument unused during compilation: '-isystem /opt/local/include'
188clang: warning: argument unused during compilation: '-isystem /opt/local/include'
189clang: warning: argument unused during compilation: '-isystem /opt/local/include'
190mv -f .deps/sshdh.Tpo .deps/sshdh.Po
191mv -f .deps/sshdes.Tpo .deps/sshdes.Po
192mv -f .deps/sshcrcda.Tpo .deps/sshcrcda.Po
193mv -f .deps/sshcrc.Tpo .deps/sshcrc.Po
194mv -f .deps/sshbn.Tpo .deps/sshbn.Po
195ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT sshdss.o -MD -MP -MF .deps/sshdss.Tpo -c -o sshdss.o `test -f './../sshdss.c' || echo './'`./../sshdss.c
196ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT sshgssc.o -MD -MP -MF .deps/sshgssc.Tpo -c -o sshgssc.o `test -f './../sshgssc.c' || echo './'`./../sshgssc.c
197ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT sshmd5.o -MD -MP -MF .deps/sshmd5.Tpo -c -o sshmd5.o `test -f './../sshmd5.c' || echo './'`./../sshmd5.c
198ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT sshpubk.o -MD -MP -MF .deps/sshpubk.Tpo -c -o sshpubk.o `test -f './../sshpubk.c' || echo './'`./../sshpubk.c
199ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT sshrand.o -MD -MP -MF .deps/sshrand.Tpo -c -o sshrand.o `test -f './../sshrand.c' || echo './'`./../sshrand.c
200ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT sshrsa.o -MD -MP -MF .deps/sshrsa.Tpo -c -o sshrsa.o `test -f './../sshrsa.c' || echo './'`./../sshrsa.c
201ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT sshsh256.o -MD -MP -MF .deps/sshsh256.Tpo -c -o sshsh256.o `test -f './../sshsh256.c' || echo './'`./../sshsh256.c
202ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT sshsh512.o -MD -MP -MF .deps/sshsh512.Tpo -c -o sshsh512.o `test -f './../sshsh512.c' || echo './'`./../sshsh512.c
203clang: warning: argument unused during compilation: '-isystem /opt/local/include'
204clang: warning: argument unused during compilation: '-isystem /opt/local/include'
205mv -f .deps/sshmd5.Tpo .deps/sshmd5.Po
206clang: warning: argument unused during compilation: '-isystem /opt/local/include'
207clang: warning: argument unused during compilation: '-isystem /opt/local/include'
208clang: warning: argument unused during compilation: '-isystem /opt/local/include'
209clang: warning: argument unused during compilation: '-isystem /opt/local/include'
210mv -f .deps/sshsh512.Tpo .deps/sshsh512.Po
211clang: warning: argument unused during compilation: '-isystem /opt/local/include'
212mv -f .deps/sshsh256.Tpo .deps/sshsh256.Po
213clang: warning: argument unused during compilation: '-isystem /opt/local/include'
214mv -f .deps/sshrsa.Tpo .deps/sshrsa.Po
215mv -f .deps/sshrand.Tpo .deps/sshrand.Po
216mv -f .deps/sshpubk.Tpo .deps/sshpubk.Po
217mv -f .deps/sshgssc.Tpo .deps/sshgssc.Po
218mv -f .deps/sshdss.Tpo .deps/sshdss.Po
219ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT sshsha.o -MD -MP -MF .deps/sshsha.Tpo -c -o sshsha.o `test -f './../sshsha.c' || echo './'`./../sshsha.c
220ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT sshzlib.o -MD -MP -MF .deps/sshzlib.Tpo -c -o sshzlib.o `test -f './../sshzlib.c' || echo './'`./../sshzlib.c
221ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT telnet.o -MD -MP -MF .deps/telnet.Tpo -c -o telnet.o `test -f './../telnet.c' || echo './'`./../telnet.c
222ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT time.o -MD -MP -MF .deps/time.Tpo -c -o time.o `test -f './../time.c' || echo './'`./../time.c
223ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT timing.o -MD -MP -MF .deps/timing.Tpo -c -o timing.o `test -f './../timing.c' || echo './'`./../timing.c
224ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT tree234.o -MD -MP -MF .deps/tree234.Tpo -c -o tree234.o `test -f './../tree234.c' || echo './'`./../tree234.c
225ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT ux_x11.o -MD -MP -MF .deps/ux_x11.Tpo -c -o ux_x11.o `test -f './../unix/ux_x11.c' || echo './'`./../unix/ux_x11.c
226ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT uxagentc.o -MD -MP -MF .deps/uxagentc.Tpo -c -o uxagentc.o `test -f './../unix/uxagentc.c' || echo './'`./../unix/uxagentc.c
227clang: warning: argument unused during compilation: '-isystem /opt/local/include'
228clang: warning: argument unused during compilation: '-isystem /opt/local/include'
229clang: warning: argument unused during compilation: '-isystem /opt/local/include'
230mv -f .deps/time.Tpo .deps/time.Po
231clang: warning: argument unused during compilation: '-isystem /opt/local/include'
232mv -f .deps/timing.Tpo .deps/timing.Po
233clang: warning: argument unused during compilation: '-isystem /opt/local/include'
234clang: warning: argument unused during compilation: '-isystem /opt/local/include'
235clang: warning: argument unused during compilation: '-isystem /opt/local/include'
236clang: warning: argument unused during compilation: '-isystem /opt/local/include'
237mv -f .deps/tree234.Tpo .deps/tree234.Po
238mv -f .deps/uxagentc.Tpo .deps/uxagentc.Po
239mv -f .deps/ux_x11.Tpo .deps/ux_x11.Po
240mv -f .deps/telnet.Tpo .deps/telnet.Po
241mv -f .deps/sshzlib.Tpo .deps/sshzlib.Po
242mv -f .deps/sshsha.Tpo .deps/sshsha.Po
243ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT uxcons.o -MD -MP -MF .deps/uxcons.Tpo -c -o uxcons.o `test -f './../unix/uxcons.c' || echo './'`./../unix/uxcons.c
244ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT uxgss.o -MD -MP -MF .deps/uxgss.Tpo -c -o uxgss.o `test -f './../unix/uxgss.c' || echo './'`./../unix/uxgss.c
245ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT uxmisc.o -MD -MP -MF .deps/uxmisc.Tpo -c -o uxmisc.o `test -f './../unix/uxmisc.c' || echo './'`./../unix/uxmisc.c
246ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT uxnet.o -MD -MP -MF .deps/uxnet.Tpo -c -o uxnet.o `test -f './../unix/uxnet.c' || echo './'`./../unix/uxnet.c
247ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT uxnoise.o -MD -MP -MF .deps/uxnoise.Tpo -c -o uxnoise.o `test -f './../unix/uxnoise.c' || echo './'`./../unix/uxnoise.c
248ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT uxplink.o -MD -MP -MF .deps/uxplink.Tpo -c -o uxplink.o `test -f './../unix/uxplink.c' || echo './'`./../unix/uxplink.c
249ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT uxproxy.o -MD -MP -MF .deps/uxproxy.Tpo -c -o uxproxy.o `test -f './../unix/uxproxy.c' || echo './'`./../unix/uxproxy.c
250ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT uxsel.o -MD -MP -MF .deps/uxsel.Tpo -c -o uxsel.o `test -f './../unix/uxsel.c' || echo './'`./../unix/uxsel.c
251clang: warning: argument unused during compilation: '-isystem /opt/local/include'
252clang: warning: argument unused during compilation: '-isystem /opt/local/include'
253mv -f .deps/uxgss.Tpo .deps/uxgss.Po
254clang: warning: argument unused during compilation: '-isystem /opt/local/include'
255clang: warning: argument unused during compilation: '-isystem /opt/local/include'
256clang: warning: argument unused during compilation: '-isystem /opt/local/include'
257clang: warning: argument unused during compilation: '-isystem /opt/local/include'
258clang: warning: argument unused during compilation: '-isystem /opt/local/include'
259mv -f .deps/uxsel.Tpo .deps/uxsel.Po
260clang: warning: argument unused during compilation: '-isystem /opt/local/include'
261mv -f .deps/uxplink.Tpo .deps/uxplink.Po
262mv -f .deps/uxproxy.Tpo .deps/uxproxy.Po
263mv -f .deps/uxnoise.Tpo .deps/uxnoise.Po
264mv -f .deps/uxnet.Tpo .deps/uxnet.Po
265mv -f .deps/uxmisc.Tpo .deps/uxmisc.Po
266mv -f .deps/uxcons.Tpo .deps/uxcons.Po
267ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT uxser.o -MD -MP -MF .deps/uxser.Tpo -c -o uxser.o `test -f './../unix/uxser.c' || echo './'`./../unix/uxser.c
268ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT uxsignal.o -MD -MP -MF .deps/uxsignal.Tpo -c -o uxsignal.o `test -f './../unix/uxsignal.c' || echo './'`./../unix/uxsignal.c
269ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT uxstore.o -MD -MP -MF .deps/uxstore.Tpo -c -o uxstore.o `test -f './../unix/uxstore.c' || echo './'`./../unix/uxstore.c
270ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT wildcard.o -MD -MP -MF .deps/wildcard.Tpo -c -o wildcard.o `test -f './../wildcard.c' || echo './'`./../wildcard.c
271ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT x11fwd.o -MD -MP -MF .deps/x11fwd.Tpo -c -o x11fwd.o `test -f './../x11fwd.c' || echo './'`./../x11fwd.c
272ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT be_ssh.o -MD -MP -MF .deps/be_ssh.Tpo -c -o be_ssh.o `test -f './../be_ssh.c' || echo './'`./../be_ssh.c
273ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT int64.o -MD -MP -MF .deps/int64.Tpo -c -o int64.o `test -f './../int64.c' || echo './'`./../int64.c
274ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT pscp.o -MD -MP -MF .deps/pscp.Tpo -c -o pscp.o `test -f './../pscp.c' || echo './'`./../pscp.c
275clang: warning: argument unused during compilation: '-isystem /opt/local/include'
276mv -f .deps/uxsignal.Tpo .deps/uxsignal.Po
277clang: warning: argument unused during compilation: '-isystem /opt/local/include'
278clang: warning: argument unused during compilation: '-isystem /opt/local/include'
279mv -f .deps/uxser.Tpo .deps/uxser.Po
280ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT sftp.o -MD -MP -MF .deps/sftp.Tpo -c -o sftp.o `test -f './../sftp.c' || echo './'`./../sftp.c
281clang: warning: argument unused during compilation: '-isystem /opt/local/include'
282clang: warning: argument unused during compilation: '-isystem /opt/local/include'
283clang: warning: argument unused during compilation: '-isystem /opt/local/include'
284./../x11fwd.c:315:6: warning: taking the absolute value of unsigned type 'unsigned long' has no effect [-Wabsolute-value]
285 if (abs(t - tim) > 20*60)
286     ^
287./../x11fwd.c:315:6: note: remove the call to 'abs' since unsigned values cannot be negative
288 if (abs(t - tim) > 20*60)
289     ^~~
2901 warning generated.
291clang: warning: argument unused during compilation: '-isystem /opt/local/include'
292clang: warning: argument unused during compilation: '-isystem /opt/local/include'
293mv -f .deps/int64.Tpo .deps/int64.Po
294mv -f .deps/pscp.Tpo .deps/pscp.Po
295mv -f .deps/be_ssh.Tpo .deps/be_ssh.Po
296mv -f .deps/x11fwd.Tpo .deps/x11fwd.Po
297mv -f .deps/wildcard.Tpo .deps/wildcard.Po
298mv -f .deps/uxstore.Tpo .deps/uxstore.Po
299ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT uxsftp.o -MD -MP -MF .deps/uxsftp.Tpo -c -o uxsftp.o `test -f './../unix/uxsftp.c' || echo './'`./../unix/uxsftp.c
300ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT psftp.o -MD -MP -MF .deps/psftp.Tpo -c -o psftp.o `test -f './../psftp.c' || echo './'`./../psftp.c
301ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT cmdgen.o -MD -MP -MF .deps/cmdgen.Tpo -c -o cmdgen.o `test -f './../cmdgen.c' || echo './'`./../cmdgen.c
302ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT import.o -MD -MP -MF .deps/import.Tpo -c -o import.o `test -f './../import.c' || echo './'`./../import.c
303ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT notiming.o -MD -MP -MF .deps/notiming.Tpo -c -o notiming.o `test -f './../notiming.c' || echo './'`./../notiming.c
304ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT sshdssg.o -MD -MP -MF .deps/sshdssg.Tpo -c -o sshdssg.o `test -f './../sshdssg.c' || echo './'`./../sshdssg.c
305ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT sshprime.o -MD -MP -MF .deps/sshprime.Tpo -c -o sshprime.o `test -f './../sshprime.c' || echo './'`./../sshprime.c
306clang: warning: argument unused during compilation: '-isystem /opt/local/include'
307mv -f .deps/sftp.Tpo .deps/sftp.Po
308ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT sshrsag.o -MD -MP -MF .deps/sshrsag.Tpo -c -o sshrsag.o `test -f './../sshrsag.c' || echo './'`./../sshrsag.c
309clang: warning: argument unused during compilation: '-isystem /opt/local/include'
310clang: warning: argument unused during compilation: '-isystem /opt/local/include'
311clang: warning: argument unused during compilation: '-isystem /opt/local/include'
312mv -f .deps/uxsftp.Tpo .deps/uxsftp.Po
313mv -f .deps/sshdssg.Tpo .deps/sshdssg.Po
314clang: warning: argument unused during compilation: '-isystem /opt/local/include'
315clang: warning: argument unused during compilation: '-isystem /opt/local/include'
316mv -f .deps/cmdgen.Tpo .deps/cmdgen.Po
317clang: warning: argument unused during compilation: '-isystem /opt/local/include'
318mv -f .deps/psftp.Tpo .deps/psftp.Po
319clang: warning: argument unused during compilation: '-isystem /opt/local/include'
320mv -f .deps/sshprime.Tpo .deps/sshprime.Po
321mv -f .deps/notiming.Tpo .deps/notiming.Po
322mv -f .deps/import.Tpo .deps/import.Po
323ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT uxgen.o -MD -MP -MF .deps/uxgen.Tpo -c -o uxgen.o `test -f './../unix/uxgen.c' || echo './'`./../unix/uxgen.c
324ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT be_none.o -MD -MP -MF .deps/be_none.Tpo -c -o be_none.o `test -f './../be_none.c' || echo './'`./../be_none.c
325ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT fromucs.o -MD -MP -MF .deps/fromucs.Tpo -c -o fromucs.o `test -f './../charset/fromucs.c' || echo './'`./../charset/fromucs.c
326ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT localenc.o -MD -MP -MF .deps/localenc.Tpo -c -o localenc.o `test -f './../charset/localenc.c' || echo './'`./../charset/localenc.c
327clang: warning: argument unused during compilation: '-isystem /opt/local/include'
328ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT macenc.o -MD -MP -MF .deps/macenc.Tpo -c -o macenc.o `test -f './../charset/macenc.c' || echo './'`./../charset/macenc.c
329mv -f .deps/sshrsag.Tpo .deps/sshrsag.Po
330ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT mimeenc.o -MD -MP -MF .deps/mimeenc.Tpo -c -o mimeenc.o `test -f './../charset/mimeenc.c' || echo './'`./../charset/mimeenc.c
331ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT sbcs.o -MD -MP -MF .deps/sbcs.Tpo -c -o sbcs.o `test -f './../charset/sbcs.c' || echo './'`./../charset/sbcs.c
332ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT sbcsdat.o -MD -MP -MF .deps/sbcsdat.Tpo -c -o sbcsdat.o `test -f './../charset/sbcsdat.c' || echo './'`./../charset/sbcsdat.c
333clang: warning: argument unused during compilation: '-isystem /opt/local/include'
334clang: warning: argument unused during compilation: '-isystem /opt/local/include'
335mv -f .deps/fromucs.Tpo .deps/fromucs.Po
336mv -f .deps/localenc.Tpo .deps/localenc.Po
337clang: warning: argument unused during compilation: '-isystem /opt/local/include'
338clang: warning: argument unused during compilation: '-isystem /opt/local/include'
339ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT slookup.o -MD -MP -MF .deps/slookup.Tpo -c -o slookup.o `test -f './../charset/slookup.c' || echo './'`./../charset/slookup.c
340clang: warning: argument unused during compilation: '-isystem /opt/local/include'
341ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT toucs.o -MD -MP -MF .deps/toucs.Tpo -c -o toucs.o `test -f './../charset/toucs.c' || echo './'`./../charset/toucs.c
342clang: warning: argument unused during compilation: '-isystem /opt/local/include'
343./../charset/sbcs.c:21:15: warning: explicitly assigning value of variable of type 'charset_state *' to itself [-Wself-assign]
344    ( (state) = (state) );
345       ~~~~~  ^  ~~~~~
346./../charset/sbcs.c:33:15: warning: explicitly assigning value of variable of type 'charset_state *' to itself [-Wself-assign]
347    ( (state) = (state) );
348       ~~~~~  ^  ~~~~~
3492 warnings generated.
350mv -f .deps/macenc.Tpo .deps/macenc.Po
351clang: warning: argument unused during compilation: '-isystem /opt/local/include'
352clang: warning: argument unused during compilation: '-isystem /opt/local/include'
353mv -f .deps/sbcs.Tpo .deps/sbcs.Po
354mv -f .deps/sbcsdat.Tpo .deps/sbcsdat.Po
355mv -f .deps/mimeenc.Tpo .deps/mimeenc.Po
356mv -f .deps/be_none.Tpo .deps/be_none.Po
357clang: warning: argument unused during compilation: '-isystem /opt/local/include'
358mv -f .deps/uxgen.Tpo .deps/uxgen.Po
359mv -f .deps/slookup.Tpo .deps/slookup.Po
360clang: warning: argument unused during compilation: '-isystem /opt/local/include'
361ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT utf8.o -MD -MP -MF .deps/utf8.Tpo -c -o utf8.o `test -f './../charset/utf8.c' || echo './'`./../charset/utf8.c
362ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT xenc.o -MD -MP -MF .deps/xenc.Tpo -c -o xenc.o `test -f './../charset/xenc.c' || echo './'`./../charset/xenc.c
363mv -f .deps/toucs.Tpo .deps/toucs.Po
364ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT config.o -MD -MP -MF .deps/config.Tpo -c -o config.o `test -f './../config.c' || echo './'`./../config.c
365ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT dialog.o -MD -MP -MF .deps/dialog.Tpo -c -o dialog.o `test -f './../dialog.c' || echo './'`./../dialog.c
366ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT ldiscucs.o -MD -MP -MF .deps/ldiscucs.Tpo -c -o ldiscucs.o `test -f './../ldiscucs.c' || echo './'`./../ldiscucs.c
367ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT minibidi.o -MD -MP -MF .deps/minibidi.Tpo -c -o minibidi.o `test -f './../minibidi.c' || echo './'`./../minibidi.c
368ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT nocproxy.o -MD -MP -MF .deps/nocproxy.Tpo -c -o nocproxy.o `test -f './../nocproxy.c' || echo './'`./../nocproxy.c
369ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT nogss.o -MD -MP -MF .deps/nogss.Tpo -c -o nogss.o `test -f './../nogss.c' || echo './'`./../nogss.c
370clang: warning: argument unused during compilation: '-isystem /opt/local/include'
371clang: warning: argument unused during compilation: '-isystem /opt/local/include'
372./../charset/utf8.c:23:17: warning: explicitly assigning value of variable of type 'const charset_spec *' (aka 'const struct charset_spec *') to itself [-Wself-assign]
373    ( (charset) = (charset) );
374       ~~~~~~~  ^  ~~~~~~~
375./../charset/utf8.c:193:17: warning: explicitly assigning value of variable of type 'const charset_spec *' (aka 'const struct charset_spec *') to itself [-Wself-assign]
376    ( (charset) = (charset) );
377       ~~~~~~~  ^  ~~~~~~~
378./../charset/utf8.c:194:15: warning: explicitly assigning value of variable of type 'charset_state *' to itself [-Wself-assign]
379    ( (state) = (state) );
380       ~~~~~  ^  ~~~~~
3813 warnings generated.
382mv -f .deps/xenc.Tpo .deps/xenc.Po
383mv -f .deps/utf8.Tpo .deps/utf8.Po
384ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT sercfg.o -MD -MP -MF .deps/sercfg.Tpo -c -o sercfg.o `test -f './../sercfg.c' || echo './'`./../sercfg.c
385ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT terminal.o -MD -MP -MF .deps/terminal.Tpo -c -o terminal.o `test -f './../terminal.c' || echo './'`./../terminal.c
386clang: warning: argument unused during compilation: '-isystem /opt/local/include'
387clang: warning: argument unused during compilation: '-isystem /opt/local/include'
388clang: warning: argument unused during compilation: '-isystem /opt/local/include'
389clang: warning: argument unused during compilation: '-isystem /opt/local/include'
390clang: warning: argument unused during compilation: '-isystem /opt/local/include'
391clang: warning: argument unused during compilation: '-isystem /opt/local/include'
392mv -f .deps/ldiscucs.Tpo .deps/ldiscucs.Po
393mv -f .deps/nogss.Tpo .deps/nogss.Po
394mv -f .deps/nocproxy.Tpo .deps/nocproxy.Po
395mv -f .deps/minibidi.Tpo .deps/minibidi.Po
396mv -f .deps/dialog.Tpo .deps/dialog.Po
397mv -f .deps/config.Tpo .deps/config.Po
398ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT gtkcfg.o -MD -MP -MF .deps/gtkcfg.Tpo -c -o gtkcfg.o `test -f './../unix/gtkcfg.c' || echo './'`./../unix/gtkcfg.c
399ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT gtkcols.o -MD -MP -MF .deps/gtkcols.Tpo -c -o gtkcols.o `test -f './../unix/gtkcols.c' || echo './'`./../unix/gtkcols.c
400ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT gtkdlg.o -MD -MP -MF .deps/gtkdlg.Tpo -c -o gtkdlg.o `test -f './../unix/gtkdlg.c' || echo './'`./../unix/gtkdlg.c
401ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT gtkfont.o -MD -MP -MF .deps/gtkfont.Tpo -c -o gtkfont.o `test -f './../unix/gtkfont.c' || echo './'`./../unix/gtkfont.c
402ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT gtkwin.o -MD -MP -MF .deps/gtkwin.Tpo -c -o gtkwin.o `test -f './../unix/gtkwin.c' || echo './'`./../unix/gtkwin.c
403ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT uxcfg.o -MD -MP -MF .deps/uxcfg.Tpo -c -o uxcfg.o `test -f './../unix/uxcfg.c' || echo './'`./../unix/uxcfg.c
404clang: warning: argument unused during compilation: '-isystem /opt/local/include'
405clang: warning: argument unused during compilation: '-isystem /opt/local/include'
406mv -f .deps/sercfg.Tpo .deps/sercfg.Po
407mv -f .deps/terminal.Tpo .deps/terminal.Po
408ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT uxprint.o -MD -MP -MF .deps/uxprint.Tpo -c -o uxprint.o `test -f './../unix/uxprint.c' || echo './'`./../unix/uxprint.c
409ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT uxpterm.o -MD -MP -MF .deps/uxpterm.Tpo -c -o uxpterm.o `test -f './../unix/uxpterm.c' || echo './'`./../unix/uxpterm.c
410clang: warning: argument unused during compilation: '-isystem /opt/local/include'
411clang: warning: argument unused during compilation: '-isystem /opt/local/include'
412mv -f .deps/gtkcfg.Tpo .deps/gtkcfg.Po
413mv -f .deps/uxcfg.Tpo .deps/uxcfg.Po
414ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT uxpty.o -MD -MP -MF .deps/uxpty.Tpo -c -o uxpty.o `test -f './../unix/uxpty.c' || echo './'`./../unix/uxpty.c
415ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT uxucs.o -MD -MP -MF .deps/uxucs.Tpo -c -o uxucs.o `test -f './../unix/uxucs.c' || echo './'`./../unix/uxucs.c
416clang: warning: argument unused during compilation: '-isystem /opt/local/include'
417mv -f .deps/uxprint.Tpo .deps/uxprint.Po
418clang: warning: argument unused during compilation: '-isystem /opt/local/include'
419mv -f .deps/uxpterm.Tpo .deps/uxpterm.Po
420ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT xkeysym.o -MD -MP -MF .deps/xkeysym.Tpo -c -o xkeysym.o `test -f './../unix/xkeysym.c' || echo './'`./../unix/xkeysym.c
421ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT xpmptcfg.o -MD -MP -MF .deps/xpmptcfg.Tpo -c -o xpmptcfg.o `test -f './../unix/xpmptcfg.c' || echo './'`./../unix/xpmptcfg.c
422clang: warning: argument unused during compilation: '-isystem /opt/local/include'
423clang: warning: argument unused during compilation: '-isystem /opt/local/include'
424mv -f .deps/uxucs.Tpo .deps/uxucs.Po
425mv -f .deps/uxpty.Tpo .deps/uxpty.Po
426clang: warning: argument unused during compilation: '-isystem /opt/local/include'
427ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT xpmpterm.o -MD -MP -MF .deps/xpmpterm.Tpo -c -o xpmpterm.o `test -f './../unix/xpmpterm.c' || echo './'`./../unix/xpmpterm.c
428clang: warning: argument unused during compilation: '-isystem /opt/local/include'
429mv -f .deps/xpmptcfg.Tpo .deps/xpmptcfg.Po
430mv -f .deps/xkeysym.Tpo .deps/xkeysym.Po
431ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT wcwidth.o -MD -MP -MF .deps/wcwidth.Tpo -c -o wcwidth.o `test -f './../wcwidth.c' || echo './'`./../wcwidth.c
432ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT uxputty.o -MD -MP -MF .deps/uxputty.Tpo -c -o uxputty.o `test -f './../unix/uxputty.c' || echo './'`./../unix/uxputty.c
433ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT xpmpucfg.o -MD -MP -MF .deps/xpmpucfg.Tpo -c -o xpmpucfg.o `test -f './../unix/xpmpucfg.c' || echo './'`./../unix/xpmpucfg.c
434clang: warning: argument unused during compilation: '-isystem /opt/local/include'
435mv -f .deps/xpmpterm.Tpo .deps/xpmpterm.Po
436clang: warning: argument unused during compilation: '-isystem /opt/local/include'
437ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT xpmputty.o -MD -MP -MF .deps/xpmputty.Tpo -c -o xpmputty.o `test -f './../unix/xpmputty.c' || echo './'`./../unix/xpmputty.c
438mv -f .deps/gtkcols.Tpo .deps/gtkcols.Po
439clang: warning: argument unused during compilation: '-isystem /opt/local/include'
440ccache /usr/bin/clang -DHAVE_CONFIG_H -I.  -I./.././ -I./../charset/ -I./../windows/ -I./../unix/ -I./../macosx/ -isystem/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64 -MT be_nos_s.o -MD -MP -MF .deps/be_nos_s.Tpo -c -o be_nos_s.o `test -f './../be_nos_s.c' || echo './'`./../be_nos_s.c
441clang: warning: argument unused during compilation: '-isystem /opt/local/include'
442mv -f .deps/xpmpucfg.Tpo .deps/xpmpucfg.Po
443mv -f .deps/wcwidth.Tpo .deps/wcwidth.Po
444rm -f libversion.a
445clang: warning: argument unused during compilation: '-isystem /opt/local/include'
446mv -f .deps/xpmputty.Tpo .deps/xpmputty.Po
447ar cru libversion.a libversion_a-version.o
448clang: warning: argument unused during compilation: '-isystem /opt/local/include'
449mv -f .deps/be_nos_s.Tpo .deps/be_nos_s.Po
450clang: warning: argument unused during compilation: '-isystem /opt/local/include'
451ranlib libversion.a
452mv -f .deps/uxputty.Tpo .deps/uxputty.Po
453ccache /usr/bin/clang -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -o plink be_all_s.o cmdline.o conf.o cproxy.o ldisc.o logging.o misc.o pgssapi.o pinger.o portfwd.o proxy.o raw.o rlogin.o settings.o ssh.o sshaes.o ssharcf.o sshblowf.o sshbn.o sshcrc.o sshcrcda.o sshdes.o sshdh.o sshdss.o sshgssc.o sshmd5.o sshpubk.o sshrand.o sshrsa.o sshsh256.o sshsh512.o sshsha.o sshzlib.o telnet.o time.o timing.o tree234.o ux_x11.o uxagentc.o uxcons.o uxgss.o uxmisc.o uxnet.o uxnoise.o uxplink.o uxproxy.o uxsel.o uxser.o uxsignal.o uxstore.o wildcard.o x11fwd.o libversion.a
454ccache /usr/bin/clang -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -o puttygen cmdgen.o conf.o import.o misc.o notiming.o sshaes.o sshbn.o sshdes.o sshdss.o sshdssg.o sshmd5.o sshprime.o sshpubk.o sshrand.o sshrsa.o sshrsag.o sshsh256.o sshsh512.o sshsha.o time.o tree234.o uxcons.o uxgen.o uxmisc.o uxnoise.o uxstore.o libversion.a
455ccache /usr/bin/clang -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -o psftp be_ssh.o cmdline.o conf.o cproxy.o int64.o logging.o misc.o pgssapi.o pinger.o portfwd.o proxy.o psftp.o settings.o sftp.o ssh.o sshaes.o ssharcf.o sshblowf.o sshbn.o sshcrc.o sshcrcda.o sshdes.o sshdh.o sshdss.o sshgssc.o sshmd5.o sshpubk.o sshrand.o sshrsa.o sshsh256.o sshsh512.o sshsha.o sshzlib.o time.o timing.o tree234.o uxagentc.o uxcons.o uxgss.o uxmisc.o uxnet.o uxnoise.o uxproxy.o uxsel.o uxsftp.o uxstore.o wildcard.o x11fwd.o libversion.a
456ccache /usr/bin/clang -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include    -Wall -pipe -Os -arch x86_64  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -o pscp be_ssh.o cmdline.o conf.o cproxy.o int64.o logging.o misc.o pgssapi.o pinger.o portfwd.o proxy.o pscp.o settings.o sftp.o ssh.o sshaes.o ssharcf.o sshblowf.o sshbn.o sshcrc.o sshcrcda.o sshdes.o sshdh.o sshdss.o sshgssc.o sshmd5.o sshpubk.o sshrand.o sshrsa.o sshsh256.o sshsh512.o sshsha.o sshzlib.o time.o timing.o tree234.o uxagentc.o uxcons.o uxgss.o uxmisc.o uxnet.o uxnoise.o uxproxy.o uxsel.o uxsftp.o uxstore.o wildcard.o x11fwd.o libversion.a
457./../unix/gtkfont.c:17:10: fatal error: 'gdk/gdkx.h' file not found
458./../unix/gtkwin.c:23:10: fatal error: 'gdk/gdkx.h' file not found
459#include <gdk/gdkx.h>
460         ^
461#include <gdk/gdkx.h>
462         ^
463./../unix/gtkdlg.c:11:10: fatal error: 'gdk/gdkx.h' file not found
464#include <gdk/gdkx.h>
465         ^
4661 error generated.
467make[1]: *** [gtkfont.o] Error 1
468make[1]: *** Waiting for unfinished jobs....
4691 error generated.
470make[1]: *** [gtkwin.o] Error 1
4711 error generated.
472make[1]: *** [gtkdlg.o] Error 1
473make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_security_putty/putty/work/putty-0.63/unix'
474make: *** [all] Error 2
475make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_security_putty/putty/work/putty-0.63/unix'
476Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_security_putty/putty/work/putty-0.63/unix" && /usr/bin/make -j8 -w all
477Exit code: 2
478Error: org.macports.build for port putty returned: command execution failed
479DEBUG: Error code: CHILDSTATUS 89660 2
480DEBUG: Backtrace: command execution failed
481Warning: targets not executed for putty: org.macports.destroot org.macports.build
482Please see the log file for port putty for details: