Ticket #17116: xrender-output.txt

File xrender-output.txt, 11.8 KB (added by baldinux@…, 15 years ago)

port -d install xrender

Line 
1# port -d install xrender
2DEBUG: Found port in file:///usr/local/var/macports/sources/rsync.macports.org/release/ports/x11/xrender
3DEBUG: Changing to port directory: /usr/local/var/macports/sources/rsync.macports.org/release/ports/x11/xrender
4DEBUG: Requested variant darwin is not provided by port xrender.
5DEBUG: Requested variant i386 is not provided by port xrender.
6DEBUG: Requested variant macosx is not provided by port xrender.
7DEBUG: Found port in file:///usr/local/var/macports/sources/rsync.macports.org/release/ports/x11/XFree86
8DEBUG: Changing to port directory: /usr/local/var/macports/sources/rsync.macports.org/release/ports/x11/XFree86
9DEBUG: Requested variant i386 is not provided by port XFree86.
10DEBUG: Executing variant darwin provides darwin
11DEBUG: Executing variant macosx provides macosx
12DEBUG: Searching for dependency: XFree86
13DEBUG: Didn't find receipt, going to depspec regex for: XFree86
14DEBUG: Found Dependency: path: /usr/X11R6/lib filename: libX11.6.dylib regex: ^libX11\.6\.dylib$
15DEBUG: Found Dependency: path: /usr/X11R6/lib filename: libX11.6.dylib regex: ^libX11\.6\.dylib$
16DEBUG: Found port in file:///usr/local/var/macports/sources/rsync.macports.org/release/ports/x11/render
17DEBUG: Changing to port directory: /usr/local/var/macports/sources/rsync.macports.org/release/ports/x11/render
18DEBUG: Requested variant darwin is not provided by port render.
19DEBUG: Requested variant i386 is not provided by port render.
20DEBUG: Requested variant macosx is not provided by port render.
21DEBUG: Searching for dependency: render
22DEBUG: Found Dependency: receipt exists for render
23DEBUG: Executing org.macports.main (xrender)
24--->  Fetching xrender
25DEBUG: Executing org.macports.fetch (xrender)
26--->  Verifying checksum(s) for xrender
27DEBUG: Executing org.macports.checksum (xrender)
28--->  Checksumming libXrender-0.9.0.tar.bz2
29DEBUG: Correct (md5) checksum for libXrender-0.9.0.tar.bz2
30DEBUG: Correct (sha1) checksum for libXrender-0.9.0.tar.bz2
31DEBUG: Correct (rmd160) checksum for libXrender-0.9.0.tar.bz2
32DEBUG: setting option extract.cmd to /usr/local/bin/bzip2
33--->  Extracting xrender
34DEBUG: Executing org.macports.extract (xrender)
35--->  Extracting libXrender-0.9.0.tar.bz2
36DEBUG: setting option extract.args to /usr/local/var/macports/distfiles/xrender/libXrender-0.9.0.tar.bz2
37DEBUG: Environment:
38DEBUG: Assembled command: 'cd "/usr/local/var/macports/build/_usr_local_var_macports_sources_rsync.macports.org_release_ports_x11_xrender/work" && /usr/local/bin/bzip2 -dc /usr/local/var/macports/distfiles/xrender/libXrender-0.9.0.tar.bz2 | /usr/bin/gnutar --no-same-owner -xf -'
39DEBUG: Executing org.macports.patch (xrender)
40DEBUG: Executing proc-post-org.macports.patch-patch-0
41--->  Configuring xrender
42DEBUG: Executing org.macports.configure (xrender)
43DEBUG: Using compiler 'Mac OS X gcc 4.0'
44DEBUG: Environment: CFLAGS='-O2' CPPFLAGS='-I/usr/local/include' CXXFLAGS='-O2' CPP='/usr/bin/cpp-4.0' CXX='/usr/bin/g++-4.0' F90FLAGS='-O2' LDFLAGS='-L/usr/local/lib' FCFLAGS='-O2' OBJC='/usr/bin/gcc-4.0' INSTALL='/usr/bin/install' OBJCFLAGS='-O2' FFLAGS='-O2' CC='/usr/bin/gcc-4.0'
45DEBUG: Assembled command: 'cd "/usr/local/var/macports/build/_usr_local_var_macports_sources_rsync.macports.org_release_ports_x11_xrender/work/libXrender-0.9.0" && ./configure --prefix=/usr/local --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib'
46checking for a BSD-compatible install... /usr/bin/install
47checking whether build environment is sane... yes
48checking for gawk... no
49checking for mawk... no
50checking for nawk... no
51checking for awk... awk
52checking whether make sets $(MAKE)... yes
53checking whether to enable maintainer-specific portions of Makefiles... no
54checking for gcc... /usr/bin/gcc-4.0
55checking for C compiler default output file name... a.out
56checking whether the C compiler works... yes
57checking whether we are cross compiling... no
58checking for suffix of executables...
59checking for suffix of object files... o
60checking whether we are using the GNU C compiler... yes
61checking whether /usr/bin/gcc-4.0 accepts -g... yes
62checking for /usr/bin/gcc-4.0 option to accept ANSI C... none needed
63checking for style of include used by make... GNU
64checking dependency style of /usr/bin/gcc-4.0... gcc3
65checking build system type... i686-apple-darwin8.11.1
66checking host system type... i686-apple-darwin8.11.1
67checking for a sed that does not truncate output... /usr/bin/sed
68checking for egrep... grep -E
69checking for ld used by /usr/bin/gcc-4.0... /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld
70checking if the linker (/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld) is GNU ld... no
71checking for /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld option to reload object files... -r
72checking for BSD-compatible nm... /usr/bin/nm -p
73checking whether ln -s works... yes
74checking how to recognise dependent libraries... pass_all
75checking how to run the C preprocessor... /usr/bin/cpp-4.0
76checking for ANSI C header files... yes
77checking for sys/types.h... yes
78checking for sys/stat.h... yes
79checking for stdlib.h... yes
80checking for string.h... yes
81checking for memory.h... yes
82checking for strings.h... yes
83checking for inttypes.h... yes
84checking for stdint.h... yes
85checking for unistd.h... yes
86checking dlfcn.h usability... yes
87checking dlfcn.h presence... yes
88checking for dlfcn.h... yes
89checking whether we are using the GNU C++ compiler... yes
90checking whether /usr/bin/g++-4.0 accepts -g... yes
91checking dependency style of /usr/bin/g++-4.0... gcc3
92checking how to run the C++ preprocessor... /usr/bin/g++-4.0 -E
93checking for g77... no
94checking for f77... no
95checking for xlf... no
96checking for frt... no
97checking for pgf77... no
98checking for fort77... no
99checking for fl32... no
100checking for af77... no
101checking for f90... no
102checking for xlf90... no
103checking for pgf90... no
104checking for epcf90... no
105checking for f95... no
106checking for fort... no
107checking for xlf95... no
108checking for ifc... no
109checking for efc... no
110checking for pgf95... no
111checking for lf95... no
112checking for gfortran... no
113checking whether we are using the GNU Fortran 77 compiler... no
114checking whether  accepts -g... no
115checking the maximum length of command line arguments... 65536
116checking command to parse /usr/bin/nm -p output from /usr/bin/gcc-4.0 object... ok
117checking for objdir... .libs
118checking for ar... ar
119checking for ranlib... ranlib
120checking for strip... strip
121checking if /usr/bin/gcc-4.0 static flag  works... yes
122checking if /usr/bin/gcc-4.0 supports -fno-rtti -fno-exceptions... no
123checking for /usr/bin/gcc-4.0 option to produce PIC... -fno-common
124checking if /usr/bin/gcc-4.0 PIC flag -fno-common works... yes
125checking if /usr/bin/gcc-4.0 supports -c -o file.o... yes
126checking whether the /usr/bin/gcc-4.0 linker (/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld) supports shared libraries... yes
127checking dynamic linker characteristics... darwin8.11.1 dyld
128checking how to hardcode library paths into programs... immediate
129checking whether stripping libraries is possible... yes
130checking if libtool supports shared libraries... yes
131checking whether to build shared libraries... yes
132checking whether to build static libraries... yes
133configure: creating libtool
134appending configuration tag "CXX" to libtool
135checking for ld used by /usr/bin/g++-4.0... /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld
136checking if the linker (/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld) is GNU ld... no
137checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld) supports shared libraries... yes
138checking for /usr/bin/g++-4.0 option to produce PIC... -fno-common
139checking if /usr/bin/g++-4.0 PIC flag -fno-common works... yes
140checking if /usr/bin/g++-4.0 supports -c -o file.o... yes
141checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld) supports shared libraries... yes
142checking dynamic linker characteristics... darwin8.11.1 dyld
143checking how to hardcode library paths into programs... immediate
144checking whether stripping libraries is possible... yes
145appending configuration tag "F77" to libtool
146checking for pkg-config... /usr/local/bin/pkg-config
147checking pkg-config is at least version 0.9.0... yes
148checking for X_CFLAGS...
149checking for X_LIBS...
150checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
151checking for gethostbyname... yes
152checking for connect... yes
153checking for remove... yes
154checking for shmat... yes
155checking for IceConnectionNumber in -lICE... yes
156checking for XTHREADS in Xlib... yes
157checking for RENDER_CFLAGS... -I/usr/local/include 
158checking for RENDER_LIBS... 
159configure: creating ./config.status
160config.status: creating Makefile
161config.status: creating xrender.pc
162config.status: creating config.h
163config.status: executing depfiles commands
164--->  Building xrender with target all
165DEBUG: Executing org.macports.build (xrender)
166DEBUG: Environment:
167DEBUG: port allows a parallel build
168DEBUG: port allows a parallel build
169DEBUG: Assembled command: 'cd "/usr/local/var/macports/build/_usr_local_var_macports_sources_rsync.macports.org_release_ports_x11_xrender/work/libXrender-0.9.0" && make all'
170make  all-am
171if /bin/sh ./libtool --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include -I/usr/local/include   -I/usr/X11R6/include -DXTHREADS -O2 -MT AddTrap.lo -MD -MP -MF ".deps/AddTrap.Tpo" \
172  -c -o AddTrap.lo `test -f 'AddTrap.c' || echo './'`AddTrap.c; \
173then mv -f ".deps/AddTrap.Tpo" ".deps/AddTrap.Plo"; \
174else rm -f ".deps/AddTrap.Tpo"; exit 1; \
175fi
176mkdir .libs
177 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -DXTHREADS -O2 -MT AddTrap.lo -MD -MP -MF .deps/AddTrap.Tpo -c AddTrap.c  -fno-common -DPIC -o .libs/AddTrap.o
178AddTrap.c: In function 'XRenderAddTraps':
179AddTrap.c:38: error: 'xRenderAddTrapsReq' undeclared (first use in this function)
180AddTrap.c:38: error: (Each undeclared identifier is reported only once
181AddTrap.c:38: error: for each function it appears in.)
182AddTrap.c:38: error: 'req' undeclared (first use in this function)
183AddTrap.c:47: error: 'sz_xRenderAddTrapsReq' undeclared (first use in this function)
184AddTrap.c:47: error: parse error before ')' token
185AddTrap.c:47: error: 'X_RenderAddTraps' undeclared (first use in this function)
186AddTrap.c:54: error: 'sz_xTrap' undeclared (first use in this function)
187make[1]: *** [AddTrap.lo] Error 1
188make: *** [all] Error 2
189Error: Target org.macports.build returned: shell command " cd "/usr/local/var/macports/build/_usr_local_var_macports_sources_rsync.macports.org_release_ports_x11_xrender/work/libXrender-0.9.0" && make all " returned error 2
190Command output: make  all-am
191if /bin/sh ./libtool --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/local/include -I/usr/local/include   -I/usr/X11R6/include -DXTHREADS -O2 -MT AddTrap.lo -MD -MP -MF ".deps/AddTrap.Tpo" \
192  -c -o AddTrap.lo `test -f 'AddTrap.c' || echo './'`AddTrap.c; \
193then mv -f ".deps/AddTrap.Tpo" ".deps/AddTrap.Plo"; \
194else rm -f ".deps/AddTrap.Tpo"; exit 1; \
195fi
196mkdir .libs
197 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -DXTHREADS -O2 -MT AddTrap.lo -MD -MP -MF .deps/AddTrap.Tpo -c AddTrap.c  -fno-common -DPIC -o .libs/AddTrap.o
198AddTrap.c: In function 'XRenderAddTraps':
199AddTrap.c:38: error: 'xRenderAddTrapsReq' undeclared (first use in this function)
200AddTrap.c:38: error: (Each undeclared identifier is reported only once
201AddTrap.c:38: error: for each function it appears in.)
202AddTrap.c:38: error: 'req' undeclared (first use in this function)
203AddTrap.c:47: error: 'sz_xRenderAddTrapsReq' undeclared (first use in this function)
204AddTrap.c:47: error: parse error before ')' token
205AddTrap.c:47: error: 'X_RenderAddTraps' undeclared (first use in this function)
206AddTrap.c:54: error: 'sz_xTrap' undeclared (first use in this function)
207make[1]: *** [AddTrap.lo] Error 1
208make: *** [all] Error 2
209
210Warning: the following items did not execute (for xrender): org.macports.activate org.macports.build org.macports.destroot org.macports.install
211Error: Status 1 encountered during processing.
212#