Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Sep 2003 09:26:56 -0400
From:      Tom Parquette <tparquet@twcny.rr.com>
To:        gnome@FreeBSD.org
Subject:   librsvg wants backlevel libart
Message-ID:  <3F6DA720.1030803@twcny.rr.com>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------040008050800040506050809
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

This is from a 5.1-CURRENT system updated early Sept 20.  Ports was 
updated later in the day on the 20th.

This is the end of make.  "Something" refused to paste the entire output 
(no error messages issued.)  Anyway...
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
checking for poptParseArgvString in -lpopt... yes
checking for png_read_info in -lpng... yes
checking for png.h... yes
checking for png_structp in png.h... yes
checking for glib-config... /usr/local/bin/glib12-config
checking for gtk-config... /usr/X11R6/bin/gtk12-config
checking for gdk-pixbuf-config... /usr/X11R6/bin/gdk-pixbuf-config
checking for GDK_PIXBUF - version >= 0.10.0... yes
checking for freetype-config... /usr/local/bin/freetype-config
checking for FREETYPE2 - version >= 6.1.0... yes
checking for xml-config... /usr/local/bin/xml-config
checking for libart-config... /usr/local/bin/libart-config
configure: error: librsvg needs libart version 2.2.x not 2.3.3
===>  Script "configure" failed unexpectedly.
       Please report the problem to gnome@FreeBSD.org [maintainer] and 
attach
       the "/usr/ports/graphics/librsvg/work/librsvg-1.0.3/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/graphics/librsvg.
P3R-272#


Here is the config log:

--------------040008050800040506050809
Content-Type: text/plain;
 name="config.log"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="config.log"

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:770: checking for a BSD compatible install
configure:823: checking whether build environment is sane
configure:880: checking whether gmake sets ${MAKE}
configure:926: checking for working aclocal
configure:939: checking for working autoconf
configure:952: checking for working automake
configure:965: checking for working autoheader
configure:978: checking for working makeinfo
configure:993: checking whether to enable maintainer-specific portions of Makefiles
configure:1019: checking for gcc
configure:1132: checking whether the C compiler (cc -O -pipe -mcpu=pentiumpro ) works
configure:1148: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
configure:1174: checking whether the C compiler (cc -O -pipe -mcpu=pentiumpro ) is a cross-compiler
configure:1179: checking whether we are using GNU C
configure:1188: cc -E conftest.c
configure:1207: checking whether cc accepts -g
configure:1239: checking how to run the C preprocessor
configure:1260: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:1319: checking for ANSI C header files
configure:1332: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:1399: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
configure:1442: checking for Cygwin environment
configure:1458: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c 1>&5
configure: In function `main':
configure:1454: error: `__CYGWIN32__' undeclared (first use in this function)
configure:1454: error: (Each undeclared identifier is reported only once
configure:1454: error: for each function it appears in.)
configure: failed program was:
#line 1447 "configure"
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:1475: checking for mingw32 environment
configure:1487: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c 1>&5
configure: In function `main':
configure:1483: error: `__MINGW32__' undeclared (first use in this function)
configure:1483: error: (Each undeclared identifier is reported only once
configure:1483: error: for each function it appears in.)
configure: failed program was:
#line 1480 "configure"
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
configure:1579: checking host system type
configure:1600: checking build system type
configure:1629: checking for ld used by GCC
configure:1697: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.13.2 [FreeBSD] 2002-11-27
configure:1714: checking for /usr/bin/ld option to reload object files
configure:1726: checking for BSD-compatible nm
configure:1764: checking whether ln -s works
configure:1785: checking how to recognise dependant libraries
configure:1968: checking for object suffix
configure:1974: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c 1>&5
configure:1994: checking for executable suffix
configure:2004: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
configure:2035: checking command to parse /usr/bin/nm -B output
configure:2115: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c 1>&5
configure:2118: /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:2169: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c conftstm.o 1>&5
configure:2218: checking for dlfcn.h
configure:2228: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:2396: checking for ranlib
configure:2463: checking for strip
configure:2706: checking for objdir
configure:2733: checking for cc option to produce PIC
configure:2885: checking if cc PIC flag -fPIC works
configure:2899: cc -c -O -pipe -mcpu=pentiumpro -fPIC -DPIC -I/usr/local/include conftest.c 1>&5
configure:2951: checking if cc static flag -static works
configure:2966: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  -static conftest.c -L/usr/local/lib 1>&5
configure:2993: checking if cc supports -c -o file.o
configure:3012: cc -c -O -pipe -mcpu=pentiumpro -o out/conftest2.o -I/usr/local/include conftest.c 1>&5
configure:3041: checking if cc supports -c -o file.lo
configure:3059: cc -c -O -pipe -mcpu=pentiumpro -c -o conftest.lo -I/usr/local/include conftest.c 1>&5
configure:3109: checking if cc supports -fno-rtti -fno-exceptions
configure:3122: cc -c -O -pipe -mcpu=pentiumpro -fno-rtti -fno-exceptions -c conftest.c -I/usr/local/include conftest.c 1>&5
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
configure:3149: checking whether the linker (/usr/bin/ld) supports shared libraries
configure:3805: checking how to hardcode library paths into programs
configure:3833: checking whether stripping libraries is possible
configure:3847: checking dynamic linker characteristics
configure:4244: checking if libtool supports shared libraries
configure:4248: checking whether to build shared libraries
configure:4271: checking whether to build static libraries
configure:4807: checking whether -lc should be explicitly linked in
configure:4814: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c 1>&5
configure:4827: cc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2>&1 | grep  -lc  >/dev/null 2>&1
configure:5417: checking for poptParseArgvString in -lpopt
configure:5436: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c -lpopt  -L/usr/local/lib 1>&5
configure:5460: checking for png_read_info in -lpng
configure:5479: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c -lpng -lz -lm -L/usr/local/lib 1>&5
configure:5496: checking for png.h
configure:5506: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:5535: checking for png_structp in png.h
configure:5544: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c 1>&5
configure:5570: checking for glib-config
configure:5626: checking for gtk-config
configure:5720: checking for gdk-pixbuf-config
configure:5755: checking for GDK_PIXBUF - version >= 0.10.0
configure:5837: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include  conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lgdk_pixbuf -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXi -lXext -lX11 -lm 1>&5
configure:5958: checking for freetype-config
configure:5993: checking for FREETYPE2 - version >= 6.1.0
configure:6080: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include  conftest.c -L/usr/local/lib -L/usr/local/lib -lfreetype -lz 1>&5
configure:6168: checking for xml-config
configure:6225: checking for libart-config
ftest.nm"
ltconfig13:1709: cc -o conftest -O -pipe -mcpu=pentiumpro -fno-builtin -I/usr/local/include  conftest.c conftstm.o 1>&5

--------------040008050800040506050809--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F6DA720.1030803>