Ticket #16417: tk-build-log-10.5.5

File tk-build-log-10.5.5, 32.5 KB (added by guillaume-jean@…, 16 years ago)

port -d install tk +quartz output

Line 
1Guillaume@herbiet:~$ sudo port -d install tk +quartz
2DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/tk
3DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/tk
4DEBUG: Requested variant darwin is not provided by port tk.
5DEBUG: Requested variant i386 is not provided by port tk.
6DEBUG: Requested variant macosx is not provided by port tk.
7DEBUG: Executing variant quartz provides quartz
8DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/tcl
9DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/tcl
10DEBUG: Requested variant darwin is not provided by port tcl.
11DEBUG: Requested variant i386 is not provided by port tcl.
12DEBUG: Requested variant macosx is not provided by port tcl.
13DEBUG: Requested variant quartz is not provided by port tcl.
14DEBUG: Searching for dependency: tcl
15DEBUG: Found Dependency: receipt exists for tcl
16DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/XFree86
17DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/XFree86
18DEBUG: Requested variant i386 is not provided by port XFree86.
19DEBUG: Requested variant quartz is not provided by port XFree86.
20DEBUG: Executing variant darwin provides darwin
21DEBUG: Executing variant macosx provides macosx
22DEBUG: Searching for dependency: XFree86
23DEBUG: Didn't find receipt, going to depspec regex for: XFree86
24DEBUG: Found Dependency: path: /usr/X11R6/lib filename: libX11.6.dylib regex: ^libX11\.6\.dylib$
25DEBUG: Found Dependency: path: /usr/X11R6/lib filename: libX11.6.dylib regex: ^libX11\.6\.dylib$
26DEBUG: Executing org.macports.main (tk)
27--->  Fetching tk
28DEBUG: Executing org.macports.fetch (tk)
29--->  Verifying checksum(s) for tk
30DEBUG: Executing org.macports.checksum (tk)
31--->  Checksumming tk8.5.4-src.tar.gz
32DEBUG: Correct (md5) checksum for tk8.5.4-src.tar.gz
33DEBUG: Correct (sha1) checksum for tk8.5.4-src.tar.gz
34DEBUG: Correct (rmd160) checksum for tk8.5.4-src.tar.gz
35--->  Checksumming tcl8.5.4-src.tar.gz
36DEBUG: Correct (md5) checksum for tcl8.5.4-src.tar.gz
37DEBUG: Correct (sha1) checksum for tcl8.5.4-src.tar.gz
38DEBUG: Correct (rmd160) checksum for tcl8.5.4-src.tar.gz
39--->  Extracting tk
40DEBUG: Executing org.macports.extract (tk)
41--->  Extracting tk8.5.4-src.tar.gz
42DEBUG: setting option extract.args to /opt/local/var/macports/distfiles/tcltk/tk8.5.4-src.tar.gz
43DEBUG: Environment:
44DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work" && gzip -dc /opt/local/var/macports/distfiles/tcltk/tk8.5.4-src.tar.gz | /usr/bin/gnutar --no-same-owner -xf -'
45--->  Extracting tcl8.5.4-src.tar.gz
46DEBUG: setting option extract.args to /opt/local/var/macports/distfiles/tcltk/tcl8.5.4-src.tar.gz
47DEBUG: Environment:
48DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work" && gzip -dc /opt/local/var/macports/distfiles/tcltk/tcl8.5.4-src.tar.gz | /usr/bin/gnutar --no-same-owner -xf -'
49DEBUG: Executing org.macports.patch (tk)
50DEBUG: Executing proc-post-org.macports.patch-patch-0
51--->  Configuring tk
52DEBUG: Executing org.macports.configure (tk)
53DEBUG: Using compiler 'Mac OS X gcc 4.0'
54DEBUG: Environment: CFLAGS='-O2' CPPFLAGS='-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tcl8.5.4/generic -I/opt/local/include -I/usr/X11R6/include' CXXFLAGS='-O2' CPP='/usr/bin/cpp-4.0' CXX='/usr/bin/g++-4.0' F90FLAGS='-O2' LDFLAGS='-L/opt/local/lib' FCFLAGS='-O2' OBJC='/usr/bin/gcc-4.0' INSTALL='/usr/bin/install' OBJCFLAGS='-O2' FFLAGS='-O2' CC='/usr/bin/gcc-4.0'
55DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man --with-tcl=/opt/local/lib --enable-aqua'
56checking for Tcl configuration... found /opt/local/lib/tclConfig.sh
57checking for existence of /opt/local/lib/tclConfig.sh... loading
58checking for tclsh... /opt/local/bin/tclsh8.5
59checking for tclsh in Tcl build directory... /opt/local/lib/tclsh
60checking whether to use symlinks for manpages... no
61checking whether to compress the manpages... no
62checking whether to add a package name suffix for the manpages... no
63checking for gcc... /usr/bin/gcc-4.0
64checking for C compiler default output file name... a.out
65checking whether the C compiler works... yes
66checking whether we are cross compiling... no
67checking for suffix of executables...
68checking for suffix of object files... o
69checking whether we are using the GNU C compiler... yes
70checking whether /usr/bin/gcc-4.0 accepts -g... yes
71checking for /usr/bin/gcc-4.0 option to accept ANSI C... none needed
72checking how to run the C preprocessor... /usr/bin/cpp-4.0
73checking for egrep... grep -E
74checking for ANSI C header files... yes
75checking for sys/types.h... yes
76checking for sys/stat.h... yes
77checking for stdlib.h... yes
78checking for string.h... yes
79checking for memory.h... yes
80checking for strings.h... yes
81checking for inttypes.h... yes
82checking for stdint.h... yes
83checking for unistd.h... yes
84checking limits.h usability... yes
85checking limits.h presence... yes
86checking for limits.h... yes
87checking for stdlib.h... (cached) yes
88checking if the compiler understands -pipe... yes
89checking for building with threads... no (default)
90checking how to build libraries... shared
91checking for ranlib... ranlib
92checking if 64bit support is requested... no
93checking if 64bit Sparc VIS support is requested... no
94checking if compiler supports visibility "hidden"... yes
95checking if rpath support is requested... yes
96checking system version... Darwin-9.5.0
97checking for dlopen in -ldl... yes
98checking for ar... ar
99checking if ld accepts -single_module flag... yes
100checking if ld accepts -search_paths_first flag... yes
101checking whether to use CoreFoundation... yes
102checking for CoreFoundation.framework... yes
103checking for build with symbols... no
104checking for required early compiler flags... none
105checking for 64-bit integer type... long long
106checking for struct dirent64... no
107checking for struct stat64... yes
108checking for open64... no
109checking for lseek64... no
110checking for off64_t... no
111checking whether byte ordering is bigendian... no
112checking for fd_set in sys/types... yes
113checking sys/time.h usability... yes
114checking sys/time.h presence... yes
115checking for sys/time.h... yes
116checking whether time.h and sys/time.h may both be included... yes
117checking for strtod... yes
118checking for Solaris2.4/Tru64 strtod bugs... ok
119checking for mode_t... yes
120checking for pid_t... yes
121checking for size_t... yes
122checking for uid_t in sys/types.h... yes
123checking for intptr_t... yes
124checking for uintptr_t... yes
125checking pw_gecos in struct pwd... yes
126checking whether to use Aqua... yes
127checking whether char is unsigned... no
128checking how to package libraries... shared library
129configure: creating ./config.status
130config.status: creating Tk-Info.plist
131config.status: creating Wish-Info.plist
132config.status: creating Makefile
133config.status: creating tkConfig.sh
134--->  Building tk with target all
135DEBUG: Executing org.macports.build (tk)
136DEBUG: Environment:
137DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix" && make all'
138/usr/bin/gcc-4.0 -c -Os -O2 -pipe  -fpascal-strings -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tcl8.5.4/generic -I/opt/local/include -I/usr/X11R6/include  -Wall -Wno-implicit-int -fno-common -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../unix -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../bitmaps -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../../tcl8.5.4//generic -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../../tcl8.5.4//unix -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../macosx -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../xlib -DPACKAGE_NAME=\"tk\" -DPACKAGE_TARNAME=\"tk\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tk\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DMAC_OSX_TCL=1 -DHAVE_COREFOUNDATION=1 -DTCL_SHLIB_EXT=\".dylib\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_STRUCT_STAT64=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_PW_GECOS=1 -DMAC_OSX_TK=1      -DTCL_NO_DEPRECATED  -DUSE_TCL_STUBS  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tk3d.c
139In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../macosx/tkMacOSXPort.h:73,
140                 from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkPort.h:30,
141                 from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkInt.h:27,
142                 from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tk3d.c:16:
143/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:669: error: conflicting types for 'XSetDashes'
144/usr/X11R6/include/X11/Xlib.h:3203: error: previous declaration of 'XSetDashes' was here
145/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:715: error: conflicting types for 'XKeycodeToKeysym'
146/usr/X11R6/include/X11/Xlib.h:1697: error: previous declaration of 'XKeycodeToKeysym' was here
147/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:740: error: conflicting types for 'XBell'
148/usr/X11R6/include/X11/Xlib.h:2015: error: previous declaration of 'XBell' was here
149/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:747: error: conflicting types for 'XChangeProperty'
150/usr/X11R6/include/X11/Xlib.h:2079: error: previous declaration of 'XChangeProperty' was here
151/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:753: error: conflicting types for 'XChangeWindowAttributes'
152/usr/X11R6/include/X11/Xlib.h:2092: error: previous declaration of 'XChangeWindowAttributes' was here
153/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:759: error: conflicting types for 'XConfigureWindow'
154/usr/X11R6/include/X11/Xlib.h:2171: error: previous declaration of 'XConfigureWindow' was here
155/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:766: error: conflicting types for 'XCopyArea'
156/usr/X11R6/include/X11/Xlib.h:2197: error: previous declaration of 'XCopyArea' was here
157/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:774: error: conflicting types for 'XCopyPlane'
158/usr/X11R6/include/X11/Xlib.h:2218: error: previous declaration of 'XCopyPlane' was here
159/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:786: error: conflicting types for 'XDefineCursor'
160/usr/X11R6/include/X11/Xlib.h:2237: error: previous declaration of 'XDefineCursor' was here
161/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:791: error: conflicting types for 'XDestroyWindow'
162/usr/X11R6/include/X11/Xlib.h:2248: error: previous declaration of 'XDestroyWindow' was here
163/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:798: error: conflicting types for 'XDrawArc'
164/usr/X11R6/include/X11/Xlib.h:2314: error: previous declaration of 'XDrawArc' was here
165/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:804: error: conflicting types for 'XDrawLines'
166/usr/X11R6/include/X11/Xlib.h:2361: error: previous declaration of 'XDrawLines' was here
167/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:811: error: conflicting types for 'XDrawRectangle'
168/usr/X11R6/include/X11/Xlib.h:2388: error: previous declaration of 'XDrawRectangle' was here
169/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:818: error: conflicting types for 'XFillArc'
170/usr/X11R6/include/X11/Xlib.h:2471: error: previous declaration of 'XFillArc' was here
171/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:824: error: conflicting types for 'XFillPolygon'
172/usr/X11R6/include/X11/Xlib.h:2489: error: previous declaration of 'XFillPolygon' was here
173/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:830: error: conflicting types for 'XFillRectangles'
174/usr/X11R6/include/X11/Xlib.h:2507: error: previous declaration of 'XFillRectangles' was here
175/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:835: error: conflicting types for 'XFreeColormap'
176/usr/X11R6/include/X11/Xlib.h:2525: error: previous declaration of 'XFreeColormap' was here
177/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:841: error: conflicting types for 'XFreeColors'
178/usr/X11R6/include/X11/Xlib.h:2533: error: previous declaration of 'XFreeColors' was here
179/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:846: error: conflicting types for 'XFreeModifiermap'
180/usr/X11R6/include/X11/Xlib.h:2570: error: previous declaration of 'XFreeModifiermap' was here
181/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:885: error: conflicting types for 'XMapWindow'
182/usr/X11R6/include/X11/Xlib.h:2811: error: previous declaration of 'XMapWindow' was here
183/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:891: error: conflicting types for 'XMoveResizeWindow'
184/usr/X11R6/include/X11/Xlib.h:2834: error: previous declaration of 'XMoveResizeWindow' was here
185/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:896: error: conflicting types for 'XMoveWindow'
186/usr/X11R6/include/X11/Xlib.h:2841: error: previous declaration of 'XMoveWindow' was here
187/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:908: error: conflicting types for 'XRaiseWindow'
188/usr/X11R6/include/X11/Xlib.h:3031: error: previous declaration of 'XRaiseWindow' was here
189/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:913: error: conflicting types for 'XRefreshKeyboardMapping'
190/usr/X11R6/include/X11/Xlib.h:3071: error: previous declaration of 'XRefreshKeyboardMapping' was here
191/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:919: error: conflicting types for 'XResizeWindow'
192/usr/X11R6/include/X11/Xlib.h:3106: error: previous declaration of 'XResizeWindow' was here
193/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:924: error: conflicting types for 'XSelectInput'
194/usr/X11R6/include/X11/Xlib.h:3135: error: previous declaration of 'XSelectInput' was here
195/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:936: error: conflicting types for 'XSetIconName'
196/usr/X11R6/include/X11/Xlib.h:3251: error: previous declaration of 'XSetIconName' was here
197/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:941: error: conflicting types for 'XSetInputFocus'
198/usr/X11R6/include/X11/Xlib.h:3258: error: previous declaration of 'XSetInputFocus' was here
199/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:947: error: conflicting types for 'XSetSelectionOwner'
200/usr/X11R6/include/X11/Xlib.h:3299: error: previous declaration of 'XSetSelectionOwner' was here
201/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:953: error: conflicting types for 'XSetWindowBackground'
202/usr/X11R6/include/X11/Xlib.h:3339: error: previous declaration of 'XSetWindowBackground' was here
203/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:959: error: conflicting types for 'XSetWindowBackgroundPixmap'
204/usr/X11R6/include/X11/Xlib.h:3345: error: previous declaration of 'XSetWindowBackgroundPixmap' was here
205/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:965: error: conflicting types for 'XSetWindowBorder'
206/usr/X11R6/include/X11/Xlib.h:3351: error: previous declaration of 'XSetWindowBorder' was here
207/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:971: error: conflicting types for 'XSetWindowBorderPixmap'
208/usr/X11R6/include/X11/Xlib.h:3357: error: previous declaration of 'XSetWindowBorderPixmap' was here
209/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:977: error: conflicting types for 'XSetWindowBorderWidth'
210/usr/X11R6/include/X11/Xlib.h:3363: error: previous declaration of 'XSetWindowBorderWidth' was here
211/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:983: error: conflicting types for 'XSetWindowColormap'
212/usr/X11R6/include/X11/Xlib.h:3369: error: previous declaration of 'XSetWindowColormap' was here
213/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:988: error: conflicting types for 'XUngrabKeyboard'
214/usr/X11R6/include/X11/Xlib.h:3481: error: previous declaration of 'XUngrabKeyboard' was here
215/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:993: error: conflicting types for 'XUngrabPointer'
216/usr/X11R6/include/X11/Xlib.h:3486: error: previous declaration of 'XUngrabPointer' was here
217/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:998: error: conflicting types for 'XUnmapWindow'
218/usr/X11R6/include/X11/Xlib.h:3510: error: previous declaration of 'XUnmapWindow' was here
219/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1024: error: conflicting types for 'XFreeGC'
220/usr/X11R6/include/X11/Xlib.h:2566: error: previous declaration of 'XFreeGC' was here
221/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1037: error: conflicting types for 'XSetBackground'
222/usr/X11R6/include/X11/Xlib.h:3160: error: previous declaration of 'XSetBackground' was here
223/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1043: error: conflicting types for 'XSetForeground'
224/usr/X11R6/include/X11/Xlib.h:3233: error: previous declaration of 'XSetForeground' was here
225/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1049: error: conflicting types for 'XSetClipMask'
226/usr/X11R6/include/X11/Xlib.h:3166: error: previous declaration of 'XSetClipMask' was here
227/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1055: error: conflicting types for 'XSetClipOrigin'
228/usr/X11R6/include/X11/Xlib.h:3173: error: previous declaration of 'XSetClipOrigin' was here
229/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1061: error: conflicting types for 'XSetTSOrigin'
230/usr/X11R6/include/X11/Xlib.h:3327: error: previous declaration of 'XSetTSOrigin' was here
231/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1067: error: conflicting types for 'XChangeGC'
232/usr/X11R6/include/X11/Xlib.h:2045: error: previous declaration of 'XChangeGC' was here
233/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1072: error: conflicting types for 'XSetFont'
234/usr/X11R6/include/X11/Xlib.h:3221: error: previous declaration of 'XSetFont' was here
235/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1077: error: conflicting types for 'XSetArcMode'
236/usr/X11R6/include/X11/Xlib.h:3154: error: previous declaration of 'XSetArcMode' was here
237/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1083: error: conflicting types for 'XSetStipple'
238/usr/X11R6/include/X11/Xlib.h:3314: error: previous declaration of 'XSetStipple' was here
239/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1089: error: conflicting types for 'XSetFillRule'
240/usr/X11R6/include/X11/Xlib.h:3209: error: previous declaration of 'XSetFillRule' was here
241/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1095: error: conflicting types for 'XSetFillStyle'
242/usr/X11R6/include/X11/Xlib.h:3215: error: previous declaration of 'XSetFillStyle' was here
243/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1100: error: conflicting types for 'XSetFunction'
244/usr/X11R6/include/X11/Xlib.h:3239: error: previous declaration of 'XSetFunction' was here
245/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1107: error: conflicting types for 'XSetLineAttributes'
246/usr/X11R6/include/X11/Xlib.h:3267: error: previous declaration of 'XSetLineAttributes' was here
247/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1117: error: conflicting types for 'XCreateIC'
248/usr/X11R6/include/X11/Xlib.h:3857: error: previous declaration of 'XCreateIC' was here
249/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1142: error: conflicting types for 'XDrawSegments'
250/usr/X11R6/include/X11/Xlib.h:2404: error: previous declaration of 'XDrawSegments' was here
251/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1147: error: conflicting types for 'XForceScreenSaver'
252/usr/X11R6/include/X11/Xlib.h:2516: error: previous declaration of 'XForceScreenSaver' was here
253/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1153: error: conflicting types for 'XDrawLine'
254/usr/X11R6/include/X11/Xlib.h:2352: error: previous declaration of 'XDrawLine' was here
255/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1160: error: conflicting types for 'XFillRectangle'
256/usr/X11R6/include/X11/Xlib.h:2499: error: previous declaration of 'XFillRectangle' was here
257/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1165: error: conflicting types for 'XClearWindow'
258/usr/X11R6/include/X11/Xlib.h:2160: error: previous declaration of 'XClearWindow' was here
259/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1171: error: conflicting types for 'XDrawPoint'
260/usr/X11R6/include/X11/Xlib.h:2369: error: previous declaration of 'XDrawPoint' was here
261/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1177: error: conflicting types for 'XDrawPoints'
262/usr/X11R6/include/X11/Xlib.h:2378: error: previous declaration of 'XDrawPoints' was here
263/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1186: error: conflicting types for 'XWarpPointer'
264/usr/X11R6/include/X11/Xlib.h:3526: error: previous declaration of 'XWarpPointer' was here
265/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1192: error: conflicting types for 'XQueryColor'
266/usr/X11R6/include/X11/Xlib.h:2963: error: previous declaration of 'XQueryColor' was here
267/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1198: error: conflicting types for 'XQueryColors'
268/usr/X11R6/include/X11/Xlib.h:2970: error: previous declaration of 'XQueryColors' was here
269make: *** [tk3d.o] Error 1
270Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix" && make all " returned error 2
271Command output: /usr/X11R6/include/X11/Xlib.h:3209: error: previous declaration of 'XSetFillRule' was here
272/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1095: error: conflicting types for 'XSetFillStyle'
273/usr/X11R6/include/X11/Xlib.h:3215: error: previous declaration of 'XSetFillStyle' was here
274/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1100: error: conflicting types for 'XSetFunction'
275/usr/X11R6/include/X11/Xlib.h:3239: error: previous declaration of 'XSetFunction' was here
276/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1107: error: conflicting types for 'XSetLineAttributes'
277/usr/X11R6/include/X11/Xlib.h:3267: error: previous declaration of 'XSetLineAttributes' was here
278/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1117: error: conflicting types for 'XCreateIC'
279/usr/X11R6/include/X11/Xlib.h:3857: error: previous declaration of 'XCreateIC' was here
280/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1142: error: conflicting types for 'XDrawSegments'
281/usr/X11R6/include/X11/Xlib.h:2404: error: previous declaration of 'XDrawSegments' was here
282/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1147: error: conflicting types for 'XForceScreenSaver'
283/usr/X11R6/include/X11/Xlib.h:2516: error: previous declaration of 'XForceScreenSaver' was here
284/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1153: error: conflicting types for 'XDrawLine'
285/usr/X11R6/include/X11/Xlib.h:2352: error: previous declaration of 'XDrawLine' was here
286/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1160: error: conflicting types for 'XFillRectangle'
287/usr/X11R6/include/X11/Xlib.h:2499: error: previous declaration of 'XFillRectangle' was here
288/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1165: error: conflicting types for 'XClearWindow'
289/usr/X11R6/include/X11/Xlib.h:2160: error: previous declaration of 'XClearWindow' was here
290/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1171: error: conflicting types for 'XDrawPoint'
291/usr/X11R6/include/X11/Xlib.h:2369: error: previous declaration of 'XDrawPoint' was here
292/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1177: error: conflicting types for 'XDrawPoints'
293/usr/X11R6/include/X11/Xlib.h:2378: error: previous declaration of 'XDrawPoints' was here
294/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1186: error: conflicting types for 'XWarpPointer'
295/usr/X11R6/include/X11/Xlib.h:3526: error: previous declaration of 'XWarpPointer' was here
296/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1192: error: conflicting types for 'XQueryColor'
297/usr/X11R6/include/X11/Xlib.h:2963: error: previous declaration of 'XQueryColor' was here
298/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.4/unix/../generic/tkIntXlibDecls.h:1198: error: conflicting types for 'XQueryColors'
299/usr/X11R6/include/X11/Xlib.h:2970: error: previous declaration of 'XQueryColors' was here
300make: *** [tk3d.o] Error 1
301
302Warning: the following items did not execute (for tk): org.macports.activate org.macports.build org.macports.destroot org.macports.install
303Error: Status 1 encountered during processing.