1 | version:1 |
---|
2 | :msg:main ---> Computing dependencies for kdebase3:info:main .:debug:main Searching for dependency: autoconf263 |
---|
3 | :debug:main Found Dependency: receipt exists for autoconf263 |
---|
4 | :debug:main Searching for dependency: imake |
---|
5 | :debug:main Found Dependency: receipt exists for imake |
---|
6 | :debug:main Searching for dependency: unsermake |
---|
7 | :debug:main Found Dependency: receipt exists for unsermake |
---|
8 | :debug:main Searching for dependency: cyrus-sasl2 |
---|
9 | :debug:main Found Dependency: receipt exists for cyrus-sasl2 |
---|
10 | :debug:main Searching for dependency: kdelibs3 |
---|
11 | :debug:main Found Dependency: receipt exists for kdelibs3 |
---|
12 | :debug:main Searching for dependency: libusb-compat |
---|
13 | :debug:main Found Dependency: receipt exists for libusb-compat |
---|
14 | :debug:main Searching for dependency: xorg-libXau |
---|
15 | :debug:main Found Dependency: receipt exists for xorg-libXau |
---|
16 | :debug:main Searching for dependency: xorg-libXcomposite |
---|
17 | :debug:main Found Dependency: receipt exists for xorg-libXcomposite |
---|
18 | :debug:main Searching for dependency: xorg-libXcursor |
---|
19 | :debug:main Found Dependency: receipt exists for xorg-libXcursor |
---|
20 | :debug:main Searching for dependency: xorg-libXdamage |
---|
21 | :debug:main Found Dependency: receipt exists for xorg-libXdamage |
---|
22 | :debug:main Searching for dependency: xorg-libXinerama |
---|
23 | :debug:main Found Dependency: receipt exists for xorg-libXinerama |
---|
24 | :debug:main Searching for dependency: xorg-libxkbfile |
---|
25 | :debug:main Found Dependency: receipt exists for xorg-libxkbfile |
---|
26 | :debug:main Searching for dependency: xorg-libXrandr |
---|
27 | :debug:main Found Dependency: receipt exists for xorg-libXrandr |
---|
28 | :debug:main Searching for dependency: xorg-libXScrnSaver |
---|
29 | :debug:main Found Dependency: receipt exists for xorg-libXScrnSaver |
---|
30 | :debug:main Searching for dependency: xorg-libXtst |
---|
31 | :debug:main Found Dependency: receipt exists for xorg-libXtst |
---|
32 | :debug:main Searching for dependency: xorg-libXxf86misc |
---|
33 | :debug:main Found Dependency: receipt exists for xorg-libXxf86misc |
---|
34 | :msg:main |
---|
35 | :debug:main Executing org.macports.main (kdebase3) |
---|
36 | :debug:main changing euid/egid - current euid: 0 - current egid: 0 |
---|
37 | :debug:main egid changed to: 502 |
---|
38 | :debug:main euid changed to: 503 |
---|
39 | :debug:main Skipping completed org.macports.archivefetch (kdebase3) |
---|
40 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
41 | :debug:main Skipping completed org.macports.fetch (kdebase3) |
---|
42 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
43 | :debug:main Skipping completed org.macports.checksum (kdebase3) |
---|
44 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
45 | :debug:main Skipping completed org.macports.extract (kdebase3) |
---|
46 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
47 | :debug:main Skipping completed org.macports.patch (kdebase3) |
---|
48 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
49 | :debug:main Skipping completed org.macports.configure (kdebase3) |
---|
50 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
51 | :debug:main Can't run org.macports.build on this port without elevated privileges. Escalating privileges back to root. |
---|
52 | :debug:main euid changed to: 0. egid changed to: 0. |
---|
53 | :debug:build build phase started at Mon Aug 22 12:38:38 BST 2011 |
---|
54 | :notice:build ---> Building kdebase3 |
---|
55 | :debug:build Executing org.macports.build (kdebase3) |
---|
56 | :debug:build Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.7' AUTOCONF='autoconf263' MAKEFLAGS='-j4' |
---|
57 | :debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10" && ./CompileScript.sh all' |
---|
58 | :debug:build Executing command line: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10" && ./CompileScript.sh all |
---|
59 | :info:build #!/bin/sh -ev |
---|
60 | :info:build |
---|
61 | :info:build if [ `id -un` != "root" ]; then |
---|
62 | :info:build echo "you must be root to build this package, it creates setuid binaries!" |
---|
63 | :info:build exit 1 |
---|
64 | :info:build fi |
---|
65 | :info:build id -un |
---|
66 | :info:build |
---|
67 | :info:build export PREFIX="/opt/local" USE_UNSERMAKE=1 |
---|
68 | :info:build . ./environment-helper.sh |
---|
69 | :info:build #!/bin/sh |
---|
70 | :info:build |
---|
71 | :info:build [ -n "$EH_PREFIX" ] && export PREFIX="$EH_PREFIX" |
---|
72 | :info:build if [ -z "$PREFIX" ]; then |
---|
73 | :info:build echo "ERROR: set \$PREFIX before sourcing this script!" |
---|
74 | :info:build exit 1 |
---|
75 | :info:build fi |
---|
76 | :info:build |
---|
77 | :info:build [ "$FINK_X11" = "true" ] && export FINK_X11=1 |
---|
78 | :info:build [ "$FINK_X11" = "yes" ] && export FINK_X11=1 |
---|
79 | :info:build [ "$FINK_X11" = "false" ] && export FINK_X11=0 |
---|
80 | :info:build [ "$FINK_X11" = "no" ] && export FINK_X11=0 |
---|
81 | :info:build [ -z "$FINK_X11" ] && export FINK_X11=0 |
---|
82 | :info:build |
---|
83 | :info:build export LDFLAGS="" |
---|
84 | :info:build |
---|
85 | :info:build # set some basic OS stuff |
---|
86 | :info:build SW_VERSION=`sw_vers -productVersion | cut -d. -f1-2` |
---|
87 | :info:build sw_vers -productVersion | cut -d. -f1-2 |
---|
88 | :info:build case $SW_VERSION in |
---|
89 | :info:build 10.[01]) |
---|
90 | :info:build echo "unsupported OS version: $SW_VERSION" |
---|
91 | :info:build exit 1 |
---|
92 | :info:build ;; |
---|
93 | :info:build 10.2) |
---|
94 | :info:build export MACOSX_DEPLOYMENT_TARGET=10.2 |
---|
95 | :info:build FREETYPE_CONFIG=$PREFIX/bin/freetype-config |
---|
96 | :info:build ;; |
---|
97 | :info:build 10.3) |
---|
98 | :info:build export MACOSX_DEPLOYMENT_TARGET="$SW_VERSION" |
---|
99 | :info:build export LD_TWOLEVEL_NAMESPACE=true |
---|
100 | :info:build FREETYPE_CONFIG=$PREFIX/bin/freetype-config |
---|
101 | :info:build ;; |
---|
102 | :info:build 10.4) |
---|
103 | :info:build export MACOSX_DEPLOYMENT_TARGET="$SW_VERSION" |
---|
104 | :info:build export LD_TWOLEVEL_NAMESPACE=true |
---|
105 | :info:build FREETYPE_CONFIG=$PREFIX/bin/freetype-config |
---|
106 | :info:build |
---|
107 | :info:build GCCCMD="gcc" |
---|
108 | :info:build [ -n "$CC" ] && GCCCMD="$CC" |
---|
109 | :info:build |
---|
110 | :info:build if [ `$GCCCMD --version 2>&1 | grep -c ' 4.0.0 '` -gt 0 ]; then |
---|
111 | :info:build cat <<END |
---|
112 | :info:build === ERROR === ERROR === ERROR === ERROR === ERROR === ERROR === |
---|
113 | :info:build |
---|
114 | :info:build You are using GCC 4.0.0, which is known to compile KDE, but |
---|
115 | :info:build produce bad code. Please update to XCode 2.2 or higher. |
---|
116 | :info:build |
---|
117 | :info:build === ERROR === ERROR === ERROR === ERROR === ERROR === ERROR === |
---|
118 | :info:build END |
---|
119 | :info:build exit 1 |
---|
120 | :info:build fi |
---|
121 | :info:build ;; |
---|
122 | :info:build 10.5) |
---|
123 | :info:build export MACOSX_DEPLOYMENT_TARGET="$SW_VERSION" |
---|
124 | :info:build export LD_TWOLEVEL_NAMESPACE=true |
---|
125 | :info:build export LDFLAGS="-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -Wl,-dead_strip_dylibs" |
---|
126 | :info:build FREETYPE_CONFIG=$PREFIX/bin/freetype-config |
---|
127 | :info:build ;; |
---|
128 | :info:build *) |
---|
129 | :info:build export MACOSX_DEPLOYMENT_TARGET="$SW_VERSION" |
---|
130 | :info:build export LD_TWOLEVEL_NAMESPACE=true |
---|
131 | :info:build export LDFLAGS="-Wl,-dead_strip_dylibs" |
---|
132 | :info:build FREETYPE_CONFIG=$PREFIX/bin/freetype-config |
---|
133 | :info:build ;; |
---|
134 | :info:build esac |
---|
135 | :info:build |
---|
136 | :info:build if [ -n "$USE_UNSERMAKE" ] && [ "$USE_UNSERMAKE" -gt 0 ]; then |
---|
137 | :info:build UNSERMAKEFLAGS=`perl -e '$ENV{MAKEFLAGS} =~ s/^.*?-j(\d+).*?$/-j1 --compile-jobs=$1/; print $ENV{MAKEFLAGS}'` |
---|
138 | :info:build UNSERMAKEFLAGS="$UNSERMAKEFLAGS -p" |
---|
139 | :info:build MAKEFLAGS="" |
---|
140 | :info:build fi |
---|
141 | :info:build perl -e '$ENV{MAKEFLAGS} =~ s/^.*?-j(\d+).*?$/-j1 --compile-jobs=$1/; print $ENV{MAKEFLAGS}' |
---|
142 | :info:build |
---|
143 | :info:build |
---|
144 | :info:build SEARCHDIRS="$PREFIX/lib/system-openssl $PREFIX $PREFIX/lib/flex $PREFIX/lib/doxygen1.3" |
---|
145 | :info:build [ "$FINK_X11" -eq 1 ] && SEARCHDIRS="$SEARCHDIRS $PREFIX/X11" |
---|
146 | :info:build |
---|
147 | :info:build for dir in $SEARCHDIRS; do |
---|
148 | :info:build if [ -d "$dir" ]; then |
---|
149 | :info:build for incdir in "$dir/include/freetype2" "$dir/include"; do |
---|
150 | :info:build if [ -d "$incdir" ]; then |
---|
151 | :info:build export CPPFLAGS="$CPPFLAGS -I$incdir" |
---|
152 | :info:build fi |
---|
153 | :info:build done |
---|
154 | :info:build [ -d "$dir/lib" ] && export LDFLAGS="-L$dir/lib $LDFLAGS" |
---|
155 | :info:build [ -d "$dir/bin" ] && export PATH="$dir/bin:$PATH" |
---|
156 | :info:build [ -d "$dir/lib/pkgconfig" ] && export PKG_CONFIG_PATH="$dir/lib/pkgconfig:$PKG_CONFIG_PATH" |
---|
157 | :info:build fi |
---|
158 | :info:build done |
---|
159 | :info:build |
---|
160 | :info:build # -fast, minus the unsafe bits |
---|
161 | :info:build if [ -d "libltdl" ]; then |
---|
162 | :info:build export ACLOCALFLAGS="$ACLOCALFLAGS -I libltdl" |
---|
163 | :info:build fi |
---|
164 | :info:build export CFLAGS="-Os -fPIC" |
---|
165 | :info:build export CXXFLAGS="$CFLAGS" |
---|
166 | :info:build export CPPFLAGS="$CPPFLAGS -fno-common -no-cpp-precomp -DMACOSX -DARTS_NO_ALARM -I$PREFIX/include" |
---|
167 | :info:build export FREETYPE_CONFIG |
---|
168 | :info:build export LIBS="$LIBS -L$PREFIX/lib" |
---|
169 | :info:build export SED="sed" |
---|
170 | :info:build export CONFIGURE_PARAMS="--includedir=$PREFIX/include --libdir=$PREFIX/lib --prefix=$PREFIX --with-extra-libs=$PREFIX/lib --with-extra-includes=$PREFIX/include --enable-mt --with-pic --enable-rpath --enable-shared=yes --enable-static=no --mandir=$PREFIX/share/man --with-xinerama --with-pam --disable-final --with-ssl-dir=$PREFIX --with-ssl --disable-dependency-tracking --enable-gcc-hidden-visibility" |
---|
171 | :info:build |
---|
172 | :info:build if [ "$FINK_X11" -eq 1 ]; then |
---|
173 | :info:build CPPFLAGS="$CPPFLAGS -I$PREFIX/X11/include" |
---|
174 | :info:build LIBS="$LIBS -L$PREFIX/X11/lib" |
---|
175 | :info:build export ac_cv_have_x="have_x=yes ac_x_includes=$PREFIX/X11/include ac_x_libraries=$PREFIX/X11/lib" |
---|
176 | :info:build export kde_cv_have_x="have_x=yes kde_x_includes=$PREFIX/X11/include kde_x_libraries=$PREFIX/X11/lib" |
---|
177 | :info:build export x_includes="$PREFIX/X11/include" x_libraries="$PREFIX/X11/lib" |
---|
178 | :info:build export XMKMF="$PREFIX/X11/bin/xorg-xmkmf" IMAKE="$PREFIX/X11/bin/xorg-imake" |
---|
179 | :info:build else |
---|
180 | :info:build CPPFLAGS="$CPPFLAGS -I/usr/X11R6/include" |
---|
181 | :info:build LIBS="$LIBS -L/usr/X11R6/lib" |
---|
182 | :info:build fi |
---|
183 | :info:build |
---|
184 | :info:build # miscellaneous stuff that packages use |
---|
185 | :info:build export lt_cv_sys_max_cmd_len=65536 |
---|
186 | :info:build export HOME=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work |
---|
187 | :info:build export QTDOCDIR="$PREFIX/share/doc/qt3/html" |
---|
188 | :info:build [ -x "$PREFIX/lib/flex/bin/flex" ] && export LEX="$PREFIX/lib/flex/bin/flex" |
---|
189 | :info:build |
---|
190 | :info:build if [ -e "$PREFIX/lib/qt3/include" ]; then |
---|
191 | :info:build CONFIGURE_PARAMS="$CONFIGURE_PARAMS --with-qt-dir=$PREFIX/lib/qt3" |
---|
192 | :info:build else |
---|
193 | :info:build CONFIGURE_PARAMS="$CONFIGURE_PARAMS --with-qt-dir=$PREFIX --with-qt-includes=$PREFIX/include/qt" |
---|
194 | :info:build fi |
---|
195 | :info:build |
---|
196 | :info:build PATH=`echo $PATH | perl -p -e 'for my $entry (split(/:/, $_)) { next if ($entry =~ m,^/usr/local,); push(@path, $entry) }; $_ = join(":", @path)'` |
---|
197 | :info:build echo $PATH | perl -p -e 'for my $entry (split(/:/, $_)) { next if ($entry =~ m,^/usr/local,); push(@path, $entry) }; $_ = join(":", @path)' |
---|
198 | :info:build |
---|
199 | :info:build if [ -x "$PREFIX/lib/xmkmf/bin" ]; then |
---|
200 | :info:build export PATH="$PREFIX/lib/xmkmf/bin:$PATH" |
---|
201 | :info:build export IMAKEINCLUDE="-I$PREFIX/lib/X11/config" |
---|
202 | :info:build fi |
---|
203 | :info:build |
---|
204 | :info:build if [ "$FINK_X11" -eq 1 ]; then |
---|
205 | :info:build export PATH="$PATH:$PREFIX/X11/bin" |
---|
206 | :info:build |
---|
207 | :info:build if [ `grep -r /usr/X11R6 admin 2>/dev/null | wc -l` -gt 0 ]; then |
---|
208 | :info:build echo "*** replacing /usr/X11R6 with $PREFIX/X11 in the admin/ directory ***" |
---|
209 | :info:build find admin -type f | xargs perl -pi -e "s,/usr/X11R6,$PREFIX/X11,g" |
---|
210 | :info:build fi |
---|
211 | :info:build else |
---|
212 | :info:build export PATH="$PATH:/usr/X11R6/bin" |
---|
213 | :info:build fi |
---|
214 | :info:build |
---|
215 | :info:build if [ -x "/usr/bin/gcc-4.2" ]; then |
---|
216 | :info:build if [ -x "$PREFIX/bin/ccache" ]; then |
---|
217 | :info:build mkdir -p gcc-root |
---|
218 | :info:build [ ! -e gcc-root/gcc-4.2 ] && ln -s $PREFIX/bin/ccache gcc-root/gcc-4.2 |
---|
219 | :info:build [ ! -e gcc-root/g++-4.2 ] && ln -s $PREFIX/bin/ccache gcc-root/g++-4.2 |
---|
220 | :info:build export PATH=`pwd`/gcc-root:"$PATH" |
---|
221 | :info:build export CC="gcc-4.2" |
---|
222 | :info:build export CXX="g++-4.2" |
---|
223 | :info:build else |
---|
224 | :info:build export CC="/usr/bin/gcc-4.2" |
---|
225 | :info:build export CXX="/usr/bin/g++-4.2" |
---|
226 | :info:build fi |
---|
227 | :info:build else |
---|
228 | :info:build export CC="gcc" |
---|
229 | :info:build export CXX="g++" |
---|
230 | :info:build fi |
---|
231 | :info:build |
---|
232 | :info:build export ALL_LIBRARIES="$LDFLAGS $LIBS" |
---|
233 | :info:build |
---|
234 | :info:build cat <<END |
---|
235 | :info:build the following environment is being used: |
---|
236 | :info:build |
---|
237 | :info:build ACLOCALFLAGS: $ACLOCALFLAGS |
---|
238 | :info:build CFLAGS: $CFLAGS |
---|
239 | :info:build CPPFLAGS: $CPPFLAGS |
---|
240 | :info:build CXXFLAGS: $CXXFLAGS |
---|
241 | :info:build CC: $CC |
---|
242 | :info:build CXX: $CXX |
---|
243 | :info:build FREETYPE_CONFIG: $FREETYPE_CONFIG |
---|
244 | :info:build LDFLAGS: $LDFLAGS |
---|
245 | :info:build LIBS: $LIBS |
---|
246 | :info:build MACOSX_DEPLOYMENT_TARGET: $MACOSX_DEPLOYMENT_TARGET |
---|
247 | :info:build PATH: $PATH |
---|
248 | :info:build PKG_CONFIG_PATH: $PKG_CONFIG_PATH |
---|
249 | :info:build CONFIGURE_PARAMS: $CONFIGURE_PARAMS |
---|
250 | :info:build UNSERMAKEFLAGS: $UNSERMAKEFLAGS |
---|
251 | :info:build MAKEFLAGS: $MAKEFLAGS |
---|
252 | :info:build |
---|
253 | :info:build END |
---|
254 | :info:build the following environment is being used: |
---|
255 | :info:build |
---|
256 | :info:build ACLOCALFLAGS: |
---|
257 | :info:build CFLAGS: -Os -fPIC |
---|
258 | :info:build CPPFLAGS: -I/opt/local/include/freetype2 -I/opt/local/include -fno-common -no-cpp-precomp -DMACOSX -DARTS_NO_ALARM -I/opt/local/include -I/usr/X11R6/include |
---|
259 | :info:build CXXFLAGS: -Os -fPIC |
---|
260 | :info:build CC: /usr/bin/gcc-4.2 |
---|
261 | :info:build CXX: /usr/bin/g++-4.2 |
---|
262 | :info:build FREETYPE_CONFIG: /opt/local/bin/freetype-config |
---|
263 | :info:build LDFLAGS: -L/opt/local/lib -Wl,-dead_strip_dylibs |
---|
264 | :info:build LIBS: -L/opt/local/lib -L/usr/X11R6/lib |
---|
265 | :info:build MACOSX_DEPLOYMENT_TARGET: 10.7 |
---|
266 | :info:build PATH: /opt/local/bin:/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin |
---|
267 | :info:build PKG_CONFIG_PATH: /opt/local/lib/pkgconfig: |
---|
268 | :info:build CONFIGURE_PARAMS: --includedir=/opt/local/include --libdir=/opt/local/lib --prefix=/opt/local --with-extra-libs=/opt/local/lib --with-extra-includes=/opt/local/include --enable-mt --with-pic --enable-rpath --enable-shared=yes --enable-static=no --mandir=/opt/local/share/man --with-xinerama --with-pam --disable-final --with-ssl-dir=/opt/local --with-ssl --disable-dependency-tracking --enable-gcc-hidden-visibility --with-qt-dir=/opt/local/lib/qt3 |
---|
269 | :info:build UNSERMAKEFLAGS: -j1 --compile-jobs=4 -p |
---|
270 | :info:build MAKEFLAGS: |
---|
271 | :info:build |
---|
272 | :info:build |
---|
273 | :info:build perl -pi -e 's,FONTINST_SUBDIR="kfontinst",FONTINST_SUBDIR="",' kcontrol/kfontinst/configure.in.in |
---|
274 | :info:build |
---|
275 | :info:build ./build-helper.sh cvs kdebase3 3.5.10 7 make -f admin/Makefile.common cvs |
---|
276 | :info:build *** YOU'RE USING UNSERMAKE. |
---|
277 | :info:build *** GOOD LUCK!! :) |
---|
278 | :info:build *** Creating acinclude.m4 |
---|
279 | :info:build *** Creating list of subdirectories |
---|
280 | :info:build *** Creating Makefile.am |
---|
281 | :info:build *** Creating configure.files |
---|
282 | :info:build *** Creating configure.in |
---|
283 | :info:build *** Creating aclocal.m4 |
---|
284 | :info:build acinclude.m4:3724: the serial number must appear before any macro definition |
---|
285 | :info:build acinclude.m4:3769: the serial number must appear before any macro definition |
---|
286 | :info:build acinclude.m4:3814: the serial number must appear before any macro definition |
---|
287 | :info:build acinclude.m4:6007: the serial number must appear before any macro definition |
---|
288 | :info:build configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
289 | :info:build ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... |
---|
290 | :info:build ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... |
---|
291 | :info:build acinclude.m4:6612: AC_LIBTOOL_COMPILER_OPTION is expanded from... |
---|
292 | :info:build acinclude.m4:10812: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... |
---|
293 | :info:build acinclude.m4:8648: _LT_AC_LANG_C_CONFIG is expanded from... |
---|
294 | :info:build acinclude.m4:8647: AC_LIBTOOL_LANG_C_CONFIG is expanded from... |
---|
295 | :info:build acinclude.m4:6077: AC_LIBTOOL_SETUP is expanded from... |
---|
296 | :info:build acinclude.m4:6057: _AC_PROG_LIBTOOL is expanded from... |
---|
297 | :info:build acinclude.m4:6022: AC_PROG_LIBTOOL is expanded from... |
---|
298 | :info:build acinclude.m4:12312: AM_PROG_LIBTOOL is expanded from... |
---|
299 | :info:build acinclude.m4:3497: KDE_PROG_LIBTOOL is expanded from... |
---|
300 | :info:build configure.in:54: the top level |
---|
301 | :info:build configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
302 | :info:build acinclude.m4:6657: AC_LIBTOOL_LINKER_OPTION is expanded from... |
---|
303 | :info:build configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
304 | :info:build acinclude.m4:8729: _LT_AC_LANG_CXX_CONFIG is expanded from... |
---|
305 | :info:build acinclude.m4:8728: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... |
---|
306 | :info:build acinclude.m4:7784: _LT_AC_TAGCONFIG is expanded from... |
---|
307 | :info:build configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
308 | :info:build configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
309 | :info:build acinclude.m4:9896: _LT_AC_LANG_F77_CONFIG is expanded from... |
---|
310 | :info:build acinclude.m4:9895: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... |
---|
311 | :info:build configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
312 | :info:build configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
313 | :info:build acinclude.m4:9998: _LT_AC_LANG_GCJ_CONFIG is expanded from... |
---|
314 | :info:build acinclude.m4:9997: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... |
---|
315 | :info:build configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
316 | :info:build *** Creating configure |
---|
317 | :info:build configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
318 | :info:build ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... |
---|
319 | :info:build ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... |
---|
320 | :info:build acinclude.m4:6612: AC_LIBTOOL_COMPILER_OPTION is expanded from... |
---|
321 | :info:build acinclude.m4:10812: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... |
---|
322 | :info:build acinclude.m4:8648: _LT_AC_LANG_C_CONFIG is expanded from... |
---|
323 | :info:build acinclude.m4:8647: AC_LIBTOOL_LANG_C_CONFIG is expanded from... |
---|
324 | :info:build acinclude.m4:6077: AC_LIBTOOL_SETUP is expanded from... |
---|
325 | :info:build acinclude.m4:6057: _AC_PROG_LIBTOOL is expanded from... |
---|
326 | :info:build acinclude.m4:6022: AC_PROG_LIBTOOL is expanded from... |
---|
327 | :info:build acinclude.m4:12312: AM_PROG_LIBTOOL is expanded from... |
---|
328 | :info:build acinclude.m4:3497: KDE_PROG_LIBTOOL is expanded from... |
---|
329 | :info:build configure.in:54: the top level |
---|
330 | :info:build configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
331 | :info:build acinclude.m4:6657: AC_LIBTOOL_LINKER_OPTION is expanded from... |
---|
332 | :info:build configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
333 | :info:build acinclude.m4:8729: _LT_AC_LANG_CXX_CONFIG is expanded from... |
---|
334 | :info:build acinclude.m4:8728: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... |
---|
335 | :info:build acinclude.m4:7784: _LT_AC_TAGCONFIG is expanded from... |
---|
336 | :info:build configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
337 | :info:build configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
338 | :info:build acinclude.m4:9896: _LT_AC_LANG_F77_CONFIG is expanded from... |
---|
339 | :info:build acinclude.m4:9895: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... |
---|
340 | :info:build configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
341 | :info:build configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
342 | :info:build acinclude.m4:9998: _LT_AC_LANG_GCJ_CONFIG is expanded from... |
---|
343 | :info:build acinclude.m4:9997: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... |
---|
344 | :info:build configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
345 | :info:build *** Creating config.h template |
---|
346 | :info:build configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
347 | :info:build ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... |
---|
348 | :info:build ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... |
---|
349 | :info:build acinclude.m4:6612: AC_LIBTOOL_COMPILER_OPTION is expanded from... |
---|
350 | :info:build acinclude.m4:10812: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... |
---|
351 | :info:build acinclude.m4:8648: _LT_AC_LANG_C_CONFIG is expanded from... |
---|
352 | :info:build acinclude.m4:8647: AC_LIBTOOL_LANG_C_CONFIG is expanded from... |
---|
353 | :info:build acinclude.m4:6077: AC_LIBTOOL_SETUP is expanded from... |
---|
354 | :info:build acinclude.m4:6057: _AC_PROG_LIBTOOL is expanded from... |
---|
355 | :info:build acinclude.m4:6022: AC_PROG_LIBTOOL is expanded from... |
---|
356 | :info:build acinclude.m4:12312: AM_PROG_LIBTOOL is expanded from... |
---|
357 | :info:build acinclude.m4:3497: KDE_PROG_LIBTOOL is expanded from... |
---|
358 | :info:build configure.in:54: the top level |
---|
359 | :info:build configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
360 | :info:build acinclude.m4:6657: AC_LIBTOOL_LINKER_OPTION is expanded from... |
---|
361 | :info:build configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
362 | :info:build acinclude.m4:8729: _LT_AC_LANG_CXX_CONFIG is expanded from... |
---|
363 | :info:build acinclude.m4:8728: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... |
---|
364 | :info:build acinclude.m4:7784: _LT_AC_TAGCONFIG is expanded from... |
---|
365 | :info:build configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
366 | :info:build configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
367 | :info:build acinclude.m4:9896: _LT_AC_LANG_F77_CONFIG is expanded from... |
---|
368 | :info:build acinclude.m4:9895: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... |
---|
369 | :info:build configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
370 | :info:build configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
371 | :info:build acinclude.m4:9998: _LT_AC_LANG_GCJ_CONFIG is expanded from... |
---|
372 | :info:build acinclude.m4:9997: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... |
---|
373 | :info:build configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
374 | :info:build *** Creating Makefile templates |
---|
375 | :info:build configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
376 | :info:build ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... |
---|
377 | :info:build ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... |
---|
378 | :info:build acinclude.m4:6612: AC_LIBTOOL_COMPILER_OPTION is expanded from... |
---|
379 | :info:build acinclude.m4:10812: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... |
---|
380 | :info:build acinclude.m4:8648: _LT_AC_LANG_C_CONFIG is expanded from... |
---|
381 | :info:build acinclude.m4:8647: AC_LIBTOOL_LANG_C_CONFIG is expanded from... |
---|
382 | :info:build acinclude.m4:6077: AC_LIBTOOL_SETUP is expanded from... |
---|
383 | :info:build acinclude.m4:6057: _AC_PROG_LIBTOOL is expanded from... |
---|
384 | :info:build acinclude.m4:6022: AC_PROG_LIBTOOL is expanded from... |
---|
385 | :info:build acinclude.m4:12312: AM_PROG_LIBTOOL is expanded from... |
---|
386 | :info:build acinclude.m4:3497: KDE_PROG_LIBTOOL is expanded from... |
---|
387 | :info:build configure.in:54: the top level |
---|
388 | :info:build configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
389 | :info:build acinclude.m4:6657: AC_LIBTOOL_LINKER_OPTION is expanded from... |
---|
390 | :info:build configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
391 | :info:build acinclude.m4:8729: _LT_AC_LANG_CXX_CONFIG is expanded from... |
---|
392 | :info:build acinclude.m4:8728: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... |
---|
393 | :info:build acinclude.m4:7784: _LT_AC_TAGCONFIG is expanded from... |
---|
394 | :info:build configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
395 | :info:build configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
396 | :info:build acinclude.m4:9896: _LT_AC_LANG_F77_CONFIG is expanded from... |
---|
397 | :info:build acinclude.m4:9895: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... |
---|
398 | :info:build configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
399 | :info:build configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
400 | :info:build acinclude.m4:9998: _LT_AC_LANG_GCJ_CONFIG is expanded from... |
---|
401 | :info:build acinclude.m4:9997: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... |
---|
402 | :info:build configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached |
---|
403 | :info:build kate/pics/Makefile.am: unknown icon format (sessionchooser.png) |
---|
404 | :info:build *** Creating date/time stamp |
---|
405 | :info:build *** Finished |
---|
406 | :info:build Don't forget to run ./configure |
---|
407 | :info:build If you haven't done so in a while, run ./configure --help |
---|
408 | :info:build ./build-helper.sh configure kdebase3 3.5.10 7 ./configure --with-sudo-kdesu-backend --without-nfs --with-ldap=framework --with-distribution='MacPorts/Mac OS X' --without-arts $CONFIGURE_PARAMS |
---|
409 | :info:build configure: WARNING: unrecognized options: --without-nfs, --with-distribution |
---|
410 | :info:build checking build system type... i686-apple-darwin11.1.0 |
---|
411 | :info:build checking host system type... i686-apple-darwin11.1.0 |
---|
412 | :info:build checking target system type... i686-apple-darwin11.1.0 |
---|
413 | :info:build checking for a BSD-compatible install... /usr/bin/install -c |
---|
414 | :info:build checking for -p flag to install... yes |
---|
415 | :info:build checking whether build environment is sane... yes |
---|
416 | :info:build checking for a thread-safe mkdir -p... admin/install-sh -c -d |
---|
417 | :info:build checking for gawk... no |
---|
418 | :info:build checking for mawk... no |
---|
419 | :info:build checking for nawk... no |
---|
420 | :info:build checking for awk... awk |
---|
421 | :info:build checking whether make sets $(MAKE)... yes |
---|
422 | :info:build checking for kde-config... /opt/local/bin/kde-config |
---|
423 | :info:build checking where to install... /opt/local (as requested) |
---|
424 | :info:build checking for style of include used by make... GNU |
---|
425 | :info:build checking for gcc... /usr/bin/gcc-4.2 |
---|
426 | :info:build checking for C compiler default output file name... a.out |
---|
427 | :info:build checking whether the C compiler works... yes |
---|
428 | :info:build checking whether we are cross compiling... no |
---|
429 | :info:build checking for suffix of executables... |
---|
430 | :info:build checking for suffix of object files... o |
---|
431 | :info:build checking whether we are using the GNU C compiler... yes |
---|
432 | :info:build checking whether /usr/bin/gcc-4.2 accepts -g... yes |
---|
433 | :info:build checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed |
---|
434 | :info:build checking dependency style of /usr/bin/gcc-4.2... none |
---|
435 | :info:build checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E |
---|
436 | :info:build checking whether we are using the GNU C++ compiler... yes |
---|
437 | :info:build checking whether /usr/bin/g++-4.2 accepts -g... yes |
---|
438 | :info:build checking dependency style of /usr/bin/g++-4.2... none |
---|
439 | :info:build checking whether /usr/bin/gcc-4.2 is blacklisted... no |
---|
440 | :info:build checking whether /usr/bin/g++-4.2 supports -Wundef... yes |
---|
441 | :info:build checking whether /usr/bin/g++-4.2 supports -Wno-long-long... yes |
---|
442 | :info:build checking whether /usr/bin/g++-4.2 supports -Wno-non-virtual-dtor... yes |
---|
443 | :info:build checking whether /usr/bin/g++-4.2 supports -fno-reorder-blocks... yes |
---|
444 | :info:build checking whether /usr/bin/g++-4.2 supports -fno-exceptions... yes |
---|
445 | :info:build checking whether /usr/bin/g++-4.2 supports -fno-check-new... yes |
---|
446 | :info:build checking whether /usr/bin/g++-4.2 supports -fno-common... yes |
---|
447 | :info:build checking whether /usr/bin/g++-4.2 supports -fexceptions... yes |
---|
448 | :info:build checking whether system headers can cope with -Os -fno-inline... irrelevant |
---|
449 | :info:build checking how to run the C++ preprocessor... /usr/bin/g++-4.2 -E |
---|
450 | :info:build checking whether /usr/bin/g++-4.2 supports -O0... yes |
---|
451 | :info:build ./configure: line 8349: ldd: command not found |
---|
452 | :info:build not using lib directory suffix |
---|
453 | :info:build checking for a sed that does not truncate output... /opt/local/bin/gsed |
---|
454 | :info:build checking for grep that handles long lines and -e... /usr/bin/grep |
---|
455 | :info:build checking for egrep... /usr/bin/grep -E |
---|
456 | :info:build checking for ld used by /usr/bin/gcc-4.2... /usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld |
---|
457 | :info:build checking if the linker (/usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no |
---|
458 | :info:build checking for /usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files... -r |
---|
459 | :info:build checking for BSD-compatible nm... /usr/bin/nm |
---|
460 | :info:build checking whether ln -s works... yes |
---|
461 | :info:build checking how to recognise dependent libraries... pass_all |
---|
462 | :info:build checking for ANSI C header files... yes |
---|
463 | :info:build checking for sys/types.h... yes |
---|
464 | :info:build checking for sys/stat.h... yes |
---|
465 | :info:build checking for stdlib.h... yes |
---|
466 | :info:build checking for string.h... yes |
---|
467 | :info:build checking for memory.h... yes |
---|
468 | :info:build checking for strings.h... yes |
---|
469 | :info:build checking for inttypes.h... yes |
---|
470 | :info:build checking for stdint.h... yes |
---|
471 | :info:build checking for unistd.h... yes |
---|
472 | :info:build checking dlfcn.h usability... yes |
---|
473 | :info:build checking dlfcn.h presence... yes |
---|
474 | :info:build checking for dlfcn.h... yes |
---|
475 | :info:build checking how to run the C++ preprocessor... /usr/bin/g++-4.2 -E |
---|
476 | :info:build checking for g77... no |
---|
477 | :info:build checking for xlf... no |
---|
478 | :info:build checking for f77... no |
---|
479 | :info:build checking for frt... no |
---|
480 | :info:build checking for pgf77... no |
---|
481 | :info:build checking for cf77... no |
---|
482 | :info:build checking for fort77... no |
---|
483 | :info:build checking for fl32... no |
---|
484 | :info:build checking for af77... no |
---|
485 | :info:build checking for xlf90... no |
---|
486 | :info:build checking for f90... no |
---|
487 | :info:build checking for pgf90... no |
---|
488 | :info:build checking for pghpf... no |
---|
489 | :info:build checking for epcf90... no |
---|
490 | :info:build checking for gfortran... no |
---|
491 | :info:build checking for g95... no |
---|
492 | :info:build checking for xlf95... no |
---|
493 | :info:build checking for f95... no |
---|
494 | :info:build checking for fort... no |
---|
495 | :info:build checking for ifort... no |
---|
496 | :info:build checking for ifc... no |
---|
497 | :info:build checking for efc... no |
---|
498 | :info:build checking for pgf95... no |
---|
499 | :info:build checking for lf95... no |
---|
500 | :info:build checking for ftn... no |
---|
501 | :info:build checking whether we are using the GNU Fortran 77 compiler... no |
---|
502 | :info:build checking whether accepts -g... no |
---|
503 | :info:build checking the maximum length of command line arguments... (cached) 65536 |
---|
504 | :info:build checking command to parse /usr/bin/nm output from /usr/bin/gcc-4.2 object... ok |
---|
505 | :info:build checking for objdir... .libs |
---|
506 | :info:build checking for ar... ar |
---|
507 | :info:build checking for ranlib... ranlib |
---|
508 | :info:build checking for strip... strip |
---|
509 | :info:build checking if /usr/bin/gcc-4.2 supports -fno-rtti -fno-exceptions... no |
---|
510 | :info:build checking for /usr/bin/gcc-4.2 option to produce PIC... -fno-common |
---|
511 | :info:build checking if /usr/bin/gcc-4.2 PIC flag -fno-common works... yes |
---|
512 | :info:build checking if /usr/bin/gcc-4.2 static flag -static works... no |
---|
513 | :info:build checking if /usr/bin/gcc-4.2 supports -c -o file.o... yes |
---|
514 | :info:build checking whether the /usr/bin/gcc-4.2 linker (/usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes |
---|
515 | :info:build checking dynamic linker characteristics... darwin11.1.0 dyld |
---|
516 | :info:build checking how to hardcode library paths into programs... immediate |
---|
517 | :info:build checking whether stripping libraries is possible... yes |
---|
518 | :info:build checking for dlopen in -ldl... yes |
---|
519 | :info:build checking whether a program can dlopen itself... yes |
---|
520 | :info:build checking whether a statically linked program can dlopen itself... yes |
---|
521 | :info:build checking if libtool supports shared libraries... yes |
---|
522 | :info:build checking whether to build shared libraries... yes |
---|
523 | :info:build checking whether to build static libraries... no |
---|
524 | :info:build configure: creating libtool |
---|
525 | :info:build appending configuration tag "CXX" to libtool |
---|
526 | :info:build checking for ld used by /usr/bin/g++-4.2... /usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld |
---|
527 | :info:build checking if the linker (/usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no |
---|
528 | :info:build checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes |
---|
529 | :info:build checking for /usr/bin/g++-4.2 option to produce PIC... -fno-common |
---|
530 | :info:build checking if /usr/bin/g++-4.2 PIC flag -fno-common works... yes |
---|
531 | :info:build checking if /usr/bin/g++-4.2 static flag -static works... no |
---|
532 | :info:build checking if /usr/bin/g++-4.2 supports -c -o file.o... yes |
---|
533 | :info:build checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes |
---|
534 | :info:build checking dynamic linker characteristics... darwin11.1.0 dyld |
---|
535 | :info:build checking how to hardcode library paths into programs... immediate |
---|
536 | :info:build appending configuration tag "F77" to libtool |
---|
537 | :info:build checking for msgfmt... /opt/local/bin/msgfmt |
---|
538 | :info:build checking for gmsgfmt... /opt/local/bin/msgfmt |
---|
539 | :info:build checking for xgettext... /opt/local/bin/xgettext |
---|
540 | :info:build checking if C++ programs can be compiled... yes |
---|
541 | :info:build checking for strlcat... yes |
---|
542 | :info:build checking if strlcat needs custom prototype... no |
---|
543 | :info:build checking for strlcpy... yes |
---|
544 | :info:build checking if strlcpy needs custom prototype... no |
---|
545 | :info:build checking for main in -lutil... yes |
---|
546 | :info:build checking for main in -lcompat... no |
---|
547 | :info:build checking for crypt in -lcrypt... no |
---|
548 | :info:build checking for crypt in -lc... yes |
---|
549 | :info:build checking for socklen_t... yes |
---|
550 | :info:build checking for dnet_ntoa in -ldnet... no |
---|
551 | :info:build checking for dnet_ntoa in -ldnet_stub... no |
---|
552 | :info:build checking for inet_ntoa... yes |
---|
553 | :info:build checking for connect... yes |
---|
554 | :info:build checking for remove... yes |
---|
555 | :info:build checking for shmat... yes |
---|
556 | :info:build checking for sys/types.h... (cached) yes |
---|
557 | :info:build checking for stdint.h... (cached) yes |
---|
558 | :info:build checking sys/bitypes.h usability... no |
---|
559 | :info:build checking sys/bitypes.h presence... no |
---|
560 | :info:build checking for sys/bitypes.h... no |
---|
561 | :info:build checking for poll in -lpoll... yes |
---|
562 | :info:build checking Carbon/Carbon.h usability... yes |
---|
563 | :info:build checking Carbon/Carbon.h presence... yes |
---|
564 | :info:build checking for Carbon/Carbon.h... yes |
---|
565 | :info:build checking CoreAudio/CoreAudio.h usability... yes |
---|
566 | :info:build checking CoreAudio/CoreAudio.h presence... yes |
---|
567 | :info:build checking for CoreAudio/CoreAudio.h... yes |
---|
568 | :info:build checking if res_init needs -lresolv... yes |
---|
569 | :info:build checking for res_init... yes |
---|
570 | :info:build checking if res_init needs custom prototype... no |
---|
571 | :info:build checking for killpg in -lucb... no |
---|
572 | :info:build checking size of int... 4 |
---|
573 | :info:build checking size of short... 2 |
---|
574 | :info:build checking size of long... 8 |
---|
575 | :info:build checking size of char *... 8 |
---|
576 | :info:build checking for dlopen in -ldl... (cached) yes |
---|
577 | :info:build checking for shl_unload in -ldld... no |
---|
578 | :info:build checking size of size_t... 8 |
---|
579 | :info:build checking size of unsigned long... 8 |
---|
580 | :info:build checking sizeof size_t == sizeof unsigned long... yes |
---|
581 | :info:build checking for PIE support... yes |
---|
582 | :info:build checking if enabling -pie/fPIE support... yes |
---|
583 | :info:build checking crt_externs.h usability... yes |
---|
584 | :info:build checking crt_externs.h presence... yes |
---|
585 | :info:build checking for crt_externs.h... yes |
---|
586 | :info:build checking for _NSGetEnviron... yes |
---|
587 | :info:build checking for vsnprintf... yes |
---|
588 | :info:build checking for snprintf... yes |
---|
589 | :info:build checking for X... libraries /opt/local/lib, headers /opt/local/include |
---|
590 | :info:build checking for IceConnectionNumber in -lICE... yes |
---|
591 | :info:build checking for libXext... yes |
---|
592 | :info:build checking for pkg-config... /opt/local/bin/pkg-config |
---|
593 | :info:build checking for pthread_create in -lpthread... yes |
---|
594 | :info:build checking for extra includes... added |
---|
595 | :info:build checking for extra libs... added |
---|
596 | :info:build checking for libz... -lz |
---|
597 | :info:build checking for libpng... -lpng -lz -lm |
---|
598 | :info:build checking for libjpeg6b... no |
---|
599 | :info:build checking for libjpeg... -ljpeg |
---|
600 | :info:build checking for perl... /opt/local/bin/perl |
---|
601 | :info:build checking for Qt... libraries /opt/local/lib/qt3/lib, headers /opt/local/lib/qt3/include using -mt |
---|
602 | :info:build checking for moc... /opt/local/lib/qt3/bin/moc |
---|
603 | :info:build checking for uic... /opt/local/lib/qt3/bin/uic |
---|
604 | :info:build checking whether uic supports -L ... yes |
---|
605 | :info:build checking whether uic supports -nounload ... yes |
---|
606 | :info:build checking if Qt needs -ljpeg... no |
---|
607 | :info:build checking for rpath... yes |
---|
608 | :info:build checking for KDE... libraries /opt/local/lib, headers /opt/local/include |
---|
609 | :info:build checking if UIC has KDE plugins available... yes |
---|
610 | :info:build checking for KDE paths... defaults |
---|
611 | :info:build checking for dcopidl... /opt/local/bin/dcopidl |
---|
612 | :info:build checking for dcopidl2cpp... /opt/local/bin/dcopidl2cpp |
---|
613 | :info:build checking for meinproc... /opt/local/bin/meinproc |
---|
614 | :info:build checking for kconfig_compiler... /opt/local/bin/kconfig_compiler |
---|
615 | :info:build checking for dcopidlng... /opt/local/bin/dcopidlng |
---|
616 | :info:build checking for makekdewidgets... /opt/local/bin/makekdewidgets |
---|
617 | :info:build checking for xmllint... /opt/local/bin/xmllint |
---|
618 | :info:build checking grepping for visibility push/pop in headers... yes |
---|
619 | :info:build checking whether /usr/bin/g++-4.2 supports -fvisibility=hidden... yes |
---|
620 | :info:build checking if Qt is patched for -fvisibility... yes |
---|
621 | :info:build checking for gcc -fvisibility-inlines-hidden bug... no |
---|
622 | :info:build checking for pam_start in -lpam... yes |
---|
623 | :info:build checking security/pam_appl.h usability... yes |
---|
624 | :info:build checking security/pam_appl.h presence... yes |
---|
625 | :info:build checking for security/pam_appl.h... yes |
---|
626 | :info:build checking for const pam_message... const: Linux-type PAM |
---|
627 | :info:build checking for getspent in -lshadow... no |
---|
628 | :info:build checking for getspent in -lgen... no |
---|
629 | :info:build checking for getspent... no |
---|
630 | :info:build checking for shadow passwords... no |
---|
631 | :info:build The PAM service used by kdm will be kde |
---|
632 | :info:build The PAM service used by kcheckpass will be kde |
---|
633 | :info:build The PAM service used by kscreensaver will be kde |
---|
634 | :info:build checking for dirent.h that defines DIR... yes |
---|
635 | :info:build checking for library containing opendir... none required |
---|
636 | :info:build checking for ANSI C header files... (cached) yes |
---|
637 | :info:build checking sys/time.h usability... yes |
---|
638 | :info:build checking sys/time.h presence... yes |
---|
639 | :info:build checking for sys/time.h... yes |
---|
640 | :info:build checking crypt.h usability... no |
---|
641 | :info:build checking crypt.h presence... no |
---|
642 | :info:build checking for crypt.h... no |
---|
643 | :info:build checking sys/select.h usability... yes |
---|
644 | :info:build checking sys/select.h presence... yes |
---|
645 | :info:build checking for sys/select.h... yes |
---|
646 | :info:build checking sys/ioctl.h usability... yes |
---|
647 | :info:build checking sys/ioctl.h presence... yes |
---|
648 | :info:build checking for sys/ioctl.h... yes |
---|
649 | :info:build checking sys/stropts.h usability... no |
---|
650 | :info:build checking sys/stropts.h presence... no |
---|
651 | :info:build checking for sys/stropts.h... no |
---|
652 | :info:build checking stropts.h usability... no |
---|
653 | :info:build checking stropts.h presence... no |
---|
654 | :info:build checking for stropts.h... no |
---|
655 | :info:build checking termio.h usability... no |
---|
656 | :info:build checking termio.h presence... no |
---|
657 | :info:build checking for termio.h... no |
---|
658 | :info:build checking termios.h usability... yes |
---|
659 | :info:build checking termios.h presence... yes |
---|
660 | :info:build checking for termios.h... yes |
---|
661 | :info:build checking sys/termios.h usability... yes |
---|
662 | :info:build checking sys/termios.h presence... yes |
---|
663 | :info:build checking for sys/termios.h... yes |
---|
664 | :info:build checking lastlog.h usability... no |
---|
665 | :info:build checking lastlog.h presence... no |
---|
666 | :info:build checking for lastlog.h... no |
---|
667 | :info:build checking sys/socket.h usability... yes |
---|
668 | :info:build checking sys/socket.h presence... yes |
---|
669 | :info:build checking for sys/socket.h... yes |
---|
670 | :info:build checking sys/sockio.h usability... yes |
---|
671 | :info:build checking sys/sockio.h presence... yes |
---|
672 | :info:build checking for sys/sockio.h... yes |
---|
673 | :info:build checking sys/m_wait.h usability... no |
---|
674 | :info:build checking sys/m_wait.h presence... no |
---|
675 | :info:build checking for sys/m_wait.h... no |
---|
676 | :info:build checking ncurses.h usability... yes |
---|
677 | :info:build checking ncurses.h presence... yes |
---|
678 | :info:build checking for ncurses.h... yes |
---|
679 | :info:build checking paths.h usability... yes |
---|
680 | :info:build checking paths.h presence... yes |
---|
681 | :info:build checking for paths.h... yes |
---|
682 | :info:build checking login_cap.h usability... no |
---|
683 | :info:build checking login_cap.h presence... no |
---|
684 | :info:build checking for login_cap.h... no |
---|
685 | :info:build checking syslog.h usability... yes |
---|
686 | :info:build checking syslog.h presence... yes |
---|
687 | :info:build checking for syslog.h... yes |
---|
688 | :info:build checking sys/wait.h usability... yes |
---|
689 | :info:build checking sys/wait.h presence... yes |
---|
690 | :info:build checking for sys/wait.h... yes |
---|
691 | :info:build checking sys/ucred.h usability... yes |
---|
692 | :info:build checking sys/ucred.h presence... yes |
---|
693 | :info:build checking for sys/ucred.h... yes |
---|
694 | :info:build checking sys/mount.h usability... yes |
---|
695 | :info:build checking sys/mount.h presence... yes |
---|
696 | :info:build checking for sys/mount.h... yes |
---|
697 | :info:build checking floatingpoint.h usability... no |
---|
698 | :info:build checking floatingpoint.h presence... no |
---|
699 | :info:build checking for floatingpoint.h... no |
---|
700 | :info:build checking fstab.h usability... yes |
---|
701 | :info:build checking fstab.h presence... yes |
---|
702 | :info:build checking for fstab.h... yes |
---|
703 | :info:build checking mntent.h usability... no |
---|
704 | :info:build checking mntent.h presence... no |
---|
705 | :info:build checking for mntent.h... no |
---|
706 | :info:build checking Alib.h usability... no |
---|
707 | :info:build checking Alib.h presence... no |
---|
708 | :info:build checking for Alib.h... no |
---|
709 | :info:build checking libutil.h usability... no |
---|
710 | :info:build checking libutil.h presence... no |
---|
711 | :info:build checking for libutil.h... no |
---|
712 | :info:build checking util.h usability... yes |
---|
713 | :info:build checking util.h presence... yes |
---|
714 | :info:build checking for util.h... yes |
---|
715 | :info:build checking time.h usability... yes |
---|
716 | :info:build checking time.h presence... yes |
---|
717 | :info:build checking for time.h... yes |
---|
718 | :info:build checking limits.h usability... yes |
---|
719 | :info:build checking limits.h presence... yes |
---|
720 | :info:build checking for limits.h... yes |
---|
721 | :info:build checking vfork.h usability... no |
---|
722 | :info:build checking vfork.h presence... no |
---|
723 | :info:build checking for vfork.h... no |
---|
724 | :info:build checking for string.h... (cached) yes |
---|
725 | :info:build checking float.h usability... yes |
---|
726 | :info:build checking float.h presence... yes |
---|
727 | :info:build checking for float.h... yes |
---|
728 | :info:build checking math.h usability... yes |
---|
729 | :info:build checking math.h presence... yes |
---|
730 | :info:build checking for math.h... yes |
---|
731 | :info:build checking nan.h usability... no |
---|
732 | :info:build checking nan.h presence... no |
---|
733 | :info:build checking for nan.h... no |
---|
734 | :info:build checking ieeefp.h usability... no |
---|
735 | :info:build checking ieeefp.h presence... no |
---|
736 | :info:build checking for ieeefp.h... no |
---|
737 | :info:build checking pty.h usability... no |
---|
738 | :info:build checking pty.h presence... no |
---|
739 | :info:build checking for pty.h... no |
---|
740 | :info:build checking for ptsname... yes |
---|
741 | :info:build checking for main in -lAlib... no |
---|
742 | :info:build checking for clnttcp_create... yes |
---|
743 | :info:build checking for main in -lossaudio... no |
---|
744 | :info:build checking for main in -lcfg... no |
---|
745 | :info:build checking for main in -lodm... no |
---|
746 | :info:build checking for setupterm in -lcurses... yes |
---|
747 | :info:build checking for res_init... yes |
---|
748 | :info:build checking whether time.h and sys/time.h may both be included... yes |
---|
749 | :info:build checking for long double with more range or precision than double... yes |
---|
750 | :info:build checking for uid_t in sys/types.h... yes |
---|
751 | :info:build checking type of array argument to getgroups... gid_t |
---|
752 | :info:build checking size of char... 1 |
---|
753 | :info:build checking size of short... (cached) 2 |
---|
754 | :info:build checking size of int... (cached) 4 |
---|
755 | :info:build checking size of long... (cached) 8 |
---|
756 | :info:build checking whether byte ordering is bigendian... no |
---|
757 | :info:build checking for socket... yes |
---|
758 | :info:build checking for powl... yes |
---|
759 | :info:build checking for sqrtl... yes |
---|
760 | :info:build checking for strdup... yes |
---|
761 | :info:build checking for getdtablesize... yes |
---|
762 | :info:build checking for setpgid... yes |
---|
763 | :info:build checking for nice... yes |
---|
764 | :info:build checking for seteuid... yes |
---|
765 | :info:build checking for vsyslog... yes |
---|
766 | :info:build checking for initgroups... yes |
---|
767 | :info:build checking for setgroups... yes |
---|
768 | :info:build checking for getgroups... yes |
---|
769 | :info:build checking for grantpt... yes |
---|
770 | :info:build checking for pw_encrypt... no |
---|
771 | :info:build checking for setpriority... yes |
---|
772 | :info:build checking for getpt... no |
---|
773 | :info:build checking for unlockpt... yes |
---|
774 | :info:build checking for ptsname... (cached) yes |
---|
775 | :info:build checking for waitpid... yes |
---|
776 | :info:build checking for getpassphrase... no |
---|
777 | :info:build checking for mkstemps... yes |
---|
778 | :info:build checking if mkstemps needs custom prototype... no |
---|
779 | :info:build checking for setenv... yes |
---|
780 | :info:build checking if setenv needs custom prototype... no |
---|
781 | :info:build checking for unsetenv... yes |
---|
782 | :info:build checking if unsetenv needs custom prototype... no |
---|
783 | :info:build checking for getdomainname... yes |
---|
784 | :info:build checking if getdomainname needs custom prototype... no |
---|
785 | :info:build checking for gethostname... yes |
---|
786 | :info:build checking if gethostname needs custom prototype... no |
---|
787 | :info:build checking for usleep... yes |
---|
788 | :info:build checking if usleep needs custom prototype... no |
---|
789 | :info:build checking for random... yes |
---|
790 | :info:build checking if random needs custom prototype... no |
---|
791 | :info:build checking for srandom... yes |
---|
792 | :info:build checking if srandom needs custom prototype... no |
---|
793 | :info:build checking for S_ISSOCK... yes |
---|
794 | :info:build checking for MAXPATHLEN... 1024 |
---|
795 | :info:build checking if it's safe to enable UTMP... no |
---|
796 | :info:build checking for utmp file... non found |
---|
797 | :info:build checking for kstat_open in -lkstat... no |
---|
798 | :info:build checking libdevinfo.h usability... no |
---|
799 | :info:build checking libdevinfo.h presence... no |
---|
800 | :info:build checking for libdevinfo.h... no |
---|
801 | :info:build checking for Java... Apple Java Framework |
---|
802 | :info:build checking for md5sum... no |
---|
803 | :info:build checking for gmd5sum... no |
---|
804 | :info:build checking for md5... /sbin/md5 |
---|
805 | :info:build checking X11/extensions/XTest.h usability... yes |
---|
806 | :info:build checking X11/extensions/XTest.h presence... yes |
---|
807 | :info:build checking for X11/extensions/XTest.h... yes |
---|
808 | :info:build checking for XTestFakeKeyEvent in -lXtst... yes |
---|
809 | :info:build checking for X11/XKBlib.h... yes |
---|
810 | :info:build checking for XkbLockModifiers in -lX11... yes |
---|
811 | :info:build checking for XkbSetPerClientControls in -lX11... yes |
---|
812 | :info:build checking for X11/Xcursor/Xcursor.h... yes |
---|
813 | :info:build checking for XcursorSupportsARGB in -lXcursor... yes |
---|
814 | :info:build checking X11/extensions/Xrender.h usability... yes |
---|
815 | :info:build checking X11/extensions/Xrender.h presence... yes |
---|
816 | :info:build checking for X11/extensions/Xrender.h... yes |
---|
817 | :info:build checking for XRenderComposite in -lXrender... yes |
---|
818 | :info:build checking for Qt docs... /opt/local/lib/qt3/doc/html |
---|
819 | :info:build checking for dot... /opt/local/bin/dot |
---|
820 | :info:build checking for doxygen... not found |
---|
821 | :info:build checking for libart2-config... /opt/local/bin/libart2-config |
---|
822 | :info:build checking for X11/extensions/XKBstr.h... yes |
---|
823 | :info:build checking for X11/extensions/XKBstr.h... (cached) yes |
---|
824 | :info:build checking for OpenSSL... libraries /opt/local/lib, headers /opt/local/include |
---|
825 | :info:build checking whether OpenSSL uses rsaref... no |
---|
826 | :info:build checking for easter eggs... none found |
---|
827 | :info:build checking for OpenSSL version... ok |
---|
828 | :info:build checking for DPMS... yes |
---|
829 | :info:build checking whether DPMSCapable is declared... yes |
---|
830 | :info:build checking whether DPMSInfo is declared... yes |
---|
831 | :info:build checking for pkg-config... /opt/local/bin/pkg-config |
---|
832 | :info:build checking for GL... yes |
---|
833 | :info:build checking for long long... yes |
---|
834 | :info:build checking for libusb-config... /opt/local/bin/libusb-config |
---|
835 | :info:build checking for main in -lusb... yes |
---|
836 | :info:build checking for freetype-config... /opt/local/bin/freetype-config |
---|
837 | :info:build checking for pkg-config... /opt/local/bin/pkg-config |
---|
838 | :info:build checking OS... Darwin |
---|
839 | :info:build checking X11/fonts/fontenc.h usability... yes |
---|
840 | :info:build checking X11/fonts/fontenc.h presence... yes |
---|
841 | :info:build checking for X11/fonts/fontenc.h... yes |
---|
842 | :info:build checking whether /usr/bin/g++-4.2 supports -shared... yes |
---|
843 | :info:build checking for FontEncDirectory in -lfontenc... yes |
---|
844 | :info:build checking X11/Xft/Xft.h usability... yes |
---|
845 | :info:build checking X11/Xft/Xft.h presence... yes |
---|
846 | :info:build checking for X11/Xft/Xft.h... yes |
---|
847 | :info:build checking for getifaddrs... yes |
---|
848 | :info:build checking for getnameinfo... yes |
---|
849 | :info:build checking for struct sockaddr.sa_len... yes |
---|
850 | :info:build checking for X11/extensions/Xrandr.h... yes |
---|
851 | :info:build checking for XRRSetScreenConfigAndRate in -lXrandr... yes |
---|
852 | :info:build checking for GL... (cached) yes |
---|
853 | :info:build checking for glXChooseVisual in -lGL... yes |
---|
854 | :info:build checking kcarddb.h usability... no |
---|
855 | :info:build checking kcarddb.h presence... no |
---|
856 | :info:build checking for kcarddb.h... no |
---|
857 | :info:build checking libraw1394/raw1394.h usability... no |
---|
858 | :info:build checking libraw1394/raw1394.h presence... no |
---|
859 | :info:build checking for libraw1394/raw1394.h... no |
---|
860 | :info:build checking for sigset... yes |
---|
861 | :info:build checking for sigaction... yes |
---|
862 | :info:build checking for X11/extensions/scrnsaver.h... yes |
---|
863 | :info:build checking for XScreenSaverQueryInfo in -lXext... no |
---|
864 | :info:build checking whether /usr/bin/g++-4.2 supports -shared... (cached) yes |
---|
865 | :info:build checking for XScreenSaverQueryInfo in -lXss... yes |
---|
866 | :info:build checking for X11/extensions/xf86misc.h... yes |
---|
867 | :info:build checking for XF86MiscQueryVersion in -lXxf86misc... yes |
---|
868 | :info:build checking for XF86MiscSetGrabKeysState in -lXxf86misc... yes |
---|
869 | :info:build checking for GL... (cached) yes |
---|
870 | :info:build checking for glXChooseVisual in -lGL... (cached) yes |
---|
871 | :info:build checking "struct ucred"... no |
---|
872 | :info:build checking nogroup... nogroup |
---|
873 | :info:build checking for getpeereid... yes |
---|
874 | :info:build checking for xmkmf... /opt/local/bin/xmkmf |
---|
875 | :info:build checking X paths... done |
---|
876 | :info:build checking for getttyent... yes |
---|
877 | :info:build checking for getutent... no |
---|
878 | :info:build checking for struct utmp.ut_user... no |
---|
879 | :info:build checking for struct passwd.pw_expire... yes |
---|
880 | :info:build checking for struct sockaddr_in.sin_len... yes |
---|
881 | :info:build checking for setlogin... yes |
---|
882 | :info:build checking for setusercontext... no |
---|
883 | :info:build checking for getusershell... yes |
---|
884 | :info:build checking for login_getclass... no |
---|
885 | :info:build checking for auth_timeok... no |
---|
886 | :info:build checking for mkstemp... yes |
---|
887 | :info:build checking for setproctitle... no |
---|
888 | :info:build checking for sysinfo... no |
---|
889 | :info:build checking for strnlen... yes |
---|
890 | :info:build checking for getifaddrs... (cached) yes |
---|
891 | :info:build checking for arc4random... yes |
---|
892 | :info:build checking for vsyslog... (cached) yes |
---|
893 | :info:build checking for main in -lXau... yes |
---|
894 | :info:build checking for main in -lXdmcp... yes |
---|
895 | :info:build checking for X11/Xdmcp.h... yes |
---|
896 | :info:build checking for XdmcpWrap... yes |
---|
897 | :info:build checking whether to use Kerberos v4... no |
---|
898 | :info:build checking whether to use AFS... no |
---|
899 | :info:build checking for main in -ls... no |
---|
900 | :info:build checking for sched_yield in -lposix4... no |
---|
901 | :info:build checking whether to use Kerberos5 for Xauth cookies in kdm... no |
---|
902 | :info:build checking whether to use Sun's secure RPC for Xauth cookies in kdm... no |
---|
903 | :info:build checking if covariant return works... yes |
---|
904 | :info:build checking for artsc-config... no |
---|
905 | :info:build checking sys/loadavg.h usability... no |
---|
906 | :info:build checking sys/loadavg.h presence... no |
---|
907 | :info:build checking for sys/loadavg.h... no |
---|
908 | :info:build checking for X11/extensions/Xcomposite.h... yes |
---|
909 | :info:build checking for XCompositeQueryExtension in -lXcomposite... yes |
---|
910 | :info:build checking for X11/extensions/Xfixes.h... yes |
---|
911 | :info:build checking for XFixesQueryExtension in -lXfixes... yes |
---|
912 | :info:build checking for OpenSSL... (cached) libraries /opt/local/lib, headers /opt/local/include |
---|
913 | :info:build checking whether OpenSSL uses rsaref... no |
---|
914 | :info:build checking for easter eggs... none found |
---|
915 | :info:build checking for OpenSSL version... (cached) ok |
---|
916 | :info:build checking sasl.h usability... no |
---|
917 | :info:build checking sasl.h presence... no |
---|
918 | :info:build checking for sasl.h... no |
---|
919 | :info:build checking sasl/sasl.h usability... yes |
---|
920 | :info:build checking sasl/sasl.h presence... yes |
---|
921 | :info:build checking for sasl/sasl.h... yes |
---|
922 | :info:build checking for sasl_client_init in -lsasl2... yes |
---|
923 | :info:build checking for bzDecompress in libbz2... no |
---|
924 | :info:build checking whether /usr/bin/g++-4.2 supports -shared... (cached) yes |
---|
925 | :info:build checking whether /usr/bin/g++-4.2 supports -fPIC... yes |
---|
926 | :info:build checking for BZ2_bzDecompress in (shared) libbz2... -lbz2 |
---|
927 | :info:build checking for termios.h... (cached) yes |
---|
928 | :info:build checking for pty.h... (cached) no |
---|
929 | :info:build checking for libutil.h... (cached) no |
---|
930 | :info:build checking for util.h... (cached) yes |
---|
931 | :info:build checking for sys/types.h... (cached) yes |
---|
932 | :info:build checking for sys/ioctl.h... (cached) yes |
---|
933 | :info:build checking for stropts.h... (cached) no |
---|
934 | :info:build checking for getpt... (cached) no |
---|
935 | :info:build checking for openpty... yes |
---|
936 | :info:build checking for isastream... no |
---|
937 | :info:build checking for LDAP support... Apple framework |
---|
938 | :info:build checking for ber_alloc in -llber... yes |
---|
939 | :info:build checking whether LDAP support can be compiled... yes |
---|
940 | :info:build checking linux/cdrom.h usability... no |
---|
941 | :info:build checking linux/cdrom.h presence... no |
---|
942 | :info:build checking for linux/cdrom.h... no |
---|
943 | :info:build checking for the HAL... checking for hal > 0.5... Nothing found on PKG_CONFIG_PATH |
---|
944 | :info:build searched but not found |
---|
945 | :info:build checking for DBus... checking for "dbus-1"... yes |
---|
946 | :info:build checking DBUS_CFLAGS... -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include |
---|
947 | :info:build checking DBUS_LIBS... -L/opt/local/lib -ldbus-1 -lpthread |
---|
948 | :info:build headers -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include libraries -L/opt/local/lib -ldbus-1 -lpthread |
---|
949 | :info:build checking for DBus-Qt3 bindings... searched but not found |
---|
950 | :info:build checking if the HAL backend for media:/ should be compiled... no |
---|
951 | :info:build checking for statvfs... yes |
---|
952 | :info:build checking for statvfs... (cached) yes |
---|
953 | :info:build checking for special C compiler options needed for large files... no |
---|
954 | :info:build checking for _FILE_OFFSET_BITS value needed for large files... no |
---|
955 | :info:build checking libsmbclient.h usability... no |
---|
956 | :info:build checking libsmbclient.h presence... no |
---|
957 | :info:build checking for libsmbclient.h... no |
---|
958 | :info:build checking for smbc_new_context in -lsmbclient... no |
---|
959 | :info:build checking for yp_get_default_domain... yes |
---|
960 | :info:build checking for OpenEXR libraries... -L/opt/local/lib -lIlmImf -lz -lImath -lHalf -lIex -lIlmThread |
---|
961 | :info:build checking for X11/extensions/Xfixes.h... (cached) yes |
---|
962 | :info:build checking for XFixesQueryExtension in -lXfixes... (cached) yes |
---|
963 | :info:build checking for mallinfo() in <stdlib.h>... no |
---|
964 | :info:build checking for mallinfo() in <malloc.h>... no |
---|
965 | :info:build checking for mallinfo in -lmalloc... no |
---|
966 | :info:build checking whether we can use openpty... no |
---|
967 | :info:build checking how cwd can be be found by seperate process... no |
---|
968 | :info:build checking for _IceTransNoListen... yes |
---|
969 | :info:build checking for X11/extensions/Xinerama.h... yes |
---|
970 | :info:build checking for XineramaQueryExtension in -lXinerama... yes |
---|
971 | :info:build checking if ksysguardd can be compiled... no |
---|
972 | :info:build checking sensors/sensors.h usability... no |
---|
973 | :info:build checking sensors/sensors.h presence... no |
---|
974 | :info:build checking for sensors/sensors.h... no |
---|
975 | :info:build checking for sensors_init in -lsensors... no |
---|
976 | :info:build checking for DNS-SD support... yes |
---|
977 | :info:build checking for X11/extensions/Xdamage.h... yes |
---|
978 | :info:build checking for X11/extensions/Xcomposite.h... (cached) yes |
---|
979 | :info:build checking for X11/extensions/Xrender.h... (cached) yes |
---|
980 | :info:build checking X11/Xlib.h usability... yes |
---|
981 | :info:build checking X11/Xlib.h presence... yes |
---|
982 | :info:build checking for X11/Xlib.h... yes |
---|
983 | :info:build checking for X11/extensions/XKBstr.h... (cached) yes |
---|
984 | :info:build checking for X11/extensions/XKBrules.h... yes |
---|
985 | :info:build checking if libkonq should be compiled... yes |
---|
986 | :info:build checking if pics should be compiled... yes |
---|
987 | :info:build checking if nsplugins should be compiled... yes |
---|
988 | :info:build checking if l10n should be compiled... yes |
---|
989 | :info:build checking if kxkb should be compiled... yes |
---|
990 | :info:build checking if kwin should be compiled... yes |
---|
991 | :info:build checking if ktip should be compiled... yes |
---|
992 | :info:build checking if ksystraycmd should be compiled... yes |
---|
993 | :info:build checking if ksysguard should be compiled... yes |
---|
994 | :info:build checking if kstart should be compiled... yes |
---|
995 | :info:build checking if ksplashml should be compiled... yes |
---|
996 | :info:build checking if kscreensaver should be compiled... yes |
---|
997 | :info:build checking if kreadconfig should be compiled... yes |
---|
998 | :info:build checking if kpersonalizer should be compiled... yes |
---|
999 | :info:build checking if kpager should be compiled... yes |
---|
1000 | :info:build checking if konsole should be compiled... yes |
---|
1001 | :info:build checking if knetattach should be compiled... yes |
---|
1002 | :info:build checking if kmenuedit should be compiled... yes |
---|
1003 | :info:build checking if klipper should be compiled... yes |
---|
1004 | :info:build checking if kioslave should be compiled... yes |
---|
1005 | :info:build checking if khotkeys should be compiled... yes |
---|
1006 | :info:build checking if khelpcenter should be compiled... yes |
---|
1007 | :info:build checking if kfind should be compiled... yes |
---|
1008 | :info:build checking if kdmlib should be compiled... yes |
---|
1009 | :info:build checking if kdialog should be compiled... yes |
---|
1010 | :info:build checking if kdesu should be compiled... yes |
---|
1011 | :info:build checking if kdeprint should be compiled... yes |
---|
1012 | :info:build checking if kdepasswd should be compiled... yes |
---|
1013 | :info:build checking if kdeeject should be compiled... yes |
---|
1014 | :info:build checking if kdebugdialog should be compiled... yes |
---|
1015 | :info:build checking if kdcop should be compiled... yes |
---|
1016 | :info:build checking if kicker should be compiled... yes |
---|
1017 | :info:build checking if kcminit should be compiled... yes |
---|
1018 | :info:build checking if kcheckpass should be compiled... yes |
---|
1019 | :info:build checking if kate should be compiled... yes |
---|
1020 | :info:build checking if kappfinder should be compiled... yes |
---|
1021 | :info:build checking if drkonqi should be compiled... yes |
---|
1022 | :info:build checking if doc should be compiled... yes |
---|
1023 | :info:build checking if applnk should be compiled... yes |
---|
1024 | :info:build checking if konqueror should be compiled... yes |
---|
1025 | :info:build checking if ksmserver should be compiled... yes |
---|
1026 | :info:build checking if kcontrol should be compiled... yes |
---|
1027 | :info:build checking if kdesktop should be compiled... yes |
---|
1028 | :info:build checking if kdm should be compiled... yes |
---|
1029 | :info:build configure: creating ./config.status |
---|
1030 | :info:build wrong input (flag != 4) at admin/conf.change.pl line 117, <> line 2309. |
---|
1031 | :info:build config.status: creating Makefile |
---|
1032 | :info:build config.status: creating applnk/Makefile |
---|
1033 | :info:build config.status: creating applnk/compat/Makefile |
---|
1034 | :info:build config.status: creating doc/Makefile |
---|
1035 | :info:build config.status: creating doc/faq/Makefile |
---|
1036 | :info:build config.status: creating doc/glossary/Makefile |
---|
1037 | :info:build config.status: creating doc/kappfinder/Makefile |
---|
1038 | :info:build config.status: creating doc/kate/Makefile |
---|
1039 | :info:build config.status: creating doc/kcontrol/Makefile |
---|
1040 | :info:build config.status: creating doc/kcontrol/arts/Makefile |
---|
1041 | :info:build config.status: creating doc/kcontrol/background/Makefile |
---|
1042 | :info:build config.status: creating doc/kcontrol/bell/Makefile |
---|
1043 | :info:build config.status: creating doc/kcontrol/cache/Makefile |
---|
1044 | :info:build config.status: creating doc/kcontrol/clock/Makefile |
---|
1045 | :info:build config.status: creating doc/kcontrol/colors/Makefile |
---|
1046 | :info:build config.status: creating doc/kcontrol/cookies/Makefile |
---|
1047 | :info:build config.status: creating doc/kcontrol/crypto/Makefile |
---|
1048 | :info:build config.status: creating doc/kcontrol/desktop/Makefile |
---|
1049 | :info:build config.status: creating doc/kcontrol/desktopbehavior/Makefile |
---|
1050 | :info:build config.status: creating doc/kcontrol/ebrowsing/Makefile |
---|
1051 | :info:build config.status: creating doc/kcontrol/email/Makefile |
---|
1052 | :info:build config.status: creating doc/kcontrol/energy/Makefile |
---|
1053 | :info:build config.status: creating doc/kcontrol/filemanager/Makefile |
---|
1054 | :info:build config.status: creating doc/kcontrol/filetypes/Makefile |
---|
1055 | :info:build config.status: creating doc/kcontrol/fonts/Makefile |
---|
1056 | :info:build config.status: creating doc/kcontrol/helpindex/Makefile |
---|
1057 | :info:build config.status: creating doc/kcontrol/icons/Makefile |
---|
1058 | :info:build config.status: creating doc/kcontrol/kcmaccess/Makefile |
---|
1059 | :info:build config.status: creating doc/kcontrol/kcmcss/Makefile |
---|
1060 | :info:build config.status: creating doc/kcontrol/kcmfontinst/Makefile |
---|
1061 | :info:build config.status: creating doc/kcontrol/kcmkonsole/Makefile |
---|
1062 | :info:build config.status: creating doc/kcontrol/kcmlaunch/Makefile |
---|
1063 | :info:build config.status: creating doc/kcontrol/kcmnotify/Makefile |
---|
1064 | :info:build config.status: creating doc/kcontrol/kcmsmserver/Makefile |
---|
1065 | :info:build config.status: creating doc/kcontrol/kcmstyle/Makefile |
---|
1066 | :info:build config.status: creating doc/kcontrol/kcmtaskbar/Makefile |
---|
1067 | :info:build config.status: creating doc/kcontrol/kdm/Makefile |
---|
1068 | :info:build config.status: creating doc/kcontrol/keyboard/Makefile |
---|
1069 | :info:build config.status: creating doc/kcontrol/keys/Makefile |
---|
1070 | :info:build config.status: creating doc/kcontrol/khtml/Makefile |
---|
1071 | :info:build config.status: creating doc/kcontrol/kwindecoration/Makefile |
---|
1072 | :info:build config.status: creating doc/kcontrol/language/Makefile |
---|
1073 | :info:build config.status: creating doc/kcontrol/mouse/Makefile |
---|
1074 | :info:build config.status: creating doc/kcontrol/netpref/Makefile |
---|
1075 | :info:build config.status: creating doc/kcontrol/panel/Makefile |
---|
1076 | :info:build config.status: creating doc/kcontrol/panelappearance/Makefile |
---|
1077 | :info:build config.status: creating doc/kcontrol/passwords/Makefile |
---|
1078 | :info:build config.status: creating doc/kcontrol/performance/Makefile |
---|
1079 | :info:build config.status: creating doc/kcontrol/proxy/Makefile |
---|
1080 | :info:build config.status: creating doc/kcontrol/screensaver/Makefile |
---|
1081 | :info:build config.status: creating doc/kcontrol/smb/Makefile |
---|
1082 | :info:build config.status: creating doc/kcontrol/spellchecking/Makefile |
---|
1083 | :info:build config.status: creating doc/kcontrol/useragent/Makefile |
---|
1084 | :info:build config.status: creating doc/kcontrol/windowmanagement/Makefile |
---|
1085 | :info:build config.status: creating doc/kdcop/Makefile |
---|
1086 | :info:build config.status: creating doc/kdebugdialog/Makefile |
---|
1087 | :info:build config.status: creating doc/kdeprint/Makefile |
---|
1088 | :info:build config.status: creating doc/kdesu/Makefile |
---|
1089 | :info:build config.status: creating doc/kdm/Makefile |
---|
1090 | :info:build config.status: creating doc/kfind/Makefile |
---|
1091 | :info:build config.status: creating doc/khelpcenter/Makefile |
---|
1092 | :info:build config.status: creating doc/kicker/Makefile |
---|
1093 | :info:build config.status: creating doc/kinfocenter/Makefile |
---|
1094 | :info:build config.status: creating doc/kinfocenter/cdinfo/Makefile |
---|
1095 | :info:build config.status: creating doc/kinfocenter/devices/Makefile |
---|
1096 | :info:build config.status: creating doc/kinfocenter/dma/Makefile |
---|
1097 | :info:build config.status: creating doc/kinfocenter/interrupts/Makefile |
---|
1098 | :info:build config.status: creating doc/kinfocenter/ioports/Makefile |
---|
1099 | :info:build config.status: creating doc/kinfocenter/memory/Makefile |
---|
1100 | :info:build config.status: creating doc/kinfocenter/nics/Makefile |
---|
1101 | :info:build config.status: creating doc/kinfocenter/opengl/Makefile |
---|
1102 | :info:build config.status: creating doc/kinfocenter/partitions/Makefile |
---|
1103 | :info:build config.status: creating doc/kinfocenter/pci/Makefile |
---|
1104 | :info:build config.status: creating doc/kinfocenter/pcmcia/Makefile |
---|
1105 | :info:build config.status: creating doc/kinfocenter/processor/Makefile |
---|
1106 | :info:build config.status: creating doc/kinfocenter/protocols/Makefile |
---|
1107 | :info:build config.status: creating doc/kinfocenter/samba/Makefile |
---|
1108 | :info:build config.status: creating doc/kinfocenter/scsi/Makefile |
---|
1109 | :info:build config.status: creating doc/kinfocenter/sound/Makefile |
---|
1110 | :info:build config.status: creating doc/kinfocenter/usb/Makefile |
---|
1111 | :info:build config.status: creating doc/kinfocenter/xserver/Makefile |
---|
1112 | :info:build config.status: creating doc/kioslave/Makefile |
---|
1113 | :info:build config.status: creating doc/klipper/Makefile |
---|
1114 | :info:build config.status: creating doc/kmenuedit/Makefile |
---|
1115 | :info:build config.status: creating doc/knetattach/Makefile |
---|
1116 | :info:build config.status: creating doc/kompmgr/Makefile |
---|
1117 | :info:build config.status: creating doc/konqueror/Makefile |
---|
1118 | :info:build config.status: creating doc/konsole/Makefile |
---|
1119 | :info:build config.status: creating doc/kpager/Makefile |
---|
1120 | :info:build config.status: creating doc/ksplashml/Makefile |
---|
1121 | :info:build config.status: creating doc/ksysguard/Makefile |
---|
1122 | :info:build config.status: creating doc/kwrite/Makefile |
---|
1123 | :info:build config.status: creating doc/kxkb/Makefile |
---|
1124 | :info:build config.status: creating doc/quickstart/Makefile |
---|
1125 | :info:build config.status: creating doc/userguide/Makefile |
---|
1126 | :info:build config.status: creating doc/visualdict/Makefile |
---|
1127 | :info:build config.status: creating drkonqi/Makefile |
---|
1128 | :info:build config.status: creating drkonqi/debuggers/Makefile |
---|
1129 | :info:build config.status: creating drkonqi/pics/Makefile |
---|
1130 | :info:build config.status: creating drkonqi/presets/Makefile |
---|
1131 | :info:build config.status: creating kappfinder/Makefile |
---|
1132 | :info:build config.status: creating kappfinder/apps/Makefile |
---|
1133 | :info:build config.status: creating kappfinder/apps/Development/Makefile |
---|
1134 | :info:build config.status: creating kappfinder/apps/Games/Makefile |
---|
1135 | :info:build config.status: creating kappfinder/apps/Games/Arcade/Makefile |
---|
1136 | :info:build config.status: creating kappfinder/apps/Games/Board/Makefile |
---|
1137 | :info:build config.status: creating kappfinder/apps/Games/Card/Makefile |
---|
1138 | :info:build config.status: creating kappfinder/apps/Games/Emulators/Makefile |
---|
1139 | :info:build config.status: creating kappfinder/apps/Games/Roguelikes/Makefile |
---|
1140 | :info:build config.status: creating kappfinder/apps/Games/TacticStrategy/Makefile |
---|
1141 | :info:build config.status: creating kappfinder/apps/Games/Toys/Makefile |
---|
1142 | :info:build config.status: creating kappfinder/apps/Graphics/Makefile |
---|
1143 | :info:build config.status: creating kappfinder/apps/Internet/Makefile |
---|
1144 | :info:build config.status: creating kappfinder/apps/Internet/Terminal/Makefile |
---|
1145 | :info:build config.status: creating kappfinder/apps/Multimedia/Makefile |
---|
1146 | :info:build config.status: creating kappfinder/apps/Office/Makefile |
---|
1147 | :info:build config.status: creating kappfinder/apps/System/Makefile |
---|
1148 | :info:build config.status: creating kappfinder/apps/System/Terminal/Makefile |
---|
1149 | :info:build config.status: creating kappfinder/apps/Utilities/Makefile |
---|
1150 | :info:build config.status: creating kappfinder/apps/Utilities/Editors/Makefile |
---|
1151 | :info:build config.status: creating kappfinder/apps/Utilities/xutils/Makefile |
---|
1152 | :info:build config.status: creating kate/Makefile |
---|
1153 | :info:build config.status: creating kate/app/Makefile |
---|
1154 | :info:build config.status: creating kate/data/Makefile |
---|
1155 | :info:build config.status: creating kate/interfaces/Makefile |
---|
1156 | :info:build config.status: creating kate/pics/Makefile |
---|
1157 | :info:build config.status: creating kate/pics/actions/Makefile |
---|
1158 | :info:build config.status: creating kate/utils/Makefile |
---|
1159 | :info:build config.status: creating kcheckpass/Makefile |
---|
1160 | :info:build config.status: creating kcminit/Makefile |
---|
1161 | :info:build config.status: creating kcontrol/Makefile |
---|
1162 | :info:build config.status: creating kcontrol/access/Makefile |
---|
1163 | :info:build config.status: creating kcontrol/accessibility/Makefile |
---|
1164 | :info:build config.status: creating kcontrol/arts/Makefile |
---|
1165 | :info:build config.status: creating kcontrol/background/Makefile |
---|
1166 | :info:build config.status: creating kcontrol/background/pics/Makefile |
---|
1167 | :info:build config.status: creating kcontrol/bell/Makefile |
---|
1168 | :info:build config.status: creating kcontrol/clock/Makefile |
---|
1169 | :info:build config.status: creating kcontrol/colors/Makefile |
---|
1170 | :info:build config.status: creating kcontrol/componentchooser/Makefile |
---|
1171 | :info:build config.status: creating kcontrol/componentchooser/componentservices/Makefile |
---|
1172 | :info:build config.status: creating kcontrol/crypto/Makefile |
---|
1173 | :info:build config.status: creating kcontrol/css/Makefile |
---|
1174 | :info:build config.status: creating kcontrol/display/Makefile |
---|
1175 | :info:build config.status: creating kcontrol/dnssd/Makefile |
---|
1176 | :info:build config.status: creating kcontrol/ebrowsing/Makefile |
---|
1177 | :info:build config.status: creating kcontrol/ebrowsing/plugins/Makefile |
---|
1178 | :info:build config.status: creating kcontrol/ebrowsing/plugins/ikws/Makefile |
---|
1179 | :info:build config.status: creating kcontrol/ebrowsing/plugins/ikws/searchproviders/Makefile |
---|
1180 | :info:build config.status: creating kcontrol/ebrowsing/plugins/localdomain/Makefile |
---|
1181 | :info:build config.status: creating kcontrol/ebrowsing/plugins/shorturi/Makefile |
---|
1182 | :info:build config.status: creating kcontrol/energy/Makefile |
---|
1183 | :info:build config.status: creating kcontrol/energy/pics/Makefile |
---|
1184 | :info:build config.status: creating kcontrol/filetypes/Makefile |
---|
1185 | :info:build config.status: creating kcontrol/fonts/Makefile |
---|
1186 | :info:build config.status: creating kcontrol/icons/Makefile |
---|
1187 | :info:build config.status: creating kcontrol/info/Makefile |
---|
1188 | :info:build config.status: creating kcontrol/input/Makefile |
---|
1189 | :info:build config.status: creating kcontrol/input/core/Makefile |
---|
1190 | :info:build config.status: creating kcontrol/input/pics/Makefile |
---|
1191 | :info:build config.status: creating kcontrol/input/xcursor/Makefile |
---|
1192 | :info:build config.status: creating kcontrol/ioslaveinfo/Makefile |
---|
1193 | :info:build config.status: creating kcontrol/joystick/Makefile |
---|
1194 | :info:build config.status: creating kcontrol/kcontrol/Makefile |
---|
1195 | :info:build config.status: creating kcontrol/kcontrol/about/Makefile |
---|
1196 | :info:build config.status: creating kcontrol/kded/Makefile |
---|
1197 | :info:build config.status: creating kcontrol/kdm/Makefile |
---|
1198 | :info:build config.status: creating kcontrol/keys/Makefile |
---|
1199 | :info:build config.status: creating kcontrol/kfontinst/Makefile |
---|
1200 | :info:build config.status: creating kcontrol/kfontinst/kcmfontinst/Makefile |
---|
1201 | :info:build config.status: creating kcontrol/kfontinst/kfile-plugin/Makefile |
---|
1202 | :info:build config.status: creating kcontrol/kfontinst/kfontinst/Makefile |
---|
1203 | :info:build config.status: creating kcontrol/kfontinst/kio/Makefile |
---|
1204 | :info:build config.status: creating kcontrol/kfontinst/lib/Makefile |
---|
1205 | :info:build config.status: creating kcontrol/kfontinst/thumbnail/Makefile |
---|
1206 | :info:build config.status: creating kcontrol/kfontinst/viewpart/Makefile |
---|
1207 | :info:build config.status: creating kcontrol/kicker/Makefile |
---|
1208 | :info:build config.status: creating kcontrol/kio/Makefile |
---|
1209 | :info:build config.status: creating kcontrol/kio/uasproviders/Makefile |
---|
1210 | :info:build config.status: creating kcontrol/knotify/Makefile |
---|
1211 | :info:build config.status: creating kcontrol/knotify/sounds/Makefile |
---|
1212 | :info:build config.status: creating kcontrol/konq/Makefile |
---|
1213 | :info:build config.status: creating kcontrol/konqhtml/Makefile |
---|
1214 | :info:build config.status: creating kcontrol/konsole/Makefile |
---|
1215 | :info:build config.status: creating kcontrol/krdb/Makefile |
---|
1216 | :info:build config.status: creating kcontrol/krdb/ad/Makefile |
---|
1217 | :info:build config.status: creating kcontrol/krdb/kcs/Makefile |
---|
1218 | :info:build config.status: creating kcontrol/krdb/pics/Makefile |
---|
1219 | :info:build config.status: creating kcontrol/krdb/themes/Makefile |
---|
1220 | :info:build config.status: creating kcontrol/krdb/themes/HighContrastDark/Makefile |
---|
1221 | :info:build config.status: creating kcontrol/krdb/themes/HighContrastDark-big/Makefile |
---|
1222 | :info:build config.status: creating kcontrol/krdb/themes/HighContrastLight/Makefile |
---|
1223 | :info:build config.status: creating kcontrol/krdb/themes/HighContrastLight-big/Makefile |
---|
1224 | :info:build config.status: creating kcontrol/krdb/themes/KDE_Classic/Makefile |
---|
1225 | :info:build config.status: creating kcontrol/krdb/themes/Keramik/Makefile |
---|
1226 | :info:build config.status: creating kcontrol/krdb/themes/Plastik/Makefile |
---|
1227 | :info:build config.status: creating kcontrol/krdb/themes/Platinum/Makefile |
---|
1228 | :info:build config.status: creating kcontrol/krdb/themes/Redmond/Makefile |
---|
1229 | :info:build config.status: creating kcontrol/krdb/themes/Sunshine/Makefile |
---|
1230 | :info:build config.status: creating kcontrol/krdb/themes/YellowOnBlue/Makefile |
---|
1231 | :info:build config.status: creating kcontrol/krdb/themes/YellowOnBlue-big/Makefile |
---|
1232 | :info:build config.status: creating kcontrol/kthememanager/Makefile |
---|
1233 | :info:build config.status: creating kcontrol/launch/Makefile |
---|
1234 | :info:build config.status: creating kcontrol/locale/Makefile |
---|
1235 | :info:build config.status: creating kcontrol/locale/default/Makefile |
---|
1236 | :info:build config.status: creating kcontrol/locale/pics/Makefile |
---|
1237 | :info:build config.status: creating kcontrol/nics/Makefile |
---|
1238 | :info:build config.status: creating kcontrol/performance/Makefile |
---|
1239 | :info:build config.status: creating kcontrol/pics/Makefile |
---|
1240 | :info:build config.status: creating kcontrol/privacy/Makefile |
---|
1241 | :info:build config.status: creating kcontrol/randr/Makefile |
---|
1242 | :info:build config.status: creating kcontrol/samba/Makefile |
---|
1243 | :info:build config.status: creating kcontrol/screensaver/Makefile |
---|
1244 | :info:build config.status: creating kcontrol/smartcard/Makefile |
---|
1245 | :info:build config.status: creating kcontrol/smserver/Makefile |
---|
1246 | :info:build config.status: creating kcontrol/spellchecking/Makefile |
---|
1247 | :info:build config.status: creating kcontrol/style/Makefile |
---|
1248 | :info:build config.status: creating kcontrol/style/keramik/Makefile |
---|
1249 | :info:build config.status: creating kcontrol/taskbar/Makefile |
---|
1250 | :info:build config.status: creating kcontrol/usbview/Makefile |
---|
1251 | :info:build config.status: creating kcontrol/view1394/Makefile |
---|
1252 | :info:build config.status: creating kcontrol/xinerama/Makefile |
---|
1253 | :info:build config.status: creating kdcop/Makefile |
---|
1254 | :info:build config.status: creating kdebugdialog/Makefile |
---|
1255 | :info:build config.status: creating kdeeject/Makefile |
---|
1256 | :info:build config.status: creating kdepasswd/Makefile |
---|
1257 | :info:build config.status: creating kdepasswd/kcm/Makefile |
---|
1258 | :info:build config.status: creating kdepasswd/kcm/pics/Makefile |
---|
1259 | :info:build config.status: creating kdeprint/Makefile |
---|
1260 | :info:build config.status: creating kdeprint/descriptions/Makefile |
---|
1261 | :info:build config.status: creating kdeprint/kdeprint_part/Makefile |
---|
1262 | :info:build config.status: creating kdeprint/kdeprintfax/Makefile |
---|
1263 | :info:build config.status: creating kdeprint/kjobviewer/Makefile |
---|
1264 | :info:build config.status: creating kdeprint/kprinter/Makefile |
---|
1265 | :info:build config.status: creating kdeprint/printmgr/Makefile |
---|
1266 | :info:build config.status: creating kdeprint/slave/Makefile |
---|
1267 | :info:build config.status: creating kdeprint/slave/mimetypes/Makefile |
---|
1268 | :info:build config.status: creating kdeprint/slave/templates/Makefile |
---|
1269 | :info:build config.status: creating kdesktop/Makefile |
---|
1270 | :info:build config.status: creating kdesktop/init/Makefile |
---|
1271 | :info:build config.status: creating kdesktop/init/Templates/Makefile |
---|
1272 | :info:build config.status: creating kdesktop/kwebdesktop/Makefile |
---|
1273 | :info:build config.status: creating kdesktop/lock/Makefile |
---|
1274 | :info:build config.status: creating kdesktop/patterns/Makefile |
---|
1275 | :info:build config.status: creating kdesktop/pics/Makefile |
---|
1276 | :info:build config.status: creating kdesktop/programs/Makefile |
---|
1277 | :info:build config.status: creating kdesu/Makefile |
---|
1278 | :info:build config.status: creating kdesu/kdesu/Makefile |
---|
1279 | :info:build config.status: creating kdesu/kdesud/Makefile |
---|
1280 | :info:build config.status: creating kdialog/Makefile |
---|
1281 | :info:build config.status: creating kdm/Makefile |
---|
1282 | :info:build config.status: creating kdm/backend/Makefile |
---|
1283 | :info:build config.status: creating kdm/kfrontend/Makefile |
---|
1284 | :info:build config.status: creating kdm/kfrontend/pics/Makefile |
---|
1285 | :info:build config.status: creating kdm/kfrontend/sessions/Makefile |
---|
1286 | :info:build config.status: creating kdm/kfrontend/themer/Makefile |
---|
1287 | :info:build config.status: creating kdm/kfrontend/themes/Makefile |
---|
1288 | :info:build config.status: creating kdm/kfrontend/themes/circles/Makefile |
---|
1289 | :info:build config.status: creating kdmlib/Makefile |
---|
1290 | :info:build config.status: creating kfind/Makefile |
---|
1291 | :info:build config.status: creating kfind/pics/Makefile |
---|
1292 | :info:build config.status: creating khelpcenter/Makefile |
---|
1293 | :info:build config.status: creating khelpcenter/htmlsearch/Makefile |
---|
1294 | :info:build config.status: creating khelpcenter/pics/Makefile |
---|
1295 | :info:build config.status: creating khelpcenter/plugins/Makefile |
---|
1296 | :info:build config.status: creating khelpcenter/plugins/Applications/Makefile |
---|
1297 | :info:build config.status: creating khelpcenter/plugins/Manpages/Makefile |
---|
1298 | :info:build config.status: creating khelpcenter/plugins/Scrollkeeper/Makefile |
---|
1299 | :info:build config.status: creating khelpcenter/plugins/Tutorials/Makefile |
---|
1300 | :info:build config.status: creating khelpcenter/searchhandlers/Makefile |
---|
1301 | :info:build config.status: creating khotkeys/Makefile |
---|
1302 | :info:build config.status: creating khotkeys/app/Makefile |
---|
1303 | :info:build config.status: creating khotkeys/arts/Makefile |
---|
1304 | :info:build config.status: creating khotkeys/data/Makefile |
---|
1305 | :info:build config.status: creating khotkeys/kcontrol/Makefile |
---|
1306 | :info:build config.status: creating khotkeys/kcontrol/ui/Makefile |
---|
1307 | :info:build config.status: creating khotkeys/shared/Makefile |
---|
1308 | :info:build config.status: creating khotkeys/update/Makefile |
---|
1309 | :info:build config.status: creating kicker/Makefile |
---|
1310 | :info:build config.status: creating kicker/applets/Makefile |
---|
1311 | :info:build config.status: creating kicker/applets/clock/Makefile |
---|
1312 | :info:build config.status: creating kicker/applets/launcher/Makefile |
---|
1313 | :info:build config.status: creating kicker/applets/lockout/Makefile |
---|
1314 | :info:build config.status: creating kicker/applets/media/Makefile |
---|
1315 | :info:build config.status: creating kicker/applets/menu/Makefile |
---|
1316 | :info:build config.status: creating kicker/applets/minipager/Makefile |
---|
1317 | :info:build config.status: creating kicker/applets/naughty/Makefile |
---|
1318 | :info:build config.status: creating kicker/applets/run/Makefile |
---|
1319 | :info:build config.status: creating kicker/applets/swallow/Makefile |
---|
1320 | :info:build config.status: creating kicker/applets/systemtray/Makefile |
---|
1321 | :info:build config.status: creating kicker/applets/taskbar/Makefile |
---|
1322 | :info:build config.status: creating kicker/applets/trash/Makefile |
---|
1323 | :info:build config.status: creating kicker/data/Makefile |
---|
1324 | :info:build config.status: creating kicker/data/app_start_anim/Makefile |
---|
1325 | :info:build config.status: creating kicker/data/icons/Makefile |
---|
1326 | :info:build config.status: creating kicker/data/icons/actions/Makefile |
---|
1327 | :info:build config.status: creating kicker/data/kmenu_side/Makefile |
---|
1328 | :info:build config.status: creating kicker/data/tiles/Makefile |
---|
1329 | :info:build config.status: creating kicker/data/wallpaper/Makefile |
---|
1330 | :info:build config.status: creating kicker/extensions/Makefile |
---|
1331 | :info:build config.status: creating kicker/extensions/dockbar/Makefile |
---|
1332 | :info:build config.status: creating kicker/extensions/kasbar/Makefile |
---|
1333 | :info:build config.status: creating kicker/extensions/sidebar/Makefile |
---|
1334 | :info:build config.status: creating kicker/extensions/taskbar/Makefile |
---|
1335 | :info:build config.status: creating kicker/kicker/Makefile |
---|
1336 | :info:build config.status: creating kicker/kicker/buttons/Makefile |
---|
1337 | :info:build config.status: creating kicker/kicker/core/Makefile |
---|
1338 | :info:build config.status: creating kicker/kicker/ui/Makefile |
---|
1339 | :info:build config.status: creating kicker/libkicker/Makefile |
---|
1340 | :info:build config.status: creating kicker/menuext/Makefile |
---|
1341 | :info:build config.status: creating kicker/menuext/find/Makefile |
---|
1342 | :info:build config.status: creating kicker/menuext/kate/Makefile |
---|
1343 | :info:build config.status: creating kicker/menuext/kdeprint/Makefile |
---|
1344 | :info:build config.status: creating kicker/menuext/konq-profiles/Makefile |
---|
1345 | :info:build config.status: creating kicker/menuext/konsole/Makefile |
---|
1346 | :info:build config.status: creating kicker/menuext/prefmenu/Makefile |
---|
1347 | :info:build config.status: creating kicker/menuext/recentdocs/Makefile |
---|
1348 | :info:build config.status: creating kicker/menuext/remote/Makefile |
---|
1349 | :info:build config.status: creating kicker/menuext/system/Makefile |
---|
1350 | :info:build config.status: creating kicker/menuext/tom/Makefile |
---|
1351 | :info:build config.status: creating kicker/proxy/Makefile |
---|
1352 | :info:build config.status: creating kicker/taskbar/Makefile |
---|
1353 | :info:build config.status: creating kicker/taskmanager/Makefile |
---|
1354 | :info:build config.status: creating kioslave/Makefile |
---|
1355 | :info:build config.status: creating kioslave/about/Makefile |
---|
1356 | :info:build config.status: creating kioslave/cgi/Makefile |
---|
1357 | :info:build config.status: creating kioslave/cgi/kcmcgi/Makefile |
---|
1358 | :info:build config.status: creating kioslave/filter/Makefile |
---|
1359 | :info:build config.status: creating kioslave/finger/Makefile |
---|
1360 | :info:build config.status: creating kioslave/fish/Makefile |
---|
1361 | :info:build config.status: creating kioslave/floppy/Makefile |
---|
1362 | :info:build config.status: creating kioslave/home/Makefile |
---|
1363 | :info:build config.status: creating kioslave/home/kdedmodule/Makefile |
---|
1364 | :info:build config.status: creating kioslave/info/Makefile |
---|
1365 | :info:build config.status: creating kioslave/ldap/Makefile |
---|
1366 | :info:build config.status: creating kioslave/mac/Makefile |
---|
1367 | :info:build config.status: creating kioslave/man/Makefile |
---|
1368 | :info:build config.status: creating kioslave/media/Makefile |
---|
1369 | :info:build config.status: creating kioslave/media/kcmodule/Makefile |
---|
1370 | :info:build config.status: creating kioslave/media/kfile-plugin/Makefile |
---|
1371 | :info:build config.status: creating kioslave/media/libmediacommon/Makefile |
---|
1372 | :info:build config.status: creating kioslave/media/mediamanager/Makefile |
---|
1373 | :info:build config.status: creating kioslave/media/medianotifier/Makefile |
---|
1374 | :info:build config.status: creating kioslave/media/mimetypes/Makefile |
---|
1375 | :info:build config.status: creating kioslave/media/mounthelper/Makefile |
---|
1376 | :info:build config.status: creating kioslave/media/propsdlgplugin/Makefile |
---|
1377 | :info:build config.status: creating kioslave/media/services/Makefile |
---|
1378 | :info:build config.status: creating kioslave/nfs/Makefile |
---|
1379 | :info:build config.status: creating kioslave/nntp/Makefile |
---|
1380 | :info:build config.status: creating kioslave/pop3/Makefile |
---|
1381 | :info:build config.status: creating kioslave/remote/Makefile |
---|
1382 | :info:build config.status: creating kioslave/remote/kdedmodule/Makefile |
---|
1383 | :info:build config.status: creating kioslave/settings/Makefile |
---|
1384 | :info:build config.status: creating kioslave/sftp/Makefile |
---|
1385 | :info:build config.status: creating kioslave/smb/Makefile |
---|
1386 | :info:build config.status: creating kioslave/smtp/Makefile |
---|
1387 | :info:build config.status: creating kioslave/system/Makefile |
---|
1388 | :info:build config.status: creating kioslave/system/entries/Makefile |
---|
1389 | :info:build config.status: creating kioslave/system/kdedmodule/Makefile |
---|
1390 | :info:build config.status: creating kioslave/system/mimetypes/Makefile |
---|
1391 | :info:build config.status: creating kioslave/tar/Makefile |
---|
1392 | :info:build config.status: creating kioslave/thumbnail/Makefile |
---|
1393 | :info:build config.status: creating kioslave/trash/Makefile |
---|
1394 | :info:build config.status: creating kioslave/trash/kfile-plugin/Makefile |
---|
1395 | :info:build config.status: creating klipper/Makefile |
---|
1396 | :info:build config.status: creating kmenuedit/Makefile |
---|
1397 | :info:build config.status: creating kmenuedit/pixmaps/Makefile |
---|
1398 | :info:build config.status: creating knetattach/Makefile |
---|
1399 | :info:build config.status: creating konqueror/Makefile |
---|
1400 | :info:build config.status: creating konqueror/about/Makefile |
---|
1401 | :info:build config.status: creating konqueror/client/Makefile |
---|
1402 | :info:build config.status: creating konqueror/iconview/Makefile |
---|
1403 | :info:build config.status: creating konqueror/keditbookmarks/Makefile |
---|
1404 | :info:build config.status: creating konqueror/kttsplugin/Makefile |
---|
1405 | :info:build config.status: creating konqueror/listview/Makefile |
---|
1406 | :info:build config.status: creating konqueror/pics/Makefile |
---|
1407 | :info:build config.status: creating konqueror/pics/actions/Makefile |
---|
1408 | :info:build config.status: creating konqueror/pics/indicators/Makefile |
---|
1409 | :info:build config.status: creating konqueror/pics/tiles/Makefile |
---|
1410 | :info:build config.status: creating konqueror/preloader/Makefile |
---|
1411 | :info:build config.status: creating konqueror/quickprint/Makefile |
---|
1412 | :info:build config.status: creating konqueror/remoteencodingplugin/Makefile |
---|
1413 | :info:build config.status: creating konqueror/shellcmdplugin/Makefile |
---|
1414 | :info:build config.status: creating konqueror/sidebar/Makefile |
---|
1415 | :info:build config.status: creating konqueror/sidebar/test/Makefile |
---|
1416 | :info:build config.status: creating konqueror/sidebar/trees/Makefile |
---|
1417 | :info:build config.status: creating konqueror/sidebar/trees/bookmark_module/Makefile |
---|
1418 | :info:build config.status: creating konqueror/sidebar/trees/dirtree_module/Makefile |
---|
1419 | :info:build config.status: creating konqueror/sidebar/trees/history_module/Makefile |
---|
1420 | :info:build config.status: creating konqueror/sidebar/trees/init/Makefile |
---|
1421 | :info:build config.status: creating konqueror/sidebar/trees/init/remote/Makefile |
---|
1422 | :info:build config.status: creating konqueror/sidebar/trees/init/remote/ftp/Makefile |
---|
1423 | :info:build config.status: creating konqueror/sidebar/trees/init/remote/web/Makefile |
---|
1424 | :info:build config.status: creating konqueror/sidebar/trees/init/services/Makefile |
---|
1425 | :info:build config.status: creating konqueror/sidebar/web_module/Makefile |
---|
1426 | :info:build config.status: creating konsole/Makefile |
---|
1427 | :info:build config.status: creating konsole/doc/Makefile |
---|
1428 | :info:build config.status: creating konsole/doc/VT100/Makefile |
---|
1429 | :info:build config.status: creating konsole/fonts/Makefile |
---|
1430 | :info:build config.status: creating konsole/konsole/Makefile |
---|
1431 | :info:build config.status: creating konsole/other/Makefile |
---|
1432 | :info:build config.status: creating konsole/other/icons/Makefile |
---|
1433 | :info:build config.status: creating konsole/other/wallpapers/Makefile |
---|
1434 | :info:build config.status: creating kpager/Makefile |
---|
1435 | :info:build config.status: creating kpersonalizer/Makefile |
---|
1436 | :info:build config.status: creating kpersonalizer/pics/Makefile |
---|
1437 | :info:build config.status: creating kreadconfig/Makefile |
---|
1438 | :info:build config.status: creating kscreensaver/Makefile |
---|
1439 | :info:build config.status: creating ksmserver/Makefile |
---|
1440 | :info:build config.status: creating ksplashml/Makefile |
---|
1441 | :info:build config.status: creating ksplashml/kcmksplash/Makefile |
---|
1442 | :info:build config.status: creating ksplashml/kcmksplash/pics/Makefile |
---|
1443 | :info:build config.status: creating ksplashml/pics/Makefile |
---|
1444 | :info:build config.status: creating ksplashml/pics/themes/Makefile |
---|
1445 | :info:build config.status: creating ksplashml/pics/themes/blue-bend/Makefile |
---|
1446 | :info:build config.status: creating ksplashml/pics/themes/default/Makefile |
---|
1447 | :info:build config.status: creating ksplashml/pics/themes/default/locolor/Makefile |
---|
1448 | :info:build config.status: creating ksplashml/pics/themes/none/Makefile |
---|
1449 | :info:build config.status: creating ksplashml/pics/themes/simple/Makefile |
---|
1450 | :info:build config.status: creating ksplashml/themeengine/Makefile |
---|
1451 | :info:build config.status: creating ksplashml/themeengine/default/Makefile |
---|
1452 | :info:build config.status: creating ksplashml/themeengine/redmond/Makefile |
---|
1453 | :info:build config.status: creating ksplashml/themeengine/redmond/pics/Makefile |
---|
1454 | :info:build config.status: creating ksplashml/themeengine/simple/Makefile |
---|
1455 | :info:build config.status: creating ksplashml/themeengine/standard/Makefile |
---|
1456 | :info:build config.status: creating ksplashml/themeengine/standard/pics/Makefile |
---|
1457 | :info:build config.status: creating kstart/Makefile |
---|
1458 | :info:build config.status: creating ksysguard/Makefile |
---|
1459 | :info:build config.status: creating ksysguard/CContLib/Makefile |
---|
1460 | :info:build config.status: creating ksysguard/example/Makefile |
---|
1461 | :info:build config.status: creating ksysguard/gui/Makefile |
---|
1462 | :info:build config.status: creating ksysguard/gui/SensorDisplayLib/Makefile |
---|
1463 | :info:build config.status: creating ksysguard/gui/ksgrd/Makefile |
---|
1464 | :info:build config.status: creating ksysguard/ksysguardd/Makefile |
---|
1465 | :info:build config.status: creating ksysguard/ksysguardd/FreeBSD/Makefile |
---|
1466 | :info:build config.status: creating ksysguard/ksysguardd/Irix/Makefile |
---|
1467 | :info:build config.status: creating ksysguard/ksysguardd/Linux/Makefile |
---|
1468 | :info:build config.status: creating ksysguard/ksysguardd/NetBSD/Makefile |
---|
1469 | :info:build config.status: creating ksysguard/ksysguardd/OpenBSD/Makefile |
---|
1470 | :info:build config.status: creating ksysguard/ksysguardd/Solaris/Makefile |
---|
1471 | :info:build config.status: creating ksysguard/ksysguardd/Tru64/Makefile |
---|
1472 | :info:build config.status: creating ksysguard/pics/Makefile |
---|
1473 | :info:build config.status: creating ksystraycmd/Makefile |
---|
1474 | :info:build config.status: creating ktip/Makefile |
---|
1475 | :info:build config.status: creating ktip/pics/Makefile |
---|
1476 | :info:build config.status: creating kwin/Makefile |
---|
1477 | :info:build config.status: creating kwin/clients/Makefile |
---|
1478 | :info:build config.status: creating kwin/clients/b2/Makefile |
---|
1479 | :info:build config.status: creating kwin/clients/b2/config/Makefile |
---|
1480 | :info:build config.status: creating kwin/clients/default/Makefile |
---|
1481 | :info:build config.status: creating kwin/clients/default/config/Makefile |
---|
1482 | :info:build config.status: creating kwin/clients/keramik/Makefile |
---|
1483 | :info:build config.status: creating kwin/clients/keramik/config/Makefile |
---|
1484 | :info:build config.status: creating kwin/clients/kwmtheme/Makefile |
---|
1485 | :info:build config.status: creating kwin/clients/kwmtheme/cli_installer/Makefile |
---|
1486 | :info:build config.status: creating kwin/clients/laptop/Makefile |
---|
1487 | :info:build config.status: creating kwin/clients/modernsystem/Makefile |
---|
1488 | :info:build config.status: creating kwin/clients/modernsystem/config/Makefile |
---|
1489 | :info:build config.status: creating kwin/clients/plastik/Makefile |
---|
1490 | :info:build config.status: creating kwin/clients/plastik/config/Makefile |
---|
1491 | :info:build config.status: creating kwin/clients/quartz/Makefile |
---|
1492 | :info:build config.status: creating kwin/clients/quartz/config/Makefile |
---|
1493 | :info:build config.status: creating kwin/clients/redmond/Makefile |
---|
1494 | :info:build config.status: creating kwin/clients/test/Makefile |
---|
1495 | :info:build config.status: creating kwin/clients/web/Makefile |
---|
1496 | :info:build config.status: creating kwin/data/Makefile |
---|
1497 | :info:build config.status: creating kwin/kcmkwin/Makefile |
---|
1498 | :info:build config.status: creating kwin/kcmkwin/kwindecoration/Makefile |
---|
1499 | :info:build config.status: creating kwin/kcmkwin/kwinoptions/Makefile |
---|
1500 | :info:build config.status: creating kwin/kcmkwin/kwinrules/Makefile |
---|
1501 | :info:build config.status: creating kwin/killer/Makefile |
---|
1502 | :info:build config.status: creating kwin/kompmgr/Makefile |
---|
1503 | :info:build config.status: creating kwin/lib/Makefile |
---|
1504 | :info:build config.status: creating kwin/oldheaders/Makefile |
---|
1505 | :info:build config.status: creating kwin/pics/Makefile |
---|
1506 | :info:build config.status: creating kwin/tools/Makefile |
---|
1507 | :info:build config.status: creating kwin/tools/decobenchmark/Makefile |
---|
1508 | :info:build config.status: creating kxkb/Makefile |
---|
1509 | :info:build config.status: creating kxkb/pics/Makefile |
---|
1510 | :info:build config.status: creating l10n/Makefile |
---|
1511 | :info:build config.status: creating libkonq/Makefile |
---|
1512 | :info:build config.status: creating libkonq/favicons/Makefile |
---|
1513 | :info:build config.status: creating libkonq/pics/Makefile |
---|
1514 | :info:build config.status: creating libkonq/tests/Makefile |
---|
1515 | :info:build config.status: creating nsplugins/Makefile |
---|
1516 | :info:build config.status: creating nsplugins/test/Makefile |
---|
1517 | :info:build config.status: creating nsplugins/viewer/Makefile |
---|
1518 | :info:build config.status: creating nsplugins/wrapper/Makefile |
---|
1519 | :info:build config.status: creating pics/Makefile |
---|
1520 | :info:build config.status: creating pics/crystalsvg/Makefile |
---|
1521 | :info:build config.status: creating pics/wallpapers/Makefile |
---|
1522 | :info:build config.status: creating kdm/kfrontend/sessions/kde.desktop |
---|
1523 | :info:build config.status: creating khelpcenter/searchhandlers/khc_docbookdig.pl |
---|
1524 | :info:build config.status: creating khelpcenter/searchhandlers/khc_htdig.pl |
---|
1525 | :info:build config.status: creating config.h |
---|
1526 | :info:build config.status: config.h is unchanged |
---|
1527 | :info:build config.status: executing depfiles commands |
---|
1528 | :info:build configure: WARNING: unrecognized options: --without-nfs, --with-distribution |
---|
1529 | :info:build |
---|
1530 | :info:build KFontInstall control module got disabled from compilation |
---|
1531 | :info:build because of missing FreeType 2.x libraries/headers. |
---|
1532 | :info:build You can download the freetype library from http://www.freetype.org/. |
---|
1533 | :info:build |
---|
1534 | :info:build |
---|
1535 | :info:build You're missing libsmbclient from samba 3.0 |
---|
1536 | :info:build KDE will not be able to browse windows shares without it, |
---|
1537 | :info:build consider installing it. |
---|
1538 | :info:build Look at kioslave/smb/libsmbclient-HOWTO.txt |
---|
1539 | :info:build |
---|
1540 | :info:build ./build-helper.sh make kdebase3 3.5.10 7 unsermake $UNSERMAKEFLAGS KDM_FLAGS="-UHAVE_UTMPX -DBSD_UTMP=1" |
---|
1541 | :info:build 01% 01% 01% 01% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/info/main.cpp |
---|
1542 | :info:build compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/kdm/kdm-font.cpp |
---|
1543 | :info:build 01% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/kdm/kdm-appear.cpp |
---|
1544 | :info:build compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/kdm/kdm-shut.cpp |
---|
1545 | :info:build 01% linking ./kmenuedit/libkdeinit_kcontroledit.la |
---|
1546 | :info:build 16% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/kdm/kdm-users.cpp |
---|
1547 | :info:build 17% compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/kdm/kdm-conv.cpp |
---|
1548 | :info:build /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I./kcontrol/info -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/info -I. -I/opt/local/lib/qt3/include -I/opt/local/include -I/opt/local/include -DQT_THREAD_SUPPORT -I/opt/local/include/freetype2 -I/opt/local/include -fno-common -no-cpp-precomp -DMACOSX -DARTS_NO_ALARM -I/opt/local/include -I/usr/X11R6/include -D_LARGE_FILES=1 -DINFO_OPENGL_AVAILABLE -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Os -Os -fPIC -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -fvisibility=hidden -fvisibility-inlines-hidden -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE -fPIC -DPIC -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/info/main.cpp -o ./kcontrol/info/.libs/main.o -Wp,-MD,./kcontrol/info/.deps/main.TUlo |
---|
1549 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/info/main.cpp:31: |
---|
1550 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/info/info.cpp:473:7: warning: "__hpux" is not defined |
---|
1551 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/info/info.cpp:475:7: warning: "__NetBSD__" is not defined |
---|
1552 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/info/info.cpp:477:7: warning: "__OpenBSD__" is not defined |
---|
1553 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/info/info.cpp:481:7: warning: "__svr4__" is not defined |
---|
1554 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/info/info.cpp:483:7: warning: "_AIX" is not defined |
---|
1555 | :info:build In file included from /usr/include/c++/4.2.1/backward/iostream.h:31, |
---|
1556 | :info:build from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/info/info_osx.cpp:46, |
---|
1557 | :info:build from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/info/info.cpp:486, |
---|
1558 | :info:build from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/info/main.cpp:31: |
---|
1559 | :info:build /usr/include/c++/4.2.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated. |
---|
1560 | :info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/info/info.cpp:486, |
---|
1561 | :info:build from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/info/main.cpp:31: |
---|
1562 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/info/info_osx.cpp: In function ‘bool GetInfo_Sound(QListView*)’: |
---|
1563 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/info/info_osx.cpp:124: warning: ‘AudioHardwareGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:1270) |
---|
1564 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/info/info_osx.cpp:124: error: cannot convert ‘long unsigned int*’ to ‘UInt32*’ for argument ‘2’ to ‘OSStatus AudioHardwareGetProperty(AudioHardwarePropertyID, UInt32*, void*)’ |
---|
1565 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/info/info_osx.cpp:135: warning: ‘AudioDeviceGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2640) |
---|
1566 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/info/info_osx.cpp:135: error: cannot convert ‘long unsigned int*’ to ‘UInt32*’ for argument ‘5’ to ‘OSStatus AudioDeviceGetProperty(AudioDeviceID, UInt32, Boolean, AudioDevicePropertyID, UInt32*, void*)’ |
---|
1567 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/info/info_osx.cpp:143: warning: ‘AudioDeviceGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2640) |
---|
1568 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/info/info_osx.cpp:143: error: cannot convert ‘long unsigned int*’ to ‘UInt32*’ for argument ‘5’ to ‘OSStatus AudioDeviceGetProperty(AudioDeviceID, UInt32, Boolean, AudioDevicePropertyID, UInt32*, void*)’ |
---|
1569 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/info/info_osx.cpp: At global scope: |
---|
1570 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/info/info_osx.cpp:158: warning: unused parameter ‘lbox’ |
---|
1571 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/info/info_osx.cpp:163: warning: unused parameter ‘lbox’ |
---|
1572 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/info/info_osx.cpp:173: warning: unused parameter ‘lbox’ |
---|
1573 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/info/main.cpp:46: warning: unused parameter ‘parent’ |
---|
1574 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/info/main.cpp:55: warning: unused parameter ‘parent’ |
---|
1575 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/info/main.cpp:64: warning: unused parameter ‘parent’ |
---|
1576 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/info/main.cpp:73: warning: unused parameter ‘parent’ |
---|
1577 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/info/main.cpp:142: warning: unused parameter ‘parent’ |
---|
1578 | :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/kcontrol/info/info.cpp:436: warning: ‘int GetInfo_ReadfromPipe(QListView*, const char*, bool)’ defined but not used |
---|
1579 | :info:build Error creating ./kcontrol/info/main.lo. Exit status 1. |
---|
1580 | :info:build rm -fr ./kmenuedit/.libs/libkdeinit_kcontroledit.lax |
---|
1581 | :info:build mkdir ./kmenuedit/.libs/libkdeinit_kcontroledit.lax |
---|
1582 | :info:build rm -fr ./kmenuedit/.libs/libkdeinit_kcontroledit.lax/libkmenueditcommon.a |
---|
1583 | :info:build mkdir ./kmenuedit/.libs/libkdeinit_kcontroledit.lax/libkmenueditcommon.a |
---|
1584 | :info:build Extracting /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/./kmenuedit/.libs/libkmenueditcommon.a |
---|
1585 | :info:build (cd ./kmenuedit/.libs/libkdeinit_kcontroledit.lax/libkmenueditcommon.a && ar x /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10/./kmenuedit/.libs/libkmenueditcommon.a) |
---|
1586 | :info:build /usr/bin/g++-4.2 -dynamiclib -single_module -o ./kmenuedit/.libs/libkdeinit_kcontroledit.dylib ./kmenuedit/.libs/kcontrol_main.o ./kmenuedit/.libs/libkdeinit_kcontroledit.lax/libkmenueditcommon.a/basictab.o ./kmenuedit/.libs/libkdeinit_kcontroledit.lax/libkmenueditcommon.a/khotkeys.o ./kmenuedit/.libs/libkdeinit_kcontroledit.lax/libkmenueditcommon.a/kmenuedit.o ./kmenuedit/.libs/libkdeinit_kcontroledit.lax/libkmenueditcommon.a/menufile.o ./kmenuedit/.libs/libkdeinit_kcontroledit.lax/libkmenueditcommon.a/menuinfo.o ./kmenuedit/.libs/libkdeinit_kcontroledit.lax/libkmenueditcommon.a/treeview.o -L/opt/local/lib -L/opt/local/lib/qt3/lib /opt/local/lib/libkio.dylib /opt/local/lib/libGL.dylib /opt/local/lib/libz.dylib /opt/local/lib/libkdeui.dylib /opt/local/lib/libkdesu.dylib /opt/local/lib/libkwalletclient.dylib /opt/local/lib/libkdecore.dylib /opt/local/lib/libDCOP.dylib -lutil /opt/local/lib/libart_lgpl_2.dylib /opt/local/lib/libidn.dylib /opt/local/lib/libintl.dylib -lc /opt/local/lib/libiconv.dylib /opt/local/lib/libkdefx.dylib /opt/local/lib/qt3/lib/libqt-mt.dylib -lresolv -lGL /opt/local/lib/libXmu.dylib /opt/local/lib/libXt.dylib /opt/local/lib/libXrandr.dylib /opt/local/lib/libXcursor.dylib /opt/local/lib/libXfixes.dylib /opt/local/lib/libXinerama.dylib /opt/local/lib/libXft.dylib /opt/local/lib/libexpat.dylib /opt/local/lib/libbz2.dylib /opt/local/lib/libfreetype.dylib /opt/local/lib/libfontconfig.dylib -ldl /opt/local/lib/libpng14.dylib -lm /opt/local/lib/libXext.dylib /opt/local/lib/libSM.dylib /opt/local/lib/libICE.dylib -lpthread /opt/local/lib/libXrender.dylib /opt/local/lib/libX11.dylib /opt/local/lib/libxcb.dylib /opt/local/lib/libXau.dylib /opt/local/lib/libXdmcp.dylib -lz -L/usr/X11R6/lib -Wl,-dead_strip_dylibs -install_name /opt/local/lib/libkdeinit_kcontroledit.dylib |
---|
1587 | :info:build rm -fr ./kmenuedit/.libs/libkdeinit_kcontroledit.lax |
---|
1588 | :info:build creating ./kmenuedit/libkdeinit_kcontroledit.la |
---|
1589 | :info:build (cd ./kmenuedit/.libs && rm -f libkdeinit_kcontroledit.la && ln -s ../libkdeinit_kcontroledit.la libkdeinit_kcontroledit.la) |
---|
1590 | :info:build kdebase3-3.5.10-7 make failed! |
---|
1591 | :info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/work/kdebase-3.5.10" && ./CompileScript.sh all " returned error 1 |
---|
1592 | :error:build Target org.macports.build returned: shell command failed (see log for details) |
---|
1593 | :debug:build Backtrace: shell command failed (see log for details) |
---|
1594 | while executing |
---|
1595 | "command_exec build" |
---|
1596 | (procedure "portbuild::build_main" line 8) |
---|
1597 | invoked from within |
---|
1598 | "$procedure $targetname" |
---|
1599 | :info:build Warning: the following items did not execute (for kdebase3): org.macports.activate org.macports.build org.macports.destroot org.macports.install |
---|
1600 | :notice:build Log for kdebase3 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase3/kdebase3/main.log |
---|