Solaris compile problems for ktimezones.cpp?

Shaheed srhaque at iee.org
Wed Jul 13 05:43:27 BST 2005


Hi all,

I have a problem report that ktimezones.cpp will not compile on x86 Solaris 
due to missing declarations for ::unsetenv and alloca (see attached). I have 
no access to such a system and was wondering how best to deal with these:

- Instead of alloca(), I had originally used a C++ dynamically allocated 
array, but someone changed the code citing "fix compile". Anyone have any 
idea what that might be? (Yes, I did mail the author of that patch, but got 
no response).

- ::unsetenv seems not to exist on Solaris (despite the output from 
"configure" stating it is in libkdefakes).

Any suggestions on how to address these two questions?

Thanks, Shaheed



On Tuesday 12 July 2005 08:03, Christopher Layne wrote:
> This is breaking on Solaris.
>
> [clayne at build02-sol8-x86 ~]$ /usr/local/gcc/shared/bin/gcc -v
> Reading specs from
> /tools/stow/solx86/tool-static-gcc-3_4_3_shared_20050607.RELEASE.i386.solar
>is.5_8/gcc3-shared/bin/../lib/gcc/i386-pc-solaris2.8/3.4.3/specs Configured
> with: ./configure --prefix=/usr/local/gcc3-shared --enable-threads=posix
> -disable-nls --enable-languages=c,c++,f77,objc Thread model: posix
> gcc version 3.4.3
> [clayne at build02-sol8-x86 ~]$ uname -a
> SunOS build02-sol8-x86.dev.villa.tellme.com 5.8 Generic_117351-24 i86pc
> i386 i86pc
>
> ----- Forwarded message from Christopher Layne <clayne at tellme.com> -----
>
> From: clayne at tellme.com (Christopher Layne)
> To: clayne at tellme.com
> Date: Mon, 11 Jul 2005 16:15:38 -0700 (PDT)
> Subject: [kbuild] kdelibs build errors
>
> This Makefile is only for the SVN repository
>
> *** automake (GNU automake) 1.9 found.
> *** Creating acinclude.m4
> gmake[2]: Entering directory `/home/clayne/src/kde/KDE/kdelibs'
> gmake[2]: Nothing to be done for `acinclude.m4'.
> gmake[2]: Leaving directory `/home/clayne/src/kde/KDE/kdelibs'
> *** Creating list of subdirectories
> *** Creating Makefile.am
> *** Creating configure.files
> *** Creating configure.in
> *** Creating aclocal.m4
> *** Creating configure
> *** Creating config.h template
> *** Creating Makefile templates
> *** Postprocessing Makefile templates
> *** Creating date/time stamp
> *** Finished
>     Don't forget to run ./configure
>     If you haven't done so in a while, run ./configure --help
> checking build system type... i386-pc-solaris2.8
> checking host system type... i386-pc-solaris2.8
> checking target system type... i386-pc-solaris2.8
> checking for a BSD-compatible install... /usr/local/bin/install -c
> checking for -p flag to install... yes
> checking whether build environment is sane... yes
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking for a BSD-compatible install... /usr/local/bin/install -c -p
> 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 ANSI C... 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 -fno-builtin... no
> checking whether g++ supports -Woverloaded-virtual... yes
> checking whether g++ supports -Wundef... yes
> checking whether g++ supports -Wno-long-long... yes
> checking whether g++ supports -Wnon-virtual-dtor... 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 gcc supports precompiling c header files... yes
> checking whether gcc supports precompiling c++ header files... yes
> checking how to run the C++ preprocessor... g++ -E
> checking whether g++ supports -O0... yes
> checking whether g++ supports -fvisibility=hidden... no
> not using lib directory suffix
> checking for a sed that does not truncate output... /usr/local/bin/sed
> checking for grep that handles long lines and -e... /usr/local/bin/grep
> checking for egrep... /usr/local/bin/grep -E
> checking for ld used by gcc... /usr/ccs/bin/ld
> checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
> checking for /usr/ccs/bin/ld option to reload object files... -r
> checking for BSD-compatible nm... /usr/local/bin/nm -B
> checking whether ln -s works... yes
> checking how to recognise 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... no
> checking for unistd.h... yes
> checking dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking for g77... g77
> checking whether we are using the GNU Fortran 77 compiler... yes
> checking whether g77 accepts -g... yes
> checking the maximum length of command line arguments... 262144
> checking command to parse /usr/local/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 static flag  works... yes
> 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 supports -c -o file.o... yes
> checking whether the gcc linker (/usr/ccs/bin/ld) supports shared
> libraries... yes checking whether -lc should be explicitly linked in... yes
> checking dynamic linker characteristics... solaris2.8 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... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... no
> configure: creating libtool
> appending configuration tag "CXX" to libtool
> checking for ld used by g++... /usr/ccs/bin/ld
> checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
> checking whether the g++ linker (/usr/ccs/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++ supports -c -o file.o... yes
> checking whether the g++ linker (/usr/ccs/bin/ld) supports shared
> libraries... yes checking dynamic linker characteristics... solaris2.8
> ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking for shl_load... (cached) no
> checking for shl_load in -ldld... (cached) no
> checking for dlopen... (cached) no
> checking for dlopen in -ldl... (cached) yes
> checking whether a program can dlopen itself... (cached) yes
> checking whether a statically linked program can dlopen itself... (cached)
> yes appending configuration tag "F77" to libtool
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... no
> checking for g77 option to produce PIC... -fPIC
> checking if g77 PIC flag -fPIC works... yes
> checking if g77 supports -c -o file.o... yes
> checking whether the g77 linker (/usr/ccs/bin/ld) supports shared
> libraries... yes checking dynamic linker characteristics... solaris2.8
> ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking which extension is used for shared libraries...
> checking which variable specifies run-time library path... LD_LIBRARY_PATH
> checking for the default library search path... /lib /usr/lib
> checking for objdir... .libs
> checking command to parse /usr/local/bin/nm -B output... yes
> checking whether libtool supports -dlopen/-dlpreopen... yes
> checking for dlopen in -ldl... (cached) yes
> checking for shl_load... (cached) no
> checking for shl_load in -ldld... (cached) no
> checking for dld_link in -ldld... no
> checking for dlerror... yes
> checking for _ prefix in compiled symbols... (cached) no
> checking whether deplibs are loaded by dlopen... yes
> checking malloc.h usability... yes
> checking malloc.h presence... yes
> checking for malloc.h... yes
> checking for memory.h... (cached) yes
> checking for stdlib.h... (cached) yes
> checking stdio.h usability... yes
> checking stdio.h presence... yes
> checking for stdio.h... yes
> checking ctype.h usability... yes
> checking ctype.h presence... yes
> checking for ctype.h... yes
> checking for dlfcn.h... (cached) yes
> checking dl.h usability... no
> checking dl.h presence... no
> checking for dl.h... no
> checking dld.h usability... no
> checking dld.h presence... no
> checking for dld.h... no
> checking for string.h... (cached) yes
> checking for strchr... yes
> checking for strrchr... yes
> checking for memcpy... yes
> checking for strcmp... yes
> checking for msgfmt... /usr/local/bin/msgfmt
> checking for gmsgfmt... /usr/local/bin/msgfmt
> checking for xgettext... /usr/local/bin/xgettext
> checking for ranlib... (cached) ranlib
> checking for off_t... yes
> checking for size_t... yes
> checking for working alloca.h... yes
> checking for alloca... yes
> checking for stdlib.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for getpagesize... yes
> checking for working mmap... yes
> checking limits.h usability... yes
> checking limits.h presence... yes
> checking for limits.h... yes
> checking locale.h usability... yes
> checking locale.h presence... yes
> checking for locale.h... yes
> checking nl_types.h usability... yes
> checking nl_types.h presence... yes
> checking for nl_types.h... yes
> checking for string.h... (cached) yes
> checking values.h usability... yes
> checking values.h presence... yes
> checking for values.h... yes
> checking alloca.h usability... yes
> checking alloca.h presence... yes
> checking for alloca.h... yes
> checking for getcwd... yes
> checking for munmap... yes
> checking for putenv... yes
> checking for setlocale... yes
> checking for strchr... (cached) yes
> checking for strcasecmp... yes
> checking for __argz_count... no
> checking for __argz_stringify... no
> checking for __argz_next... no
> checking for stpcpy... no
> checking for LC_MESSAGES... yes
> checking if C++ programs can be compiled... 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/param.h usability... yes
> checking sys/param.h presence... yes
> checking for sys/param.h... yes
> checking sys/mman.h usability... yes
> checking sys/mman.h presence... yes
> checking for sys/mman.h... yes
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking sysent.h usability... no
> checking sysent.h presence... no
> checking for sysent.h... no
> checking for strings.h... (cached) yes
> checking for sys/stat.h... (cached) yes
> checking sys/select.h usability... yes
> checking sys/select.h presence... yes
> checking for sys/select.h... yes
> checking paths.h usability... no
> checking paths.h presence... no
> checking for paths.h... no
> checking for malloc.h... (cached) yes
> checking for limits.h... (cached) yes
> checking sys/soundcard.h usability... no
> checking sys/soundcard.h presence... no
> checking for sys/soundcard.h... no
> checking for dlfcn.h... (cached) yes
> checking termios.h usability... yes
> checking termios.h presence... yes
> checking for termios.h... yes
> checking for strlcat... yes
> checking if strlcat needs custom prototype... no
> checking for strlcpy... yes
> checking if strlcpy needs custom prototype... no
> checking for main in -lutil... no
> 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... no
> checking for inet_ntoa in -lnsl... yes
> checking for connect... no
> checking for connect in -lsocket... yes
> checking for remove... yes
> checking for shmat... yes
> checking for sys/types.h... (cached) yes
> checking for stdint.h... (cached) no
> checking sys/bitypes.h usability... no
> checking sys/bitypes.h presence... no
> checking for sys/bitypes.h... no
> 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 for int... yes
> checking size of int... 4
> checking for short... yes
> checking size of short... 2
> checking for long... yes
> checking size of long... 4
> checking for char *... yes
> checking size of char *... 4
> checking for dlopen in -ldl... (cached) yes
> checking for shl_unload in -ldld... no
> checking for size_t... (cached) yes
> checking size of size_t... 4
> checking for unsigned long... yes
> checking size of unsigned long... 4
> checking sizeof size_t == sizeof unsigned long... 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/local/X11R6/lib, headers
> /usr/local/X11R6/include checking for IceConnectionNumber in -lICE... yes
> checking for libXext... yes
> checking for pthread_create in -lpthread... yes
> checking whether g++ supports -mt... no
> 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/local/bin/perl
> checking for Qt... libraries /usr/local/qt/lib, headers
> /usr/local/qt/include using -mt checking for moc... /usr/local/qt/bin/moc
> checking for uic... /usr/local/qt/bin/uic
> checking whether uic supports -L ... yes
> checking whether uic supports -nounload ... yes
> checking if Qt needs -ljpeg... no
> checking for rpath... yes
> checking for KDE... will be installed in /usr/local/kdedev
> checking for KDE paths... defaults
> checking for dcopidl... compiled
> checking for dcopidl2cpp... compiled
> checking for mcopidl... /usr/local/kdedev/bin/mcopidl
> checking for artsc-config... /usr/local/kdedev/bin/artsc-config
> checking for meinproc... compiled
> /home/clayne/src/kde/HEAD/kdelibs/configure[36581]: compiled:  not found
> /home/clayne/src/kde/HEAD/kdelibs/configure[36581]: test: argument expected
> checking for kconfig_compiler... compiled
> checking for dcopidlng... compiled
> checking for makekdewidgets... compiled
> checking for xmllint... /usr/local/bin/xmllint
> checking for X11/extensions/shape.h... yes
> checking for X11/extensions/XShm.h... yes
> checking X11/ICE/ICElib.h usability... yes
> checking X11/ICE/ICElib.h presence... yes
> checking for X11/ICE/ICElib.h... yes
> checking sys/sendfile.h usability... yes
> checking sys/sendfile.h presence... yes
> checking for sys/sendfile.h... yes
> checking whether time.h and sys/time.h may both be included... yes
> checking whether byte ordering is bigendian... no
> checking for setenv... no
> checking if setenv needs custom prototype... yes - in libkdefakes
> checking for unsetenv... no
> checking if unsetenv needs custom prototype... yes - in libkdefakes
> checking for random... yes
> checking if random needs custom prototype... no
> checking for srandom... yes
> checking if srandom needs custom prototype... no
> checking for mkstemps... no
> checking if mkstemps needs custom prototype... yes - in libkdefakes
> checking for mkstemp... yes
> checking if mkstemp needs custom prototype... no
> checking for mkdtemp... no
> checking if mkdtemp needs custom prototype... mkdtemp unavailable
> checking for strtoll... yes
> checking for socket... no
> checking for seteuid... yes
> checking for setegid... yes
> checking for strfmon... yes
> checking for stpcpy... no
> checking for gettimeofday... yes
> checking for readdir_r... yes
> checking for setpriority... yes
> checking for usleep... yes
> checking if usleep needs custom prototype... no
> checking for gethostname... yes
> checking if gethostname needs custom prototype... no
> checking for random... (cached) yes
> checking if random needs custom prototype... (cached) no
> checking for srandom... (cached) yes
> checking if srandom needs custom prototype... (cached) no
> checking for S_ISSOCK... yes
> checking for initgroups... yes
> checking if initgroups needs custom prototype... no
> checking for mount tab file... /etc/mnttab
> checking if sendfile() is wanted... no
> checking if MIT-SHM support is wanted... yes
> checking for posix_fadvise... no
> checking for _IceTransNoListen... yes
> checking for Compiler version... gcc version 3.4.3
> checking for uname... SunOS 5.8 i86pc
> checking for distribution channel... compiled sources
> checking for addToUtmp in -lutempter... no
> checking for Qt docs... /usr/local/qt/doc/html
> checking for dot... /usr/local/bin/dot
> checking for doxygen... /usr/local/bin/doxygen
> checking if ld supports unversioned version maps... no
> checking for aRts-1.1... yes
> checking for md5sum... /usr/local/bin/md5sum
> checking for DNS-SD support... no
> checking lua.h usability... no
> checking lua.h presence... no
> checking for lua.h... no
> lua.h was not found or was not usable, Lua 5.0 headers are required !
> checking lualib.h usability... no
> checking lualib.h presence... no
> checking for lualib.h... no
> lualib.h was not found or was not usable, Lua 5.0 headers are required !
> checking whether we can use openpty... no
> checking for idna_to_ascii_4i in -lidn... yes
> checking idna.h usability... yes
> checking idna.h presence... yes
> checking for idna.h... yes
> checking punycode.h usability... yes
> checking punycode.h presence... yes
> checking for punycode.h... yes
> checking stringprep.h usability... yes
> checking stringprep.h presence... yes
> checking for stringprep.h... yes
> checking for inet_ntop... yes
> checking for inet_pton... yes
> checking for getpeername... yes
> checking for getsockname... yes
> checking for getsockopt... yes
> checking for gethostbyname2_r... no
> checking for gethostbyname_r... yes
> checking for gethostbyname2... no
> checking for if_nametoindex... yes
> checking for getprotobyname_r... yes
> checking for getservbyname_r... yes
> checking for getservbyport_r... yes
> checking whether getservbyname_r is declared... yes
> checking for netinet/in.h... yes
> checking for net/if.h... yes
> checking sys/filio.h usability... yes
> checking sys/filio.h presence... yes
> checking for sys/filio.h... yes
> checking for usleep... yes
> checking for poll... yes
> checking for struct addrinfo... yes
> checking for getaddrinfo... yes
> checking for freeaddrinfo... yes
> checking for getnameinfo... yes
> checking for gai_strerror... yes
> checking if getaddrinfo works using numeric service with null host... yes
> checking for struct sockaddr.sa_len... no
> checking for struct sockaddr_in6... yes
> checking for struct sockaddr_in6.sin6_scope_id... yes
> checking for GLIBC function backtrace... no
> checking sys/mount.h usability... yes
> checking sys/mount.h presence... yes
> checking for sys/mount.h... yes
> checking for libart2-config... /usr/local/bin/libart2-config
> checking sys/stropts.h usability... yes
> checking sys/stropts.h presence... yes
> checking for sys/stropts.h... yes
> checking for sys/select.h... (cached) yes
> 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 for termios.h... (cached) yes
> checking pty.h usability... no
> checking pty.h presence... no
> checking for pty.h... no
> checking termio.h usability... yes
> checking termio.h presence... yes
> checking for termio.h... yes
> checking for revoke(tty) in unistd.h... no
> checking whether to enable fast malloc... no
> checking whether g++ supports -finline-limit=100000... 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 assembler support for IA32 extensions... MMX yes, SSE yes,
> SSE2 no, 3DNOW no checking for cups-config... /usr/local/bin/cups-config
> checking for cupsServer in -lcups... yes
> checking cups/cups.h usability... yes
> checking cups/cups.h presence... yes
> checking for cups/cups.h... yes
> checking CUPS version >= 1.0109... yes
> checking CUPS version >= 1.0120... yes
> checking installation of PS driver needed... yes
> checking for su... /bin/su
> checking POSIX.1b scheduling... no
> checking for initgroups... yes
> checking for libutil.h... (cached) no
> checking for util.h... (cached) no
> checking for pty.h... (cached) no
> checking for openpty in -lutil... no
> checking for openpty... no
> checking for initgroups... (cached) yes
> checking for setgroups... yes
> checking for getgroups... yes
> checking for grantpt... yes
> checking for setpriority... (cached) yes
> checking for getpt... no
> checking for unlockpt... yes
> checking for ptsname... yes
> checking for _getpty... no
> checking for struct ucred... no
> checking for getpeereid... no
> checking for xml2-config... /usr/local/bin/xml2-config
> checking for xmllint... /usr/local/bin/xmllint
> checking for xslt-config... /usr/local/bin/xslt-config
> checking for bzDecompress in libbz2... no
> checking whether g++ supports -shared... yes
> checking whether g++ supports -fPIC... yes
> checking for BZ2_bzDecompress in (shared) libbz2... -lbz2
> checking for present bzip2 support... ok
> checking if libthai should be compiled in... no
> checking for libtiff tiff... yes
> checking for libjpeg6b... (cached) no
> checking for libjpeg... (cached) -ljpeg
> checking for libpng... (cached) -lpng -lz -lm
> checking for jasper... no
> checking for pkg-config... /usr/local/bin/pkg-config
> checking for OpenEXR libraries... sh: gnome-config: not found
> /home/clayne/src/kde/HEAD/kdelibs/configure[47999]: Makefile:  not found
> sh: gnome-config: not found
> /home/clayne/src/kde/HEAD/kdelibs/configure[48004]: Makefile:  not found
> sh: gnome-config: not found
> Package OpenEXR was not found in the pkg-config search path.
> Perhaps you should add the directory containing `OpenEXR.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'OpenEXR' found
> sh: gnome-config: not found
> Package OpenEXR was not found in the pkg-config search path.
> Perhaps you should add the directory containing `OpenEXR.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'OpenEXR' found
> no
> checking for XftInit in -lqt-mt... no
> checking for fontconfig-config... /usr/local/nx/bin/fontconfig-config
> checking for freetype-config... /usr/local/bin/freetype-config
> checking X11/Xft/Xft.h usability... no
> checking X11/Xft/Xft.h presence... no
> checking for X11/Xft/Xft.h... no
> checking for FAMOpen in -lfam... no
> checking for libz... (cached) -lz
> checking sys/mnttab.h usability... yes
> checking sys/mnttab.h presence... yes
> checking for sys/mnttab.h... yes
> checking sys/mntent.h usability... yes
> checking sys/mntent.h presence... yes
> checking for sys/mntent.h... yes
> checking mntent.h usability... no
> checking mntent.h presence... no
> checking for mntent.h... no
> checking fstab.h usability... no
> checking fstab.h presence... no
> checking for fstab.h... no
> checking sys/ucred.h usability... no
> checking sys/ucred.h presence... no
> checking for sys/ucred.h... no
> checking for sys/mount.h... (cached) yes
> checking for setmntent... no
> checking for getmntinfo... no
> checking for volmgt_running in -lvolmgt... yes
> checking if you need GNU extensions... no
> checking for OpenSSL... libraries /usr/local/lib, headers
> /usr/local/include checking whether OpenSSL uses rsaref... no
> checking for easter eggs... none found
> checking for OpenSSL version... ok
> checking for setgroups with short argument... no
> checking arpa/nameser8_compat.h usability... no
> checking arpa/nameser8_compat.h presence... no
> checking for arpa/nameser8_compat.h... no
> checking for sys/param.h... (cached) yes
> checking for setfsent... no
> checking whether to enable GSSAPI support... checking for krb5-config...
> /usr/local/bin/krb5-config incs=-I/usr/local/include libs=-L/usr/local/lib
> -R/usr/local/lib -z defs -z text -lgssapi_krb5 -lkrb5 -lk5crypto
> -lkrb5support -lcom_err -lresolv -lsocket -lnsl checking ieeefp.h
> usability... yes
> checking ieeefp.h presence... yes
> checking for ieeefp.h... yes
> checking float.h usability... yes
> checking float.h presence... yes
> checking for float.h... yes
> checking for isinf in -lm... no
> checking for finite in -lm... yes
> checking for _finite in -lm... yes
> checking for isnan in -lm... yes
> checking for pcre-config... /usr/local/bin/pcre-config
> checking for new_aspell_config in -laspell... yes
> checking aspell.h usability... yes
> checking aspell.h presence... yes
> checking for aspell.h... yes
> checking for hspell_check_word in -lhspell... no
> checking hspell.h usability... no
> checking hspell.h presence... no
> checking for hspell.h... no
> checking for sys/soundcard.h... (cached) no
> checking machine/soundcard.h usability... no
> checking machine/soundcard.h presence... no
> checking for machine/soundcard.h... no
> checking linux/awe_voice.h usability... no
> checking linux/awe_voice.h presence... no
> checking for linux/awe_voice.h... no
> checking awe_voice.h usability... no
> checking awe_voice.h presence... no
> checking for awe_voice.h... no
> checking /usr/src/sys/i386/isa/sound/awe_voice.h usability... no
> checking /usr/src/sys/i386/isa/sound/awe_voice.h presence... no
> checking for /usr/src/sys/i386/isa/sound/awe_voice.h... no
> checking /usr/src/sys/gnu/i386/isa/sound/awe_voice.h usability... no
> checking /usr/src/sys/gnu/i386/isa/sound/awe_voice.h presence... no
> checking for /usr/src/sys/gnu/i386/isa/sound/awe_voice.h... no
> checking sys/asoundlib.h usability... no
> checking sys/asoundlib.h presence... no
> checking for sys/asoundlib.h... no
> checking alsa/asoundlib.h usability... no
> checking alsa/asoundlib.h presence... no
> checking for alsa/asoundlib.h... no
> checking if dcop should be compiled... yes
> checking if libltdl should be compiled... yes
> checking if kdefx should be compiled... yes
> checking if kdecore should be compiled... yes
> checking if kunittest should be compiled... yes
> checking if kdeui should be compiled... yes
> checking if kdesu should be compiled... yes
> checking if kjs should be compiled... yes
> checking if kwallet should be compiled... yes
> checking if kio should be compiled... yes
> checking if arts should be compiled... yes
> checking if dnssd should be compiled... yes
> checking if kab should be compiled... yes
> checking if kconf_update should be compiled... yes
> checking if kded should be compiled... yes
> checking if kdoctools should be compiled... yes
> checking if kimgio should be compiled... yes
> checking if kioslave should be compiled... yes
> checking if knewstuff should be compiled... yes
> checking if kparts should be compiled... yes
> checking if kresources should be compiled... yes
> checking if kstyles should be compiled... yes
> checking if kutils should be compiled... yes
> checking if libkmid should be compiled... yes
> checking if libkscreensaver should be compiled... yes
> checking if licenses should be compiled... yes
> checking if mimetypes should be compiled... yes
> checking if pics should be compiled... yes
> checking if doc should be compiled... yes
> checking if kcert should be compiled... yes
> checking if kinit should be compiled... yes
> checking if kdeprint should be compiled... yes
> checking if kabc should be compiled... yes
> checking if kspell2 should be compiled... yes
> checking if kmdi should be compiled... yes
> checking if kcmshell should be compiled... yes
> checking if khtml should be compiled... yes
> checking if interfaces should be compiled... yes
> checking if kdewidgets should be compiled... yes
> checking if kate should be compiled... yes
> configure: creating ./config.status
> fast creating Makefile
> fast creating arts/Makefile
> fast creating arts/kde/Makefile
> fast creating arts/kde/mcop-dcop/Makefile
> fast creating arts/knotify/Makefile
> fast creating arts/message/Makefile
> fast creating dcop/Makefile
> fast creating dcop/KDE-ICE/Makefile
> fast creating dcop/client/Makefile
> fast creating dcop/dcopidl/Makefile
> fast creating dcop/dcopidl2cpp/Makefile
> fast creating dcop/dcopidlng/Makefile
> fast creating dcop/tests/Makefile
> fast creating dnssd/Makefile
> fast creating doc/Makefile
> fast creating doc/common/Makefile
> fast creating doc/kdelibs/Makefile
> fast creating doc/kspell/Makefile
> fast creating interfaces/Makefile
> fast creating interfaces/khexedit/Makefile
> fast creating interfaces/kimproxy/Makefile
> fast creating interfaces/kimproxy/interface/Makefile
> fast creating interfaces/kimproxy/library/Makefile
> fast creating interfaces/kimproxy/library/icons/Makefile
> fast creating interfaces/kio/Makefile
> fast creating interfaces/kmediaplayer/Makefile
> fast creating interfaces/kmediaplayer/kfileaudiopreview/Makefile
> fast creating interfaces/kregexpeditor/Makefile
> fast creating interfaces/kscript/Makefile
> fast creating interfaces/kscript/sample/Makefile
> fast creating interfaces/kspeech/Makefile
> fast creating interfaces/ktexteditor/Makefile
> fast creating interfaces/terminal/Makefile
> fast creating interfaces/terminal/test/Makefile
> fast creating kab/Makefile
> fast creating kabc/Makefile
> fast creating kabc/formats/Makefile
> fast creating kabc/plugins/Makefile
> fast creating kabc/plugins/dir/Makefile
> fast creating kabc/plugins/evolution/Makefile
> fast creating kabc/plugins/file/Makefile
> fast creating kabc/plugins/ldapkio/Makefile
> fast creating kabc/plugins/net/Makefile
> fast creating kabc/plugins/sql/Makefile
> fast creating kabc/scripts/Makefile
> fast creating kabc/tests/Makefile
> fast creating kabc/vcard/Makefile
> fast creating kabc/vcardparser/Makefile
> fast creating kate/Makefile
> fast creating kate/data/Makefile
> fast creating kate/interfaces/Makefile
> fast creating kate/part/Makefile
> fast creating kate/plugins/Makefile
> fast creating kate/plugins/autobookmarker/Makefile
> fast creating kate/plugins/insertfile/Makefile
> fast creating kate/plugins/isearch/Makefile
> fast creating kate/plugins/kdatatool/Makefile
> fast creating kate/plugins/wordcompletion/Makefile
> fast creating kate/scripts/Makefile
> fast creating kcert/Makefile
> fast creating kcmshell/Makefile
> fast creating kconf_update/Makefile
> fast creating kdecore/Makefile
> fast creating kdecore/kconfig_compiler/Makefile
> fast creating kdecore/kconfig_compiler/tests/Makefile
> fast creating kdecore/malloc/Makefile
> fast creating kdecore/network/Makefile
> fast creating kdecore/svgicons/Makefile
> fast creating kdecore/tests/Makefile
> fast creating kded/Makefile
> fast creating kded/test/Makefile
> fast creating kdefx/Makefile
> fast creating kdeprint/Makefile
> fast creating kdeprint/cups/Makefile
> fast creating kdeprint/cups/cupsdconf2/Makefile
> fast creating kdeprint/ext/Makefile
> fast creating kdeprint/filters/Makefile
> fast creating kdeprint/foomatic/Makefile
> fast creating kdeprint/lpd/Makefile
> fast creating kdeprint/lpdunix/Makefile
> fast creating kdeprint/lpr/Makefile
> fast creating kdeprint/management/Makefile
> fast creating kdeprint/pics/Makefile
> fast creating kdeprint/rlpr/Makefile
> fast creating kdeprint/tests/Makefile
> fast creating kdeprint/tools/Makefile
> fast creating kdeprint/tools/escputil/Makefile
> fast creating kdesu/Makefile
> fast creating kdeui/Makefile
> fast creating kdeui/about/Makefile
> fast creating kdeui/colors/Makefile
> fast creating kdeui/kdetrayproxy/Makefile
> fast creating kdeui/tests/Makefile
> fast creating kdewidgets/Makefile
> fast creating kdewidgets/pics/Makefile
> fast creating kdewidgets/tests/Makefile
> fast creating kdoctools/Makefile
> fast creating khtml/Makefile
> fast creating khtml/css/Makefile
> fast creating khtml/dom/Makefile
> fast creating khtml/ecma/Makefile
> fast creating khtml/html/Makefile
> fast creating khtml/java/Makefile
> fast creating khtml/java/dummy/Makefile
> fast creating khtml/java/tests/Makefile
> fast creating khtml/kmultipart/Makefile
> fast creating khtml/misc/Makefile
> fast creating khtml/pics/Makefile
> fast creating khtml/rendering/Makefile
> fast creating khtml/xml/Makefile
> fast creating kimgio/Makefile
> fast creating kinit/Makefile
> fast creating kinit/tests/Makefile
> fast creating kio/Makefile
> fast creating kio/bookmarks/Makefile
> fast creating kio/httpfilter/Makefile
> fast creating kio/kfile/Makefile
> fast creating kio/kfile/tests/Makefile
> fast creating kio/kio/Makefile
> fast creating kio/kioexec/Makefile
> fast creating kio/kpasswdserver/Makefile
> fast creating kio/kssl/Makefile
> fast creating kio/kssl/kssl/Makefile
> fast creating kio/kssl/kssl/caroot/Makefile
> fast creating kio/misc/Makefile
> fast creating kio/misc/kdesasl/Makefile
> fast creating kio/misc/kfile/Makefile
> fast creating kio/misc/kntlm/Makefile
> fast creating kio/misc/kpac/Makefile
> fast creating kio/misc/ksendbugmail/Makefile
> fast creating kio/misc/kssld/Makefile
> fast creating kio/misc/kwalletd/Makefile
> fast creating kio/pics/Makefile
> fast creating kio/tests/Makefile
> fast creating kioslave/Makefile
> fast creating kioslave/bzip2/Makefile
> fast creating kioslave/file/Makefile
> fast creating kioslave/ftp/Makefile
> fast creating kioslave/gzip/Makefile
> fast creating kioslave/http/Makefile
> fast creating kioslave/http/kcookiejar/Makefile
> fast creating kioslave/http/kcookiejar/tests/Makefile
> fast creating kioslave/metainfo/Makefile
> fast creating kjs/Makefile
> fast creating kmdi/Makefile
> fast creating kmdi/kmdi/Makefile
> fast creating kmdi/test/Makefile
> fast creating knewstuff/Makefile
> fast creating kparts/Makefile
> fast creating kparts/tests/Makefile
> fast creating kresources/Makefile
> fast creating kspell2/Makefile
> fast creating kspell2/plugins/Makefile
> fast creating kspell2/plugins/aspell/Makefile
> fast creating kspell2/plugins/hspell/Makefile
> fast creating kspell2/plugins/ispell/Makefile
> fast creating kspell2/tests/Makefile
> fast creating kspell2/ui/Makefile
> fast creating kstyles/Makefile
> fast creating kstyles/highcolor/Makefile
> fast creating kstyles/highcontrast/Makefile
> fast creating kstyles/highcontrast/config/Makefile
> fast creating kstyles/keramik/Makefile
> fast creating kstyles/klegacy/Makefile
> fast creating kstyles/kthemestyle/Makefile
> fast creating kstyles/light/Makefile
> fast creating kstyles/plastik/Makefile
> fast creating kstyles/plastik/config/Makefile
> fast creating kstyles/riscos/Makefile
> fast creating kstyles/themes/Makefile
> fast creating kstyles/utils/Makefile
> fast creating kstyles/utils/installtheme/Makefile
> fast creating kstyles/web/Makefile
> fast creating kunittest/Makefile
> fast creating kutils/Makefile
> fast creating kutils/ksettings/Makefile
> fast creating kutils/tests/Makefile
> fast creating kwallet/Makefile
> fast creating kwallet/backend/Makefile
> fast creating kwallet/backend/tests/Makefile
> fast creating kwallet/client/Makefile
> fast creating kwallet/tests/Makefile
> fast creating libkmid/Makefile
> fast creating libkmid/tests/Makefile
> fast creating libkscreensaver/Makefile
> fast creating libltdl/Makefile
> fast creating licenses/Makefile
> fast creating mimetypes/Makefile
> fast creating mimetypes/application/Makefile
> fast creating mimetypes/audio/Makefile
> fast creating mimetypes/image/Makefile
> fast creating mimetypes/inode/Makefile
> fast creating mimetypes/message/Makefile
> fast creating mimetypes/model/Makefile
> fast creating mimetypes/multipart/Makefile
> fast creating mimetypes/text/Makefile
> fast creating mimetypes/uri/Makefile
> fast creating mimetypes/video/Makefile
> fast creating pics/Makefile
> fast creating pics/crystalsvg/Makefile
> fast creating pics/crystalsvg/kde/Makefile
> fast creating pics/emoticons/Makefile
> fast creating pics/hicolor/Makefile
> fast creating kdecore/kde-config.cpp
> fast creating kdoctools/checkXML
> fast creating khtml/java/kjava.policy
> config.pl: fast created 206 file(s).
> config.status: creating config.h
> config.status: config.h is unchanged
> config.status: creating dcop/dcop-path.h
> config.status: dcop/dcop-path.h is unchanged
> config.status: creating kdecore/kdemacros.h
> config.status: kdecore/kdemacros.h is unchanged
> config.status: creating kio/kssl/ksslconfig.h
> config.status: kio/kssl/ksslconfig.h is unchanged
> config.status: creating kjs/global.h
> config.status: kjs/global.h is unchanged
> config.status: executing depfiles commands
>
> You're missing Apple mDNSResponder 85 or later, therefore
> dnssd will be compiled as stub, without any real functionality.
> If you want zeroconf support (www.zeroconf.org), you should install
> mDNSResponder first. See dnssd/INSTALL for details.
>
>
> The development package of Hspell is not installed, I couldn't find
> hspell.h. Spell-checking Hebrew with libhspell will not be available.
> If you need it, install hspell >= 0.9 from sources
> see http://www.ivrix.org.il/projects/spell-checker/
> or from packages your distribution provides.
>
>
> Your ld doesn't support unversioned version scripts.
> KDE will continue to build and run just fine, but you might
> experience a small performance penality.
>
> If you're running Linux, your binutils are probably too old.
> If you're running non-linux your platform might simply not support it.
>
> cd /home/clayne/src/kde/HEAD/kdelibs && /bin/ksh
> /home/clayne/src/kde/HEAD/kdelibs/admin/missing --run autoheader rm -f
> stamp-h1
> touch /home/clayne/src/kde/HEAD/kdelibs/config.h.in
> cd . && /bin/ksh ./config.status config.h
> config.status: creating config.h
> config.status: config.h is unchanged
> gmake  all-recursive
> gmake[1]: Entering directory `/var/tmp/builds/kde/HEAD/kdelibs'
> Making all in dcop
> gmake[2]: Entering directory `/var/tmp/builds/kde/HEAD/kdelibs/dcop'
> cd /home/clayne/src/kde/HEAD/kdelibs && /bin/ksh
> /home/clayne/src/kde/HEAD/kdelibs/admin/missing --run autoheader rm -f
> stamp-h2
> touch /home/clayne/src/kde/HEAD/kdelibs/dcop/dcop-path.h.in
> cd .. && /bin/ksh ./config.status dcop/dcop-path.h
> config.status: creating dcop/dcop-path.h
> config.status: dcop/dcop-path.h is unchanged
> gmake  all-recursive
> gmake[3]: Entering directory `/var/tmp/builds/kde/HEAD/kdelibs/dcop'
> Making all in KDE-ICE
> gmake[4]: Entering directory
> `/var/tmp/builds/kde/HEAD/kdelibs/dcop/KDE-ICE' gmake[4]: Nothing to be
> done for `all'.
> gmake[4]: Leaving directory `/var/tmp/builds/kde/HEAD/kdelibs/dcop/KDE-ICE'
> Making all in .
> gmake[4]: Entering directory `/var/tmp/builds/kde/HEAD/kdelibs/dcop'
> gmake[4]: Leaving directory `/var/tmp/builds/kde/HEAD/kdelibs/dcop'
> Making all in dcopidl
> gmake[4]: Entering directory
> `/var/tmp/builds/kde/HEAD/kdelibs/dcop/dcopidl' gmake[4]: Nothing to be
> done for `all'.
> gmake[4]: Leaving directory `/var/tmp/builds/kde/HEAD/kdelibs/dcop/dcopidl'
> Making all in dcopidlng
> gmake[4]: Entering directory
> `/var/tmp/builds/kde/HEAD/kdelibs/dcop/dcopidlng' gmake[4]: Nothing to be
> done for `all'.
> gmake[4]: Leaving directory
> `/var/tmp/builds/kde/HEAD/kdelibs/dcop/dcopidlng' Making all in dcopidl2cpp
> gmake[4]: Entering directory
> `/var/tmp/builds/kde/HEAD/kdelibs/dcop/dcopidl2cpp' gmake[4]: Nothing to be
> done for `all'.
> gmake[4]: Leaving directory
> `/var/tmp/builds/kde/HEAD/kdelibs/dcop/dcopidl2cpp' Making all in client
> gmake[4]: Entering directory `/var/tmp/builds/kde/HEAD/kdelibs/dcop/client'
> gmake[4]: Nothing to be done for `all'.
> gmake[4]: Leaving directory `/var/tmp/builds/kde/HEAD/kdelibs/dcop/client'
> Making all in tests
> gmake[4]: Entering directory `/var/tmp/builds/kde/HEAD/kdelibs/dcop/tests'
> gmake[4]: Nothing to be done for `all'.
> gmake[4]: Leaving directory `/var/tmp/builds/kde/HEAD/kdelibs/dcop/tests'
> gmake[3]: Leaving directory `/var/tmp/builds/kde/HEAD/kdelibs/dcop'
> gmake[2]: Leaving directory `/var/tmp/builds/kde/HEAD/kdelibs/dcop'
> Making all in libltdl
> gmake[2]: Entering directory `/var/tmp/builds/kde/HEAD/kdelibs/libltdl'
> gmake[2]: Nothing to be done for `all'.
> gmake[2]: Leaving directory `/var/tmp/builds/kde/HEAD/kdelibs/libltdl'
> Making all in kdefx
> gmake[2]: Entering directory `/var/tmp/builds/kde/HEAD/kdelibs/kdefx'
> gmake[2]: Nothing to be done for `all'.
> gmake[2]: Leaving directory `/var/tmp/builds/kde/HEAD/kdelibs/kdefx'
> Making all in kdecore
> gmake[2]: Entering directory `/var/tmp/builds/kde/HEAD/kdelibs/kdecore'
> cd /home/clayne/src/kde/HEAD/kdelibs && /bin/ksh
> /home/clayne/src/kde/HEAD/kdelibs/admin/missing --run autoheader rm -f
> stamp-h3
> touch /home/clayne/src/kde/HEAD/kdelibs/kdecore/kdemacros.h.in
> cd .. && /bin/ksh ./config.status kdecore/kdemacros.h
> config.status: creating kdecore/kdemacros.h
> config.status: kdecore/kdemacros.h is unchanged
> gmake  all-recursive
> gmake[3]: Entering directory `/var/tmp/builds/kde/HEAD/kdelibs/kdecore'
> Making all in malloc
> gmake[4]: Entering directory
> `/var/tmp/builds/kde/HEAD/kdelibs/kdecore/malloc' gmake[4]: Nothing to be
> done for `all'.
> gmake[4]: Leaving directory
> `/var/tmp/builds/kde/HEAD/kdelibs/kdecore/malloc' Making all in network
> gmake[4]: Entering directory
> `/var/tmp/builds/kde/HEAD/kdelibs/kdecore/network' gmake[4]: Nothing to be
> done for `all'.
> gmake[4]: Leaving directory
> `/var/tmp/builds/kde/HEAD/kdelibs/kdecore/network' Making all in svgicons
> gmake[4]: Entering directory
> `/var/tmp/builds/kde/HEAD/kdelibs/kdecore/svgicons' gmake[4]: Nothing to be
> done for `all'.
> gmake[4]: Leaving directory
> `/var/tmp/builds/kde/HEAD/kdelibs/kdecore/svgicons' Making all in .
> gmake[4]: Entering directory `/var/tmp/builds/kde/HEAD/kdelibs/kdecore'
> if /bin/ksh ../libtool --silent --mode=compile --tag=CXX g++
> -DHAVE_CONFIG_H -I. -I/home/clayne/src/kde/HEAD/kdelibs/kdecore -I..
> -I../dcop -I. -I../kio/kssl -I../kjs
> -I/home/clayne/src/kde/HEAD/kdelibs/kdefx
> -I/home/clayne/src/kde/HEAD/kdelibs/kdecore/network
> -I/home/clayne/src/kde/HEAD/kdelibs/dcop
> -I/home/clayne/src/kde/HEAD/kdelibs/libltdl
> -I/home/clayne/src/kde/HEAD/kdelibs/kdefx -I../kdecore
> -I/home/clayne/src/kde/HEAD/kdelibs/kdecore
> -I/home/clayne/src/kde/HEAD/kdelibs/kdeui
> -I/home/clayne/src/kde/HEAD/kdelibs/kio
> -I/home/clayne/src/kde/HEAD/kdelibs/kio/kio
> -I/home/clayne/src/kde/HEAD/kdelibs/kio/kfile
> -I/home/clayne/src/kde/HEAD/kdelibs -I/usr/local/qt/include
> -I/usr/local/X11R6/include -I/usr/local/kdedev/include 
> -I/usr/local/include/libart-2.0  -DQT_THREAD_SUPPORT  -D_REENTRANT
> -D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS -DSVR4  -Wnon-virtual-dtor
> -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -g3
> -fno-inline -g3 -O0 -fno-exceptions -fno-check-n ew -fno-common 
> -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT
> -DQT_NO_TRANSLATION  -MT ktimezones.lo -MD -MP -MF ".deps/ktimezones.Tpo"
> -c -o ktimezones.lo
> /home/clayne/src/kde/HEAD/kdelibs/kdecore/ktimezones.cpp; \ then mv -f
> ".deps/ktimezones.Tpo" ".deps/ktimezones.Plo"; else rm -f
> ".deps/ktimezones.Tpo"; exit 1; fi
> /home/clayne/src/kde/HEAD/kdelibs/kdecore/ktimezones.cpp: In member
> function `QDateTime KTimezone::convert(const KTimezone*, const QDateTime&)
> const': /home/clayne/src/kde/HEAD/kdelibs/kdecore/ktimezones.cpp:241:
> error: `::unsetenv' has not been declared
> /home/clayne/src/kde/HEAD/kdelibs/kdecore/ktimezones.cpp: In member
> function `int KTimezone::offset(Qt::TimeSpec) const':
> /home/clayne/src/kde/HEAD/kdelibs/kdecore/ktimezones.cpp:287: error:
> `::unsetenv' has not been declared
> /home/clayne/src/kde/HEAD/kdelibs/kdecore/ktimezones.cpp: In member
> function `virtual bool KTimezoneSource::parse(const QString&,
> KTimezoneDetails&) const':
> /home/clayne/src/kde/HEAD/kdelibs/kdecore/ktimezones.cpp:718: error:
> `alloca' undeclared (first use this function)
> /home/clayne/src/kde/HEAD/kdelibs/kdecore/ktimezones.cpp:718: error: (Each
> undeclared identifier is reported only once for each function it appears
> in.) gmake[4]: *** [ktimezones.lo] Error 1
> gmake[4]: Leaving directory `/var/tmp/builds/kde/HEAD/kdelibs/kdecore'
> gmake[3]: *** [all-recursive] Error 1
> gmake[3]: Leaving directory `/var/tmp/builds/kde/HEAD/kdelibs/kdecore'
> gmake[2]: *** [all] Error 2
> gmake[2]: Leaving directory `/var/tmp/builds/kde/HEAD/kdelibs/kdecore'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory `/var/tmp/builds/kde/HEAD/kdelibs'
> gmake: *** [all] Error 2
>
> ----- End forwarded message -----




More information about the kde-core-devel mailing list