trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: August 2010

Building kdebase

From: Darrell Anderson <humanreadable@...>
Date: Sat, 28 Aug 2010 20:50:38 -0700 (PDT)
The kdebase build failed within a few minutes. I'm attaching a log.

Nothing compiled. Only the end message that configure was done and that's all.

arts and kdelibs from svn are installed.

I would think that if kdelibs did not compile correctly I would see some kind of error message, but I see nothing. I am not using any -j flags with the make command. I'm inclined to think something is awry with the makefiles, but I'm guessing.

The odd thing is after configure completes the next command in the build script is:

make || exit 1

Yet the build script tries to continue as though make exited without errors.

Here is the affected portion of the build script:

==================================================
CFLAGS=$CPUOPT \
CXXFLAGS=$CPUOPT \
./configure \
  --prefix=${PREFIX} \
  --sysconfdir=${SYSCONFDIR} \
  --libdir=${LIBDIR} \
  --with-ssl-dir=${PREFIX} \
  --with-shadow \
  --disable-debug \
  --disable-dnssd \
  --program-prefix="" \
  --program-suffix="" \
  --build=$TARGET-slackware-linux

make || exit 1
==================================================

Weird. Quite weird!


Some messages I noticed:

==================================================
acinclude.m4:6591: warning: underquoted definition of _LT_AC_TRY_LINK
==================================================
unknown icon type  in kate/pics/Makefile.in (sessionchooser.png)
==================================================
checking linux/cdrom.h usability... no
checking linux/cdrom.h presence... yes
configure: WARNING: linux/cdrom.h: present but cannot be compiled
configure: WARNING: linux/cdrom.h:     check for missing prerequisite headers?
configure: WARNING: linux/cdrom.h: see the Autoconf documentation
configure: WARNING: linux/cdrom.h:     section "Present But Cannot Be Compiled"
configure: WARNING: linux/cdrom.h: proceeding with the preprocessor's result
configure: WARNING: linux/cdrom.h: in the future, the compiler will take precedence
checking for linux/cdrom.h... yes
==================================================

A header file exists at /usr/include/linux/cdrom.h

I am using 2.6.27.48 but I leave the original 2.6.27.7 headers installed because that is what the Slackware 12.2 release was compiled against. I never have had a problem before with kernel headers.

Darrell


      
========================================================================
Prepping for a clean build...

Building kdebase-3.5.12-i486-svn_1169296.tgz.

Copying kdebase source files to /tmp...

Building make and config files...

*** automake (GNU automake) 1.10.1 found.
*** Creating acinclude.m4
*** Creating list of subdirectories
*** Creating Makefile.am
*** Creating configure.files
*** Creating configure.in
*** Creating aclocal.m4
acinclude.m4:3965: the serial number must appear before any macro definition
acinclude.m4:4010: the serial number must appear before any macro definition
acinclude.m4:4055: the serial number must appear before any macro definition
acinclude.m4:6327: the serial number must appear before any macro definition
acinclude.m4:6591: warning: underquoted definition of _LT_AC_TRY_LINK
acinclude.m4:6591:   run info '(automake)Extending aclocal'
acinclude.m4:6591:   or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
*** Creating configure
*** Creating config.h template
*** Creating Makefile templates
*** Postprocessing Makefile templates
unknown icon type  in kate/pics/Makefile.in (sessionchooser.png)
*** Creating date/time stamp
*** Finished
    Don't forget to run ./configure
    If you haven't done so in a while, run ./configure --help

Finished building make and config files.

checking build system type... i486-slackware-linux-gnu
checking host system type... i486-slackware-linux-gnu
checking target system type... i486-slackware-linux-gnu
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for kde-config... /usr/bin/kde-config
checking where to install... /usr (as requested)
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether gcc is blacklisted... no
checking whether g++ supports -Wmissing-format-attribute... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether g++ supports -Wundef... yes
checking whether g++ supports -Wno-long-long... yes
checking whether g++ supports -Wno-non-virtual-dtor... yes
checking whether g++ supports -fno-reorder-blocks... yes
checking whether g++ supports -fno-exceptions... yes
checking whether g++ supports -fno-check-new... yes
checking whether g++ supports -fno-common... yes
checking whether g++ supports -fexceptions... yes
checking whether system headers can cope with -O2 -fno-inline... irrelevant
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -O0... yes
checking whether g++ supports -Wl,--no-undefined... yes
checking whether g++ supports -Wl,--allow-shlib-undefined... yes
not using lib directory suffix
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by gcc... /usr/i486-slackware-linux/bin/ld
checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes
checking for /usr/i486-slackware-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking the maximum length of command line arguments... 98304
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no

creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/i486-slackware-linux/bin/ld
checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking if C++ programs can be compiled... yes
checking for strlcat... no
checking if strlcat needs custom prototype... yes - in libkdefakes
checking for strlcpy... no
checking if strlcpy needs custom prototype... yes - in libkdefakes
checking for main in -lutil... yes
checking for main in -lcompat... no
checking for crypt in -lcrypt... yes
checking for socklen_t... yes
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for inet_ntoa... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking sys/bitypes.h usability... yes
checking sys/bitypes.h presence... yes
checking for sys/bitypes.h... yes
checking for poll in -lpoll... no
checking Carbon/Carbon.h usability... no
checking Carbon/Carbon.h presence... no
checking for Carbon/Carbon.h... no
checking CoreAudio/CoreAudio.h usability... no
checking CoreAudio/CoreAudio.h presence... no
checking for CoreAudio/CoreAudio.h... no
checking if res_init needs -lresolv... yes
checking for res_init... yes
checking if res_init needs custom prototype... no
checking for killpg in -lucb... no
checking size of int... 4
checking size of short... 2
checking size of long... 4
checking size of char *... 4
checking for dlopen in -ldl... (cached) yes
checking for shl_unload in -ldld... no
checking size of size_t... 4
checking size of unsigned long... 4
checking sizeof size_t == sizeof unsigned long... yes
checking for PIE support... yes
checking if enabling -pie/fPIE support... yes
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking for vsnprintf... yes
checking for snprintf... yes
checking for X... libraries /usr/lib, headers .
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for pkg-config... /usr/bin/pkg-config
checking for pthread_create in -lpthread... yes
checking for extra includes... no
checking for extra libs... no
checking for libz... -lz
checking for libpng... -lpng -lz -lm
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for perl... /usr/bin/perl
checking for Qt... libraries /usr/lib/qt-3.3.8b/lib, headers /usr/lib/qt/include using -mt
checking for moc... /usr/lib/qt/bin/moc
checking for uic... /usr/lib/qt/bin/uic
checking whether uic supports -L ... yes
checking whether uic supports -nounload ... yes
checking if TQt is available... yes
checking for moc-tqt... /usr/bin/moc-tqt
checking for dcopidl-tqt... /usr/bin/dcopidl-tqt
checking for dcopidl2cpp-tqt... /usr/bin/dcopidl2cpp-tqt
checking for mcopidl-tqt... /usr/bin/mcopidl-tqt
checking if Qt needs -ljpeg... no
checking for rpath... yes
checking for KDE... libraries /lib, headers /usr/include
checking if UIC has KDE plugins available... yes
checking for KDE paths... defaults
checking for dcopidl... /usr/bin/dcopidl
checking for dcopidl2cpp... /usr/bin/dcopidl2cpp
checking for mcopidl... /usr/bin/mcopidl
checking for artsc-config... /usr/bin/artsc-config
checking for meinproc... /usr/bin/meinproc
checking for kconfig_compiler... /usr/bin/kconfig_compiler
checking for dcopidlng... /usr/bin/dcopidlng
checking for makekdewidgets... /usr/bin/makekdewidgets
checking for xmllint... /usr/bin/xmllint
checking grepping for visibility push/pop in headers... yes
checking whether g++ supports -fvisibility=hidden... yes
checking if Qt is patched for -fvisibility... no
checking for getspent in -lshadow... no
checking for getspent in -lgen... no
checking for getspent... yes
checking for shadow passwords... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/stropts.h usability... yes
checking sys/stropts.h presence... yes
checking for sys/stropts.h... yes
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking sys/termios.h usability... yes
checking sys/termios.h presence... yes
checking for sys/termios.h... yes
checking lastlog.h usability... yes
checking lastlog.h presence... yes
checking for lastlog.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking sys/m_wait.h usability... no
checking sys/m_wait.h presence... no
checking for sys/m_wait.h... no
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking login_cap.h usability... no
checking login_cap.h presence... no
checking for login_cap.h... no
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking sys/ucred.h usability... no
checking sys/ucred.h presence... no
checking for sys/ucred.h... no
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking floatingpoint.h usability... no
checking floatingpoint.h presence... no
checking for floatingpoint.h... no
checking fstab.h usability... yes
checking fstab.h presence... yes
checking for fstab.h... yes
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking Alib.h usability... no
checking Alib.h presence... no
checking for Alib.h... no
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking util.h usability... no
checking util.h presence... no
checking for util.h... no
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for string.h... (cached) yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking nan.h usability... no
checking nan.h presence... no
checking for nan.h... no
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
checking for ptsname... yes
checking for main in -lAlib... no
checking for clnttcp_create... yes
checking for main in -lossaudio... no
checking for main in -lcfg... no
checking for main in -lodm... no
checking for setupterm in -lcurses... yes
checking for res_init... no
checking for res_init in -lresolv... no
checking whether time.h and sys/time.h may both be included... yes
checking for long double with more range or precision than double... yes
checking for uid_t in sys/types.h... yes
checking type of array argument to getgroups... gid_t
checking size of char... 1
checking size of short... (cached) 2
checking size of int... (cached) 4
checking size of long... (cached) 4
checking whether byte ordering is bigendian... no
checking for socket... yes
checking for powl... no
checking for sqrtl... no
checking for strdup... yes
checking for getdtablesize... yes
checking for setpgid... yes
checking for nice... yes
checking for seteuid... yes
checking for vsyslog... yes
checking for initgroups... yes
checking for setgroups... yes
checking for getgroups... yes
checking for grantpt... yes
checking for pw_encrypt... no
checking for setpriority... yes
checking for getpt... yes
checking for unlockpt... yes
checking for ptsname... (cached) yes
checking for waitpid... yes
checking for getpassphrase... no
checking for mkstemps... no
checking if mkstemps needs custom prototype... yes - in libkdefakes
checking for setenv... yes
checking if setenv needs custom prototype... no
checking for unsetenv... yes
checking if unsetenv needs custom prototype... no
checking for getdomainname... yes
checking if getdomainname needs custom prototype... no
checking for gethostname... yes
checking if gethostname needs custom prototype... no
checking for usleep... yes
checking if usleep needs custom prototype... no
checking for random... yes
checking if random needs custom prototype... no
checking for srandom... yes
checking if srandom needs custom prototype... no
checking for S_ISSOCK... yes
checking for MAXPATHLEN... 4096
checking if it's safe to enable UTMP... yes
checking for utmp file... /var/run/utmp
checking for kstat_open in -lkstat... no
checking libdevinfo.h usability... no
checking libdevinfo.h presence... no
checking for libdevinfo.h... no
checking for Java... java JRE in /usr/lib/java/bin
checking for md5sum... /usr/bin/md5sum
checking X11/extensions/XTest.h usability... yes
checking X11/extensions/XTest.h presence... yes
checking for X11/extensions/XTest.h... yes
checking for XTestFakeKeyEvent in -lXtst... yes
checking for X11/XKBlib.h... yes
checking for XkbLockModifiers in -lX11... yes
checking for XkbSetPerClientControls in -lX11... yes
checking for X11/Xcursor/Xcursor.h... yes
checking for XcursorSupportsARGB in -lXcursor... yes
checking X11/extensions/Xrender.h usability... yes
checking X11/extensions/Xrender.h presence... yes
checking for X11/extensions/Xrender.h... yes
checking for XRenderComposite in -lXrender... yes
checking for Qt docs... /usr/lib/qt/doc/html
checking for dot... not found
checking for doxygen... /usr/bin/doxygen
checking for libart2-config... /usr/bin/libart2-config
checking if underlying system honors socket permissions... yes
checking for X11/extensions/XKBstr.h... yes
checking for X11/extensions/XKBstr.h... (cached) yes
checking for OpenSSL... libraries /usr/lib, headers /usr/include
checking whether OpenSSL uses rsaref... no
checking for easter eggs... none found
checking for OpenSSL version... ok
checking for DPMS... yes
checking whether DPMSCapable is declared... yes
checking whether DPMSInfo is declared... yes
checking for fontconfig-config... not found
checking for pkg-config... /usr/bin/pkg-config
checking linux/raw.h usability... yes
checking linux/raw.h presence... yes
checking for linux/raw.h... yes
checking sys/raw.h usability... yes
checking sys/raw.h presence... yes
checking for sys/raw.h... yes
checking for GL... yes
checking for long long... yes
checking for libusb-config... /usr/bin/libusb-config
checking for main in -lusb... yes
checking for freetype-config... /usr/bin/freetype-config
checking for fontconfig-config... (cached) not found
checking for pkg-config... /usr/bin/pkg-config
checking OS... Linux
checking X11/fonts/fontenc.h usability... yes
checking X11/fonts/fontenc.h presence... yes
checking for X11/fonts/fontenc.h... yes
checking whether g++ supports -shared... yes
checking for FontEncDirectory in -lfontenc... yes
checking X11/Xft/Xft.h usability... yes
checking X11/Xft/Xft.h presence... yes
checking for X11/Xft/Xft.h... yes
checking for getifaddrs... yes
checking for getnameinfo... yes
checking for struct sockaddr.sa_len... no
checking for X11/extensions/Xrandr.h... yes
checking for XRRSetScreenConfigAndRate in -lXrandr... yes
checking for GL... (cached) yes
checking for glXChooseVisual in -lGL... yes
checking kcarddb.h usability... no
checking kcarddb.h presence... no
checking for kcarddb.h... no
checking libraw1394/raw1394.h usability... yes
checking libraw1394/raw1394.h presence... yes
checking for libraw1394/raw1394.h... yes
checking for sigset... yes
checking for sigaction... yes
checking for X11/extensions/scrnsaver.h... yes
checking for XScreenSaverQueryInfo in -lXext... no
checking whether g++ supports -shared... (cached) yes
checking for XScreenSaverQueryInfo in -lXss... yes
checking for X11/extensions/xf86misc.h... yes
checking for XF86MiscQueryVersion in -lXxf86misc... yes
checking for XF86MiscSetGrabKeysState in -lXxf86misc... yes
checking for GL... (cached) yes
checking for glXChooseVisual in -lGL... (cached) yes
checking "struct ucred"... yes
checking nogroup... nogroup
checking for getpeereid... no
checking for xmkmf... /usr/bin/xmkmf
checking X paths... done
checking for getttyent... yes
checking for getutent... yes
checking for struct utmp.ut_user... yes
checking for struct passwd.pw_expire... no
checking for struct sockaddr_in.sin_len... no
checking for setlogin... no
checking for setusercontext... no
checking for getusershell... yes
checking for login_getclass... no
checking for auth_timeok... no
checking for mkstemp... yes
checking for setproctitle... no
checking for sysinfo... yes
checking for strnlen... yes
checking for getifaddrs... (cached) yes
checking for arc4random... no
checking for vsyslog... (cached) yes
checking for main in -lXau... yes
checking for main in -lXdmcp... yes
checking for X11/Xdmcp.h... yes
checking for XdmcpWrap... yes
checking whether to use Kerberos v4... no
checking whether to use AFS... no
checking for main in -ls... no
checking for sched_yield in -lposix4... no
checking whether to use Kerberos5 for Xauth cookies in kdm... no
checking whether to use Sun's secure RPC for Xauth cookies in kdm... no
checking for DBus... headers -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include libraries -L/usr/lib -ldbus-1
checking if covariant return works... yes
checking for artsc-config... /usr/bin/artsc-config
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking for X11/extensions/Xcomposite.h... yes
checking for XCompositeQueryExtension in -lXcomposite... yes
checking for X11/extensions/Xfixes.h... yes
checking for XFixesQueryExtension in -lXfixes... yes
checking for OpenSSL... (cached) libraries /usr/lib, headers /usr/include
checking whether OpenSSL uses rsaref... no
checking for easter eggs... none found
checking for OpenSSL version... (cached) ok
checking sasl.h usability... no
checking sasl.h presence... no
checking for sasl.h... no
checking sasl/sasl.h usability... yes
checking sasl/sasl.h presence... yes
checking for sasl/sasl.h... yes
checking for sasl_client_init in -lsasl2... yes
checking for bzDecompress in libbz2... no
checking whether g++ supports -shared... (cached) yes
checking whether g++ supports -fPIC... yes
checking for BZ2_bzDecompress in (shared) libbz2... -lbz2
checking for termios.h... (cached) yes
checking for pty.h... (cached) yes
checking for libutil.h... (cached) no
checking for util.h... (cached) no
checking for sys/types.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for stropts.h... (cached) yes
checking for getpt... (cached) yes
checking for openpty... yes
checking for isastream... yes
checking for LDAP support... incs=/usr/include libs=/usr/lib
checking for ber_alloc in -llber... yes
checking whether LDAP support can be compiled... yes
checking linux/cdrom.h usability... no
checking linux/cdrom.h presence... yes
configure: WARNING: linux/cdrom.h: present but cannot be compiled
configure: WARNING: linux/cdrom.h:     check for missing prerequisite headers?
configure: WARNING: linux/cdrom.h: see the Autoconf documentation
configure: WARNING: linux/cdrom.h:     section "Present But Cannot Be Compiled"
configure: WARNING: linux/cdrom.h: proceeding with the preprocessor's result
configure: WARNING: linux/cdrom.h: in the future, the compiler will take precedence
checking for linux/cdrom.h... yes
checking for the HAL... headers -I/usr/include/hal  libraries -L/usr/lib -lhal -lhal-storage
checking for DBus... headers -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include libraries -L/usr/lib -ldbus-1
checking for DBus-Qt3 bindings... headers /usr/include/dbus-1.0 libraries /usr/lib
checking if the HAL backend for media:/ should be compiled... yes
checking for statvfs... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking libsmbclient.h usability... yes
checking libsmbclient.h presence... yes
checking for libsmbclient.h... yes
checking for smbc_new_context in -lsmbclient... yes
checking for yp_get_default_domain... no
checking for yp_get_default_domain in -lnsl... yes
checking for OpenEXR libraries... no
checking for X11/extensions/Xfixes.h... (cached) yes
checking for XFixesQueryExtension in -lXfixes... (cached) yes
checking for mallinfo() in <stdlib.h>... no
checking for mallinfo() in <malloc.h>... yes
checking whether to use mallinfo field hblkhd... yes
checking whether to use mallinfo field uordblks... yes
checking whether to use mallinfo field usmblks... no
checking whether we can use openpty... yes
checking how cwd can be be found by seperate process... proc
checking for _IceTransNoListen... yes
checking for X11/extensions/Xinerama.h... yes
checking for XineramaQueryExtension in -lXinerama... yes
checking if ksysguardd can be compiled... yes
checking sensors/sensors.h usability... yes
checking sensors/sensors.h presence... yes
checking for sensors/sensors.h... yes
checking for sensors_init in -lsensors... yes
checking for X11/extensions/Xdamage.h... yes
checking for X11/extensions/Xcomposite.h... (cached) yes
checking for X11/extensions/Xrender.h... (cached) yes
checking X11/Xlib.h usability... yes
checking X11/Xlib.h presence... yes
checking for X11/Xlib.h... yes
checking for X11/extensions/XKBstr.h... (cached) yes
checking for X11/extensions/XKBrules.h... yes
checking if libkonq should be compiled... yes
checking if applnk should be compiled... yes
checking if doc should be compiled... yes
checking if drkonqi should be compiled... yes
checking if kappfinder should be compiled... yes
checking if kate should be compiled... yes
checking if kcheckpass should be compiled... yes
checking if kcminit should be compiled... yes
checking if kdcop should be compiled... yes
checking if kdebugdialog should be compiled... yes
checking if kdeeject should be compiled... yes
checking if kdepasswd should be compiled... yes
checking if kdeprint should be compiled... yes
checking if kdesu should be compiled... yes
checking if kdialog should be compiled... yes
checking if kdmlib should be compiled... yes
checking if kfind should be compiled... yes
checking if khelpcenter should be compiled... yes
checking if khotkeys should be compiled... yes
checking if kioslave should be compiled... yes
checking if klipper should be compiled... yes
checking if kmenuedit should be compiled... yes
checking if knetattach should be compiled... yes
checking if konsole should be compiled... yes
checking if kpager should be compiled... yes
checking if kpersonalizer should be compiled... yes
checking if kreadconfig should be compiled... yes
checking if kscreensaver should be compiled... yes
checking if ksplashml should be compiled... yes
checking if kstart should be compiled... yes
checking if ksysguard should be compiled... yes
checking if ksystraycmd should be compiled... yes
checking if ktip should be compiled... yes
checking if kwin should be compiled... yes
checking if kxkb should be compiled... yes
checking if l10n should be compiled... yes
checking if nsplugins should be compiled... yes
checking if pics should be compiled... yes
checking if konqueror should be compiled... yes
checking if ksmserver should be compiled... yes
checking if kicker should be compiled... yes
checking if kcontrol should be compiled... yes
checking if kdesktop should be compiled... yes
checking if kdm should be compiled... yes
configure: creating ./config.status
wrong input (flag != 4) at admin/conf.change.pl line 117, <> line 2299.
config.status: creating Makefile
config.status: creating applnk/Makefile
config.status: creating applnk/compat/Makefile
config.status: creating doc/Makefile
config.status: creating doc/faq/Makefile
config.status: creating doc/glossary/Makefile
config.status: creating doc/kappfinder/Makefile
config.status: creating doc/kate/Makefile
config.status: creating doc/kcontrol/Makefile
config.status: creating doc/kcontrol/arts/Makefile
config.status: creating doc/kcontrol/background/Makefile
config.status: creating doc/kcontrol/bell/Makefile
config.status: creating doc/kcontrol/cache/Makefile
config.status: creating doc/kcontrol/clock/Makefile
config.status: creating doc/kcontrol/colors/Makefile
config.status: creating doc/kcontrol/cookies/Makefile
config.status: creating doc/kcontrol/crypto/Makefile
config.status: creating doc/kcontrol/desktop/Makefile
config.status: creating doc/kcontrol/desktopbehavior/Makefile
config.status: creating doc/kcontrol/ebrowsing/Makefile
config.status: creating doc/kcontrol/email/Makefile
config.status: creating doc/kcontrol/energy/Makefile
config.status: creating doc/kcontrol/filemanager/Makefile
config.status: creating doc/kcontrol/filetypes/Makefile
config.status: creating doc/kcontrol/fonts/Makefile
config.status: creating doc/kcontrol/helpindex/Makefile
config.status: creating doc/kcontrol/icons/Makefile
config.status: creating doc/kcontrol/kcmaccess/Makefile
config.status: creating doc/kcontrol/kcmcss/Makefile
config.status: creating doc/kcontrol/kcmfontinst/Makefile
config.status: creating doc/kcontrol/kcmkonsole/Makefile
config.status: creating doc/kcontrol/kcmlaunch/Makefile
config.status: creating doc/kcontrol/kcmnotify/Makefile
config.status: creating doc/kcontrol/kcmsmserver/Makefile
config.status: creating doc/kcontrol/kcmstyle/Makefile
config.status: creating doc/kcontrol/kcmtaskbar/Makefile
config.status: creating doc/kcontrol/kdm/Makefile
config.status: creating doc/kcontrol/keyboard/Makefile
config.status: creating doc/kcontrol/keys/Makefile
config.status: creating doc/kcontrol/khtml/Makefile
config.status: creating doc/kcontrol/kwindecoration/Makefile
config.status: creating doc/kcontrol/language/Makefile
config.status: creating doc/kcontrol/mouse/Makefile
config.status: creating doc/kcontrol/netpref/Makefile
config.status: creating doc/kcontrol/panel/Makefile
config.status: creating doc/kcontrol/panelappearance/Makefile
config.status: creating doc/kcontrol/passwords/Makefile
config.status: creating doc/kcontrol/performance/Makefile
config.status: creating doc/kcontrol/proxy/Makefile
config.status: creating doc/kcontrol/screensaver/Makefile
config.status: creating doc/kcontrol/smb/Makefile
config.status: creating doc/kcontrol/spellchecking/Makefile
config.status: creating doc/kcontrol/useragent/Makefile
config.status: creating doc/kcontrol/windowmanagement/Makefile
config.status: creating doc/kdcop/Makefile
config.status: creating doc/kdebugdialog/Makefile
config.status: creating doc/kdeprint/Makefile
config.status: creating doc/kdesu/Makefile
config.status: creating doc/kdm/Makefile
config.status: creating doc/kfind/Makefile
config.status: creating doc/khelpcenter/Makefile
config.status: creating doc/kicker/Makefile
config.status: creating doc/kinfocenter/Makefile
config.status: creating doc/kinfocenter/cdinfo/Makefile
config.status: creating doc/kinfocenter/devices/Makefile
config.status: creating doc/kinfocenter/dma/Makefile
config.status: creating doc/kinfocenter/interrupts/Makefile
config.status: creating doc/kinfocenter/ioports/Makefile
config.status: creating doc/kinfocenter/memory/Makefile
config.status: creating doc/kinfocenter/nics/Makefile
config.status: creating doc/kinfocenter/opengl/Makefile
config.status: creating doc/kinfocenter/partitions/Makefile
config.status: creating doc/kinfocenter/pci/Makefile
config.status: creating doc/kinfocenter/pcmcia/Makefile
config.status: creating doc/kinfocenter/processor/Makefile
config.status: creating doc/kinfocenter/protocols/Makefile
config.status: creating doc/kinfocenter/samba/Makefile
config.status: creating doc/kinfocenter/scsi/Makefile
config.status: creating doc/kinfocenter/sound/Makefile
config.status: creating doc/kinfocenter/usb/Makefile
config.status: creating doc/kinfocenter/xserver/Makefile
config.status: creating doc/kioslave/Makefile
config.status: creating doc/klipper/Makefile
config.status: creating doc/kmenuedit/Makefile
config.status: creating doc/knetattach/Makefile
config.status: creating doc/kompmgr/Makefile
config.status: creating doc/konqueror/Makefile
config.status: creating doc/konsole/Makefile
config.status: creating doc/kpager/Makefile
config.status: creating doc/ksplashml/Makefile
config.status: creating doc/ksysguard/Makefile
config.status: creating doc/kwrite/Makefile
config.status: creating doc/kxkb/Makefile
config.status: creating doc/quickstart/Makefile
config.status: creating doc/userguide/Makefile
config.status: creating doc/visualdict/Makefile
config.status: creating drkonqi/Makefile
config.status: creating drkonqi/debuggers/Makefile
config.status: creating drkonqi/pics/Makefile
config.status: creating drkonqi/presets/Makefile
config.status: creating kappfinder/Makefile
config.status: creating kappfinder/apps/Makefile
config.status: creating kappfinder/apps/Development/Makefile
config.status: creating kappfinder/apps/Games/Makefile
config.status: creating kappfinder/apps/Games/Arcade/Makefile
config.status: creating kappfinder/apps/Games/Board/Makefile
config.status: creating kappfinder/apps/Games/Card/Makefile
config.status: creating kappfinder/apps/Games/Emulators/Makefile
config.status: creating kappfinder/apps/Games/Roguelikes/Makefile
config.status: creating kappfinder/apps/Games/TacticStrategy/Makefile
config.status: creating kappfinder/apps/Games/Toys/Makefile
config.status: creating kappfinder/apps/Graphics/Makefile
config.status: creating kappfinder/apps/Internet/Makefile
config.status: creating kappfinder/apps/Internet/Terminal/Makefile
config.status: creating kappfinder/apps/Multimedia/Makefile
config.status: creating kappfinder/apps/Office/Makefile
config.status: creating kappfinder/apps/System/Makefile
config.status: creating kappfinder/apps/System/Terminal/Makefile
config.status: creating kappfinder/apps/Utilities/Makefile
config.status: creating kappfinder/apps/Utilities/Editors/Makefile
config.status: creating kappfinder/apps/Utilities/xutils/Makefile
config.status: creating kate/Makefile
config.status: creating kate/app/Makefile
config.status: creating kate/data/Makefile
config.status: creating kate/interfaces/Makefile
config.status: creating kate/pics/Makefile
config.status: creating kate/pics/actions/Makefile
config.status: creating kate/utils/Makefile
config.status: creating kcheckpass/Makefile
config.status: creating kcminit/Makefile
config.status: creating kcontrol/Makefile
config.status: creating kcontrol/access/Makefile
config.status: creating kcontrol/accessibility/Makefile
config.status: creating kcontrol/arts/Makefile
config.status: creating kcontrol/background/Makefile
config.status: creating kcontrol/background/pics/Makefile
config.status: creating kcontrol/bell/Makefile
config.status: creating kcontrol/clock/Makefile
config.status: creating kcontrol/colors/Makefile
config.status: creating kcontrol/componentchooser/Makefile
config.status: creating kcontrol/componentchooser/componentservices/Makefile
config.status: creating kcontrol/crypto/Makefile
config.status: creating kcontrol/css/Makefile
config.status: creating kcontrol/display/Makefile
config.status: creating kcontrol/dnssd/Makefile
config.status: creating kcontrol/ebrowsing/Makefile
config.status: creating kcontrol/ebrowsing/plugins/Makefile
config.status: creating kcontrol/ebrowsing/plugins/ikws/Makefile
config.status: creating kcontrol/ebrowsing/plugins/ikws/searchproviders/Makefile
config.status: creating kcontrol/ebrowsing/plugins/localdomain/Makefile
config.status: creating kcontrol/ebrowsing/plugins/shorturi/Makefile
config.status: creating kcontrol/energy/Makefile
config.status: creating kcontrol/energy/pics/Makefile
config.status: creating kcontrol/filetypes/Makefile
config.status: creating kcontrol/fonts/Makefile
config.status: creating kcontrol/iccconfig/Makefile
config.status: creating kcontrol/icons/Makefile
config.status: creating kcontrol/info/Makefile
config.status: creating kcontrol/input/Makefile
config.status: creating kcontrol/input/core/Makefile
config.status: creating kcontrol/input/pics/Makefile
config.status: creating kcontrol/input/xcursor/Makefile
config.status: creating kcontrol/ioslaveinfo/Makefile
config.status: creating kcontrol/joystick/Makefile
config.status: creating kcontrol/kcontrol/Makefile
config.status: creating kcontrol/kcontrol/about/Makefile
config.status: creating kcontrol/kded/Makefile
config.status: creating kcontrol/kdm/Makefile
config.status: creating kcontrol/keys/Makefile
config.status: creating kcontrol/kfontinst/Makefile
config.status: creating kcontrol/kfontinst/kcmfontinst/Makefile
config.status: creating kcontrol/kfontinst/kfile-plugin/Makefile
config.status: creating kcontrol/kfontinst/kfontinst/Makefile
config.status: creating kcontrol/kfontinst/kio/Makefile
config.status: creating kcontrol/kfontinst/lib/Makefile
config.status: creating kcontrol/kfontinst/thumbnail/Makefile
config.status: creating kcontrol/kfontinst/viewpart/Makefile
config.status: creating kcontrol/kicker/Makefile
config.status: creating kcontrol/kio/Makefile
config.status: creating kcontrol/kio/uasproviders/Makefile
config.status: creating kcontrol/knotify/Makefile
config.status: creating kcontrol/knotify/sounds/Makefile
config.status: creating kcontrol/konq/Makefile
config.status: creating kcontrol/konqhtml/Makefile
config.status: creating kcontrol/konsole/Makefile
config.status: creating kcontrol/krdb/Makefile
config.status: creating kcontrol/krdb/ad/Makefile
config.status: creating kcontrol/krdb/kcs/Makefile
config.status: creating kcontrol/krdb/pics/Makefile
config.status: creating kcontrol/krdb/themes/Makefile
config.status: creating kcontrol/krdb/themes/HighContrastDark/Makefile
config.status: creating kcontrol/krdb/themes/HighContrastDark-big/Makefile
config.status: creating kcontrol/krdb/themes/HighContrastLight/Makefile
config.status: creating kcontrol/krdb/themes/HighContrastLight-big/Makefile
config.status: creating kcontrol/krdb/themes/KDE_Classic/Makefile
config.status: creating kcontrol/krdb/themes/Keramik/Makefile
config.status: creating kcontrol/krdb/themes/Plastik/Makefile
config.status: creating kcontrol/krdb/themes/Platinum/Makefile
config.status: creating kcontrol/krdb/themes/Redmond/Makefile
config.status: creating kcontrol/krdb/themes/Sunshine/Makefile
config.status: creating kcontrol/krdb/themes/YellowOnBlue/Makefile
config.status: creating kcontrol/krdb/themes/YellowOnBlue-big/Makefile
config.status: creating kcontrol/kthememanager/Makefile
config.status: creating kcontrol/launch/Makefile
config.status: creating kcontrol/locale/Makefile
config.status: creating kcontrol/locale/default/Makefile
config.status: creating kcontrol/locale/pics/Makefile
config.status: creating kcontrol/nics/Makefile
config.status: creating kcontrol/performance/Makefile
config.status: creating kcontrol/pics/Makefile
config.status: creating kcontrol/privacy/Makefile
config.status: creating kcontrol/randr/Makefile
config.status: creating kcontrol/samba/Makefile
config.status: creating kcontrol/screensaver/Makefile
config.status: creating kcontrol/smartcard/Makefile
config.status: creating kcontrol/smserver/Makefile
config.status: creating kcontrol/spellchecking/Makefile
config.status: creating kcontrol/style/Makefile
config.status: creating kcontrol/style/keramik/Makefile
config.status: creating kcontrol/taskbar/Makefile
config.status: creating kcontrol/usbview/Makefile
config.status: creating kcontrol/view1394/Makefile
config.status: creating kcontrol/xinerama/Makefile
config.status: creating kdcop/Makefile
config.status: creating kdebugdialog/Makefile
config.status: creating kdeeject/Makefile
config.status: creating kdepasswd/Makefile
config.status: creating kdepasswd/kcm/Makefile
config.status: creating kdepasswd/kcm/pics/Makefile
config.status: creating kdeprint/Makefile
config.status: creating kdeprint/descriptions/Makefile
config.status: creating kdeprint/kdeprint_part/Makefile
config.status: creating kdeprint/kdeprintfax/Makefile
config.status: creating kdeprint/kjobviewer/Makefile
config.status: creating kdeprint/kprinter/Makefile
config.status: creating kdeprint/printmgr/Makefile
config.status: creating kdeprint/slave/Makefile
config.status: creating kdeprint/slave/mimetypes/Makefile
config.status: creating kdeprint/slave/templates/Makefile
config.status: creating kdesktop/Makefile
config.status: creating kdesktop/init/Makefile
config.status: creating kdesktop/init/Templates/Makefile
config.status: creating kdesktop/kwebdesktop/Makefile
config.status: creating kdesktop/lock/Makefile
config.status: creating kdesktop/patterns/Makefile
config.status: creating kdesktop/pics/Makefile
config.status: creating kdesktop/programs/Makefile
config.status: creating kdesu/Makefile
config.status: creating kdesu/kdesu/Makefile
config.status: creating kdesu/kdesud/Makefile
config.status: creating kdialog/Makefile
config.status: creating kdm/Makefile
config.status: creating kdm/backend/Makefile
config.status: creating kdm/kfrontend/Makefile
config.status: creating kdm/kfrontend/pics/Makefile
config.status: creating kdm/kfrontend/sessions/Makefile
config.status: creating kdm/kfrontend/themer/Makefile
config.status: creating kdm/kfrontend/themes/Makefile
config.status: creating kdm/kfrontend/themes/circles/Makefile
config.status: creating kdmlib/Makefile
config.status: creating kfind/Makefile
config.status: creating kfind/pics/Makefile
config.status: creating khelpcenter/Makefile
config.status: creating khelpcenter/htmlsearch/Makefile
config.status: creating khelpcenter/pics/Makefile
config.status: creating khelpcenter/plugins/Makefile
config.status: creating khelpcenter/plugins/Applications/Makefile
config.status: creating khelpcenter/plugins/Manpages/Makefile
config.status: creating khelpcenter/plugins/Scrollkeeper/Makefile
config.status: creating khelpcenter/plugins/Tutorials/Makefile
config.status: creating khelpcenter/searchhandlers/Makefile
config.status: creating khotkeys/Makefile
config.status: creating khotkeys/app/Makefile
config.status: creating khotkeys/arts/Makefile
config.status: creating khotkeys/data/Makefile
config.status: creating khotkeys/kcontrol/Makefile
config.status: creating khotkeys/kcontrol/ui/Makefile
config.status: creating khotkeys/shared/Makefile
config.status: creating khotkeys/update/Makefile
config.status: creating kicker/Makefile
config.status: creating kicker/applets/Makefile
config.status: creating kicker/applets/clock/Makefile
config.status: creating kicker/applets/launcher/Makefile
config.status: creating kicker/applets/lockout/Makefile
config.status: creating kicker/applets/media/Makefile
config.status: creating kicker/applets/menu/Makefile
config.status: creating kicker/applets/minipager/Makefile
config.status: creating kicker/applets/naughty/Makefile
config.status: creating kicker/applets/run/Makefile
config.status: creating kicker/applets/swallow/Makefile
config.status: creating kicker/applets/systemtray/Makefile
config.status: creating kicker/applets/taskbar/Makefile
config.status: creating kicker/applets/trash/Makefile
config.status: creating kicker/data/Makefile
config.status: creating kicker/data/app_start_anim/Makefile
config.status: creating kicker/data/icons/Makefile
config.status: creating kicker/data/icons/actions/Makefile
config.status: creating kicker/data/kmenu_side/Makefile
config.status: creating kicker/data/tiles/Makefile
config.status: creating kicker/data/wallpaper/Makefile
config.status: creating kicker/extensions/Makefile
config.status: creating kicker/extensions/dockbar/Makefile
config.status: creating kicker/extensions/kasbar/Makefile
config.status: creating kicker/extensions/sidebar/Makefile
config.status: creating kicker/extensions/taskbar/Makefile
config.status: creating kicker/kicker/Makefile
config.status: creating kicker/kicker/buttons/Makefile
config.status: creating kicker/kicker/core/Makefile
config.status: creating kicker/kicker/ui/Makefile
config.status: creating kicker/libkicker/Makefile
config.status: creating kicker/menuext/Makefile
config.status: creating kicker/menuext/find/Makefile
config.status: creating kicker/menuext/kate/Makefile
config.status: creating kicker/menuext/kdeprint/Makefile
config.status: creating kicker/menuext/konq-profiles/Makefile
config.status: creating kicker/menuext/konsole/Makefile
config.status: creating kicker/menuext/prefmenu/Makefile
config.status: creating kicker/menuext/recentdocs/Makefile
config.status: creating kicker/menuext/remote/Makefile
config.status: creating kicker/menuext/system/Makefile
config.status: creating kicker/menuext/tom/Makefile
config.status: creating kicker/proxy/Makefile
config.status: creating kicker/taskbar/Makefile
config.status: creating kicker/taskmanager/Makefile
config.status: creating kioslave/Makefile
config.status: creating kioslave/about/Makefile
config.status: creating kioslave/cgi/Makefile
config.status: creating kioslave/cgi/kcmcgi/Makefile
config.status: creating kioslave/filter/Makefile
config.status: creating kioslave/finger/Makefile
config.status: creating kioslave/fish/Makefile
config.status: creating kioslave/floppy/Makefile
config.status: creating kioslave/home/Makefile
config.status: creating kioslave/home/kdedmodule/Makefile
config.status: creating kioslave/info/Makefile
config.status: creating kioslave/ldap/Makefile
config.status: creating kioslave/mac/Makefile
config.status: creating kioslave/man/Makefile
config.status: creating kioslave/media/Makefile
config.status: creating kioslave/media/kcmodule/Makefile
config.status: creating kioslave/media/kfile-plugin/Makefile
config.status: creating kioslave/media/libmediacommon/Makefile
config.status: creating kioslave/media/mediamanager/Makefile
config.status: creating kioslave/media/medianotifier/Makefile
config.status: creating kioslave/media/mimetypes/Makefile
config.status: creating kioslave/media/mounthelper/Makefile
config.status: creating kioslave/media/propsdlgplugin/Makefile
config.status: creating kioslave/media/services/Makefile
config.status: creating kioslave/nfs/Makefile
config.status: creating kioslave/nntp/Makefile
config.status: creating kioslave/pop3/Makefile
config.status: creating kioslave/remote/Makefile
config.status: creating kioslave/remote/kdedmodule/Makefile
config.status: creating kioslave/settings/Makefile
config.status: creating kioslave/sftp/Makefile
config.status: creating kioslave/smb/Makefile
config.status: creating kioslave/smtp/Makefile
config.status: creating kioslave/system/Makefile
config.status: creating kioslave/system/entries/Makefile
config.status: creating kioslave/system/kdedmodule/Makefile
config.status: creating kioslave/system/mimetypes/Makefile
config.status: creating kioslave/tar/Makefile
config.status: creating kioslave/thumbnail/Makefile
config.status: creating kioslave/trash/Makefile
config.status: creating kioslave/trash/kfile-plugin/Makefile
config.status: creating klipper/Makefile
config.status: creating kmenuedit/Makefile
config.status: creating kmenuedit/pixmaps/Makefile
config.status: creating knetattach/Makefile
config.status: creating konqueror/Makefile
config.status: creating konqueror/about/Makefile
config.status: creating konqueror/client/Makefile
config.status: creating konqueror/iconview/Makefile
config.status: creating konqueror/keditbookmarks/Makefile
config.status: creating konqueror/kttsplugin/Makefile
config.status: creating konqueror/listview/Makefile
config.status: creating konqueror/pics/Makefile
config.status: creating konqueror/pics/actions/Makefile
config.status: creating konqueror/pics/indicators/Makefile
config.status: creating konqueror/pics/tiles/Makefile
config.status: creating konqueror/preloader/Makefile
config.status: creating konqueror/quickprint/Makefile
config.status: creating konqueror/remoteencodingplugin/Makefile
config.status: creating konqueror/shellcmdplugin/Makefile
config.status: creating konqueror/sidebar/Makefile
config.status: creating konqueror/sidebar/test/Makefile
config.status: creating konqueror/sidebar/trees/Makefile
config.status: creating konqueror/sidebar/trees/bookmark_module/Makefile
config.status: creating konqueror/sidebar/trees/dirtree_module/Makefile
config.status: creating konqueror/sidebar/trees/history_module/Makefile
config.status: creating konqueror/sidebar/trees/init/Makefile
config.status: creating konqueror/sidebar/trees/init/remote/Makefile
config.status: creating konqueror/sidebar/trees/init/remote/ftp/Makefile
config.status: creating konqueror/sidebar/trees/init/remote/web/Makefile
config.status: creating konqueror/sidebar/trees/init/services/Makefile
config.status: creating konqueror/sidebar/web_module/Makefile
config.status: creating konsole/Makefile
config.status: creating konsole/doc/Makefile
config.status: creating konsole/doc/VT100/Makefile
config.status: creating konsole/fonts/Makefile
config.status: creating konsole/konsole/Makefile
config.status: creating konsole/other/Makefile
config.status: creating konsole/other/icons/Makefile
config.status: creating konsole/other/wallpapers/Makefile
config.status: creating kpager/Makefile
config.status: creating kpersonalizer/Makefile
config.status: creating kpersonalizer/pics/Makefile
config.status: creating kreadconfig/Makefile
config.status: creating kscreensaver/Makefile
config.status: creating ksmserver/Makefile
config.status: creating ksplashml/Makefile
config.status: creating ksplashml/kcmksplash/Makefile
config.status: creating ksplashml/kcmksplash/pics/Makefile
config.status: creating ksplashml/pics/Makefile
config.status: creating ksplashml/pics/themes/Makefile
config.status: creating ksplashml/pics/themes/blue-bend/Makefile
config.status: creating ksplashml/pics/themes/default/Makefile
config.status: creating ksplashml/pics/themes/default/locolor/Makefile
config.status: creating ksplashml/pics/themes/none/Makefile
config.status: creating ksplashml/pics/themes/simple/Makefile
config.status: creating ksplashml/themeengine/Makefile
config.status: creating ksplashml/themeengine/default/Makefile
config.status: creating ksplashml/themeengine/redmond/Makefile
config.status: creating ksplashml/themeengine/redmond/pics/Makefile
config.status: creating ksplashml/themeengine/simple/Makefile
config.status: creating ksplashml/themeengine/standard/Makefile
config.status: creating ksplashml/themeengine/standard/pics/Makefile
config.status: creating kstart/Makefile
config.status: creating ksysguard/Makefile
config.status: creating ksysguard/CContLib/Makefile
config.status: creating ksysguard/example/Makefile
config.status: creating ksysguard/gui/Makefile
config.status: creating ksysguard/gui/SensorDisplayLib/Makefile
config.status: creating ksysguard/gui/ksgrd/Makefile
config.status: creating ksysguard/ksysguardd/Makefile
config.status: creating ksysguard/ksysguardd/FreeBSD/Makefile
config.status: creating ksysguard/ksysguardd/Irix/Makefile
config.status: creating ksysguard/ksysguardd/Linux/Makefile
config.status: creating ksysguard/ksysguardd/NetBSD/Makefile
config.status: creating ksysguard/ksysguardd/OpenBSD/Makefile
config.status: creating ksysguard/ksysguardd/Solaris/Makefile
config.status: creating ksysguard/ksysguardd/Tru64/Makefile
config.status: creating ksysguard/pics/Makefile
config.status: creating ksystraycmd/Makefile
config.status: creating ktip/Makefile
config.status: creating ktip/pics/Makefile
config.status: creating kwin/Makefile
config.status: creating kwin/clients/Makefile
config.status: creating kwin/clients/b2/Makefile
config.status: creating kwin/clients/b2/config/Makefile
config.status: creating kwin/clients/default/Makefile
config.status: creating kwin/clients/default/config/Makefile
config.status: creating kwin/clients/keramik/Makefile
config.status: creating kwin/clients/keramik/config/Makefile
config.status: creating kwin/clients/kwmtheme/Makefile
config.status: creating kwin/clients/kwmtheme/cli_installer/Makefile
config.status: creating kwin/clients/laptop/Makefile
config.status: creating kwin/clients/modernsystem/Makefile
config.status: creating kwin/clients/modernsystem/config/Makefile
config.status: creating kwin/clients/plastik/Makefile
config.status: creating kwin/clients/plastik/config/Makefile
config.status: creating kwin/clients/quartz/Makefile
config.status: creating kwin/clients/quartz/config/Makefile
config.status: creating kwin/clients/redmond/Makefile
config.status: creating kwin/clients/test/Makefile
config.status: creating kwin/clients/web/Makefile
config.status: creating kwin/data/Makefile
config.status: creating kwin/kcmkwin/Makefile
config.status: creating kwin/kcmkwin/kwindecoration/Makefile
config.status: creating kwin/kcmkwin/kwinoptions/Makefile
config.status: creating kwin/kcmkwin/kwinrules/Makefile
config.status: creating kwin/killer/Makefile
config.status: creating kwin/kompmgr/Makefile
config.status: creating kwin/lib/Makefile
config.status: creating kwin/oldheaders/Makefile
config.status: creating kwin/pics/Makefile
config.status: creating kwin/tools/Makefile
config.status: creating kwin/tools/decobenchmark/Makefile
config.status: creating kxkb/Makefile
config.status: creating kxkb/pics/Makefile
config.status: creating l10n/Makefile
config.status: creating libkonq/Makefile
config.status: creating libkonq/favicons/Makefile
config.status: creating libkonq/pics/Makefile
config.status: creating libkonq/tests/Makefile
config.status: creating nsplugins/Makefile
config.status: creating nsplugins/test/Makefile
config.status: creating nsplugins/viewer/Makefile
config.status: creating nsplugins/wrapper/Makefile
config.status: creating pics/Makefile
config.status: creating pics/crystalsvg/Makefile
config.status: creating pics/wallpapers/Makefile
config.status: creating kdm/kfrontend/sessions/kde.desktop
config.status: creating khelpcenter/searchhandlers/khc_docbookdig.pl
config.status: creating khelpcenter/searchhandlers/khc_htdig.pl
config.status: creating config.h
config.status: executing depfiles commands

No OpenEXR Libraries were found
Install the OpenEXR package (from http://www.openexr.org)
if you want EXR image format support


Good - your configure finished. Start make now