From owner-freebsd-ports Tue Dec 2 18:28:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA27850 for ports-outgoing; Tue, 2 Dec 1997 18:28:36 -0800 (PST) (envelope-from owner-freebsd-ports) Received: from kiri.toba-cmt.ac.jp (kiri.toba-cmt.ac.jp [202.26.248.91]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA27838 for ; Tue, 2 Dec 1997 18:28:27 -0800 (PST) (envelope-from kiri@kiri.toba-cmt.ac.jp) Received: from localhost (localhost [127.0.0.1]) by kiri.toba-cmt.ac.jp (8.8.8/8.8.7) with ESMTP id LAA27378 for ; Wed, 3 Dec 1997 11:24:25 +0900 (JST) To: ports@FreeBSD.ORG Subject: Can't compile kdelibs-2.1b In-Reply-To: Your message of "Thu, 20 Nov 1997 17:09:03 -0500 (EST)" References: X-Mailer: Mew version 1.92.4 on Emacs 19.28 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19971203112425U.kiri@kiri.toba-cmt.ac.jp> Date: Wed, 03 Dec 1997 11:24:25 +0900 From: Kazuhiko Kiriyama(System administrator) X-Dispatcher: imput version 971024 Lines: 164 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I try to compile kdelibs-2.1b(x11/kdelibs), but stop with the following error at build process. What's wrong? >> Checksum OK for kdelibs-Beta2-1.src.tgz. ===> Extracting for kdelibs-2.1b ===> kdelibs-2.1b depends on executable: moc - found ===> kdelibs-2.1b depends on shared library: qt\.1\.3[0-9] - found ===> kdelibs-2.1b depends on shared library: gif\.[23]\. - found ===> kdelibs-2.1b depends on shared library: jpeg\.[67]\. - found ===> Patching for kdelibs-2.1b ===> Applying FreeBSD patches for kdelibs-2.1b ===> Configuring for kdelibs-2.1b creating cache ./config.cache checking host system type... i386-unknown-freebsd2.2.5 checking target system type... i386-unknown-freebsd2.2.5 checking build system type... i386-unknown-freebsd2.2.5 checking for a BSD compatible install... /usr/bin/install -c -o bin -g bin checking whether build environment is sane... yes checking for working aclocal... missing checking for working autoconf... found checking for working automake... missing checking for working autoheader... found checking for working makeinfo... found checking whether make sets ${MAKE}... yes checking for a BSD compatible install... /usr/bin/install -c -o bin -g bin checking for a C-Compiler... cc checking whether the C compiler (cc -O ) works... yes checking whether the C compiler (cc -O ) is a cross-compiler... no checking whether we are using GNU C... yes checking how to run the C preprocessor... cc -E checking for a C++-Compiler... checking for g++... g++ checking whether the C++ compiler (g++ -O -s) works... yes checking whether the C++ compiler (g++ -O -s) is a cross-compiler... no checking whether we are using GNU C++... yes checking for ranlib... ranlib checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for BSD-compatible nm... /usr/bin/nm -p checking whether ln -s works... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... -static checking if the linker (/usr/bin/ld) is GNU ld... no checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking command to parse /usr/bin/nm -p output... no checking how to hardcode library paths into programs... relink checking for /usr/bin/ld option to reload object files... -r checking dynamic linker characteristics... freebsd2.2.5 ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for objdir... .libs creating libtool checking for AIX... no checking for minix/config.h... no checking whether NLS is requested... yes checking for msgfmt... msgfmt checking for gmsgfmt... msgfmt checking for xgettext... : checking how to run the C++ preprocessor... g++ -E checking for ANSI C header files... yes checking for inline... inline checking for off_t... yes checking for size_t... yes checking for working alloca.h... no checking for alloca... yes checking for unistd.h... yes checking for getpagesize... yes checking for working mmap... yes checking for argz.h... no checking for limits.h... yes checking for locale.h... yes checking for nl_types.h... yes checking for malloc.h... no checking for string.h... yes checking for unistd.h... (cached) yes checking for values.h... no checking for alloca.h... (cached) no checking for getcwd... yes checking for munmap... yes checking for putenv... yes checking for setenv... yes checking for setlocale... yes checking for strchr... 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... no 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... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/select.h... yes checking for socket in -lsocket... no checking for X... libraries /usr/X11R6/lib -L/usr/local/lib, headers /usr/X11R6/include -I/usr/local/include -I/usr/local/include/giflib checking for QT... libraries /usr/X11R6/lib, headers /usr/X11R6/include/X11/qt checking for moc... test: syntax error /usr/bin/moc checking for KDE... will be installed in /usr/local checking for main in -lcompat... yes checking for giflib... yes checking for jpeglib... -ljpeg checking for X11/extensions/shape.h... yes checking whether time.h and sys/time.h may both be included... yes checking for bool... yes checking if you need GNU extensions... no checking for socket... yes checking for vsnprintf... yes checking for usleep... yes checking for setenv... (cached) yes checking for getdomainname... yes checking for the third argument of getsockname... int updating cache ./config.cache creating ./config.status creating Makefile creating kdecore/Makefile creating kdeui/Makefile creating khtmlw/Makefile creating kdetest/Makefile creating kdedoc/Makefile creating jscript/Makefile creating kfmlib/Makefile creating mediatool/Makefile creating po/Makefile creating doc/Makefile creating config.h ===> Building for kdelibs-2.1b make all-recursive Making all in kdecore /usr/bin/moc kconfig.h -o kconfig.moc /usr/bin/moc: not found *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. ------------------------------------------------------------------------ KIRIYAMA Kazuhiko Toba National College of Maritime Technology Department of Electronic Mechanical Engineering