From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 4 21:04:10 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB5D616A4BF for ; Thu, 4 Sep 2003 21:04:10 -0700 (PDT) Received: from f16.mail.ru (f16.mail.ru [194.67.57.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9003C43FEC for ; Thu, 4 Sep 2003 21:04:09 -0700 (PDT) (envelope-from okhrim@mail.ru) Received: from mail by f16.mail.ru with local id 19v7pA-0008hv-00 for gnome@FreeBSD.org; Fri, 05 Sep 2003 08:03:52 +0400 Received: from [217.22.162.34] by win.mail.ru with HTTP; Fri, 05 Sep 2003 08:03:52 +0400 From: =?koi8-r?Q?=22?=Nikolay Okhrimenko=?koi8-r?Q?=22=20?= To: gnome@FreeBSD.org Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: 10.40.40.39 via proxy [217.22.162.34] Date: Fri, 05 Sep 2003 08:03:52 +0400 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: Subject: X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: =?koi8-r?Q?=22?=Nikolay Okhrimenko=?koi8-r?Q?=22=20?= List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2003 04:04:10 -0000 While trying to make cvsup after clean installation of freebsd 5.1 I've got this error message: -----------------output of "make" command----------------------- updating cache .././config.cache ltconfig13: unrecognized option `--disable-ltlibs' Try `ltconfig13 --help' for more information. configure: error: libtool configure failed configure: error: ./configure failed for glib-1.2.8 ===> Script "configure" failed unexpectedly. Please report the problem to gnome@FreeBSD.org [maintainer] and attach the "/usr/ports/devel/pkgconfig/work/pkgconfig-0.15.0/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/devel/pkgconfig. *** Error code 1 Stop in /usr/ports/x11-fonts/fontconfig. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-libraries. *** Error code 1 Stop in /usr/ports/net/cvsup. ----------------------------end----------------------------------- -----------------------config.log start--------------------------- This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:732: checking for a BSD compatible install configure:785: checking whether build environment is sane configure:842: checking whether gmake sets ${MAKE} configure:888: checking for working aclocal-1.4 configure:901: checking for working autoconf configure:914: checking for working automake-1.4 configure:927: checking for working autoheader configure:940: checking for working makeinfo configure:954: checking whether to enable maintainer-specific portions of Makefiles configure:993: checking for Cygwin environment configure:1009: cc -c -O -pipe -mcpu=pentiumpro conftest.c 1>&5 configure: In function `main': configure:1005: `__CYGWIN32__' undeclared (first use in this function) configure:1005: (Each undeclared identifier is reported only once configure:1005: for each function it appears in.) configure: failed program was: #line 998 "configure" #include "confdefs.h" int main() { #ifndef __CYGWIN__ #define __CYGWIN__ __CYGWIN32__ #endif return __CYGWIN__; ; return 0; } configure:1026: checking for mingw32 environment configure:1038: cc -c -O -pipe -mcpu=pentiumpro conftest.c 1>&5 configure: In function `main': configure:1034: `__MINGW32__' undeclared (first use in this function) configure:1034: (Each undeclared identifier is reported only once configure:1034: for each function it appears in.) configure: failed program was: #line 1031 "configure" #include "confdefs.h" int main() { return __MINGW32__; ; return 0; } configure:1055: checking how to run the C preprocessor configure:1076: cc -E conftest.c >/dev/null 2>conftest.out configure:1210: checking host system type configure:1231: checking build system type configure:1251: checking for gcc configure:1364: checking whether the C compiler (cc -O -pipe -mcpu=pentiumpro ) works configure:1380: cc -o conftest -O -pipe -mcpu=pentiumpro conftest.c 1>&5 configure:1406: checking whether the C compiler (cc -O -pipe -mcpu=pentiumpro ) is a cross-compiler configure:1411: checking whether we are using GNU C configure:1420: cc -E conftest.c configure:1439: checking whether cc accepts -g configure:1482: checking for ld used by GCC configure:1550: checking if the linker (/usr/bin/ld) is GNU ld GNU ld version 2.13.2 [FreeBSD] 2002-11-27 configure:1567: checking for /usr/bin/ld option to reload object files configure:1579: checking for BSD-compatible nm configure:1617: checking whether ln -s works configure:1638: checking how to recognise dependant libraries configure:1821: checking for object suffix configure:1827: cc -c -O -pipe -mcpu=pentiumpro conftest.c 1>&5 configure:1847: checking for executable suffix configure:1857: cc -o conftest -O -pipe -mcpu=pentiumpro conftest.c 1>&5 configure:1888: checking command to parse /usr/bin/nm -B output configure:1968: cc -c -O -pipe -mcpu=pentiumpro conftest.c 1>&5 configure:1971: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm configure:2022: cc -o conftest -O -pipe -mcpu=pentiumpro conftest.c conftstm.o 1>&5 configure:2071: checking for dlfcn.h configure:2081: cc -E conftest.c >/dev/null 2>conftest.out configure:2249: checking for ranlib configure:2316: checking for strip configure:2559: checking for objdir configure:2586: checking for cc option to produce PIC configure:2738: checking if cc PIC flag -fPIC works configure:2752: cc -c -O -pipe -mcpu=pentiumpro -fPIC -DPIC conftest.c 1>&5 configure:2804: checking if cc static flag -static works configure:2819: cc -o conftest -O -pipe -mcpu=pentiumpro -static conftest.c 1>&5 configure:2846: checking if cc supports -c -o file.o configure:2865: cc -c -O -pipe -mcpu=pentiumpro -o out/conftest2.o conftest.c 1>&5 configure:2894: checking if cc supports -c -o file.lo configure:2912: cc -c -O -pipe -mcpu=pentiumpro -c -o conftest.lo conftest.c 1>&5 configure:2962: checking if cc supports -fno-rtti -fno-exceptions configure:2975: cc -c -O -pipe -mcpu=pentiumpro -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5 configure:3002: checking whether the linker (/usr/bin/ld) supports shared libraries configure:3686: checking how to hardcode library paths into programs configure:3714: checking whether stripping libraries is possible configure:3728: checking dynamic linker characteristics configure:4125: checking if libtool supports shared libraries configure:4129: checking whether to build shared libraries configure:4152: checking whether to build static libraries configure:4688: checking whether -lc should be explicitly linked in configure:4695: cc -c -O -pipe -mcpu=pentiumpro conftest.c 1>&5 configure:4708: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2>&1 | grep -lc >/dev/null 2>&1 configure:5293: checking for gcc configure:5406: checking whether the C compiler (cc -O -pipe -mcpu=pentiumpro ) works configure:5422: cc -o conftest -O -pipe -mcpu=pentiumpro conftest.c 1>&5 configure:5448: checking whether the C compiler (cc -O -pipe -mcpu=pentiumpro ) is a cross-compiler configure:5453: checking whether we are using GNU C configure:5481: checking whether cc accepts -g configure:5514: checking for Win32 configure:5580: checking for working alloca.h configure:5592: cc -o conftest -O -pipe -mcpu=pentiumpro conftest.c 1>&5 configure:5586:20: alloca.h: No such file or directory configure: failed program was: #line 5585 "configure" #include "confdefs.h" #include int main() { char *p = alloca(2 * sizeof(int)); ; return 0; } configure:5613: checking for alloca configure:5646: cc -o conftest -O -pipe -mcpu=pentiumpro conftest.c 1>&5 configure:5815: checking for setresuid configure:5843: cc -o conftest -O -pipe -mcpu=pentiumpro conftest.c 1>&5 configure:5871: checking for dirent.h configure:5881: cc -E conftest.c >/dev/null 2>conftest.out configure:5871: checking for unistd.h configure:5881: cc -E conftest.c >/dev/null 2>conftest.out configure:5871: checking for sys/wait.h configure:5881: cc -E conftest.c >/dev/null 2>conftest.out --------------------------------config.log ends--------------------- --------------------- results of #ls /var/db/pkg ------------------- expat-1.95.6_1 gettext-0.12.1 libiconv-1.9.1_1 ezm3-1.1 gmake-3.80_1 libtool-1.3.5_1 freetype2-2.1.4_1 imake-4.3.0_1 perl-5.6.1_13 -------------------------------------------------------------------- Please help!