From owner-freebsd-questions Mon Jul 8 14:33: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50ED637B400 for ; Mon, 8 Jul 2002 14:32:47 -0700 (PDT) Received: from spectraweb.ch (49.96.202.62.dial.bluewin.ch [62.202.96.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id C067843E42 for ; Mon, 8 Jul 2002 14:32:38 -0700 (PDT) (envelope-from info@pc-service.ch) Received: (from martin@localhost) by spectraweb.ch (8.12.5/8.12.5) id g68LY4fA012474 for freebsd-questions@freebsd.org; Mon, 8 Jul 2002 23:34:04 +0200 (CEST) (envelope-from info@pc-service.ch) Date: Mon, 8 Jul 2002 23:33:58 +0200 From: Martin Schweizer To: freebsd-questions@freebsd.org Subject: KDE3.0.1 on FreeBSD 4.6 stable Message-ID: <20020708233358.A12440@saturn.spectraweb.ch> Reply-To: Martin Schweizer Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello I'm again... It's very stupide. I did a lot of things, like see on freebsd.kde.org, read mailing archives, read a lot of READMEs and INSTALLs, ask the kde-nonlinux mailinglist but all with no success (until now I'm exercise it 8 weeks!!!). My problem: I want to install KDE3 on the above system. I deleted also the old KDE2 packges in /var/db/pgk. I tested also the the kde3 port (of curse I cvsup'd before all my ports) but with no success: kdelibs can't compile because the ports use make, if I used gmake kdelibs compile successfully (???). So I went down to download all nessecary file by hand from ftp.kde.org. I read also the install handbook on www.kde.org: install kdelibs and arts first. Kdelibs compiled but while I'm ./configure'ing arts the following error occurs: (I downloaded all necessary file for kde 3.0.1) saturn# ./configure --with-extra-libs/ checking build system type... i386-unknown-freebsd4.6 checking host system type... i386-unknown-freebsd4.6 checking target system type... i386-unknown-freebsd4.6 checking for a BSD compatible install... /usr/bin/install -c checking for -p flag to install... yes checking whether build environment is sane... yes checking for mawk... no checking for gawk... no checking for nawk... nawk checking whether make sets ${MAKE}... yes checking for a BSD compatible install... /usr/bin/install -c -p checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking dependency style of gcc... gcc 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++... gcc checking whether g++ supports -fno-exceptions... yes checking whether g++ supports -fno-check-new... yes checking whether g++ supports -fexceptions... yes checking how to run the C++ preprocessor... g++ -E checking whether g++ supports -frepo... yes checking for ld used by GCC... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for /usr/libexec/elf/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking for a sed that does not truncate output... checking whether ln -s works... yes checking how to recognise dependant libraries... pass_all checking for dlfcn.h... yes checking the maximum length of command line arguments... 16384 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ranlib... ranlib checking for strip... strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... yes 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/libexec/elf/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... freebsd4.6 ld.so checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... 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 whether the g++ linker (/usr/libexec/elf/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/libexec/elf/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... freebsd4.6 ld.so checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (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 "GCJ" to libtool checking if gcj supports -fno-rtti -fno-exceptions... (cached) yes checking for gcj option to produce PIC... -fPIC checking if gcj PIC flag -fPIC works... no checking if gcj supports -c -o file.o... no checking whether the gcj linker (/usr/libexec/elf/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... freebsd4.6 ld.so checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) yes 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 for main in -lutil... yes checking for main in -lcompat... yes checking for crypt in -lcrypt... yes checking for socklen_t... socklen_t 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 res_init... yes checking for killpg in -lucb... no checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 4 checking for char *... yes checking size of char *... 4 checking for char... yes checking size of char... 1 checking for dlopen in -ldl... no checking for shl_unload in -ldld... no checking if Qt compiles without flags... no checking if STL implementation is SGI like... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for ANSI C header files... (cached) yes checking for fcntl.h... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for sys/cdefs.h... yes checking for fnmatch.h... yes checking for sysent.h... no checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/select.h... yes checking for sys/socket.h... yes checking for linux/socket.h... no checking for socketbits.h... no checking for sigaction.h... no checking for paths.h... yes checking for malloc.h... yes checking for monetary.h... no checking for sys/param.h... yes checking for limits.h... yes checking for sys/mnttab.h... no checking for mntent.h... no checking for fstab.h... yes checking for sys/soundcard.h... yes checking for fam.h... no checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for IceConnectionNumber in -lICE... yes checking for libXext... yes checking for Xinerama... no checking for pthread_create in -lpthread... no checking whether g++ supports -pthread... yes checking for extra includes... no checking for extra libs... added checking for libz... -lz checking for libpng... no checking for libjpeg6b... no checking for libjpeg... -ljpeg checking for Qt... libraries /usr/X11R6/lib, headers /usr/X11R6/include using -mt checking if Qt compiles without flags... (cached) no checking for moc... /usr/X11R6/bin/moc checking for uic... /usr/X11R6/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/kde checking for main in -lcompat... (cached) yes checking for main in -lutil... (cached) yes checking for X11/extensions/shape.h... yes checking for X11/ICE/ICElib.h... yes checking whether time.h and sys/time.h may both be included... yes checking whether byte ordering is bigendian... no checking for socket... yes checking for snprintf... yes checking for vsnprintf... yes checking for seteuid... yes checking for setegid... yes checking for random... yes checking for strfmon... no checking for stpcpy... no checking for mkstemp... yes checking for setmntent... no checking for gettimeofday... yes checking for pid_t... yes checking for unistd.h... (cached) yes checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... (cached) yes checking for working vfork... (cached) yes checking for usleep... yes checking for setenv... yes checking for unsetenv... yes checking for getdomainname... no checking if getdomainname needs custom prototype... yes checking for gethostname... no checking if gethostname needs custom prototype... yes checking for random... (cached) yes checking for S_ISSOCK... yes checking for socklen_t... (cached) socklen_t checking for libaudioio.h... no checking for audio/audiolib.h... no checking for audiofile.h... no checking for dmedia/audio.h... no checking for posix realtime scheduling support... yes checking for getdomainname... (cached) yes checking if getdomainname needs custom prototype... (cached) yes checking ioctl type... 3 checking for x86 float to int conversions... yes checking for x86 SSE instructions... yes checking for stdio emulation in artsdsp... no checking whether g++ supports -ftemplate-depth-99... yes checking for sys/asoundlib.h... no checking for alsa/asoundlib.h... no checking for IRIX... "no" checking for pkg-config... /usr/local/bin/pkg-config checking for GLib-2.0 (at least 1.3.3)... not installed checking for soundcard.h... no checking for _oss_ioctl in -lossaudio... no checking for ov_read_float in -lvorbisfile... no checking for mad_synth_frame in -lmad... no checking the required GSL-Loader library set... complete checking size of pthread_mutex_t... 4 checking size of pthread_cond_t... 4 checking size of intmax_t... 0 checking for pthread_mutexattr_settype()... yes checking for getcwd... yes checking for working alloca.h... no checking for alloca... yes checking if gmcop should be compiled... no checking if qtmcop should be compiled... yes checking if x11 should be compiled... yes configure: creating ./config.status fast creating ./Makefile fast creating artsc/Makefile fast creating doc/Makefile fast creating examples/Makefile fast creating flow/Makefile fast creating flow/gsl/Makefile fast creating flow/mcopclass/Makefile fast creating gmcop/Makefile fast creating mcop/Makefile fast creating mcop_mt/Makefile fast creating mcopidl/Makefile fast creating qtmcop/Makefile fast creating soundserver/Makefile fast creating tests/Makefile fast creating x11/Makefile fast creating artsc/artsc-config fast creating artsc/artsdsp fast creating soundserver/artsversion-new.h config.status: creating config.h config.status: config.h is unchanged configure: configuring in libltdl configure: running /bin/sh './configure' --with-extra-libs=/usr/local/lib/ --prefix=/usr/local/kde --enable-ltdl-convenience --with-auxdir=/usr/ports/kde/arts-1.0.1/admin --cache-file=/dev/null --srcdir=. checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for mawk... no checking for gawk... no checking for nawk... nawk checking whether make sets ${MAKE}... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc checking for gcc option to accept ANSI C... none needed checking for an ANSI C-conforming const... yes checking for inline... inline checking build system type... i386-unknown-freebsd4.6 checking host system type... i386-unknown-freebsd4.6 checking for ld used by GCC... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for /usr/libexec/elf/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking for a sed that does not truncate output... checking whether ln -s works... yes checking how to recognise dependant libraries... pass_all checking how to run the C preprocessor... gcc -E checking for dlfcn.h... yes 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++... gcc checking how to run the C++ preprocessor... g++ -E checking the maximum length of command line arguments... 16384 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ranlib... ranlib checking for strip... strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... yes 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/libexec/elf/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... freebsd4.6 ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking whether the g++ linker (/usr/libexec/elf/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/libexec/elf/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... freebsd4.6 ld.so appending configuration tag "GCJ" to libtool checking if gcj supports -fno-rtti -fno-exceptions... (cached) yes checking for gcj option to produce PIC... -fPIC checking if gcj PIC flag -fPIC works... no checking if gcj supports -c -o file.o... no checking whether the gcj linker (/usr/libexec/elf/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... freebsd4.6 ld.so checking for ANSI C header files... yes checking which extension is used for shared libraries... .so 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/bin/nm -B output... yes checking whether libtool supports -dlopen/-dlpreopen... yes checking for dlopen in -ldl... no checking for dlopen... yes checking for shl_load... no checking for shl_load in -ldld... 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 for malloc.h... yes checking for memory.h... yes checking for stdlib.h... yes checking for stdio.h... yes checking for ctype.h... yes checking for dlfcn.h... (cached) yes checking for dl.h... no checking for dld.h... no checking for string.h... yes checking for strchr... yes checking for strrchr... yes checking for memcpy... yes checking for strcmp... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: config.h is unchanged You're missing libaudiofile. aRts won't be able to load or play any samples without it, so please install it. Have a look at http://oss.sgi.com/projects/audiofile/ or find a binary package for your platform. But libaudiofile installed at: 131:-laudiofile.0 => /usr/local/lib/libaudiofile.so.0 So, what I'm doing wrong? I've no more ideas now. Thank you very much. -- Regards Martin Schweizer PC-Service M. Schweizer; Gewerbehaus Schwarz; CH-8608 Bubikon Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message