From owner-freebsd-gnome@FreeBSD.ORG Sun Apr 27 03:10:59 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 8F58037B401 for ; Sun, 27 Apr 2003 03:10:59 -0700 (PDT) Received: from mx1.verat.net (mx1.verat.net [217.26.64.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3209F43FA3 for ; Sun, 27 Apr 2003 03:10:56 -0700 (PDT) (envelope-from keks@verat.net) Received: from verat.net (ppp65-179.verat.net [217.26.65.179]) by mx1.verat.net (8.12.1/8.12.1) with ESMTP id h3RBBqZI026164 for ; Sun, 27 Apr 2003 13:11:53 +0200 Message-ID: <3EABACAE.5000906@verat.net> Date: Sun, 27 Apr 2003 12:10:54 +0200 From: marvin Organization: DarkBeerDrinkers Ltd. User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2.1) Gecko/20030324 X-Accept-Language: en-us, en, sr, hr MIME-Version: 1.0 To: freebsd-gnome@freebsd.org Content-Type: multipart/mixed; boundary="------------000500070607000702090409" Subject: wxGTK-devel w/ GTK2 + unicode? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 10:11:00 -0000 This is a multi-part message in MIME format. --------------000500070607000702090409 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi, I tried to compile wxgtk-devel (2.4.0) with --enable-gtk2 and --enable-unicode added to Makefile (attached) but it failed. So I'm wondering is it posible to compile it or I couldn't configure it correctly? I also attached config.log and make.log I cvsup'd whole ports tree two days ago... -- marvin --------------000500070607000702090409 Content-Type: text/plain; name="Makefile" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Makefile" # New ports collection makefile for: wxGTK # Date created: September 18, 1999 # Whom: nectar@FreeBSD.ORG # # $FreeBSD: ports/x11-toolkits/wxgtk-devel/Makefile,v 1.39 2003/04/20 19:54:06 marcus Exp $ # PORTNAME= wxgtk PORTVERSION= 2.4.0 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/ MASTER_SITE_SUBDIR= wxwindows DISTNAME= wxGTK-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org COMMENT= The wxWindows GUI toolkit with GTK+ bindings (unstable version) LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ iconv.3:${PORTSDIR}/converters/libiconv NO_LATEST_LINK= "Unstable, development version." USE_BZIP2= yes USE_X_PREFIX= yes USE_MESA= yes USE_GMAKE= yes USE_REINPLACE= yes GNU_CONFIGURE= yes USE_GNOME= gtk12 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-libpng=sys \ --with-libjpeg=sys \ --with-libtiff=sys \ --with-zlib=builtin \ --with-opengl \ --enable-gtk2 \ --enable-unicode \ --host=${CONFIGURE_TARGET} \ --build=${CONFIGURE_TARGET} CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} \ -I${WRKSRC}/include \ -I${LOCALBASE}/include \ -I${X11BASE}/include" \ LDFLAGS="${PTHREAD_LIBS} \ -L${LOCALBASE}/lib -liconv \ -L${X11BASE}/lib" \ GTK_CONFIG_2_0="yes" pre-patch: @${REINPLACE_CMD} -e 's|[$$]THREADS_LINK|${PTHREAD_LIBS}|g' \ ${WRKSRC}/configure .include --------------000500070607000702090409 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:1021: checking host system type configure:1042: checking target system type configure:1060: checking build system type configure:1766: checking for --enable-gui configure:1809: checking for --enable-universal configure:1903: checking for --enable-nanox configure:1944: checking for --enable-gtk2 configure:1984: checking for --with-libpng configure:2035: checking for --with-libjpeg configure:2086: checking for --with-libtiff configure:2137: checking for --with-opengl configure:2179: checking for --with-dmalloc configure:2218: checking for --with-regex configure:2269: checking for --with-zlib configure:2320: checking for --with-odbc configure:2362: checking for --enable-shared configure:2402: checking for --enable-soname configure:2442: checking for --enable-optimise configure:2482: checking for --enable-debug configure:2523: checking for --enable-precomp configure:2572: checking for --enable-debug_flag configure:2612: checking for --enable-debug_info configure:2652: checking for --enable-debug_gdb configure:2692: checking for --enable-debug_cntxt configure:2732: checking for --enable-mem_tracing configure:2772: checking for --enable-profile configure:2812: checking for --enable-no_rtti configure:2852: checking for --enable-no_exceptions configure:2892: checking for --enable-permissive configure:2932: checking for --enable-no_deps configure:2973: checking for --enable-compat20 configure:3013: checking for --disable-compat22 configure:3067: checking for --enable-intl configure:3107: checking for --enable-config configure:3148: checking for --enable-protocols configure:3188: checking for --enable-ftp configure:3228: checking for --enable-http configure:3268: checking for --enable-fileproto configure:3308: checking for --enable-sockets configure:3348: checking for --enable-ole configure:3388: checking for --enable-dataobj configure:3429: checking for --enable-ipc configure:3470: checking for --enable-cmdline configure:3510: checking for --enable-datetime configure:3550: checking for --enable-timedate configure:3590: checking for --enable-stopwatch configure:3630: checking for --enable-dialupman configure:3670: checking for --enable-apple_ieee configure:3710: checking for --enable-timer configure:3750: checking for --enable-wave configure:3790: checking for --enable-fraction configure:3830: checking for --enable-dynlib configure:3870: checking for --enable-dynamicloader configure:3910: checking for --enable-longlong configure:3950: checking for --enable-geometry configure:3990: checking for --enable-log configure:4030: checking for --enable-streams configure:4070: checking for --enable-file configure:4110: checking for --enable-ffile configure:4150: checking for --enable-textbuf configure:4190: checking for --enable-textfile configure:4230: checking for --enable-fontmap configure:4270: checking for --enable-unicode configure:4310: checking for --enable-mslu configure:4350: checking for --enable-wxprintfv configure:4390: checking for --enable-std_iostreams configure:4430: checking for --enable-filesystem configure:4470: checking for --enable-fs_inet configure:4510: checking for --enable-fs_zip configure:4550: checking for --enable-zipstream configure:4591: checking for --enable-catch_segvs configure:4631: checking for --enable-snglinst configure:4672: checking for --enable-mimetype configure:4712: checking for --enable-system_options configure:4753: checking for --enable-url configure:4793: checking for --enable-protocol configure:4833: checking for --enable-protocol_http configure:4873: checking for --enable-protocol_ftp configure:4913: checking for --enable-protocol_file configure:4956: checking for --enable-threads configure:5000: checking for --enable-docview configure:5040: checking for --enable-help configure:5080: checking for --enable-mshtmlhelp configure:5120: checking for --enable-html configure:5160: checking for --enable-htmlhelp configure:5200: checking for --enable-constraints configure:5240: checking for --enable-printarch configure:5280: checking for --enable-mdi configure:5320: checking for --enable-loggui configure:5360: checking for --enable-logwin configure:5400: checking for --enable-logdialog configure:5441: checking for --enable-postscript configure:5484: checking for --enable-prologio configure:5524: checking for --enable-resources configure:5565: checking for --enable-xresources configure:5607: checking for --enable-clipboard configure:5647: checking for --enable-dnd configure:5687: checking for --enable-metafile configure:5728: checking for --enable-treelayout configure:5770: checking for --enable-controls configure:5891: checking for --enable-accel configure:5931: checking for --enable-button configure:5971: checking for --enable-bmpbutton configure:6011: checking for --enable-calendar configure:6051: checking for --enable-caret configure:6091: checking for --enable-checkbox configure:6131: checking for --enable-checklst configure:6171: checking for --enable-choice configure:6211: checking for --enable-combobox configure:6251: checking for --enable-gauge configure:6291: checking for --enable-grid configure:6331: checking for --enable-newgrid configure:6371: checking for --enable-imaglist configure:6411: checking for --enable-listbox configure:6451: checking for --enable-listctrl configure:6491: checking for --enable-notebook configure:6531: checking for --enable-propsheet configure:6571: checking for --enable-radiobox configure:6611: checking for --enable-radiobtn configure:6651: checking for --enable-sash configure:6691: checking for --enable-scrollbar configure:6731: checking for --enable-slider configure:6771: checking for --enable-spinbtn configure:6811: checking for --enable-spinctrl configure:6851: checking for --enable-splitter configure:6891: checking for --enable-statbmp configure:6931: checking for --enable-statbox configure:6971: checking for --enable-statline configure:7011: checking for --enable-stattext configure:7051: checking for --enable-statusbar configure:7091: checking for --enable-tabdialog configure:7131: checking for --enable-textctrl configure:7171: checking for --enable-togglebtn configure:7211: checking for --enable-toolbar configure:7251: checking for --enable-tbarnative configure:7291: checking for --enable-tbarsmpl configure:7331: checking for --enable-treectrl configure:7371: checking for --enable-tipwindow configure:7411: checking for --enable-popupwin configure:7453: checking for --enable-commondlg configure:7493: checking for --enable-choicedlg configure:7533: checking for --enable-coldlg configure:7573: checking for --enable-filedlg configure:7613: checking for --enable-finddlg configure:7653: checking for --enable-fontdlg configure:7693: checking for --enable-dirdlg configure:7733: checking for --enable-msgdlg configure:7773: checking for --enable-numberdlg configure:7813: checking for --enable-splash configure:7853: checking for --enable-textdlg configure:7893: checking for --enable-tipdlg configure:7933: checking for --enable-progressdlg configure:7973: checking for --enable-wizarddlg configure:8015: checking for --enable-menus configure:8055: checking for --enable-miniframe configure:8095: checking for --enable-tooltips configure:8135: checking for --enable-splines configure:8175: checking for --enable-validators configure:8215: checking for --enable-busyinfo configure:8255: checking for --enable-joystick configure:8295: checking for --enable-metafile configure:8335: checking for --enable-dragimage configure:8377: checking for --enable-palette configure:8417: checking for --enable-image configure:8457: checking for --enable-gif configure:8497: checking for --enable-pcx configure:8537: checking for --enable-iff configure:8577: checking for --enable-pnm configure:8617: checking for --enable-xpm configure:8657: checking for --enable-ico_cur configure:8716: checking for toolkit configure:8903: checking for gcc configure:9016: checking whether the C compiler (cc -O -pipe -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib) works configure:9032: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c 1>&5 configure:9058: checking whether the C compiler (cc -O -pipe -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib) is a cross-compiler configure:9063: checking whether we are using GNU C configure:9072: cc -E conftest.c configure:9091: checking whether cc accepts -g configure:9124: checking how to run the C preprocessor configure:9145: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:9205: checking whether cc needs -traditional configure:9230: termio.h: No such file or directory configure:9266: checking for c++ configure:9298: checking whether the C++ compiler (c++ -O -pipe -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib) works configure:9314: c++ -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.C 1>&5 configure:9340: checking whether the C++ compiler (c++ -O -pipe -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib) is a cross-compiler configure:9345: checking whether we are using GNU C++ configure:9354: c++ -E conftest.C configure:9373: checking whether c++ accepts -g configure:9416: checking for ranlib configure:9447: checking for ar configure:9487: checking for a BSD compatible install configure:9561: checking for strip configure:9590: checking if make is GNU make configure:9663: checking for bison configure:9663: checking for byacc configure:9697: checking for flex configure:9731: checking for yywrap in -lfl configure:9750: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -lfl 1>&5 configure:9774: checking whether ln -s works configure:9851: checking for strings.h configure:9861: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:9893: checking for stdlib.h configure:9903: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:9933: checking for malloc.h configure:9943: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out In file included from configure:9939: /usr/include/malloc.h:2: warning: #warning "this file includes which is deprecated, use instead" configure: failed program was: #line 9938 "configure" #include "confdefs.h" #include configure:9973: checking for unistd.h configure:9983: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:10013: checking for wchar.h configure:10023: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:10097: checking for fnmatch.h configure:10107: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:10138: checking for fnmatch configure:10166: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c 1>&5 configure:10196: checking for langinfo.h configure:10206: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:10239: checking for X11/XKBlib.h configure:10249: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:10280: checking for working const configure:10334: cc -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure:10355: checking for inline configure:10369: cc -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure:10396: checking size of char configure:10415: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c 1>&5 configure:10435: checking size of short configure:10454: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c 1>&5 configure:10474: checking size of void * configure:10493: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c 1>&5 configure:10513: checking size of int configure:10532: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c 1>&5 configure:10552: checking size of long configure:10571: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c 1>&5 configure:10679: checking size of long long configure:10698: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c 1>&5 configure:10720: checking size of wchar_t configure:10765: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c 1>&5 configure:10797: checking for _FILE_OFFSET_BITS value needed for large files configure:10814: cc -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure:10885: checking if large file support is available configure:10906: checking whether byte ordering is bigendian configure:10924: cc -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES conftest.c 1>&5 configure:10939: cc -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES conftest.c 1>&5 configure: In function `main': configure:10934: syntax error before `big' configure: failed program was: #line 10928 "configure" #include "confdefs.h" #include #include int main() { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } configure:11000: checking how to run the C++ preprocessor configure:11018: c++ -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES conftest.C >/dev/null 2>conftest.out configure:11062: checking for iostream configure:11072: c++ -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES conftest.C >/dev/null 2>conftest.out configure:11120: checking if C++ compiler supports bool configure:11147: c++ -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES conftest.C 1>&5 configure:11185: checking if C++ compiler supports the explicit keyword configure:11211: c++ -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES conftest.C 1>&5 configure:11228: c++ -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES conftest.C 1>&5 configure: In function `int main()': configure:11222: conversion from `int' to non-scalar type `Foo' requested configure:11218: in passing argument 1 of `TakeFoo(const Foo &)' configure: failed program was: #line 11215 "configure" #include "confdefs.h" class Foo { public: explicit Foo(int) {} }; static void TakeFoo(const Foo& foo) { } int main() { TakeFoo(17); return 0; ; return 0; } configure:11453: checking for regex.h configure:11463: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES conftest.c >/dev/null 2>conftest.out configure:11482: checking for regcomp configure:11510: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c 1>&5 configure:11888: checking for jpeglib.h configure:11905: cc -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES conftest.c 1>&5 configure:11923: checking for jpeg_read_header in -ljpeg configure:11942: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -ljpeg 1>&5 configure:12001: checking for tiffio.h configure:12011: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES conftest.c >/dev/null 2>conftest.out configure:12028: checking for TIFFError in -ltiff configure:12047: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -ltiff -lm -ljpeg 1>&5 configure:12268: checking for GTK+ version configure:12309: checking for pkg-config configure:12357: checking for GTK+ - version >= 2.0.0 configure:12467: cc -o conftest -O -pipe -pthread -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -pthread -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv 1>&5 configure:13170: checking for pangoft2 configure:13177: checking PANGOFT2_CFLAGS configure:13182: checking PANGOFT2_LIBS configure:13227: checking for poll configure:13255: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 configure:13289: checking for gdk_im_open in -lgdk12 configure:13308: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -lgdk12 -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 configure:15733: checking for GL/gl.h configure:15743: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES conftest.c >/dev/null 2>conftest.out configure:15761: checking for -lGL configure:15965: checking if the linker accepts --version-script configure:15975: c++ -o conftest.output -O -pipe -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.cpp -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr configure:16270: checking for ANSI C header files configure:16283: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES conftest.c >/dev/null 2>conftest.out configure:16350: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 configure:16374: checking for mode_t configure:16407: checking for off_t configure:16440: checking for pid_t configure:16473: checking for size_t configure:16506: checking for uid_t in sys/types.h configure:16549: checking if size_t is unsigned int configure:16567: c++ -c -O -pipe -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES conftest.C 1>&5 configure:16560: `Foo::foo(unsigned int)' has already been declared in `Foo' configure: failed program was: #line 16554 "configure" #include "confdefs.h" #include int main() { return 0; } struct Foo { void foo(size_t); void foo(unsigned int); }; int bar() { ; return 0; } configure:16642: checking for pw_gecos in struct passwd configure:16659: cc -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES conftest.c 1>&5 configure:16699: checking for wcslen configure:16727: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 configure:16851: checking for wcsrtombs configure:16879: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 /tmp/cciTtcXX.o: In function `main': /tmp/cciTtcXX.o(.text+0x7): undefined reference to `wcsrtombs' configure: failed program was: #line 16856 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char wcsrtombs(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char wcsrtombs(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_wcsrtombs) || defined (__stub___wcsrtombs) choke me #else wcsrtombs(); #endif ; return 0; } configure:16919: checking for vsnprintf configure:16950: c++ -o conftest -O -pipe -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.C -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 configure:16979: checking for fputwc configure:17010: c++ -o conftest -O -pipe -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.C -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 /tmp/ccWY8npM.o: In function `main': /tmp/ccWY8npM.o(.text+0x7): undefined reference to `fputwc' configure: failed program was: #line 16984 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char fputwc(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char fputwc(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_fputwc) || defined (__stub___fputwc) choke me #else fputwc(); #endif ; return 0; } configure:16979: checking for wprintf configure:17010: c++ -o conftest -O -pipe -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.C -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 /tmp/ccAo2Skm.o: In function `main': /tmp/ccAo2Skm.o(.text+0x7): undefined reference to `wprintf' configure: failed program was: #line 16984 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char wprintf(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char wprintf(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_wprintf) || defined (__stub___wprintf) choke me #else wprintf(); #endif ; return 0; } configure:16979: checking for vswprintf configure:17010: c++ -o conftest -O -pipe -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.C -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 /tmp/ccSMXUwN.o: In function `main': /tmp/ccSMXUwN.o(.text+0x7): undefined reference to `vswprintf' configure: failed program was: #line 16984 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char vswprintf(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char vswprintf(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_vswprintf) || defined (__stub___vswprintf) choke me #else vswprintf(); #endif ; return 0; } configure:17035: checking for _vsnwprintf configure:17044: c++ -c -O -pipe -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES conftest.C 1>&5 configure: In function `int main()': configure:17040: `_vsnwprintf' undeclared (first use this function) configure:17040: (Each undeclared identifier is reported only once configure:17040: for each function it appears in.) configure: failed program was: #line 17037 "configure" #include "confdefs.h" #include int main() { &_vsnwprintf; ; return 0; } configure:17096: checking for iconv configure:17114: c++ -o conftest -O -pipe -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.C -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 configure:17157: checking if iconv needs const configure:17181: c++ -c -O -pipe -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES conftest.C 1>&5 configure:17171: declaration of C function `size_t iconv(void *, char **, size_t *, char **, size_t *)' conflicts with /usr/local/include/iconv.h:91: previous declaration `size_t iconv(void *, const char **, size_t *, char **, size_t *)' here configure: failed program was: #line 17162 "configure" #include "confdefs.h" #include #include extern #ifdef __cplusplus "C" #endif #if defined(__STDC__) || defined(__cplusplus) size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); #else size_t iconv(); #endif int main() { ; return 0; } configure:17226: checking for sigaction configure:17254: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 configure:17295: checking for sa_handler type configure:17313: c++ -c -O -pipe -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES conftest.C 1>&5 configure:17350: checking for mkstemp configure:17378: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 configure:17404: checking for statfs configure:17430: cc -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES conftest.c 1>&5 configure:17512: checking for fcntl configure:17540: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 configure:17574: checking for timegm configure:17602: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 configure:17630: checking for putenv configure:17658: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 configure:17705: checking for nanosleep configure:17733: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 configure:17876: checking for uname configure:17904: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 configure:17941: checking for strtok_r configure:17972: c++ -o conftest -O -pipe -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.C -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 configure:18009: checking for inet_addr configure:18037: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 configure:18193: checking for inet_aton configure:18221: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 configure:18405: checking whether pthreads work with -pthread configure:18429: cc -o conftest -pthread -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 configure:18458: checking if more special flags are required for pthreads configure:18491: checking for thr_setconcurrency configure:18519: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 /tmp/cchHmwNk.o: In function `main': /tmp/cchHmwNk.o(.text+0x7): undefined reference to `thr_setconcurrency' configure: failed program was: #line 18496 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char thr_setconcurrency(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char thr_setconcurrency(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_thr_setconcurrency) || defined (__stub___thr_setconcurrency) choke me #else thr_setconcurrency(); #endif ; return 0; } configure:18548: checking for sched.h configure:18558: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES conftest.c >/dev/null 2>conftest.out configure:18586: checking for sched_yield configure:18614: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 configure:18688: checking for pthread_attr_getschedpolicy configure:18716: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 configure:18731: checking for pthread_attr_setschedparam configure:18759: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 configure:18774: checking for sched_get_priority_max configure:18804: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 configure:18886: checking for pthread_cancel configure:18914: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 configure:18939: checking for pthread_cleanup_push/pop configure:18955: cc -c -O -pipe -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES conftest.c 1>&5 configure:18983: checking for pthread_mutexattr_t configure:18999: cc -c -O -pipe -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES conftest.c 1>&5 configure:19518: checking for strptime configure:19546: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 configure:19572: checking for timezone variable in configure:19590: cc -c -O -pipe -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES conftest.c 1>&5 configure: In function `main': configure:19585: warning: assignment makes integer from pointer without a cast configure:19677: checking for localtime configure:19705: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 configure:19732: checking for tm_gmtoff in struct tm configure:19750: cc -c -O -pipe -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES conftest.c 1>&5 configure:19779: checking for gettimeofday configure:19807: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 configure:19834: checking whether gettimeofday takes two arguments configure:19862: c++ -c -O -pipe -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES conftest.C 1>&5 configure:19938: checking for socket configure:19966: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 configure:20039: checking what is the type of the third argument of getsockname configure:20067: c++ -c -O -pipe -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES conftest.C 1>&5 configure:20181: checking for linux/joystick.h configure:20191: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES conftest.c >/dev/null 2>conftest.out configure:20187: linux/joystick.h: No such file or directory configure: failed program was: #line 20186 "configure" #include "confdefs.h" #include configure:20245: checking for dlopen configure:20273: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 configure:20463: checking for dlerror configure:20491: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 configure:21837: checking for cos configure:21865: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 configure:21849: warning: conflicting types for built-in function `cos' /tmp/ccwLDwez.o: In function `main': /tmp/ccwLDwez.o(.text+0x7): undefined reference to `cos' configure: failed program was: #line 21842 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char cos(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char cos(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_cos) || defined (__stub___cos) choke me #else cos(); #endif ; return 0; } configure:21892: checking for floor configure:21920: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 /tmp/cclKg18U.o: In function `main': /tmp/cclKg18U.o(.text+0x7): undefined reference to `floor' configure: failed program was: #line 21897 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char floor(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char floor(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_floor) || defined (__stub___floor) choke me #else floor(); #endif ; return 0; } configure:21945: checking if floating point functions link without -lm configure:21957: checking for sin configure:21985: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -lm 1>&5 configure:21969: warning: conflicting types for built-in function `sin' configure:22012: checking for ceil configure:22040: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -lm 1>&5 configure:22065: checking if floating point functions link with -lm configure:22218: checking whether gmake sets ${MAKE} --------------000500070607000702090409 Content-Type: text/plain; name="make.log" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="make.log" ===> Extracting for wxgtk-2.4.0 >> Checksum OK for wxGTK-2.4.0.tar.bz2. ===> Patching for wxgtk-2.4.0 ===> Applying FreeBSD patches for wxgtk-2.4.0 ===> wxgtk-2.4.0 depends on executable: gmake - found ===> wxgtk-2.4.0 depends on shared library: png.5 - found ===> wxgtk-2.4.0 depends on shared library: tiff.4 - found ===> wxgtk-2.4.0 depends on shared library: iconv.3 - found ===> wxgtk-2.4.0 depends on shared library: glut.3 - found ===> wxgtk-2.4.0 depends on shared library: X11.6 - found ===> wxgtk-2.4.0 depends on shared library: glib12.3 - found ===> wxgtk-2.4.0 depends on shared library: gtk12.2 - found ===> Configuring for wxgtk-2.4.0 creating cache ./config.cache checking host system type... i386-portbld-freebsd4.8 checking target system type... i386-portbld-freebsd4.8 checking build system type... i386-portbld-freebsd4.8 loading argument cache configarg.cache checking for --enable-gui... yes checking for --enable-universal... no checking for --enable-nanox... no checking for --enable-gtk2... yes checking for --with-libpng... system version checking for --with-libjpeg... system version checking for --with-libtiff... system version checking for --with-opengl... yes checking for --with-dmalloc... no checking for --with-regex... yes checking for --with-zlib... builtin version checking for --with-odbc... no checking for --enable-shared... yes checking for --enable-soname... no checking for --enable-optimise... yes checking for --enable-debug... no checking for --enable-precomp... no checking for --enable-debug_flag... no checking for --enable-debug_info... no checking for --enable-debug_gdb... no checking for --enable-debug_cntxt... no checking for --enable-mem_tracing... no checking for --enable-profile... no checking for --enable-no_rtti... no checking for --enable-no_exceptions... no checking for --enable-permissive... no checking for --enable-no_deps... no checking for --enable-compat20... no checking for --disable-compat22... no checking for --enable-intl... yes checking for --enable-config... yes checking for --enable-protocols... yes checking for --enable-ftp... yes checking for --enable-http... yes checking for --enable-fileproto... yes checking for --enable-sockets... yes checking for --enable-ole... yes checking for --enable-dataobj... yes checking for --enable-ipc... yes checking for --enable-cmdline... yes checking for --enable-datetime... yes checking for --enable-timedate... no checking for --enable-stopwatch... yes checking for --enable-dialupman... yes checking for --enable-apple_ieee... yes checking for --enable-timer... yes checking for --enable-wave... no checking for --enable-fraction... no checking for --enable-dynlib... yes checking for --enable-dynamicloader... yes checking for --enable-longlong... yes checking for --enable-geometry... yes checking for --enable-log... yes checking for --enable-streams... yes checking for --enable-file... yes checking for --enable-ffile... yes checking for --enable-textbuf... yes checking for --enable-textfile... yes checking for --enable-fontmap... yes checking for --enable-unicode... yes checking for --enable-mslu... yes checking for --enable-wxprintfv... no checking for --enable-std_iostreams... no checking for --enable-filesystem... yes checking for --enable-fs_inet... yes checking for --enable-fs_zip... yes checking for --enable-zipstream... yes checking for --enable-catch_segvs... yes checking for --enable-snglinst... yes checking for --enable-mimetype... yes checking for --enable-system_options... yes checking for --enable-url... yes checking for --enable-protocol... yes checking for --enable-protocol_http... yes checking for --enable-protocol_ftp... yes checking for --enable-protocol_file... yes checking for --enable-threads... yes checking for --enable-docview... yes checking for --enable-help... yes checking for --enable-mshtmlhelp... yes checking for --enable-html... yes checking for --enable-htmlhelp... yes checking for --enable-constraints... yes checking for --enable-printarch... yes checking for --enable-mdi... yes checking for --enable-loggui... yes checking for --enable-logwin... yes checking for --enable-logdialog... yes checking for --enable-postscript... yes checking for --enable-prologio... no checking for --enable-resources... no checking for --enable-xresources... no checking for --enable-clipboard... yes checking for --enable-dnd... yes checking for --enable-metafile... yes checking for --enable-treelayout... yes checking for --enable-controls... no checking for --enable-accel... yes checking for --enable-button... yes checking for --enable-bmpbutton... yes checking for --enable-calendar... yes checking for --enable-caret... yes checking for --enable-checkbox... yes checking for --enable-checklst... yes checking for --enable-choice... yes checking for --enable-combobox... yes checking for --enable-gauge... yes checking for --enable-grid... yes checking for --enable-newgrid... yes checking for --enable-imaglist... yes checking for --enable-listbox... yes checking for --enable-listctrl... yes checking for --enable-notebook... yes checking for --enable-propsheet... yes checking for --enable-radiobox... yes checking for --enable-radiobtn... yes checking for --enable-sash... yes checking for --enable-scrollbar... yes checking for --enable-slider... yes checking for --enable-spinbtn... yes checking for --enable-spinctrl... yes checking for --enable-splitter... yes checking for --enable-statbmp... yes checking for --enable-statbox... yes checking for --enable-statline... yes checking for --enable-stattext... yes checking for --enable-statusbar... yes checking for --enable-tabdialog... no checking for --enable-textctrl... yes checking for --enable-togglebtn... yes checking for --enable-toolbar... yes checking for --enable-tbarnative... yes checking for --enable-tbarsmpl... yes checking for --enable-treectrl... yes checking for --enable-tipwindow... yes checking for --enable-popupwin... yes checking for --enable-commondlg... yes checking for --enable-choicedlg... yes checking for --enable-coldlg... yes checking for --enable-filedlg... yes checking for --enable-finddlg... yes checking for --enable-fontdlg... yes checking for --enable-dirdlg... yes checking for --enable-msgdlg... yes checking for --enable-numberdlg... yes checking for --enable-splash... yes checking for --enable-textdlg... yes checking for --enable-tipdlg... yes checking for --enable-progressdlg... yes checking for --enable-wizarddlg... yes checking for --enable-menus... yes checking for --enable-miniframe... yes checking for --enable-tooltips... yes checking for --enable-splines... yes checking for --enable-validators... yes checking for --enable-busyinfo... yes checking for --enable-joystick... yes checking for --enable-metafile... yes checking for --enable-dragimage... yes checking for --enable-palette... yes checking for --enable-image... yes checking for --enable-gif... yes checking for --enable-pcx... yes checking for --enable-iff... no checking for --enable-pnm... yes checking for --enable-xpm... yes checking for --enable-ico_cur... yes saving argument cache configarg.cache checking for toolkit... gtk updating cache ./config.cache checking for gcc... cc checking whether the C compiler (cc -O -pipe -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib) works... yes checking whether the C compiler (cc -O -pipe -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking how to run the C preprocessor... cc -E checking whether cc needs -traditional... no checking for c++... c++ checking whether the C++ compiler (c++ -O -pipe -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib) works... yes checking whether the C++ compiler (c++ -O -pipe -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib) is a cross-compiler... no checking whether we are using GNU C++... yes checking whether c++ accepts -g... yes checking for ranlib... ranlib checking for ar... ar checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking for strip... strip checking if make is GNU make... yes checking for bison... no checking for byacc... byacc checking for flex... flex checking for yywrap in -lfl... yes checking whether ln -s works... yes checking for strings.h... yes checking for stdlib.h... yes checking for malloc.h... no checking for unistd.h... yes checking for wchar.h... yes checking for fnmatch.h... yes checking for fnmatch... yes checking for langinfo.h... yes checking for X11/XKBlib.h... yes checking for working const... yes checking for inline... inline checking size of char... 1 checking size of short... 2 checking size of void *... 4 checking size of int... 4 checking size of long... 4 checking size of long long... 8 checking size of wchar_t... 4 checking for _FILE_OFFSET_BITS value needed for large files... 64 checking if large file support is available... yes checking whether byte ordering is bigendian... no checking how to run the C++ preprocessor... c++ -E checking for iostream... yes checking if C++ compiler supports bool... yes checking if C++ compiler supports the explicit keyword... yes updating cache ./config.cache checking for regex.h... yes checking for regcomp... yes configure: warning: system png library doesn't work without system zlib, will use built-in instead checking for jpeglib.h... yes checking for jpeg_read_header in -ljpeg... yes checking for tiffio.h... yes checking for TIFFError in -ltiff... yes checking for GTK+ version... checking for pkg-config... /usr/local/bin/pkg-config checking for GTK+ - version >= 2.0.0... yes (version 2.2.1) checking for pangoft2... yes checking PANGOFT2_CFLAGS... -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include checking PANGOFT2_LIBS... -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv checking for poll... yes checking for gdk_im_open in -lgdk12... yes checking for GL/gl.h... yes checking for -lGL... yes checking if the linker accepts --version-script... yes checking for ANSI C header files... yes checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for uid_t in sys/types.h... yes checking if size_t is unsigned int... yes checking for pw_gecos in struct passwd... yes checking for wcslen... yes checking for wcsrtombs... no checking for vsnprintf... yes checking for fputwc... no checking for wprintf... no checking for vswprintf... no checking for _vsnwprintf... no checking for iconv... yes checking if iconv needs const... yes checking for sigaction... yes checking for sa_handler type... int checking for mkstemp... yes checking for statfs... yes checking for fcntl... yes checking for timegm... yes checking for putenv... yes checking for nanosleep... yes checking for uname... yes checking for strtok_r... yes checking for inet_addr... yes checking for inet_aton... yes updating cache ./config.cache checking whether pthreads work with -pthread... yes checking if more special flags are required for pthreads... -D_THREAD_SAFE checking for thr_setconcurrency... no checking for sched.h... yes checking for sched_yield... yes checking for pthread_attr_getschedpolicy... yes checking for pthread_attr_setschedparam... yes checking for sched_get_priority_max... yes checking for pthread_cancel... yes checking for pthread_cleanup_push/pop... yes checking for pthread_mutexattr_t... yes checking for strptime... yes checking for timezone variable in ... timezone checking for localtime... yes checking for tm_gmtoff in struct tm... yes checking for gettimeofday... yes checking whether gettimeofday takes two arguments... yes checking for socket... yes checking what is the type of the third argument of getsockname... socklen_t checking for linux/joystick.h... no configure: warning: Joystick not supported by this system... disabled checking for dlopen... yes checking for dlerror... yes configure: warning: Drag and drop is only supported under GTK+ 1.2... disabled checking for cos... no checking for floor... no checking if floating point functions link without -lm... no checking for sin... yes checking for ceil... yes checking if floating point functions link with -lm... yes checking whether gmake sets ${MAKE}... yes updating cache ./config.cache creating ./config.status creating wx-config creating version-script creating src/make.env creating src/makeprog.env creating src/makelib.env creating Makefile creating setup.h configuring in demos running /bin/sh ./configure --with-libpng=sys --with-libjpeg=sys --with-libtiff=sys --with-zlib=builtin --with-opengl --enable-gtk2 --enable-unicode --host=i386-portbld-freebsd4.8 --build=i386-portbld-freebsd4.8 --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --prefix=/usr/X11R6 i386-portbld-freebsd4.8 --cache-file=.././config.cache --srcdir=. loading cache .././config.cache updating cache .././config.cache creating ./config.status creating Makefile creating bombs/Makefile creating dbbrowse/Makefile creating forty/Makefile creating fractal/Makefile creating life/Makefile creating poem/Makefile configuring in samples running /bin/sh ./configure --with-libpng=sys --with-libjpeg=sys --with-libtiff=sys --with-zlib=builtin --with-opengl --enable-gtk2 --enable-unicode --host=i386-portbld-freebsd4.8 --build=i386-portbld-freebsd4.8 --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --prefix=/usr/X11R6 i386-portbld-freebsd4.8 --cache-file=.././config.cache --srcdir=. loading cache .././config.cache updating cache .././config.cache creating ./config.status creating Makefile creating artprov/Makefile creating caret/Makefile creating calendar/Makefile creating checklst/Makefile creating config/Makefile creating controls/Makefile creating console/Makefile creating db/Makefile creating dialogs/Makefile creating dialup/Makefile creating docview/Makefile creating docvwmdi/Makefile creating dnd/Makefile creating dragimag/Makefile creating drawing/Makefile creating dynamic/Makefile creating erase/Makefile creating event/Makefile creating exec/Makefile creating font/Makefile creating grid/Makefile creating help/Makefile creating image/Makefile creating internat/Makefile creating ipc/Makefile creating joytest/Makefile creating keyboard/Makefile creating layout/Makefile creating listctrl/Makefile creating mdi/Makefile creating menu/Makefile creating memcheck/Makefile creating minifram/Makefile creating minimal/Makefile creating mobile/Makefile creating mobile/wxedit/Makefile creating mobile/styles/Makefile creating newgrid/Makefile creating notebook/Makefile creating png/Makefile creating printing/Makefile creating proplist/Makefile creating propsize/Makefile creating resource/Makefile creating rotate/Makefile creating sashtest/Makefile creating scroll/Makefile creating scrollsub/Makefile creating sockets/Makefile creating splitter/Makefile creating statbar/Makefile creating taskbar/Makefile sed: ./taskbar/Makefile.in: No such file or directory creating text/Makefile creating thread/Makefile creating toolbar/Makefile creating treectrl/Makefile creating treelay/Makefile creating typetest/Makefile creating validate/Makefile creating widgets/Makefile creating wizard/Makefile creating html/Makefile creating html/about/Makefile creating html/help/Makefile creating html/printing/Makefile creating html/helpview/Makefile creating html/test/Makefile creating html/zip/Makefile creating html/virtual/Makefile creating html/widget/Makefile creating opengl/Makefile creating opengl/cube/Makefile creating opengl/penguin/Makefile creating opengl/isosurf/Makefile configuring in utils running /bin/sh ./configure --with-libpng=sys --with-libjpeg=sys --with-libtiff=sys --with-zlib=builtin --with-opengl --enable-gtk2 --enable-unicode --host=i386-portbld-freebsd4.8 --build=i386-portbld-freebsd4.8 --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --prefix=/usr/X11R6 i386-portbld-freebsd4.8 --cache-file=.././config.cache --srcdir=. loading cache .././config.cache updating cache .././config.cache creating ./config.status creating Makefile creating makegen/Makefile creating HelpGen/Makefile creating HelpGen/src/Makefile creating tex2rtf/Makefile creating tex2rtf/src/Makefile creating hhp2cached/Makefile creating dialoged/Makefile creating dialoged/src/Makefile creating emulator/Makefile creating emulator/src/Makefile creating helpview/Makefile creating helpview/src/Makefile configuring in contrib running /bin/sh ./configure --with-libpng=sys --with-libjpeg=sys --with-libtiff=sys --with-zlib=builtin --with-opengl --enable-gtk2 --enable-unicode --host=i386-portbld-freebsd4.8 --build=i386-portbld-freebsd4.8 --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --prefix=/usr/X11R6 i386-portbld-freebsd4.8 --cache-file=.././config.cache --srcdir=. loading cache .././config.cache checking how to run the C preprocessor... (cached) cc -E checking for esd.h... no updating cache .././config.cache creating ./config.status creating src/Makefile creating src/ogl/Makefile creating src/mmedia/Makefile creating src/stc/Makefile creating src/svg/Makefile creating src/xrc/Makefile creating src/canvas/Makefile creating src/gizmos/Makefile creating src/plot/Makefile creating src/applet/Makefile creating src/fl/Makefile creating src/net/Makefile creating samples/Makefile creating samples/mmedia/Makefile creating samples/ogl/Makefile creating samples/ogl/ogledit/Makefile creating samples/ogl/studio/Makefile creating samples/stc/Makefile creating samples/svg/Makefile creating samples/canvas/Makefile creating samples/canvas/test/Makefile creating samples/canvas/simple/Makefile creating samples/gizmos/Makefile creating samples/gizmos/editlbox/Makefile creating samples/gizmos/dynsash/Makefile creating samples/gizmos/dynsash_switch/Makefile creating samples/gizmos/multicell/Makefile creating samples/gizmos/splittree/Makefile creating samples/gizmos/led/Makefile creating samples/xrc/Makefile creating samples/plot/Makefile creating samples/applet/Makefile creating samples/fl/Makefile creating samples/fl/fl_demo1/Makefile creating samples/fl/fl_demo2/Makefile creating samples/fl/fl_sample1/Makefile creating samples/fl/fl_sample2/Makefile creating samples/fl/fl_sample3/Makefile creating utils/Makefile creating utils/wxrc/Makefile creating utils/wxrcedit/Makefile creating utils/convertrc/Makefile Configured wxWindows 2.4.0 for `i386-portbld-freebsd4.8' Which GUI toolkit should wxWindows use? GTK Should wxWindows be compiled in debug mode? no Should wxWindows be linked as a shared library? yes Should wxWindows be compiled in Unicode mode? yes What level of wxWindows compatibility should be enabled? wxWindows 2.0 no wxWindows 2.2 yes Which libraries should wxWindows use? jpeg sys png builtin regex sys tiff sys zlib builtin ===> Building for wxgtk-2.4.0 c++ -c -I./lib/wx/include/gtku -I./include -I./src/zlib -I./src/png -pthread -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -DGTK_NO_CHECK_CASTS -MMD -O -pipe -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -pthread -D_THREAD_SAFE -Wall -fPIC -o accel.o ./src/generic/accel.cpp In file included from include/wx/memory.h:20, from include/wx/object.h:25, from include/wx/event.h:20, from ./src/generic/accel.cpp:34: include/wx/string.h: In method `bool wxString::IsSameAs(__wchar_t, bool = true) const': include/wx/string.h:646: implicit declaration of function `int towupper(...)' ./src/generic/accel.cpp: In method `wxAcceleratorTable::wxAcceleratorTable(int, const wxAcceleratorEntry *)': ./src/generic/accel.cpp:98: implicit declaration of function `int iswlower(...)' gmake: *** [accel.o] Error 1 *** Error code 2 Stop in /usr/ports/x11-toolkits/wxgtk-devel. --------------000500070607000702090409-- From owner-freebsd-gnome@FreeBSD.ORG Sun Apr 27 08:32:20 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 17AA937B401; Sun, 27 Apr 2003 08:32:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A99B743F75; Sun, 27 Apr 2003 08:32:19 -0700 (PDT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3RFWJUp048757; Sun, 27 Apr 2003 08:32:19 -0700 (PDT) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3RFWJOY048744; Sun, 27 Apr 2003 08:32:19 -0700 (PDT) Date: Sun, 27 Apr 2003 08:32:19 -0700 (PDT) From: Tilman Linneweh Message-Id: <200304271532.h3RFWJOY048744@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/51438: devel/nspr port doesn't install nspr-config script X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 15:32:20 -0000 Synopsis: devel/nspr port doesn't install nspr-config script Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: arved Responsible-Changed-When: Sun Apr 27 08:31:20 PDT 2003 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=51438 From owner-freebsd-gnome@FreeBSD.ORG Sun Apr 27 09:14:46 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 80FAF37B401; Sun, 27 Apr 2003 09:14:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FD8E43FCB; Sun, 27 Apr 2003 09:14:46 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3RGEkUp065956; Sun, 27 Apr 2003 09:14:46 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3RGEjgF065855; Sun, 27 Apr 2003 09:14:45 -0700 (PDT) Date: Sun, 27 Apr 2003 09:14:45 -0700 (PDT) From: Joe Marcus Clarke Message-Id: <200304271614.h3RGEjgF065855@freefall.freebsd.org> To: gvs@rinet.ru, marcus@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/51438: devel/nspr port doesn't install nspr-config script X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 16:14:46 -0000 Synopsis: devel/nspr port doesn't install nspr-config script State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Sun Apr 27 09:14:28 PDT 2003 State-Changed-Why: Fixed, thanks for reporting. http://www.freebsd.org/cgi/query-pr.cgi?pr=51438 From owner-freebsd-gnome@FreeBSD.ORG Sun Apr 27 09:20:28 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 78E3737B401 for ; Sun, 27 Apr 2003 09:20:28 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E84943FAF for ; Sun, 27 Apr 2003 09:20:25 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from mail3.nc.rr.com (fe3 [24.93.67.50])h3RGIEgs023033; Sun, 27 Apr 2003 12:18:15 -0400 (EDT) Received: from creme-brulee.marcuscom.com ([66.57.17.158]) by mail3.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Sun, 27 Apr 2003 12:17:35 -0400 Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h3RGHdaa063100; Sun, 27 Apr 2003 12:17:39 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: marvin In-Reply-To: <3EABACAE.5000906@verat.net> References: <3EABACAE.5000906@verat.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-E9q+eF0P2WRFfdlZK/8Z" Organization: MarcusCom, Inc. Message-Id: <1051460406.3056.5.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.2 (Preview Release) Date: 27 Apr 2003 12:20:06 -0400 X-Spam-Status: No, hits=-39.2 required=5.0 tests=BAYES_00,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,QUOTE_TWICE_1,REFERENCES, REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: freebsd-gnome@freebsd.org Subject: Re: wxGTK-devel w/ GTK2 + unicode? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 16:20:28 -0000 --=-E9q+eF0P2WRFfdlZK/8Z Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-04-27 at 06:10, marvin wrote: > Hi, >=20 > I tried to compile wxgtk-devel (2.4.0) with --enable-gtk2 and > --enable-unicode added to Makefile (attached) but it failed. So I'm > wondering is it posible to compile it or I couldn't configure it correctl= y? > I also attached config.log and make.log >=20 > I cvsup'd whole ports tree two days ago... The towupper() and iswlower() functions are not (yet) implemented on -STABLE. It may compile on -CURRENT. Joe >=20 > -- > marvin >=20 > ______________________________________________________________________ > # New ports collection makefile for: wxGTK > # Date created: September 18, 1999 > # Whom: nectar@FreeBSD.ORG > # > # $FreeBSD: ports/x11-toolkits/wxgtk-devel/Makefile,v 1.39 2003/04/20 19:= 54:06 marcus Exp $ > # >=20 > PORTNAME=3D wxgtk > PORTVERSION=3D 2.4.0 > CATEGORIES=3D x11-toolkits > MASTER_SITES=3D ${MASTER_SITE_SOURCEFORGE} \ > ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/ > MASTER_SITE_SUBDIR=3D wxwindows > DISTNAME=3D wxGTK-${PORTVERSION} >=20 > MAINTAINER=3D sobomax@FreeBSD.org > COMMENT=3D The wxWindows GUI toolkit with GTK+ bindings (unstable version= ) >=20 > LIB_DEPENDS=3D png.5:${PORTSDIR}/graphics/png \ > tiff.4:${PORTSDIR}/graphics/tiff \ > iconv.3:${PORTSDIR}/converters/libiconv >=20 > NO_LATEST_LINK=3D "Unstable, development version." >=20 > USE_BZIP2=3D yes > USE_X_PREFIX=3D yes > USE_MESA=3D yes > USE_GMAKE=3D yes > USE_REINPLACE=3D yes > GNU_CONFIGURE=3D yes > USE_GNOME=3D gtk12 > INSTALLS_SHLIB=3D yes > CONFIGURE_ARGS=3D --with-libpng=3Dsys \ > --with-libjpeg=3Dsys \ > --with-libtiff=3Dsys \ > --with-zlib=3Dbuiltin \ > --with-opengl \ > --enable-gtk2 \ > --enable-unicode \ > --host=3D${CONFIGURE_TARGET} \ > --build=3D${CONFIGURE_TARGET} > CONFIGURE_ENV=3D CPPFLAGS=3D"${PTHREAD_CFLAGS} \ > -I${WRKSRC}/include \ > -I${LOCALBASE}/include \ > -I${X11BASE}/include" \ > LDFLAGS=3D"${PTHREAD_LIBS} \ > -L${LOCALBASE}/lib -liconv \ > -L${X11BASE}/lib" \ > GTK_CONFIG_2_0=3D"yes" >=20 > pre-patch: > @${REINPLACE_CMD} -e 's|[$$]THREADS_LINK|${PTHREAD_LIBS}|g' \ > ${WRKSRC}/configure >=20 > .include >=20 > ______________________________________________________________________ > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. >=20 > configure:1021: checking host system type > configure:1042: checking target system type > configure:1060: checking build system type > configure:1766: checking for --enable-gui > configure:1809: checking for --enable-universal > configure:1903: checking for --enable-nanox > configure:1944: checking for --enable-gtk2 > configure:1984: checking for --with-libpng > configure:2035: checking for --with-libjpeg > configure:2086: checking for --with-libtiff > configure:2137: checking for --with-opengl > configure:2179: checking for --with-dmalloc > configure:2218: checking for --with-regex > configure:2269: checking for --with-zlib > configure:2320: checking for --with-odbc > configure:2362: checking for --enable-shared > configure:2402: checking for --enable-soname > configure:2442: checking for --enable-optimise > configure:2482: checking for --enable-debug > configure:2523: checking for --enable-precomp > configure:2572: checking for --enable-debug_flag > configure:2612: checking for --enable-debug_info > configure:2652: checking for --enable-debug_gdb > configure:2692: checking for --enable-debug_cntxt > configure:2732: checking for --enable-mem_tracing > configure:2772: checking for --enable-profile > configure:2812: checking for --enable-no_rtti > configure:2852: checking for --enable-no_exceptions > configure:2892: checking for --enable-permissive > configure:2932: checking for --enable-no_deps > configure:2973: checking for --enable-compat20 > configure:3013: checking for --disable-compat22 > configure:3067: checking for --enable-intl > configure:3107: checking for --enable-config > configure:3148: checking for --enable-protocols > configure:3188: checking for --enable-ftp > configure:3228: checking for --enable-http > configure:3268: checking for --enable-fileproto > configure:3308: checking for --enable-sockets > configure:3348: checking for --enable-ole > configure:3388: checking for --enable-dataobj > configure:3429: checking for --enable-ipc > configure:3470: checking for --enable-cmdline > configure:3510: checking for --enable-datetime > configure:3550: checking for --enable-timedate > configure:3590: checking for --enable-stopwatch > configure:3630: checking for --enable-dialupman > configure:3670: checking for --enable-apple_ieee > configure:3710: checking for --enable-timer > configure:3750: checking for --enable-wave > configure:3790: checking for --enable-fraction > configure:3830: checking for --enable-dynlib > configure:3870: checking for --enable-dynamicloader > configure:3910: checking for --enable-longlong > configure:3950: checking for --enable-geometry > configure:3990: checking for --enable-log > configure:4030: checking for --enable-streams > configure:4070: checking for --enable-file > configure:4110: checking for --enable-ffile > configure:4150: checking for --enable-textbuf > configure:4190: checking for --enable-textfile > configure:4230: checking for --enable-fontmap > configure:4270: checking for --enable-unicode > configure:4310: checking for --enable-mslu > configure:4350: checking for --enable-wxprintfv > configure:4390: checking for --enable-std_iostreams > configure:4430: checking for --enable-filesystem > configure:4470: checking for --enable-fs_inet > configure:4510: checking for --enable-fs_zip > configure:4550: checking for --enable-zipstream > configure:4591: checking for --enable-catch_segvs > configure:4631: checking for --enable-snglinst > configure:4672: checking for --enable-mimetype > configure:4712: checking for --enable-system_options > configure:4753: checking for --enable-url > configure:4793: checking for --enable-protocol > configure:4833: checking for --enable-protocol_http > configure:4873: checking for --enable-protocol_ftp > configure:4913: checking for --enable-protocol_file > configure:4956: checking for --enable-threads > configure:5000: checking for --enable-docview > configure:5040: checking for --enable-help > configure:5080: checking for --enable-mshtmlhelp > configure:5120: checking for --enable-html > configure:5160: checking for --enable-htmlhelp > configure:5200: checking for --enable-constraints > configure:5240: checking for --enable-printarch > configure:5280: checking for --enable-mdi > configure:5320: checking for --enable-loggui > configure:5360: checking for --enable-logwin > configure:5400: checking for --enable-logdialog > configure:5441: checking for --enable-postscript > configure:5484: checking for --enable-prologio > configure:5524: checking for --enable-resources > configure:5565: checking for --enable-xresources > configure:5607: checking for --enable-clipboard > configure:5647: checking for --enable-dnd > configure:5687: checking for --enable-metafile > configure:5728: checking for --enable-treelayout > configure:5770: checking for --enable-controls > configure:5891: checking for --enable-accel > configure:5931: checking for --enable-button > configure:5971: checking for --enable-bmpbutton > configure:6011: checking for --enable-calendar > configure:6051: checking for --enable-caret > configure:6091: checking for --enable-checkbox > configure:6131: checking for --enable-checklst > configure:6171: checking for --enable-choice > configure:6211: checking for --enable-combobox > configure:6251: checking for --enable-gauge > configure:6291: checking for --enable-grid > configure:6331: checking for --enable-newgrid > configure:6371: checking for --enable-imaglist > configure:6411: checking for --enable-listbox > configure:6451: checking for --enable-listctrl > configure:6491: checking for --enable-notebook > configure:6531: checking for --enable-propsheet > configure:6571: checking for --enable-radiobox > configure:6611: checking for --enable-radiobtn > configure:6651: checking for --enable-sash > configure:6691: checking for --enable-scrollbar > configure:6731: checking for --enable-slider > configure:6771: checking for --enable-spinbtn > configure:6811: checking for --enable-spinctrl > configure:6851: checking for --enable-splitter > configure:6891: checking for --enable-statbmp > configure:6931: checking for --enable-statbox > configure:6971: checking for --enable-statline > configure:7011: checking for --enable-stattext > configure:7051: checking for --enable-statusbar > configure:7091: checking for --enable-tabdialog > configure:7131: checking for --enable-textctrl > configure:7171: checking for --enable-togglebtn > configure:7211: checking for --enable-toolbar > configure:7251: checking for --enable-tbarnative > configure:7291: checking for --enable-tbarsmpl > configure:7331: checking for --enable-treectrl > configure:7371: checking for --enable-tipwindow > configure:7411: checking for --enable-popupwin > configure:7453: checking for --enable-commondlg > configure:7493: checking for --enable-choicedlg > configure:7533: checking for --enable-coldlg > configure:7573: checking for --enable-filedlg > configure:7613: checking for --enable-finddlg > configure:7653: checking for --enable-fontdlg > configure:7693: checking for --enable-dirdlg > configure:7733: checking for --enable-msgdlg > configure:7773: checking for --enable-numberdlg > configure:7813: checking for --enable-splash > configure:7853: checking for --enable-textdlg > configure:7893: checking for --enable-tipdlg > configure:7933: checking for --enable-progressdlg > configure:7973: checking for --enable-wizarddlg > configure:8015: checking for --enable-menus > configure:8055: checking for --enable-miniframe > configure:8095: checking for --enable-tooltips > configure:8135: checking for --enable-splines > configure:8175: checking for --enable-validators > configure:8215: checking for --enable-busyinfo > configure:8255: checking for --enable-joystick > configure:8295: checking for --enable-metafile > configure:8335: checking for --enable-dragimage > configure:8377: checking for --enable-palette > configure:8417: checking for --enable-image > configure:8457: checking for --enable-gif > configure:8497: checking for --enable-pcx > configure:8537: checking for --enable-iff > configure:8577: checking for --enable-pnm > configure:8617: checking for --enable-xpm > configure:8657: checking for --enable-ico_cur > configure:8716: checking for toolkit > configure:8903: checking for gcc > configure:9016: checking whether the C compiler (cc -O -pipe -pthread -= L/usr/local/lib -liconv -L/usr/X11R6/lib) works > configure:9032: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x11= -toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/us= r/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib confte= st.c 1>&5 > configure:9058: checking whether the C compiler (cc -O -pipe -pthread -= L/usr/local/lib -liconv -L/usr/X11R6/lib) is a cross-compiler > configure:9063: checking whether we are using GNU C > configure:9072: cc -E conftest.c > configure:9091: checking whether cc accepts -g > configure:9124: checking how to run the C preprocessor > configure:9145: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-dev= el/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include con= ftest.c >/dev/null 2>conftest.out > configure:9205: checking whether cc needs -traditional > configure:9230: termio.h: No such file or directory > configure:9266: checking for c++ > configure:9298: checking whether the C++ compiler (c++ -O -pipe -pthrea= d -L/usr/local/lib -liconv -L/usr/X11R6/lib) works > configure:9314: c++ -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x= 11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/= usr/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conf= test.C 1>&5 > configure:9340: checking whether the C++ compiler (c++ -O -pipe -pthrea= d -L/usr/local/lib -liconv -L/usr/X11R6/lib) is a cross-compiler > configure:9345: checking whether we are using GNU C++ > configure:9354: c++ -E conftest.C > configure:9373: checking whether c++ accepts -g > configure:9416: checking for ranlib > configure:9447: checking for ar > configure:9487: checking for a BSD compatible install > configure:9561: checking for strip > configure:9590: checking if make is GNU make > configure:9663: checking for bison > configure:9663: checking for byacc > configure:9697: checking for flex > configure:9731: checking for yywrap in -lfl > configure:9750: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x11= -toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/us= r/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib confte= st.c -lfl 1>&5 > configure:9774: checking whether ln -s works > configure:9851: checking for strings.h > configure:9861: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-dev= el/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include con= ftest.c >/dev/null 2>conftest.out > configure:9893: checking for stdlib.h > configure:9903: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-dev= el/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include con= ftest.c >/dev/null 2>conftest.out > configure:9933: checking for malloc.h > configure:9943: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-dev= el/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include con= ftest.c >/dev/null 2>conftest.out > In file included from configure:9939: > /usr/include/malloc.h:2: warning: #warning "this file includes = which is deprecated, use instead" > configure: failed program was: > #line 9938 "configure" > #include "confdefs.h" > #include > configure:9973: checking for unistd.h > configure:9983: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-dev= el/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include con= ftest.c >/dev/null 2>conftest.out > configure:10013: checking for wchar.h > configure:10023: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-de= vel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include co= nftest.c >/dev/null 2>conftest.out > configure:10097: checking for fnmatch.h > configure:10107: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-de= vel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include co= nftest.c >/dev/null 2>conftest.out > configure:10138: checking for fnmatch > configure:10166: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conft= est.c 1>&5 > configure:10196: checking for langinfo.h > configure:10206: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-de= vel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include co= nftest.c >/dev/null 2>conftest.out > configure:10239: checking for X11/XKBlib.h > configure:10249: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-de= vel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include co= nftest.c >/dev/null 2>conftest.out > configure:10280: checking for working const > configure:10334: cc -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkit= s/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/= include conftest.c 1>&5 > configure:10355: checking for inline > configure:10369: cc -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkit= s/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/= include conftest.c 1>&5 > configure:10396: checking size of char > configure:10415: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conft= est.c 1>&5 > configure:10435: checking size of short > configure:10454: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conft= est.c 1>&5 > configure:10474: checking size of void * > configure:10493: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conft= est.c 1>&5 > configure:10513: checking size of int > configure:10532: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conft= est.c 1>&5 > configure:10552: checking size of long > configure:10571: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conft= est.c 1>&5 > configure:10679: checking size of long long > configure:10698: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conft= est.c 1>&5 > configure:10720: checking size of wchar_t > configure:10765: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conft= est.c 1>&5 > configure:10797: checking for _FILE_OFFSET_BITS value needed for large fi= les > configure:10814: cc -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkit= s/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/= include conftest.c 1>&5 > configure:10885: checking if large file support is available > configure:10906: checking whether byte ordering is bigendian > configure:10924: cc -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkit= s/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/= include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conftest.c 1>&5 > configure:10939: cc -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkit= s/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/= include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conftest.c 1>&5 > configure: In function `main': > configure:10934: syntax error before `big' > configure: failed program was: > #line 10928 "configure" > #include "confdefs.h" > #include > #include > int main() { >=20 > #if BYTE_ORDER !=3D BIG_ENDIAN > not big endian > #endif > ; return 0; } > configure:11000: checking how to run the C++ preprocessor > configure:11018: c++ -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-d= evel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -= D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conftest.C >/dev/null 2>conftest.out > configure:11062: checking for iostream > configure:11072: c++ -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-d= evel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -= D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conftest.C >/dev/null 2>conftest.out > configure:11120: checking if C++ compiler supports bool > configure:11147: c++ -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolk= its/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R= 6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conftest.C 1>&5 > configure:11185: checking if C++ compiler supports the explicit keyword > configure:11211: c++ -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolk= its/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R= 6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conftest.C 1>&5 > configure:11228: c++ -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolk= its/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R= 6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conftest.C 1>&5 > configure: In function `int main()': > configure:11222: conversion from `int' to non-scalar type `Foo' requested > configure:11218: in passing argument 1 of `TakeFoo(const Foo &)' > configure: failed program was: > #line 11215 "configure" > #include "confdefs.h" >=20 > class Foo { public: explicit Foo(int) {} }; > static void TakeFoo(const Foo& foo) { } > =20 > int main() { >=20 > TakeFoo(17); > return 0; > =20 > ; return 0; } > configure:11453: checking for regex.h > configure:11463: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-de= vel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D= _FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conftest.c >/dev/null 2>conftest.out > configure:11482: checking for regcomp > configure:11510: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c 1>&5 > configure:11888: checking for jpeglib.h > configure:11905: cc -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkit= s/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/= include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conftest.c 1>&5 > configure:11923: checking for jpeg_read_header in -ljpeg > configure:11942: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c -ljpeg 1>&5 > configure:12001: checking for tiffio.h > configure:12011: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-de= vel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D= _FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conftest.c >/dev/null 2>conftest.out > configure:12028: checking for TIFFError in -ltiff > configure:12047: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c -ltiff -lm -ljpeg 1>&5 > configure:12268: checking for GTK+ version > configure:12309: checking for pkg-config > configure:12357: checking for GTK+ - version >=3D 2.0.0 > configure:12467: cc -o conftest -O -pipe -pthread -I/usr/local/include/a= tk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/u= sr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/incl= ude/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/lo= cal/include -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wx= GTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSE= T_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/local/lib -liconv -L/usr/X11R6= /lib conftest.c -Wl,--export-dynamic -pthread -L/usr/local/lib -L/usr/X11R6= /lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lm = -lpangoxft-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpangox-1.0 = -lX11 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lic= onv 1>&5 > configure:13170: checking for pangoft2 > configure:13177: checking PANGOFT2_CFLAGS > configure:13182: checking PANGOFT2_LIBS > configure:13227: checking for poll > configure:13255: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr/= local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender= -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv = 1>&5 > configure:13289: checking for gdk_im_open in -lgdk12 > configure:13308: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c -lgdk12 -Wl,--export-dynami= c -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext = -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -= liconv 1>&5 > configure:15733: checking for GL/gl.h > configure:15743: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-de= vel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D= _FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conftest.c >/dev/null 2>conftest.out > configure:15761: checking for -lGL > configure:15965: checking if the linker accepts --version-script > configure:15975: c++ -o conftest.output -O -pipe -I/usr/local/include/= glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -= I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -= D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/inclu= de -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_= LARGE_FILES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c= pp -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr > configure:16270: checking for ANSI C header files > configure:16283: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-de= vel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D= _FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conftest.c >/dev/null 2>conftest.out > configure:16350: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr/= local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender= -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv = 1>&5 > configure:16374: checking for mode_t > configure:16407: checking for off_t > configure:16440: checking for pid_t > configure:16473: checking for size_t > configure:16506: checking for uid_t in sys/types.h > configure:16549: checking if size_t is unsigned int > configure:16567: c++ -c -O -pipe -I/usr/local/include/glib-2.0 -I/usr/l= ocal/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/inclu= de -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I= /usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/= include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conft= est.C 1>&5 > configure:16560: `Foo::foo(unsigned int)' has already been declared in `F= oo' > configure: failed program was: > #line 16554 "configure" > #include "confdefs.h" > #include > int main() { >=20 > return 0; } >=20 > struct Foo { void foo(size_t); void foo(unsigned int); }; >=20 > int bar() { > =20 > ; return 0; } > configure:16642: checking for pw_gecos in struct passwd > configure:16659: cc -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkit= s/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/= include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conftest.c 1>&5 > configure:16699: checking for wcslen > configure:16727: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr/= local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender= -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv = 1>&5 > configure:16851: checking for wcsrtombs > configure:16879: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr/= local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender= -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv = 1>&5 > /tmp/cciTtcXX.o: In function `main': > /tmp/cciTtcXX.o(.text+0x7): undefined reference to `wcsrtombs' > configure: failed program was: > #line 16856 "configure" > #include "confdefs.h" > /* System header to define __stub macros and hopefully few prototypes, > which can conflict with char wcsrtombs(); below. */ > #include > /* Override any gcc2 internal prototype to avoid an error. */ > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char wcsrtombs(); >=20 > int main() { >=20 > /* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ > #if defined (__stub_wcsrtombs) || defined (__stub___wcsrtombs) > choke me > #else > wcsrtombs(); > #endif >=20 > ; return 0; } > configure:16919: checking for vsnprintf > configure:16950: c++ -o conftest -O -pipe -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X1= 1R6/include -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD= _SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/u= sr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FI= LES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.C -Wl,--= export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfre= etype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0= -lglib-2.0 -liconv 1>&5 > configure:16979: checking for fputwc > configure:17010: c++ -o conftest -O -pipe -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X1= 1R6/include -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD= _SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/u= sr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FI= LES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.C -Wl,--= export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfre= etype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0= -lglib-2.0 -liconv 1>&5 > /tmp/ccWY8npM.o: In function `main': > /tmp/ccWY8npM.o(.text+0x7): undefined reference to `fputwc' > configure: failed program was: > #line 16984 "configure" > #include "confdefs.h" > /* System header to define __stub macros and hopefully few prototypes, > which can conflict with char fputwc(); below. */ > #include > /* Override any gcc2 internal prototype to avoid an error. */ > #ifdef __cplusplus > extern "C" > #endif > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char fputwc(); >=20 > int main() { >=20 > /* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ > #if defined (__stub_fputwc) || defined (__stub___fputwc) > choke me > #else > fputwc(); > #endif >=20 > ; return 0; } > configure:16979: checking for wprintf > configure:17010: c++ -o conftest -O -pipe -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X1= 1R6/include -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD= _SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/u= sr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FI= LES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.C -Wl,--= export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfre= etype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0= -lglib-2.0 -liconv 1>&5 > /tmp/ccAo2Skm.o: In function `main': > /tmp/ccAo2Skm.o(.text+0x7): undefined reference to `wprintf' > configure: failed program was: > #line 16984 "configure" > #include "confdefs.h" > /* System header to define __stub macros and hopefully few prototypes, > which can conflict with char wprintf(); below. */ > #include > /* Override any gcc2 internal prototype to avoid an error. */ > #ifdef __cplusplus > extern "C" > #endif > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char wprintf(); >=20 > int main() { >=20 > /* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ > #if defined (__stub_wprintf) || defined (__stub___wprintf) > choke me > #else > wprintf(); > #endif >=20 > ; return 0; } > configure:16979: checking for vswprintf > configure:17010: c++ -o conftest -O -pipe -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X1= 1R6/include -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD= _SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/u= sr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FI= LES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.C -Wl,--= export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfre= etype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0= -lglib-2.0 -liconv 1>&5 > /tmp/ccSMXUwN.o: In function `main': > /tmp/ccSMXUwN.o(.text+0x7): undefined reference to `vswprintf' > configure: failed program was: > #line 16984 "configure" > #include "confdefs.h" > /* System header to define __stub macros and hopefully few prototypes, > which can conflict with char vswprintf(); below. */ > #include > /* Override any gcc2 internal prototype to avoid an error. */ > #ifdef __cplusplus > extern "C" > #endif > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char vswprintf(); >=20 > int main() { >=20 > /* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ > #if defined (__stub_vswprintf) || defined (__stub___vswprintf) > choke me > #else > vswprintf(); > #endif >=20 > ; return 0; } > configure:17035: checking for _vsnwprintf > configure:17044: c++ -c -O -pipe -I/usr/local/include/glib-2.0 -I/usr/l= ocal/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/inclu= de -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I= /usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/= include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conft= est.C 1>&5 > configure: In function `int main()': > configure:17040: `_vsnwprintf' undeclared (first use this function) > configure:17040: (Each undeclared identifier is reported only once > configure:17040: for each function it appears in.) > configure: failed program was: > #line 17037 "configure" > #include "confdefs.h" > #include > int main() { > &_vsnwprintf; > ; return 0; } > configure:17096: checking for iconv > configure:17114: c++ -o conftest -O -pipe -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X1= 1R6/include -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD= _SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/u= sr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FI= LES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.C -Wl,--= export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfre= etype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0= -lglib-2.0 -liconv 1>&5 > configure:17157: checking if iconv needs const > configure:17181: c++ -c -O -pipe -I/usr/local/include/glib-2.0 -I/usr/l= ocal/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/inclu= de -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I= /usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/= include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conft= est.C 1>&5 > configure:17171: declaration of C function `size_t iconv(void *, char **,= size_t *, char **, size_t *)' conflicts with > /usr/local/include/iconv.h:91: previous declaration `size_t iconv(void *,= const char **, size_t *, char **, size_t *)' here > configure: failed program was: > #line 17162 "configure" > #include "confdefs.h" >=20 > #include > #include > extern > #ifdef __cplusplus > "C" > #endif > #if defined(__STDC__) || defined(__cplusplus) > size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *out= buf, size_t *outbytesleft); > #else > size_t iconv(); > #endif > =20 > int main() { >=20 > ; return 0; } > configure:17226: checking for sigaction > configure:17254: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr= /local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrende= r -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv = 1>&5 > configure:17295: checking for sa_handler type > configure:17313: c++ -c -O -pipe -I/usr/local/include/glib-2.0 -I/usr/l= ocal/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/inclu= de -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I= /usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/= include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conft= est.C 1>&5 > configure:17350: checking for mkstemp > configure:17378: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr= /local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrende= r -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv = 1>&5 > configure:17404: checking for statfs > configure:17430: cc -c -O -pipe -D_THREAD_SAFE -I/usr/ports/x11-toolkit= s/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/= include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conftest.c 1>&5 > configure:17512: checking for fcntl > configure:17540: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr= /local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrende= r -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv = 1>&5 > configure:17574: checking for timegm > configure:17602: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr= /local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrende= r -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv = 1>&5 > configure:17630: checking for putenv > configure:17658: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr= /local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrende= r -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv = 1>&5 > configure:17705: checking for nanosleep > configure:17733: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr= /local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrende= r -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv = 1>&5 > configure:17876: checking for uname > configure:17904: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr= /local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrende= r -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv = 1>&5 > configure:17941: checking for strtok_r > configure:17972: c++ -o conftest -O -pipe -I/usr/local/include/glib-2.0= -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X1= 1R6/include -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD= _SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/u= sr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FI= LES -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.C -Wl,-= -export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfr= eetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.= 0 -lglib-2.0 -liconv 1>&5 > configure:18009: checking for inet_addr > configure:18037: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr= /local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrende= r -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv = 1>&5 > configure:18193: checking for inet_aton > configure:18221: cc -o conftest -O -pipe -D_THREAD_SAFE -I/usr/ports/x1= 1-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/u= sr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread -L/usr/l= ocal/lib -liconv -L/usr/X11R6/lib conftest.c -Wl,--export-dynamic -L/usr= /local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrende= r -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv = 1>&5 > configure:18405: checking whether pthreads work with -pthread > configure:18429: cc -o conftest -pthread -O -pipe -D_THREAD_SAFE -I/usr= /ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/incl= ude -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -pthread = -L/usr/local/lib -liconv -L/usr/X11R6/lib conftest.c -pthread -Wl,--exp= ort-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lXft -lfreety= pe -lXext -lXrender -lfontconfig -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -l= glib-2.0 -liconv 1>&5 > configure:18458: checking if more special flags are required for pthreads > configure:18491: checking for thr_setconcurrency > configure:18519: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THRE= AD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I= /usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_= FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftes= t.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpan= goft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobj= ect-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 > /tmp/cchHmwNk.o: In function `main': > /tmp/cchHmwNk.o(.text+0x7): undefined reference to `thr_setconcurrency' > configure: failed program was: > #line 18496 "configure" > #include "confdefs.h" > /* System header to define __stub macros and hopefully few prototypes, > which can conflict with char thr_setconcurrency(); below. */ > #include > /* Override any gcc2 internal prototype to avoid an error. */ > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char thr_setconcurrency(); >=20 > int main() { >=20 > /* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ > #if defined (__stub_thr_setconcurrency) || defined (__stub___thr_setconcu= rrency) > choke me > #else > thr_setconcurrency(); > #endif >=20 > ; return 0; } > configure:18548: checking for sched.h > configure:18558: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-de= vel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D= _FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conftest.c >/dev/null 2>conftest.out > configure:18586: checking for sched_yield > configure:18614: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THRE= AD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I= /usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_= FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftes= t.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpan= goft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobj= ect-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 > configure:18688: checking for pthread_attr_getschedpolicy > configure:18716: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THRE= AD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I= /usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_= FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftes= t.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpan= goft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobj= ect-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 > configure:18731: checking for pthread_attr_setschedparam > configure:18759: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THRE= AD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I= /usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_= FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftes= t.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpan= goft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobj= ect-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 > configure:18774: checking for sched_get_priority_max > configure:18804: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THRE= AD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I= /usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_= FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftes= t.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpan= goft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobj= ect-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 > configure:18886: checking for pthread_cancel > configure:18914: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THRE= AD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I= /usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_= FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftes= t.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpan= goft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobj= ect-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 > configure:18939: checking for pthread_cleanup_push/pop > configure:18955: cc -c -O -pipe -pthread -D_THREAD_SAFE -D_THREAD_SAFE = -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/loca= l/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES con= ftest.c 1>&5 > configure:18983: checking for pthread_mutexattr_t > configure:18999: cc -c -O -pipe -pthread -D_THREAD_SAFE -D_THREAD_SAFE = -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/loca= l/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES con= ftest.c 1>&5 > configure:19518: checking for strptime > configure:19546: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THRE= AD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I= /usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_= FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftes= t.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpan= goft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobj= ect-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 > configure:19572: checking for timezone variable in > configure:19590: cc -c -O -pipe -pthread -D_THREAD_SAFE -D_THREAD_SAFE = -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/loca= l/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES con= ftest.c 1>&5 > configure: In function `main': > configure:19585: warning: assignment makes integer from pointer without a= cast > configure:19677: checking for localtime > configure:19705: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THRE= AD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I= /usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_= FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftes= t.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpan= goft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobj= ect-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 > configure:19732: checking for tm_gmtoff in struct tm > configure:19750: cc -c -O -pipe -pthread -D_THREAD_SAFE -D_THREAD_SAFE = -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/loca= l/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES con= ftest.c 1>&5 > configure:19779: checking for gettimeofday > configure:19807: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THRE= AD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I= /usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_= FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftes= t.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpan= goft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobj= ect-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 > configure:19834: checking whether gettimeofday takes two arguments > configure:19862: c++ -c -O -pipe -I/usr/local/include/glib-2.0 -I/usr/l= ocal/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/inclu= de -I/usr/local/include/freetype2 -I/usr/local/include -pthread -D_THREAD= _SAFE -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.= 0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS= =3D64 -D_LARGE_FILES conftest.C 1>&5 > configure:19938: checking for socket > configure:19966: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THRE= AD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I= /usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_= FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftes= t.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpan= goft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobj= ect-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 > configure:20039: checking what is the type of the third argument of getso= ckname > configure:20067: c++ -c -O -pipe -I/usr/local/include/glib-2.0 -I/usr/l= ocal/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/inclu= de -I/usr/local/include/freetype2 -I/usr/local/include -pthread -D_THREAD= _SAFE -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.= 0/include -I/usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS= =3D64 -D_LARGE_FILES conftest.C 1>&5 > configure:20181: checking for linux/joystick.h > configure:20191: cc -E -D_THREAD_SAFE -I/usr/ports/x11-toolkits/wxgtk-de= vel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R6/include -D= _FILE_OFFSET_BITS=3D64 -D_LARGE_FILES conftest.c >/dev/null 2>conftest.out > configure:20187: linux/joystick.h: No such file or directory > configure: failed program was: > #line 20186 "configure" > #include "confdefs.h" > #include > configure:20245: checking for dlopen > configure:20273: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THRE= AD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I= /usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_= FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftes= t.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpan= goft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobj= ect-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 > configure:20463: checking for dlerror > configure:20491: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THRE= AD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I= /usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_= FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftes= t.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpan= goft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -lgobj= ect-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 > configure:21837: checking for cos > configure:21865: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THRE= AD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I= /usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_= FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftes= t.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib = -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -= lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 > configure:21849: warning: conflicting types for built-in function `cos' > /tmp/ccwLDwez.o: In function `main': > /tmp/ccwLDwez.o(.text+0x7): undefined reference to `cos' > configure: failed program was: > #line 21842 "configure" > #include "confdefs.h" > /* System header to define __stub macros and hopefully few prototypes, > which can conflict with char cos(); below. */ > #include > /* Override any gcc2 internal prototype to avoid an error. */ > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char cos(); >=20 > int main() { >=20 > /* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ > #if defined (__stub_cos) || defined (__stub___cos) > choke me > #else > cos(); > #endif >=20 > ; return 0; } > configure:21892: checking for floor > configure:21920: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THRE= AD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I= /usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_= FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftes= t.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib = -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -= lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 1>&5 > /tmp/cclKg18U.o: In function `main': > /tmp/cclKg18U.o(.text+0x7): undefined reference to `floor' > configure: failed program was: > #line 21897 "configure" > #include "confdefs.h" > /* System header to define __stub macros and hopefully few prototypes, > which can conflict with char floor(); below. */ > #include > /* Override any gcc2 internal prototype to avoid an error. */ > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char floor(); >=20 > int main() { >=20 > /* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ > #if defined (__stub_floor) || defined (__stub___floor) > choke me > #else > floor(); > #endif >=20 > ; return 0; } > configure:21945: checking if floating point functions link without -lm > configure:21957: checking for sin > configure:21985: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THRE= AD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I= /usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_= FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftes= t.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib = -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -= lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -lm 1>&5 > configure:21969: warning: conflicting types for built-in function `sin' > configure:22012: checking for ceil > configure:22040: cc -o conftest -O -pipe -pthread -D_THREAD_SAFE -D_THRE= AD_SAFE -I/usr/ports/x11-toolkits/wxgtk-devel/work/wxGTK-2.4.0/include -I= /usr/local/include -I/usr/X11R6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_= FILES -pthread -pthread -L/usr/local/lib -liconv -L/usr/X11R6/lib conftes= t.c -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib = -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpango-1.0 -= lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -lm 1>&5 > configure:22065: checking if floating point functions link with -lm > configure:22218: checking whether gmake sets ${MAKE} >=20 > ______________________________________________________________________ > =3D=3D=3D> Extracting for wxgtk-2.4.0 > >> Checksum OK for wxGTK-2.4.0.tar.bz2. > =3D=3D=3D> Patching for wxgtk-2.4.0 > =3D=3D=3D> Applying FreeBSD patches for wxgtk-2.4.0 > =3D=3D=3D> wxgtk-2.4.0 depends on executable: gmake - found > =3D=3D=3D> wxgtk-2.4.0 depends on shared library: png.5 - found > =3D=3D=3D> wxgtk-2.4.0 depends on shared library: tiff.4 - found > =3D=3D=3D> wxgtk-2.4.0 depends on shared library: iconv.3 - found > =3D=3D=3D> wxgtk-2.4.0 depends on shared library: glut.3 - found > =3D=3D=3D> wxgtk-2.4.0 depends on shared library: X11.6 - found > =3D=3D=3D> wxgtk-2.4.0 depends on shared library: glib12.3 - found > =3D=3D=3D> wxgtk-2.4.0 depends on shared library: gtk12.2 - found > =3D=3D=3D> Configuring for wxgtk-2.4.0 > creating cache ./config.cache > checking host system type... i386-portbld-freebsd4.8 > checking target system type... i386-portbld-freebsd4.8 > checking build system type... i386-portbld-freebsd4.8 > loading argument cache configarg.cache > checking for --enable-gui... yes > checking for --enable-universal... no > checking for --enable-nanox... no > checking for --enable-gtk2... yes > checking for --with-libpng... system version > checking for --with-libjpeg... system version > checking for --with-libtiff... system version > checking for --with-opengl... yes > checking for --with-dmalloc... no > checking for --with-regex... yes > checking for --with-zlib... builtin version > checking for --with-odbc... no > checking for --enable-shared... yes > checking for --enable-soname... no > checking for --enable-optimise... yes > checking for --enable-debug... no > checking for --enable-precomp... no > checking for --enable-debug_flag... no > checking for --enable-debug_info... no > checking for --enable-debug_gdb... no > checking for --enable-debug_cntxt... no > checking for --enable-mem_tracing... no > checking for --enable-profile... no > checking for --enable-no_rtti... no > checking for --enable-no_exceptions... no > checking for --enable-permissive... no > checking for --enable-no_deps... no > checking for --enable-compat20... no > checking for --disable-compat22... no > checking for --enable-intl... yes > checking for --enable-config... yes > checking for --enable-protocols... yes > checking for --enable-ftp... yes > checking for --enable-http... yes > checking for --enable-fileproto... yes > checking for --enable-sockets... yes > checking for --enable-ole... yes > checking for --enable-dataobj... yes > checking for --enable-ipc... yes > checking for --enable-cmdline... yes > checking for --enable-datetime... yes > checking for --enable-timedate... no > checking for --enable-stopwatch... yes > checking for --enable-dialupman... yes > checking for --enable-apple_ieee... yes > checking for --enable-timer... yes > checking for --enable-wave... no > checking for --enable-fraction... no > checking for --enable-dynlib... yes > checking for --enable-dynamicloader... yes > checking for --enable-longlong... yes > checking for --enable-geometry... yes > checking for --enable-log... yes > checking for --enable-streams... yes > checking for --enable-file... yes > checking for --enable-ffile... yes > checking for --enable-textbuf... yes > checking for --enable-textfile... yes > checking for --enable-fontmap... yes > checking for --enable-unicode... yes > checking for --enable-mslu... yes > checking for --enable-wxprintfv... no > checking for --enable-std_iostreams... no > checking for --enable-filesystem... yes > checking for --enable-fs_inet... yes > checking for --enable-fs_zip... yes > checking for --enable-zipstream... yes > checking for --enable-catch_segvs... yes > checking for --enable-snglinst... yes > checking for --enable-mimetype... yes > checking for --enable-system_options... yes > checking for --enable-url... yes > checking for --enable-protocol... yes > checking for --enable-protocol_http... yes > checking for --enable-protocol_ftp... yes > checking for --enable-protocol_file... yes > checking for --enable-threads... yes > checking for --enable-docview... yes > checking for --enable-help... yes > checking for --enable-mshtmlhelp... yes > checking for --enable-html... yes > checking for --enable-htmlhelp... yes > checking for --enable-constraints... yes > checking for --enable-printarch... yes > checking for --enable-mdi... yes > checking for --enable-loggui... yes > checking for --enable-logwin... yes > checking for --enable-logdialog... yes > checking for --enable-postscript... yes > checking for --enable-prologio... no > checking for --enable-resources... no > checking for --enable-xresources... no > checking for --enable-clipboard... yes > checking for --enable-dnd... yes > checking for --enable-metafile... yes > checking for --enable-treelayout... yes > checking for --enable-controls... no > checking for --enable-accel... yes > checking for --enable-button... yes > checking for --enable-bmpbutton... yes > checking for --enable-calendar... yes > checking for --enable-caret... yes > checking for --enable-checkbox... yes > checking for --enable-checklst... yes > checking for --enable-choice... yes > checking for --enable-combobox... yes > checking for --enable-gauge... yes > checking for --enable-grid... yes > checking for --enable-newgrid... yes > checking for --enable-imaglist... yes > checking for --enable-listbox... yes > checking for --enable-listctrl... yes > checking for --enable-notebook... yes > checking for --enable-propsheet... yes > checking for --enable-radiobox... yes > checking for --enable-radiobtn... yes > checking for --enable-sash... yes > checking for --enable-scrollbar... yes > checking for --enable-slider... yes > checking for --enable-spinbtn... yes > checking for --enable-spinctrl... yes > checking for --enable-splitter... yes > checking for --enable-statbmp... yes > checking for --enable-statbox... yes > checking for --enable-statline... yes > checking for --enable-stattext... yes > checking for --enable-statusbar... yes > checking for --enable-tabdialog... no > checking for --enable-textctrl... yes > checking for --enable-togglebtn... yes > checking for --enable-toolbar... yes > checking for --enable-tbarnative... yes > checking for --enable-tbarsmpl... yes > checking for --enable-treectrl... yes > checking for --enable-tipwindow... yes > checking for --enable-popupwin... yes > checking for --enable-commondlg... yes > checking for --enable-choicedlg... yes > checking for --enable-coldlg... yes > checking for --enable-filedlg... yes > checking for --enable-finddlg... yes > checking for --enable-fontdlg... yes > checking for --enable-dirdlg... yes > checking for --enable-msgdlg... yes > checking for --enable-numberdlg... yes > checking for --enable-splash... yes > checking for --enable-textdlg... yes > checking for --enable-tipdlg... yes > checking for --enable-progressdlg... yes > checking for --enable-wizarddlg... yes > checking for --enable-menus... yes > checking for --enable-miniframe... yes > checking for --enable-tooltips... yes > checking for --enable-splines... yes > checking for --enable-validators... yes > checking for --enable-busyinfo... yes > checking for --enable-joystick... yes > checking for --enable-metafile... yes > checking for --enable-dragimage... yes > checking for --enable-palette... yes > checking for --enable-image... yes > checking for --enable-gif... yes > checking for --enable-pcx... yes > checking for --enable-iff... no > checking for --enable-pnm... yes > checking for --enable-xpm... yes > checking for --enable-ico_cur... yes > saving argument cache configarg.cache > checking for toolkit... gtk > updating cache ./config.cache > checking for gcc... cc > checking whether the C compiler (cc -O -pipe -pthread -L/usr/local/lib = -liconv -L/usr/X11R6/lib) works... yes > checking whether the C compiler (cc -O -pipe -pthread -L/usr/local/lib = -liconv -L/usr/X11R6/lib) is a cross-compiler... no > checking whether we are using GNU C... yes > checking whether cc accepts -g... yes > checking how to run the C preprocessor... cc -E > checking whether cc needs -traditional... no > checking for c++... c++ > checking whether the C++ compiler (c++ -O -pipe -pthread -L/usr/local/= lib -liconv -L/usr/X11R6/lib) works... yes > checking whether the C++ compiler (c++ -O -pipe -pthread -L/usr/local/= lib -liconv -L/usr/X11R6/lib) is a cross-compiler... no > checking whether we are using GNU C++... yes > checking whether c++ accepts -g... yes > checking for ranlib... ranlib > checking for ar... ar > checking for a BSD compatible install... /usr/bin/install -c -o root -g w= heel > checking for strip... strip > checking if make is GNU make... yes > checking for bison... no > checking for byacc... byacc > checking for flex... flex > checking for yywrap in -lfl... yes > checking whether ln -s works... yes > checking for strings.h... yes > checking for stdlib.h... yes > checking for malloc.h... no > checking for unistd.h... yes > checking for wchar.h... yes > checking for fnmatch.h... yes > checking for fnmatch... yes > checking for langinfo.h... yes > checking for X11/XKBlib.h... yes > checking for working const... yes > checking for inline... inline > checking size of char... 1 > checking size of short... 2 > checking size of void *... 4 > checking size of int... 4 > checking size of long... 4 > checking size of long long... 8 > checking size of wchar_t... 4 > checking for _FILE_OFFSET_BITS value needed for large files... 64 > checking if large file support is available... yes > checking whether byte ordering is bigendian... no > checking how to run the C++ preprocessor... c++ -E > checking for iostream... yes > checking if C++ compiler supports bool... yes > checking if C++ compiler supports the explicit keyword... yes > updating cache ./config.cache > checking for regex.h... yes > checking for regcomp... yes > configure: warning: system png library doesn't work without system zlib, = will use built-in instead > checking for jpeglib.h... yes > checking for jpeg_read_header in -ljpeg... yes > checking for tiffio.h... yes > checking for TIFFError in -ltiff... yes > checking for GTK+ version...=20 > checking for pkg-config... /usr/local/bin/pkg-config > checking for GTK+ - version >=3D 2.0.0... yes (version 2.2.1) > checking for pangoft2... yes > checking PANGOFT2_CFLAGS... -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/u= sr/local/include/freetype2 -I/usr/local/include =20 > checking PANGOFT2_LIBS... -Wl,--export-dynamic -L/usr/local/lib -L/usr/X1= 1R6/lib -lpangoft2-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpan= go-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv =20 > checking for poll... yes > checking for gdk_im_open in -lgdk12... yes > checking for GL/gl.h... yes > checking for -lGL... yes > checking if the linker accepts --version-script... yes > checking for ANSI C header files... yes > checking for mode_t... yes > checking for off_t... yes > checking for pid_t... yes > checking for size_t... yes > checking for uid_t in sys/types.h... yes > checking if size_t is unsigned int... yes > checking for pw_gecos in struct passwd... yes > checking for wcslen... yes > checking for wcsrtombs... no > checking for vsnprintf... yes > checking for fputwc... no > checking for wprintf... no > checking for vswprintf... no > checking for _vsnwprintf... no > checking for iconv... yes > checking if iconv needs const... yes > checking for sigaction... yes > checking for sa_handler type... int > checking for mkstemp... yes > checking for statfs... yes > checking for fcntl... yes > checking for timegm... yes > checking for putenv... yes > checking for nanosleep... yes > checking for uname... yes > checking for strtok_r... yes > checking for inet_addr... yes > checking for inet_aton... yes > updating cache ./config.cache > checking whether pthreads work with -pthread... yes > checking if more special flags are required for pthreads... -D_THREAD_SAF= E > checking for thr_setconcurrency... no > checking for sched.h... yes > checking for sched_yield... yes > checking for pthread_attr_getschedpolicy... yes > checking for pthread_attr_setschedparam... yes > checking for sched_get_priority_max... yes > checking for pthread_cancel... yes > checking for pthread_cleanup_push/pop... yes > checking for pthread_mutexattr_t... yes > checking for strptime... yes > checking for timezone variable in ... timezone > checking for localtime... yes > checking for tm_gmtoff in struct tm... yes > checking for gettimeofday... yes > checking whether gettimeofday takes two arguments... yes > checking for socket... yes > checking what is the type of the third argument of getsockname... socklen= _t > checking for linux/joystick.h... no > configure: warning: Joystick not supported by this system... disabled > checking for dlopen... yes > checking for dlerror... yes > configure: warning: Drag and drop is only supported under GTK+ 1.2... dis= abled > checking for cos... no > checking for floor... no > checking if floating point functions link without -lm... no > checking for sin... yes > checking for ceil... yes > checking if floating point functions link with -lm... yes > checking whether gmake sets ${MAKE}... yes > updating cache ./config.cache > creating ./config.status > creating wx-config > creating version-script > creating src/make.env > creating src/makeprog.env > creating src/makelib.env > creating Makefile > creating setup.h > configuring in demos > running /bin/sh ./configure --with-libpng=3Dsys --with-libjpeg=3Dsys --w= ith-libtiff=3Dsys --with-zlib=3Dbuiltin --with-opengl --enable-gtk2 --enabl= e-unicode --host=3Di386-portbld-freebsd4.8 --build=3Di386-portbld-freebsd4.= 8 --x-libraries=3D/usr/X11R6/lib --x-includes=3D/usr/X11R6/include --prefix= =3D/usr/X11R6 i386-portbld-freebsd4.8 --cache-file=3D.././config.cache --sr= cdir=3D. > loading cache .././config.cache > updating cache .././config.cache > creating ./config.status > creating Makefile > creating bombs/Makefile > creating dbbrowse/Makefile > creating forty/Makefile > creating fractal/Makefile > creating life/Makefile > creating poem/Makefile > configuring in samples > running /bin/sh ./configure --with-libpng=3Dsys --with-libjpeg=3Dsys --w= ith-libtiff=3Dsys --with-zlib=3Dbuiltin --with-opengl --enable-gtk2 --enabl= e-unicode --host=3Di386-portbld-freebsd4.8 --build=3Di386-portbld-freebsd4.= 8 --x-libraries=3D/usr/X11R6/lib --x-includes=3D/usr/X11R6/include --prefix= =3D/usr/X11R6 i386-portbld-freebsd4.8 --cache-file=3D.././config.cache --sr= cdir=3D. > loading cache .././config.cache > updating cache .././config.cache > creating ./config.status > creating Makefile > creating artprov/Makefile > creating caret/Makefile > creating calendar/Makefile > creating checklst/Makefile > creating config/Makefile > creating controls/Makefile > creating console/Makefile > creating db/Makefile > creating dialogs/Makefile > creating dialup/Makefile > creating docview/Makefile > creating docvwmdi/Makefile > creating dnd/Makefile > creating dragimag/Makefile > creating drawing/Makefile > creating dynamic/Makefile > creating erase/Makefile > creating event/Makefile > creating exec/Makefile > creating font/Makefile > creating grid/Makefile > creating help/Makefile > creating image/Makefile > creating internat/Makefile > creating ipc/Makefile > creating joytest/Makefile > creating keyboard/Makefile > creating layout/Makefile > creating listctrl/Makefile > creating mdi/Makefile > creating menu/Makefile > creating memcheck/Makefile > creating minifram/Makefile > creating minimal/Makefile > creating mobile/Makefile > creating mobile/wxedit/Makefile > creating mobile/styles/Makefile > creating newgrid/Makefile > creating notebook/Makefile > creating png/Makefile > creating printing/Makefile > creating proplist/Makefile > creating propsize/Makefile > creating resource/Makefile > creating rotate/Makefile > creating sashtest/Makefile > creating scroll/Makefile > creating scrollsub/Makefile > creating sockets/Makefile > creating splitter/Makefile > creating statbar/Makefile > creating taskbar/Makefile > sed: ./taskbar/Makefile.in: No such file or directory > creating text/Makefile > creating thread/Makefile > creating toolbar/Makefile > creating treectrl/Makefile > creating treelay/Makefile > creating typetest/Makefile > creating validate/Makefile > creating widgets/Makefile > creating wizard/Makefile > creating html/Makefile > creating html/about/Makefile > creating html/help/Makefile > creating html/printing/Makefile > creating html/helpview/Makefile > creating html/test/Makefile > creating html/zip/Makefile > creating html/virtual/Makefile > creating html/widget/Makefile > creating opengl/Makefile > creating opengl/cube/Makefile > creating opengl/penguin/Makefile > creating opengl/isosurf/Makefile > configuring in utils > running /bin/sh ./configure --with-libpng=3Dsys --with-libjpeg=3Dsys --w= ith-libtiff=3Dsys --with-zlib=3Dbuiltin --with-opengl --enable-gtk2 --enabl= e-unicode --host=3Di386-portbld-freebsd4.8 --build=3Di386-portbld-freebsd4.= 8 --x-libraries=3D/usr/X11R6/lib --x-includes=3D/usr/X11R6/include --prefix= =3D/usr/X11R6 i386-portbld-freebsd4.8 --cache-file=3D.././config.cache --sr= cdir=3D. > loading cache .././config.cache > updating cache .././config.cache > creating ./config.status > creating Makefile > creating makegen/Makefile > creating HelpGen/Makefile > creating HelpGen/src/Makefile > creating tex2rtf/Makefile > creating tex2rtf/src/Makefile > creating hhp2cached/Makefile > creating dialoged/Makefile > creating dialoged/src/Makefile > creating emulator/Makefile > creating emulator/src/Makefile > creating helpview/Makefile > creating helpview/src/Makefile > configuring in contrib > running /bin/sh ./configure --with-libpng=3Dsys --with-libjpeg=3Dsys --w= ith-libtiff=3Dsys --with-zlib=3Dbuiltin --with-opengl --enable-gtk2 --enabl= e-unicode --host=3Di386-portbld-freebsd4.8 --build=3Di386-portbld-freebsd4.= 8 --x-libraries=3D/usr/X11R6/lib --x-includes=3D/usr/X11R6/include --prefix= =3D/usr/X11R6 i386-portbld-freebsd4.8 --cache-file=3D.././config.cache --sr= cdir=3D. > loading cache .././config.cache > checking how to run the C preprocessor... (cached) cc -E > checking for esd.h... no > updating cache .././config.cache > creating ./config.status > creating src/Makefile > creating src/ogl/Makefile > creating src/mmedia/Makefile > creating src/stc/Makefile > creating src/svg/Makefile > creating src/xrc/Makefile > creating src/canvas/Makefile > creating src/gizmos/Makefile > creating src/plot/Makefile > creating src/applet/Makefile > creating src/fl/Makefile > creating src/net/Makefile > creating samples/Makefile > creating samples/mmedia/Makefile > creating samples/ogl/Makefile > creating samples/ogl/ogledit/Makefile > creating samples/ogl/studio/Makefile > creating samples/stc/Makefile > creating samples/svg/Makefile > creating samples/canvas/Makefile > creating samples/canvas/test/Makefile > creating samples/canvas/simple/Makefile > creating samples/gizmos/Makefile > creating samples/gizmos/editlbox/Makefile > creating samples/gizmos/dynsash/Makefile > creating samples/gizmos/dynsash_switch/Makefile > creating samples/gizmos/multicell/Makefile > creating samples/gizmos/splittree/Makefile > creating samples/gizmos/led/Makefile > creating samples/xrc/Makefile > creating samples/plot/Makefile > creating samples/applet/Makefile > creating samples/fl/Makefile > creating samples/fl/fl_demo1/Makefile > creating samples/fl/fl_demo2/Makefile > creating samples/fl/fl_sample1/Makefile > creating samples/fl/fl_sample2/Makefile > creating samples/fl/fl_sample3/Makefile > creating utils/Makefile > creating utils/wxrc/Makefile > creating utils/wxrcedit/Makefile > creating utils/convertrc/Makefile >=20 > Configured wxWindows 2.4.0 for `i386-portbld-freebsd4.8' >=20 > Which GUI toolkit should wxWindows use? GTK > Should wxWindows be compiled in debug mode? no > Should wxWindows be linked as a shared library? yes > Should wxWindows be compiled in Unicode mode? yes > What level of wxWindows compatibility should be enabled? > wxWindows 2.0 no > wxWindows 2.2 yes > Which libraries should wxWindows use? > jpeg sys > png builtin > regex sys > tiff sys > zlib builtin >=20 > =3D=3D=3D> Building for wxgtk-2.4.0 > c++ -c -I./lib/wx/include/gtku -I./include -I./src/zlib -I./src/png -pt= hread -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/loc= al/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2= .0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local= /include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I/usr/ports/x11-too= lkits/wxgtk-devel/work/wxGTK-2.4.0/include -I/usr/local/include -I/usr/X11R= 6/include -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -D__WXGTK__ -DGTK_NO_C= HECK_CASTS -MMD -O -pipe -I/usr/local/include/glib-2.0 -I/usr/local/lib/gli= b-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/lo= cal/include/freetype2 -I/usr/local/include -pthread -D_THREAD_SAFE -Wall -f= PIC -o accel.o ./src/generic/accel.cpp > In file included from include/wx/memory.h:20, > from include/wx/object.h:25, > from include/wx/event.h:20, > from ./src/generic/accel.cpp:34: > include/wx/string.h: In method `bool wxString::IsSameAs(__wchar_t, bool = =3D true) const': > include/wx/string.h:646: implicit declaration of function `int towupper(.= ..)' > ./src/generic/accel.cpp: In method `wxAcceleratorTable::wxAcceleratorTabl= e(int, const wxAcceleratorEntry *)': > ./src/generic/accel.cpp:98: implicit declaration of function `int iswlowe= r(...)' > gmake: *** [accel.o] Error 1 > *** Error code 2 >=20 > Stop in /usr/ports/x11-toolkits/wxgtk-devel. >=20 > ______________________________________________________________________ > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-E9q+eF0P2WRFfdlZK/8Z Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+rAM1b2iPiv4Uz4cRAnpHAJ9A1DALDff9SqbUS+kQebRPKYj8qwCdE7LP UkHon9ZrPkfptc7QcpWYqxo= =G9Id -----END PGP SIGNATURE----- --=-E9q+eF0P2WRFfdlZK/8Z-- From owner-freebsd-gnome@FreeBSD.ORG Sun Apr 27 13:30:12 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 1B11937B401 for ; Sun, 27 Apr 2003 13:30:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B25743F85 for ; Sun, 27 Apr 2003 13:30:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3RKUBUp064333 for ; Sun, 27 Apr 2003 13:30:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3RKUBn6064326; Sun, 27 Apr 2003 13:30:11 -0700 (PDT) Date: Sun, 27 Apr 2003 13:30:11 -0700 (PDT) Message-Id: <200304272030.h3RKUBn6064326@freefall.freebsd.org> To: gnome@FreeBSD.org From: Morten Rodal Subject: Re: ports/51438: devel/nspr port doesn't install nspr-config script X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Morten Rodal List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 20:30:12 -0000 The following reply was made to PR ports/51438; it has been noted by GNATS. From: Morten Rodal To: Seva Gluschenko , freebsd-gnats-submit@FreeBSD.org, marcus@FreeBSD.org Cc: Subject: Re: ports/51438: devel/nspr port doesn't install nspr-config script Date: Sun, 27 Apr 2003 22:27:56 +0200 On Sat, Apr 26, 2003 at 04:14:04PM +0400, Seva Gluschenko wrote: > >Fix: > > Apply patch below in devel/nspr and reinstall nspr port. > > --- Makefile.orig Sat Apr 26 16:06:28 2003 > +++ Makefile Sat Apr 26 16:08:07 2003 > @@ -33,6 +33,7 @@ > ${TAR} -C ${PREFIX}/include -xf - > ${TAR} -C ${WRKSRC}/dist/lib --dereference -cf - . | \ > ${TAR} -C ${PREFIX}/lib -xf - > + cp ${WRKSRC}/build/config/nspr-config ${PREFIX}/bin > .for lib in ${LIBS} > ${LN} -sf ${lib} ${PREFIX}/lib/${lib:S/.1$//} > .endfor I am unable to install this if I do not remove the "/build" from the patch. I get: install: /usr/obj/usr/ports/devel/nspr/work/nspr-4.3/mozilla/nsprpub/build/build/config/nspr-config: No such file or directory *** Error code 71 Notice the "/build/build/". This is on a -CURRENT as of 26 Apr 2003. -- Morten Rodal From owner-freebsd-gnome@FreeBSD.ORG Sun Apr 27 13:48:08 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 CAB9F37B401 for ; Sun, 27 Apr 2003 13:48:08 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 981C843F85 for ; Sun, 27 Apr 2003 13:48:07 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from mail4.nc.rr.com (fe4 [24.93.67.51])h3RKjtgs028360; Sun, 27 Apr 2003 16:45:57 -0400 (EDT) Received: from creme-brulee.marcuscom.com ([66.57.17.158]) by mail4.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Sun, 27 Apr 2003 16:50:01 -0400 Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h3RKjVaa064456; Sun, 27 Apr 2003 16:45:31 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Morten Rodal In-Reply-To: <200304272030.h3RKUBn6064326@freefall.freebsd.org> References: <200304272030.h3RKUBn6064326@freefall.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-WWhBr2MdXxYrY8F/YMT3" Organization: MarcusCom, Inc. Message-Id: <1051476480.3056.25.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.2 (Preview Release) Date: 27 Apr 2003 16:48:00 -0400 X-Spam-Status: No, hits=-39.4 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,QUOTE_TWICE_1,REFERENCES, REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: FreeBSD GNOME Users Subject: Re: ports/51438: devel/nspr port doesn't install nspr-config script X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 20:48:09 -0000 --=-WWhBr2MdXxYrY8F/YMT3 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-04-27 at 16:30, Morten Rodal wrote: > The following reply was made to PR ports/51438; it has been noted by GNAT= S. >=20 > From: Morten Rodal > To: Seva Gluschenko , freebsd-gnats-submit@FreeBSD.org, > marcus@FreeBSD.org > Cc: =20 > Subject: Re: ports/51438: devel/nspr port doesn't install nspr-config scr= ipt > Date: Sun, 27 Apr 2003 22:27:56 +0200 >=20 > On Sat, Apr 26, 2003 at 04:14:04PM +0400, Seva Gluschenko wrote: > > >Fix: > >=20 > > Apply patch below in devel/nspr and reinstall nspr port. > >=20 > > --- Makefile.orig Sat Apr 26 16:06:28 2003 > > +++ Makefile Sat Apr 26 16:08:07 2003 > > @@ -33,6 +33,7 @@ > > ${TAR} -C ${PREFIX}/include -xf - > > ${TAR} -C ${WRKSRC}/dist/lib --dereference -cf - . | \ > > ${TAR} -C ${PREFIX}/lib -xf - > > + cp ${WRKSRC}/build/config/nspr-config ${PREFIX}/bin > > .for lib in ${LIBS} > > ${LN} -sf ${lib} ${PREFIX}/lib/${lib:S/.1$//} > > .endfor > =20 > I am unable to install this if I do not remove the "/build" from the > patch. I get: > =20 > install: > /usr/obj/usr/ports/devel/nspr/work/nspr-4.3/mozilla/nsprpub/build/build/= config/nspr-config: No such file or directory > *** Error code 71 > =20 > Notice the "/build/build/". This is on a -CURRENT as of 26 Apr 2003. Fixed, thanks for reporting. Joe > =20 >=20 > --=20 > Morten Rodal > =20 > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-WWhBr2MdXxYrY8F/YMT3 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+rEH/b2iPiv4Uz4cRAvd/AKCiF66fxKM3SOCyBeQeu6hZYC8OrgCfTUJe /cd0fooSSb3OOKDdHW134+g= =Iefk -----END PGP SIGNATURE----- --=-WWhBr2MdXxYrY8F/YMT3-- From owner-freebsd-gnome@FreeBSD.ORG Sun Apr 27 14:40:25 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 02EEC37B401; Sun, 27 Apr 2003 14:40:25 -0700 (PDT) Received: from tchoubou.scientiae.net (scientiae.net [62.4.18.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E57043F93; Sun, 27 Apr 2003 14:40:23 -0700 (PDT) (envelope-from viny@scientiae.net) Received: from tchoubou.scientiae.net (localhost.scientiae.net [127.0.0.1]) h3RLiJAs009032; Sun, 27 Apr 2003 23:44:19 +0200 (CEST) (envelope-from viny@scientiae.net) Received: (from viny@localhost) by tchoubou.scientiae.net (8.12.9/8.12.9/Submit) id h3RLiJcR009031; Sun, 27 Apr 2003 23:44:19 +0200 (CEST) Date: Sun, 27 Apr 2003 23:44:19 +0200 From: Viny To: freebsd-gnome-confirm+581e210869c9d8046194fecd6f8e3de2ecff9b4d@freebsd.org, FREEBSD-gnome Message-ID: <20030427214419.GA8983@tchoubou.scientiae.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 4.8-STABLE i386 X-Spam-Status: No, hits=-26.0 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_MUTT version=2.53 X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp) Subject: Re: Confirmation of subscribe request for the freebsd-gnome mailing list X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 21:40:25 -0000 On Sun, Apr 27, 2003 at 02:34:09PM -0700 or thereabouts, freebsd-gnome-confirm+581e210869c9d8046194fecd6f8e3de2ecff9b4d@freebsd.org may have written : > Mailing list subscription confirmation notice for mailing list > freebsd-gnome > > We have received a request from 216.136.204.117 for subscription of > your email address, "viny@gcu-squad.org", to the > freebsd-gnome@freebsd.org mailing list. To confirm that you want to > be added to this mailing list, simply reply to this message. Or visit > this web page: > > http://lists.freebsd.org/mailman/confirm/freebsd-gnome/581e210869c9d8046194fecd6f8e3de2ecff9b4d > > > Or include the following line -- and only the following line -- in a > message to freebsd-gnome-request@freebsd.org: > > confirm 581e210869c9d8046194fecd6f8e3de2ecff9b4d > > Note that simply sending a `reply' to this message should work from > most mail readers, since that usually leaves the Subject: line in the > right form (additional "Re:" text in the Subject: is okay). > > If you do not wish to be subscribed from this list, please simply > disregard this message. If you think you are being maliciously > subscribed to the list, or have any other questions, send them to > freebsd-gnome-owner@freebsd.org. From owner-freebsd-gnome@FreeBSD.ORG Sun Apr 27 15:25:28 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 4BEA137B401 for ; Sun, 27 Apr 2003 15:25:28 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53A1143FCB for ; Sun, 27 Apr 2003 15:25:27 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from mail3.nc.rr.com (fe3 [24.93.67.50])h3RMNGgu003761 for ; Sun, 27 Apr 2003 18:23:17 -0400 (EDT) Received: from creme-brulee.marcuscom.com ([66.57.17.158]) by mail3.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Sun, 27 Apr 2003 17:51:36 -0400 Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h3RLpiaa064829 for ; Sun, 27 Apr 2003 17:51:44 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: gnome@freebsd.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-IvaEDeInHDL2T5Aym46I" Organization: MarcusCom, Inc. Message-Id: <1051480453.3056.32.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.2 (Preview Release) Date: 27 Apr 2003 17:54:13 -0400 X-Spam-Status: No, hits=-11.7 required=5.0 tests=BAYES_01,OPT_IN,PGP_SIGNATURE_2 autolearn=ham version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: Build system update X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 22:25:28 -0000 --=-IvaEDeInHDL2T5Aym46I Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I've received the server, racked it, and have -CURRENT installed. I have created my jail-building system as well as the actual port building system (thanks in most part to the tools bento is using). I still need to create the reporting system. Basically, this will let people opt-in on what they want. Basically, I'll need: Name Email Ports of interest Whether or not to see logs or just errors for each port of interest =46rom those interested in getting updates from this system. I only want to focus on GNOME ports, or GNOME-ish ports. I plan to run more or less continuous builds of gnome2 and gnome2-fifth-toe. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-IvaEDeInHDL2T5Aym46I Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+rFGFb2iPiv4Uz4cRAiXeAJ4lsI1nmExHynAU3+CybkxGvjByggCfbG9g +gr0AMmZFXcUQIzoPkpljWg= =NzOu -----END PGP SIGNATURE----- --=-IvaEDeInHDL2T5Aym46I-- From owner-freebsd-gnome@FreeBSD.ORG Sun Apr 27 15:33:20 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 F272337B401 for ; Sun, 27 Apr 2003 15:33:19 -0700 (PDT) Received: from tchoubou.scientiae.net (scientiae.net [62.4.18.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75C1443F3F for ; Sun, 27 Apr 2003 15:33:16 -0700 (PDT) (envelope-from viny@scientiae.net) Received: from tchoubou.scientiae.net (localhost.scientiae.net [127.0.0.1]) h3RMbCAs026578 for ; Mon, 28 Apr 2003 00:37:12 +0200 (CEST) (envelope-from viny@scientiae.net) Received: (from viny@localhost) by tchoubou.scientiae.net (8.12.9/8.12.9/Submit) id h3RMbC4M026577 for freebsd-gnome@FreeBSD.ORG; Mon, 28 Apr 2003 00:37:12 +0200 (CEST) Date: Mon, 28 Apr 2003 00:37:12 +0200 From: Viny To: FREEBSD-gnome Message-ID: <20030427223712.GA9347@tchoubou.scientiae.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 4.8-STABLE i386 X-GROUP: GCU-SQUAD X-URL: http://www.gcu-squad.org/ X-Spam-Status: No, hits=-6.4 required=5.0 tests=USER_AGENT_MUTT version=2.53 X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp) Subject: misc/gnomeutils2 port won't install X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 22:33:20 -0000 Hello It seems that it isn't my night with upgrade's installs : after nspr (submitted a pr while it was corrected >=]), I now have a problem with misc/gnomeutils2. Haven't seen any PR yet, nor mails on the gnome or ports mailing lists, so I wonder if I haven't something wrong on my system... Release: FreeBSD 4.8-STABLE i386 Environment: System: FreeBSD tchoubou.scientiae.net 4.8-STABLE FreeBSD 4.8-STABLE #0: Tue Apr 8 14:30:13 CEST 2003 viny@tchoubou.scientiae.net:/usr/obj/usr/src/sys/TCHOUBOU i386 Portupgrade (or make install in misc/gnomeutils2) will end like this : for file in gnome-system-log-C.omf; do \ install -c -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gnome-utils/$file; \ done install: gnome-system-log-C.omf.out: No such file or directory gmake[5]: *** [install-data-hook-omf] Erreur 71 gmake[5]: Leaving directory `/usr/ports/misc/gnomeutils2/work/gnome-utils-2.2.1/logview/help/C' [...] I've had a look at the Makefile in the 'logview/help/C' directory. It defines 'omffile' as 'gnome-system-log-C.omf' and then, indeed try to install it (line 327-328) with : for file in $(omffile); do \ $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \ done In the 'logview/help/C' directory, there is a file named 'gnome-system-log-C.omf' but none named 'gnome-system-log-C.omf.out'. Seems to have the same problem in : - gcalc/help/C/Makefile - gcalc/help/ja/Makefile - gcharmap/help/C/Makefile - gcharmap/help/ja/Makefile - gdialog/help/C/Makefile - gdialog/help/ja/Makefile - gdictsrc/help/C/Makefile - gdictsrc/help/ja/Makefile - gsearchtool/help/C/Makefile - gsearchtool/help/ja/Makefile - logview/help/C/Makefile (first one encountered) - logview/help/ja/Makefile Replacing '$$file.out' by '$$file' on line 328 of each of these files seems to help but I don't know if it is the right way to handle the problem... Though it had then installed fine... Playing with grep, I found that these two files have the same problem, but they don't seem to be called on my system. - gfloppy/doc/C/Makefile - gfloppy/doc/ja/Makefile -- Vincent TOUGAIT mailto:viny@gcu-squad.org http://www.gcu-squad.org From owner-freebsd-gnome@FreeBSD.ORG Sun Apr 27 16:00:50 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 56B9837B404 for ; Sun, 27 Apr 2003 16:00:50 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7823443F75 for ; Sun, 27 Apr 2003 16:00:49 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from mail5.nc.rr.com (fe5 [24.93.67.52])h3RMu6hA010438; Sun, 27 Apr 2003 18:56:07 -0400 (EDT) Received: from creme-brulee.marcuscom.com ([66.57.17.158]) by mail5.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Sun, 27 Apr 2003 18:57:48 -0400 Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h3RMwEaa065167; Sun, 27 Apr 2003 18:58:15 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Viny In-Reply-To: <20030427223712.GA9347@tchoubou.scientiae.net> References: <20030427223712.GA9347@tchoubou.scientiae.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-ywDn35+hmyZUQ92OEl5z" Organization: MarcusCom, Inc. Message-Id: <1051484443.3056.35.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.2 (Preview Release) Date: 27 Apr 2003 19:00:44 -0400 X-Spam-Status: No, hits=-39.4 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,QUOTE_TWICE_1,REFERENCES, REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: FREEBSD-gnome Subject: Re: misc/gnomeutils2 port won't install X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2003 23:00:50 -0000 --=-ywDn35+hmyZUQ92OEl5z Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-04-27 at 18:37, Viny wrote: > Hello >=20 > It seems that it isn't my night with upgrade's installs : after > nspr (submitted a pr while it was corrected >=3D]), I now have a problem = with > misc/gnomeutils2. Haven't seen any PR yet, nor mails on the gnome or port= s > mailing lists, so I wonder if I haven't something wrong on my system... This was a strange one. As of libxml2-2.5.7, thread support is enabled by default. scrollkeeper build with previous versions of libxml2 didn't get linked against libc_r. Therefore, the pthread stuff was coming up undefined, and thus the .out files were never produced. I bumped scrollkeeper's PORTREVISION to force people to recompile. After recompiling scrollkeeper against libxml2-2.5.7, you should be good to go. Joe >=20 > Release: FreeBSD 4.8-STABLE i386 > Environment: > System: FreeBSD tchoubou.scientiae.net 4.8-STABLE FreeBSD 4.8-STABLE #0: > Tue Apr 8 14:30:13 CEST 2003 > viny@tchoubou.scientiae.net:/usr/obj/usr/src/sys/TCHOUBOU i386 >=20 > Portupgrade (or make install in misc/gnomeutils2) will end like > this : >=20 >=20 > for file in gnome-system-log-C.omf; do \ > install -c -o root -g wheel -m 444 $file.out > /usr/X11R6/share/gnome/omf/gnome-utils/$file; \ > done > install: gnome-system-log-C.omf.out: No such file or directory > gmake[5]: *** [install-data-hook-omf] Erreur 71 > gmake[5]: Leaving directory > `/usr/ports/misc/gnomeutils2/work/gnome-utils-2.2.1/logview/help/C' > [...] >=20 >=20 > I've had a look at the Makefile in the 'logview/help/C' directory. > It defines 'omffile' as 'gnome-system-log-C.omf' and then, indeed try to > install it (line 327-328) with : >=20 > for file in $(omffile); do \ > $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \ > done >=20 > In the 'logview/help/C' directory, there is a file named > 'gnome-system-log-C.omf' but none named 'gnome-system-log-C.omf.out'. >=20 > Seems to have the same problem in : >=20 > - gcalc/help/C/Makefile > - gcalc/help/ja/Makefile > - gcharmap/help/C/Makefile > - gcharmap/help/ja/Makefile > - gdialog/help/C/Makefile > - gdialog/help/ja/Makefile > - gdictsrc/help/C/Makefile > - gdictsrc/help/ja/Makefile > - gsearchtool/help/C/Makefile > - gsearchtool/help/ja/Makefile > - logview/help/C/Makefile (first one encountered) > - logview/help/ja/Makefile >=20 > Replacing '$$file.out' by '$$file' on line 328 of each of these > files seems to help but I don't know if it is the right way to handle the > problem... Though it had then installed fine... >=20 > Playing with grep, I found that these two files have the same > problem, but they don't seem to be called on my system. >=20 > - gfloppy/doc/C/Makefile > - gfloppy/doc/ja/Makefile --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-ywDn35+hmyZUQ92OEl5z Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+rGEbb2iPiv4Uz4cRAumRAJ4wNvBuPjrfW40iwVtpxt4jGVUllwCeMv48 q/FwtCzfTIqvJZVtYldBskU= =+j8s -----END PGP SIGNATURE----- --=-ywDn35+hmyZUQ92OEl5z-- From owner-freebsd-gnome@FreeBSD.ORG Sun Apr 27 22:20:08 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 5240737B401 for ; Sun, 27 Apr 2003 22:20:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F062443F85 for ; Sun, 27 Apr 2003 22:20:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3S5K7Up082056 for ; Sun, 27 Apr 2003 22:20:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3S5K7DM082049; Sun, 27 Apr 2003 22:20:07 -0700 (PDT) Date: Sun, 27 Apr 2003 22:20:07 -0700 (PDT) Message-Id: <200304280520.h3S5K7DM082049@freefall.freebsd.org> To: gnome@FreeBSD.org From: Seva Gluschenko Subject: Re: ports/51438: devel/nspr port doesn't install nspr-config script X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Seva Gluschenko List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 05:20:08 -0000 The following reply was made to PR ports/51438; it has been noted by GNATS. From: Seva Gluschenko To: Morten Rodal Cc: freebsd-gnats-submit@FreeBSD.org, marcus@FreeBSD.org Subject: Re: ports/51438: devel/nspr port doesn't install nspr-config script Date: Mon, 28 Apr 2003 09:20:46 +0400 (MSD) Message of Morten Rodal at Apr 27 22:27 ... MR> > --- Makefile.orig Sat Apr 26 16:06:28 2003 MR> > +++ Makefile Sat Apr 26 16:08:07 2003 MR> > @@ -33,6 +33,7 @@ MR> > ${TAR} -C ${PREFIX}/include -xf - MR> > ${TAR} -C ${WRKSRC}/dist/lib --dereference -cf - . | \ MR> > ${TAR} -C ${PREFIX}/lib -xf - MR> > + cp ${WRKSRC}/build/config/nspr-config ${PREFIX}/bin MR> > .for lib in ${LIBS} MR> > ${LN} -sf ${lib} ${PREFIX}/lib/${lib:S/.1$//} MR> > .endfor MR> MR> I am unable to install this if I do not remove the "/build" from the MR> patch. I get: MR> MR> install: MR> /usr/obj/usr/ports/devel/nspr/work/nspr-4.3/mozilla/nsprpub/build/build/config/nspr-config: No such file or directory MR> *** Error code 71 MR> MR> Notice the "/build/build/". This is on a -CURRENT as of 26 Apr 2003. My apologies to all folks, I was unattentional. Of course, ${WRKSRC}/config/nspr-config, "build/" is superfluous. SY, Seva Gluschenko | GVS-RIPE | GVS3-RIPN Cronyx Plus / RiNet network administrator. From owner-freebsd-gnome@FreeBSD.ORG Mon Apr 28 02:38:46 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 4534F37B401 for ; Mon, 28 Apr 2003 02:38:46 -0700 (PDT) Received: from mailgate.rz.uni-karlsruhe.de (mailgate.rz.uni-karlsruhe.de [129.13.64.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B16943F85 for ; Mon, 28 Apr 2003 02:38:45 -0700 (PDT) (envelope-from uu9r@rz.uni-karlsruhe.de) Received: from rzstud4.stud.uni-karlsruhe.de (exim@rzstud4.stud.uni-karlsruhe.de [193.196.41.36]) by mailgate.rz.uni-karlsruhe.de with esmtp (Exim 3.36 #1) id 19A55w-0003Jv-00; Mon, 28 Apr 2003 11:38:44 +0200 Received: from uu9r by rzstud4.stud.uni-karlsruhe.de with local (Exim 3.36 #1) id 19A55v-00040j-00 for gnome@FreeBSD.org; Mon, 28 Apr 2003 11:38:43 +0200 Date: Mon, 28 Apr 2003 11:38:43 +0200 From: Michael Neumann To: gnome@FreeBSD.org Message-ID: <20030428093843.GA15286@stud.uni-karlsruhe.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Sender: Michael Neumann Subject: [FreeBSD] port mail/evolution: no SSL X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 09:38:46 -0000 Hi, In portversion 1.2.4 of mail/evolution, no SSL is available (for IMAP or SMTP). Regards, Michael From owner-freebsd-gnome@FreeBSD.ORG Mon Apr 28 07:41:41 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 989DA37B401 for ; Mon, 28 Apr 2003 07:41:41 -0700 (PDT) Received: from mailgw.servicefactory.se (mailgw.servicefactory.se [192.71.33.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6661143FAF for ; Mon, 28 Apr 2003 07:41:40 -0700 (PDT) (envelope-from xfree@bulow.mine.nu) Received: from ark.servicefactory.se (ark.servicefactory.se [192.71.33.5]) h3SEfcG05261 for ; Mon, 28 Apr 2003 16:41:38 +0200 (CEST) Received: from bulow.mine.nu (ark.servicefactory.se [192.71.33.5]) by ark.servicefactory.se (8.11.6p2/8.11.6) with ESMTP id h3SEfcr03133 for ; Mon, 28 Apr 2003 16:41:38 +0200 (CEST) Message-ID: <3EAD3DA0.10607@bulow.mine.nu> Date: Mon, 28 Apr 2003 16:41:36 +0200 From: Jonas Bulow User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030411 X-Accept-Language: en-us, en, sv MIME-Version: 1.0 To: gnome@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: mail/evolution failes to build X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 14:41:42 -0000 Hi, I tried to upgrade evolution V1.2.1 to V1.2.4 with portupgrade -R with WITH_LDAP and WITHOUT_PILOT set in the environment. The result is shown below. Building without LDAP works. Any ideas? Regards, Jonas mkdir .libs cc -O2 -pipe -march=pentiumpro -Wall -Wunused -o .libs/evolution-addressbook -Wl ,-E addressbook-component.o addressbook-config.o addressbook-factory.o addressbo ok-storage.o addressbook.o e-cardlist-model.o e-address-widget.o e-address-popup .o -Wl,-E -pthread -Wl,-E -pthread -Wl,--export-dynamic -L/usr/X11R6/lib -L/usr /local/lib select-names/.libs/libeselectnames.so ../../../shell/.libs/libeshell. so ../../../addressbook/gui/widgets/libeminicard.a ../../../addressbook/backend/ ebook/.libs/libebook.so ../../../camel/.libs/libcamel.so /usr/ports/mail/evoluti on/work/evolution-1.2.4/e-util/.libs/libeutil.so -lssl3 -lsmime3 -lnss3 -lsoftok n3 ../../../e-util/ename/.libs/libename.so ../../../addressbook/gui/contact-list -editor/libecontactlisteditor.a ../../../addressbook/gui/contact-editor/libecont acteditor.a ../../../libversit/libversit.a ../../../widgets/misc/libemiscwidgets .a ../../../addressbook/printing/libecontactprint.a ../../../addressbook/gui/sea rch/libeaddressbooksearch.a ../../../addressbook/gui/merging/libecardmerging.a . ./../../filter/.libs/libfilter.al ../../../e-util/.libs/libeutil.so -lsoup -lplc 4 -lplds4 -lnspr4 ../../../widgets/menus/.libs/libmenus.al -lbonobo_conf -lbonob o -lbonobox -lbonobo-print -lgnomevfs -lgthread12 -lgtkhtml-1.1 -lgal -lgnomepri nt -lfreetype -lglade-gnome -lglade -lxml -lXpm -ljpeg -lgnomeui -lart_lgpl -lgd k_imlib -ltiff -lungif -lpng -lz -lSM -lICE -lgnome -lgnomesupport -lesd -lgnuge topt -laudiofile -lgdk_pixbuf -lgnomecanvaspixbuf -liconv -lgconf-gtk-1 -lgconf- 1 -loaf -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lwrap -lgtk12 -lgdk12 -lgmo dule12 -lglib12 -lintl -lXi -lXext -lX11 -lm -Wl,--rpath -Wl,/usr/X11R6/lib -Wl, --rpath -Wl,/usr/X11R6/lib/evolution/1.2 addressbook-config.o: In function `addressbook_ldap_init': addressbook-config.o(.text+0xbf): undefined reference to `ldap_init' addressbook-config.o: In function `addressbook_ldap_auth': addressbook-config.o(.text+0x138): undefined reference to `ldap_simple_bind_s' addressbook-config.o: In function `addressbook_root_dse_query': addressbook-config.o(.text+0x1de): undefined reference to `ldap_search_ext_s' addressbook-config.o: In function `do_ldap_root_dse_query': addressbook-config.o(.text+0x1144): undefined reference to `ldap_get_values' addressbook-config.o(.text+0x11e2): undefined reference to `ldap_unbind_s' addressbook-config.o(.text+0x11f5): undefined reference to `ldap_unbind_s' addressbook-config.o: In function `query_for_supported_bases': addressbook-config.o(.text+0x13de): undefined reference to `ldap_value_free' gmake[5]: *** [evolution-addressbook] Fel 1 gmake[5]: Leaving directory `/usr/ports/mail/evolution/work/evolution-1.2.4/addr essbook/gui/component' gmake[4]: *** [all-recursive] Fel 1 gmake[4]: Leaving directory `/usr/ports/mail/evolution/work/evolution-1.2.4/addr essbook/gui/component' gmake[3]: *** [all-recursive] Fel 1 gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution-1.2.4/addr essbook/gui' gmake[2]: *** [all-recursive] Fel 1 gmake[2]: Leaving directory `/usr/ports/mail/evolution/work/evolution-1.2.4/addr essbook' gmake[1]: *** [all-recursive] Fel 1 gmake[1]: Leaving directory `/usr/ports/mail/evolution/work/evolution-1.2.4' gmake: *** [all-recursive-am] Fel 2 *** Error code 2 Stop in /usr/ports/mail/evolution. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade11373.0 mak e ** Fix the problem and try again. ** The following packages were not installed or upgraded (*:skipped / !:failed) ! mail/evolution (evolution-1.2.1) (new compiler error) From owner-freebsd-gnome@FreeBSD.ORG Mon Apr 28 09:05:18 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 B22D137B401 for ; Mon, 28 Apr 2003 09:05:18 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9270C43FBF for ; Mon, 28 Apr 2003 09:05:17 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from mail3.nc.rr.com (fe3 [24.93.67.50])h3SG0XhC016226; Mon, 28 Apr 2003 12:00:34 -0400 (EDT) Received: from creme-brulee.marcuscom.com ([66.57.17.158]) by mail3.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Mon, 28 Apr 2003 12:02:30 -0400 Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h3SG2baa080199; Mon, 28 Apr 2003 12:02:37 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Michael Neumann In-Reply-To: <20030428093843.GA15286@stud.uni-karlsruhe.de> References: <20030428093843.GA15286@stud.uni-karlsruhe.de> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-HCUyhlqoihVjoqF+wGyo" Organization: MarcusCom, Inc. Message-Id: <1051545903.362.5.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 28 Apr 2003 12:05:03 -0400 X-Spam-Status: No, hits=-39.4 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,QUOTE_TWICE_1,REFERENCES, REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: FreeBSD GNOME Users Subject: Re: [FreeBSD] port mail/evolution: no SSL X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 16:05:19 -0000 --=-HCUyhlqoihVjoqF+wGyo Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-04-28 at 05:38, Michael Neumann wrote: > Hi, >=20 > In portversion 1.2.4 of mail/evolution, no SSL is available (for IMAP or = SMTP). Yes there is. I use it everyday. The NSS port is used for SSL support. Make sure you have it, and it's up-to-date. Then rebuild Evo. Joe >=20 >=20 > Regards, >=20 > Michael > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-HCUyhlqoihVjoqF+wGyo Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+rVEvb2iPiv4Uz4cRAp5KAKCM9wQdWEChZPvyHVEf26bQseCfyQCbBTtD JC7Itk1kgfgjnukqmDqCb+w= =yHWA -----END PGP SIGNATURE----- --=-HCUyhlqoihVjoqF+wGyo-- From owner-freebsd-gnome@FreeBSD.ORG Mon Apr 28 09:07:01 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 86CC437B401 for ; Mon, 28 Apr 2003 09:07:01 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 996C543FCB for ; Mon, 28 Apr 2003 09:07:00 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from mail4.nc.rr.com (fe4 [24.93.67.51])h3SG2FhA018050; Mon, 28 Apr 2003 12:02:15 -0400 (EDT) Received: from creme-brulee.marcuscom.com ([66.57.17.158]) by mail4.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Mon, 28 Apr 2003 12:08:56 -0400 Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h3SG4Iaa080218; Mon, 28 Apr 2003 12:04:18 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Jonas Bulow In-Reply-To: <3EAD3DA0.10607@bulow.mine.nu> References: <3EAD3DA0.10607@bulow.mine.nu> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-3sl2FR08T5qZLjymZKsa" Organization: MarcusCom, Inc. Message-Id: <1051546004.362.8.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 28 Apr 2003 12:06:44 -0400 X-Spam-Status: No, hits=-39.2 required=5.0 tests=BAYES_00,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,QUOTE_TWICE_1,REFERENCES, REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: FreeBSD GNOME Users Subject: Re: mail/evolution failes to build X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 16:07:01 -0000 --=-3sl2FR08T5qZLjymZKsa Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-04-28 at 10:41, Jonas Bulow wrote: > Hi, >=20 > I tried to upgrade evolution V1.2.1 to V1.2.4 with portupgrade -R with=20 > WITH_LDAP and WITHOUT_PILOT set in the environment. The result is shown=20 > below. Building without LDAP works. Any ideas? What version of openldap do you have installed? Can you send the output of make configure and the config.log from Evo? Joe >=20 > Regards, > Jonas >=20 > mkdir .libs > cc -O2 -pipe -march=3Dpentiumpro -Wall -Wunused -o=20 > .libs/evolution-addressbook -Wl > ,-E addressbook-component.o addressbook-config.o addressbook-factory.o=20 > addressbo > ok-storage.o addressbook.o e-cardlist-model.o e-address-widget.o=20 > e-address-popup > .o -Wl,-E -pthread -Wl,-E -pthread -Wl,--export-dynamic=20 > -L/usr/X11R6/lib -L/usr > /local/lib select-names/.libs/libeselectnames.so=20 > ../../../shell/.libs/libeshell. > so ../../../addressbook/gui/widgets/libeminicard.a=20 > ../../../addressbook/backend/ > ebook/.libs/libebook.so ../../../camel/.libs/libcamel.so=20 > /usr/ports/mail/evoluti > on/work/evolution-1.2.4/e-util/.libs/libeutil.so -lssl3 -lsmime3 -lnss3=20 > -lsoftok > n3 ../../../e-util/ename/.libs/libename.so=20 > ../../../addressbook/gui/contact-list > -editor/libecontactlisteditor.a=20 > ../../../addressbook/gui/contact-editor/libecont > acteditor.a ../../../libversit/libversit.a=20 > ../../../widgets/misc/libemiscwidgets > .a ../../../addressbook/printing/libecontactprint.a=20 > ../../../addressbook/gui/sea > rch/libeaddressbooksearch.a=20 > ../../../addressbook/gui/merging/libecardmerging.a . > ./../../filter/.libs/libfilter.al ../../../e-util/.libs/libeutil.so=20 > -lsoup -lplc > 4 -lplds4 -lnspr4 ../../../widgets/menus/.libs/libmenus.al -lbonobo_conf=20 > -lbonob > o -lbonobox -lbonobo-print -lgnomevfs -lgthread12 -lgtkhtml-1.1 -lgal=20 > -lgnomepri > nt -lfreetype -lglade-gnome -lglade -lxml -lXpm -ljpeg -lgnomeui=20 > -lart_lgpl -lgd > k_imlib -ltiff -lungif -lpng -lz -lSM -lICE -lgnome -lgnomesupport -lesd=20 > -lgnuge > topt -laudiofile -lgdk_pixbuf -lgnomecanvaspixbuf -liconv -lgconf-gtk-1=20 > -lgconf- > 1 -loaf -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lwrap -lgtk12=20 > -lgdk12 -lgmo > dule12 -lglib12 -lintl -lXi -lXext -lX11 -lm -Wl,--rpath=20 > -Wl,/usr/X11R6/lib -Wl, > --rpath -Wl,/usr/X11R6/lib/evolution/1.2 > addressbook-config.o: In function `addressbook_ldap_init': > addressbook-config.o(.text+0xbf): undefined reference to `ldap_init' > addressbook-config.o: In function `addressbook_ldap_auth': > addressbook-config.o(.text+0x138): undefined reference to=20 > `ldap_simple_bind_s' > addressbook-config.o: In function `addressbook_root_dse_query': > addressbook-config.o(.text+0x1de): undefined reference to=20 > `ldap_search_ext_s' > addressbook-config.o: In function `do_ldap_root_dse_query': > addressbook-config.o(.text+0x1144): undefined reference to `ldap_get_valu= es' > addressbook-config.o(.text+0x11e2): undefined reference to `ldap_unbind_s= ' > addressbook-config.o(.text+0x11f5): undefined reference to `ldap_unbind_s= ' > addressbook-config.o: In function `query_for_supported_bases': > addressbook-config.o(.text+0x13de): undefined reference to `ldap_value_fr= ee' > gmake[5]: *** [evolution-addressbook] Fel 1 > gmake[5]: Leaving directory=20 > `/usr/ports/mail/evolution/work/evolution-1.2.4/addr > essbook/gui/component' > gmake[4]: *** [all-recursive] Fel 1 > gmake[4]: Leaving directory=20 > `/usr/ports/mail/evolution/work/evolution-1.2.4/addr > essbook/gui/component' > gmake[3]: *** [all-recursive] Fel 1 > gmake[3]: Leaving directory=20 > `/usr/ports/mail/evolution/work/evolution-1.2.4/addr > essbook/gui' > gmake[2]: *** [all-recursive] Fel 1 > gmake[2]: Leaving directory=20 > `/usr/ports/mail/evolution/work/evolution-1.2.4/addr > essbook' > gmake[1]: *** [all-recursive] Fel 1 > gmake[1]: Leaving directory `/usr/ports/mail/evolution/work/evolution-1.2= .4' > gmake: *** [all-recursive-am] Fel 2 > *** Error code 2 >=20 > Stop in /usr/ports/mail/evolution. > ** Command failed [exit code 1]: /usr/bin/script -qa=20 > /tmp/portupgrade11373.0 mak > e > ** Fix the problem and try again. > ** The following packages were not installed or upgraded (*:skipped /=20 > !:failed) > ! mail/evolution (evolution-1.2.1) (new compiler error) >=20 > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-3sl2FR08T5qZLjymZKsa Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+rVGUb2iPiv4Uz4cRAqvCAJ92TXV0Wm0alSHfP8aXODlcDn/wZwCfVLPL 6PdonGbD85DFP+OXA0fwIDA= =0CC5 -----END PGP SIGNATURE----- --=-3sl2FR08T5qZLjymZKsa-- From owner-freebsd-gnome@FreeBSD.ORG Mon Apr 28 11:01:28 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 AB80637B404 for ; Mon, 28 Apr 2003 11:01:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5947743F3F for ; Mon, 28 Apr 2003 11:01:24 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3SI1OUp072604 for ; Mon, 28 Apr 2003 11:01:24 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3SI1NZw072586 for gnome@freebsd.org; Mon, 28 Apr 2003 11:01:23 -0700 (PDT) Date: Mon, 28 Apr 2003 11:01:23 -0700 (PDT) Message-Id: <200304281801.h3SI1NZw072586@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: gnome@FreeBSD.org Subject: Current problem reports assigned to you X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 18:01:29 -0000 Current FreeBSD problem reports Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [2003/04/11] ports/50832 gnome Attempting to open Evolution settings dia 1 problem total. Serious problems Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2002/06/16] ports/39390 gnome Make graphics/imlib not depend upon GTK+ o [2002/07/31] ports/41209 gnome www/mozilla browser serializes DNS lookup a [2002/12/06] ports/46032 gnome net/gabber doesn't work on -CURRENT o [2003/02/05] ports/47992 gnome gtk12 apps don't pick up correct locale r f [2003/04/01] ports/50520 gnome /usr/ports/x11-toolkits/gtk20 fails to bu 5 problems total. From owner-freebsd-gnome@FreeBSD.ORG Tue Apr 29 12:51:34 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 5CF0037B404 for ; Tue, 29 Apr 2003 12:51:34 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A11743F75 for ; Tue, 29 Apr 2003 12:51:33 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from mail3.nc.rr.com (fe3 [24.93.67.50])h3TJnGhI024283 for ; Tue, 29 Apr 2003 15:49:22 -0400 (EDT) Received: from creme-brulee.marcuscom.com ([66.57.17.158]) by mail3.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Tue, 29 Apr 2003 15:48:44 -0400 Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h3TJmjaa091792 for ; Tue, 29 Apr 2003 15:48:45 -0400 (EDT) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: FreeBSD GNOME Users Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-tGvC6ku7DugZ8qz2Y7Ax" Organization: FreeBSD, Inc. Message-Id: <1051645877.326.33.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 29 Apr 2003 15:51:17 -0400 X-Spam-Status: No, hits=-12.9 required=5.0 tests=BAYES_01,PGP_SIGNATURE_2 autolearn=ham version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: First successful build of gnome2 on my new build system X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 19:51:34 -0000 --=-tGvC6ku7DugZ8qz2Y7Ax Content-Type: text/plain Content-Transfer-Encoding: quoted-printable My build system is now in full swing. gnome2 just built successfully on today's -CURRENT, and the gnome2-fifth-toe -CURRENT as well as gnome2 and gnome2-fifth-toe -STABLE builds are underway. Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org http://www.FreeBSD.org/gnome --=-tGvC6ku7DugZ8qz2Y7Ax Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+rte1b2iPiv4Uz4cRAhmsAJ4lN1c+VpMDfuIMiN6c0V3wATNdZwCdFWvh JnJjFHAQT2Lvs8tQuoBRO94= =cmx2 -----END PGP SIGNATURE----- --=-tGvC6ku7DugZ8qz2Y7Ax-- From owner-freebsd-gnome@FreeBSD.ORG Tue Apr 29 11:41:19 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 9FB4B37B401 for ; Tue, 29 Apr 2003 11:41:19 -0700 (PDT) Received: from uvn.unitedvirtual.net (uvn.unitedvirtual.net [66.96.192.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC69343FA3 for ; Tue, 29 Apr 2003 11:41:18 -0700 (PDT) (envelope-from pixeltre@uvn.unitedvirtual.net) Received: from pixeltre by uvn.unitedvirtual.net with local (Exim 3.36 #1) id 19Aa0l-0000HK-00 for gnome@freebsd.org; Tue, 29 Apr 2003 14:39:27 -0400 From: "Elliot Tobin" To: gnome@freebsd.org X-Mailer: NeoMail 1.25 X-IPAddress: 156.23.161.135 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=NEOMAIL_ATT_0.773751847519637" Message-Id: Date: Tue, 29 Apr 2003 14:39:27 -0400 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - uvn.unitedvirtual.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [511 513] / [511 513] X-AntiAbuse: Sender Address Domain - uvn.unitedvirtual.net X-Mailman-Approved-At: Tue, 29 Apr 2003 15:16:12 -0700 Subject: problem building gaim from ports X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 18:41:19 -0000 This is a multi-part message in MIME format. ------=NEOMAIL_ATT_0.773751847519637 Content-Type: text/plain; charset=iso-8859-1 any fix available soon? -=[ Elliot @ pixeltree.org ]=- ------=NEOMAIL_ATT_0.773751847519637 Content-Type: application/octet-stream; name="config.log" Content-Transfer-Encoding: base64 VGhpcyBmaWxlIGNvbnRhaW5zIGFueSBtZXNzYWdlcyBwcm9kdWNlZCBieSBjb21waWxlcnMgd2hp bGUKcnVubmluZyBjb25maWd1cmUsIHRvIGFpZCBkZWJ1Z2dpbmcgaWYgY29uZmlndXJlIG1ha2Vz IGEgbWlzdGFrZS4KCkl0IHdhcyBjcmVhdGVkIGJ5IGNvbmZpZ3VyZSwgd2hpY2ggd2FzCmdlbmVy YXRlZCBieSBHTlUgQXV0b2NvbmYgMi41NC4gIEludm9jYXRpb24gY29tbWFuZCBsaW5lIHdhcwoK ICAkIC4vY29uZmlndXJlIC0tZW5hYmxlLXN0YXRpYyAtLXdpdGgtbGliaWNvbnY9Z251IC0tcHJl Zml4PS91c3IvbG9jYWwgLS1idWlsZD1pMzg2LXBvcnRibGQtZnJlZWJzZDQuNwoKIyMgLS0tLS0t LS0tICMjCiMjIFBsYXRmb3JtLiAjIwojIyAtLS0tLS0tLS0gIyMKCmhvc3RuYW1lID0gY29scmF5 bmVzZC5tZGFqLmdkLWFpcy5jb20KdW5hbWUgLW0gPSBpMzg2CnVuYW1lIC1yID0gNC43LVNUQUJM RQp1bmFtZSAtcyA9IEZyZWVCU0QKdW5hbWUgLXYgPSBGcmVlQlNEIDQuNy1TVEFCTEUgIzA6IFR1 ZSBPY3QgMjIgMTY6MTc6MDAgRURUIDIwMDIgICAgIHJvb3RAMTU2LjIzLjE2MC4zNTovdXNyL29i ai91c3Ivc3JjL3N5cy9ERUVSRklFTEQgCgovdXNyL2Jpbi91bmFtZSAtcCA9IGkzODYKL2Jpbi91 bmFtZSAtWCAgICAgPSB1bmtub3duCgovYmluL2FyY2ggICAgICAgICAgICAgID0gdW5rbm93bgov dXNyL2Jpbi9hcmNoIC1rICAgICAgID0gdW5rbm93bgovdXNyL2NvbnZleC9nZXRzeXNpbmZvID0g dW5rbm93bgpob3N0aW5mbyAgICAgICAgICAgICAgID0gdW5rbm93bgovYmluL21hY2hpbmUgICAg ICAgICAgID0gdW5rbm93bgovdXNyL2Jpbi9vc2xldmVsICAgICAgID0gdW5rbm93bgovYmluL3Vu aXZlcnNlICAgICAgICAgID0gdW5rbm93bgoKUEFUSDogL3NiaW4KUEFUSDogL2JpbgpQQVRIOiAv dXNyL3NiaW4KUEFUSDogL3Vzci9iaW4KUEFUSDogL3Vzci9nYW1lcwpQQVRIOiAvdXNyL2xvY2Fs L3NiaW4KUEFUSDogL3Vzci9sb2NhbC9iaW4KUEFUSDogL3Vzci9YMTFSNi9iaW4KUEFUSDogL3Jv b3QvYmluCgoKIyMgLS0tLS0tLS0tLS0gIyMKIyMgQ29yZSB0ZXN0cy4gIyMKIyMgLS0tLS0tLS0t LS0gIyMKCmNvbmZpZ3VyZToxNTIwOiBjaGVja2luZyBmb3IgYSBCU0QtY29tcGF0aWJsZSBpbnN0 YWxsCmNvbmZpZ3VyZToxNTc0OiByZXN1bHQ6IC91c3IvYmluL2luc3RhbGwgLWMgLW8gcm9vdCAt ZyB3aGVlbApjb25maWd1cmU6MTU4NTogY2hlY2tpbmcgd2hldGhlciBidWlsZCBlbnZpcm9ubWVu dCBpcyBzYW5lCmNvbmZpZ3VyZToxNjI4OiByZXN1bHQ6IHllcwpjb25maWd1cmU6MTY0MzogY2hl Y2tpbmcgd2hldGhlciBnbWFrZSBzZXRzICR7TUFLRX0KY29uZmlndXJlOjE2NjM6IHJlc3VsdDog eWVzCmNvbmZpZ3VyZToxNjg2OiBjaGVja2luZyBmb3Igd29ya2luZyBhY2xvY2FsLTEuNApjb25m aWd1cmU6MTY5NzogcmVzdWx0OiBtaXNzaW5nCmNvbmZpZ3VyZToxNzAxOiBjaGVja2luZyBmb3Ig d29ya2luZyBhdXRvY29uZgpjb25maWd1cmU6MTcxMjogcmVzdWx0OiBtaXNzaW5nCmNvbmZpZ3Vy ZToxNzE2OiBjaGVja2luZyBmb3Igd29ya2luZyBhdXRvbWFrZS0xLjQKY29uZmlndXJlOjE3Mjc6 IHJlc3VsdDogbWlzc2luZwpjb25maWd1cmU6MTczMTogY2hlY2tpbmcgZm9yIHdvcmtpbmcgYXV0 b2hlYWRlcgpjb25maWd1cmU6MTc0MjogcmVzdWx0OiBtaXNzaW5nCmNvbmZpZ3VyZToxNzQ2OiBj aGVja2luZyBmb3Igd29ya2luZyBtYWtlaW5mbwpjb25maWd1cmU6MTc1MzogcmVzdWx0OiBmb3Vu ZApjb25maWd1cmU6MTc5NjogY2hlY2tpbmcgd2hldGhlciB0byBlbmFibGUgbWFpbnRhaW5lci1z cGVjaWZpYyBwb3J0aW9ucyBvZiBNYWtlZmlsZXMKY29uZmlndXJlOjE4MDU6IHJlc3VsdDogbm8K Y29uZmlndXJlOjE4MjY6IGNoZWNraW5nIGJ1aWxkIHN5c3RlbSB0eXBlCmNvbmZpZ3VyZToxODQ0 OiByZXN1bHQ6IGkzODYtcG9ydGJsZC1mcmVlYnNkNC43CmNvbmZpZ3VyZToxODUyOiBjaGVja2lu ZyBob3N0IHN5c3RlbSB0eXBlCmNvbmZpZ3VyZToxODY2OiByZXN1bHQ6IGkzODYtcG9ydGJsZC1m cmVlYnNkNC43CmNvbmZpZ3VyZToxODc1OiBjaGVja2luZyBmb3IgdGhlIEJlT1MKY29uZmlndXJl OjE4ODU6IHJlc3VsdDogbm8KY29uZmlndXJlOjE4ODk6IGNoZWNraW5nIGZvciBXaW4zMgpjb25m aWd1cmU6MTkxNzogcmVzdWx0OiBubwpjb25maWd1cmU6MjA0MTogY2hlY2tpbmcgd2hldGhlciB0 byBlbmFibGUgZ2FyYmFnZSBjb2xsZWN0b3IgZnJpZW5kbGluZXNzCmNvbmZpZ3VyZToyMDUzOiBy ZXN1bHQ6IG5vCmNvbmZpZ3VyZToyMDU3OiBjaGVja2luZyB3aGV0aGVyIHRvIGRpc2FibGUgbWVt b3J5IHBvb2xzCmNvbmZpZ3VyZToyMDYwOiByZXN1bHQ6IG5vCmNvbmZpZ3VyZToyMTE5OiBjaGVj a2luZyBmb3IgZ2NjCmNvbmZpZ3VyZToyMTQ1OiByZXN1bHQ6IGNjCmNvbmZpZ3VyZToyMzg3OiBj aGVja2luZyBmb3IgQyBjb21waWxlciB2ZXJzaW9uCmNvbmZpZ3VyZToyMzkwOiBjYyAtLXZlcnNp b24gPC9kZXYvbnVsbCA+JjUKMi45NS40CmNvbmZpZ3VyZToyMzkzOiAkPyA9IDAKY29uZmlndXJl OjIzOTU6IGNjIC12IDwvZGV2L251bGwgPiY1ClVzaW5nIGJ1aWx0aW4gc3BlY3MuCmdjYyB2ZXJz aW9uIDIuOTUuNCAyMDAyMDMyMCBbRnJlZUJTRF0KY29uZmlndXJlOjIzOTg6ICQ/ID0gMApjb25m aWd1cmU6MjQwMDogY2MgLVYgPC9kZXYvbnVsbCA+JjUKY2M6IGFyZ3VtZW50IHRvIGAtVicgaXMg bWlzc2luZwpjb25maWd1cmU6MjQwMzogJD8gPSAxCmNvbmZpZ3VyZToyNDIzOiBjaGVja2luZyBm b3IgQyBjb21waWxlciBkZWZhdWx0IG91dHB1dApjb25maWd1cmU6MjQyNjogY2MgLU8gLXBpcGUg IC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1ML3Vzci9sb2NhbC9saWIgLWxpbnRsIGNvbmZ0ZXN0LmMg ID4mNQpjb25maWd1cmU6MjQyOTogJD8gPSAwCmNvbmZpZ3VyZToyNDYzOiByZXN1bHQ6IGEub3V0 CmNvbmZpZ3VyZToyNDY4OiBjaGVja2luZyB3aGV0aGVyIHRoZSBDIGNvbXBpbGVyIHdvcmtzCmNv bmZpZ3VyZToyNDc0OiAuL2Eub3V0CmNvbmZpZ3VyZToyNDc3OiAkPyA9IDAKY29uZmlndXJlOjI0 OTI6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZToyNDk5OiBjaGVja2luZyB3aGV0aGVyIHdlIGFyZSBj cm9zcyBjb21waWxpbmcKY29uZmlndXJlOjI1MDE6IHJlc3VsdDogbm8KY29uZmlndXJlOjI1MDQ6 IGNoZWNraW5nIGZvciBzdWZmaXggb2YgZXhlY3V0YWJsZXMKY29uZmlndXJlOjI1MDY6IGNjIC1v IGNvbmZ0ZXN0IC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSAtTC91c3IvbG9jYWwvbGli IC1saW50bCBjb25mdGVzdC5jICA+JjUKY29uZmlndXJlOjI1MDk6ICQ/ID0gMApjb25maWd1cmU6 MjUzMjogcmVzdWx0OiAKY29uZmlndXJlOjI1Mzg6IGNoZWNraW5nIGZvciBzdWZmaXggb2Ygb2Jq ZWN0IGZpbGVzCmNvbmZpZ3VyZToyNTU2OiBjYyAtYyAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2lu Y2x1ZGUgY29uZnRlc3QuYyA+JjUKY29uZmlndXJlOjI1NTk6ICQ/ID0gMApjb25maWd1cmU6MjU3 ODogcmVzdWx0OiBvCmNvbmZpZ3VyZToyNTgyOiBjaGVja2luZyB3aGV0aGVyIHdlIGFyZSB1c2lu ZyB0aGUgR05VIEMgY29tcGlsZXIKY29uZmlndXJlOjI2MDM6IGNjIC1jIC1PIC1waXBlICAtSS91 c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jID4mNQpjb25maWd1cmU6MjYwNjogJD8gPSAwCmNv bmZpZ3VyZToyNjA5OiB0ZXN0IC1zIGNvbmZ0ZXN0Lm8KY29uZmlndXJlOjI2MTI6ICQ/ID0gMApj b25maWd1cmU6MjYyNDogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjI2MzA6IGNoZWNraW5nIHdoZXRo ZXIgY2MgYWNjZXB0cyAtZwpjb25maWd1cmU6MjY0ODogY2MgLWMgLWcgLUkvdXNyL2xvY2FsL2lu Y2x1ZGUgY29uZnRlc3QuYyA+JjUKY29uZmlndXJlOjI2NTE6ICQ/ID0gMApjb25maWd1cmU6MjY1 NDogdGVzdCAtcyBjb25mdGVzdC5vCmNvbmZpZ3VyZToyNjU3OiAkPyA9IDAKY29uZmlndXJlOjI2 Njc6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZToyNjg0OiBjaGVja2luZyBmb3IgY2Mgb3B0aW9uIHRv IGFjY2VwdCBBTlNJIEMKY29uZmlndXJlOjI3NDE6IGNjICAtYyAtTyAtcGlwZSAgLUkvdXNyL2xv Y2FsL2luY2x1ZGUgY29uZnRlc3QuYyA+JjUKY29uZmlndXJlOjI3NDQ6ICQ/ID0gMApjb25maWd1 cmU6Mjc0NzogdGVzdCAtcyBjb25mdGVzdC5vCmNvbmZpZ3VyZToyNzUwOiAkPyA9IDAKY29uZmln dXJlOjI3Njc6IHJlc3VsdDogbm9uZSBuZWVkZWQKY29uZmlndXJlOjI3ODU6IGNjIC1jIC1PIC1w aXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jID4mNQpjb25mdGVzdC5jOjI6IHN5 bnRheCBlcnJvciBiZWZvcmUgYG1lJwpjb25maWd1cmU6Mjc4ODogJD8gPSAxCmNvbmZpZ3VyZTog ZmFpbGVkIHByb2dyYW0gd2FzOgojaWZuZGVmIF9fY3BsdXNwbHVzCiAgY2hva2UgbWUKI2VuZGlm CmNvbmZpZ3VyZToyODkxOiBjaGVja2luZyBmb3IgYysrCmNvbmZpZ3VyZToyOTE3OiByZXN1bHQ6 IGMrKwpjb25maWd1cmU6MzAzMDogY2hlY2tpbmcgZm9yIEMrKyBjb21waWxlciB2ZXJzaW9uCmNv bmZpZ3VyZTozMDMzOiBjKysgLS12ZXJzaW9uIDwvZGV2L251bGwgPiY1CjIuOTUuNApjb25maWd1 cmU6MzAzNjogJD8gPSAwCmNvbmZpZ3VyZTozMDM4OiBjKysgLXYgPC9kZXYvbnVsbCA+JjUKVXNp bmcgYnVpbHRpbiBzcGVjcy4KZ2NjIHZlcnNpb24gMi45NS40IDIwMDIwMzIwIFtGcmVlQlNEXQpj b25maWd1cmU6MzA0MTogJD8gPSAwCmNvbmZpZ3VyZTozMDQzOiBjKysgLVYgPC9kZXYvbnVsbCA+ JjUKYysrOiBhcmd1bWVudCB0byBgLVYnIG1pc3NpbmcKCmNvbmZpZ3VyZTozMDQ2OiAkPyA9IDEK Y29uZmlndXJlOjMwNDk6IGNoZWNraW5nIHdoZXRoZXIgd2UgYXJlIHVzaW5nIHRoZSBHTlUgQysr IGNvbXBpbGVyCmNvbmZpZ3VyZTozMDcwOiBjKysgLWMgIC1PIC1waXBlICAtSS91c3IvbG9jYWwv aW5jbHVkZSBjb25mdGVzdC5jYyA+JjUKY29uZmlndXJlOjMwNzM6ICQ/ID0gMApjb25maWd1cmU6 MzA3NjogdGVzdCAtcyBjb25mdGVzdC5vCmNvbmZpZ3VyZTozMDc5OiAkPyA9IDAKY29uZmlndXJl OjMwOTE6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZTozMDk3OiBjaGVja2luZyB3aGV0aGVyIGMrKyBh Y2NlcHRzIC1nCmNvbmZpZ3VyZTozMTE1OiBjKysgLWMgLWcgLUkvdXNyL2xvY2FsL2luY2x1ZGUg Y29uZnRlc3QuY2MgPiY1CmNvbmZpZ3VyZTozMTE4OiAkPyA9IDAKY29uZmlndXJlOjMxMjE6IHRl c3QgLXMgY29uZnRlc3Qubwpjb25maWd1cmU6MzEyNDogJD8gPSAwCmNvbmZpZ3VyZTozMTM0OiBy ZXN1bHQ6IHllcwpjb25maWd1cmU6MzE3NDogYysrIC1jICAtTyAtcGlwZSAgLUkvdXNyL2xvY2Fs L2luY2x1ZGUgY29uZnRlc3QuY2MgPiY1CmNvbmZpZ3VyZTozMTc3OiAkPyA9IDAKY29uZmlndXJl OjMxODA6IHRlc3QgLXMgY29uZnRlc3Qubwpjb25maWd1cmU6MzE4MzogJD8gPSAwCmNvbmZpZ3Vy ZTozMjA1OiBjKysgLWMgIC1PIC1waXBlICAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5j YyA+JjUKY29uZmlndXJlOjMyMDg6ICQ/ID0gMApjb25maWd1cmU6MzIxMTogdGVzdCAtcyBjb25m dGVzdC5vCmNvbmZpZ3VyZTozMjE0OiAkPyA9IDAKY29uZmlndXJlOjMyNTA6IGMrKyAtYyAgLU8g LXBpcGUgIC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmNjID4mNQpjb25maWd1cmU6MzI1 MzogJD8gPSAwCmNvbmZpZ3VyZTozMjU2OiB0ZXN0IC1zIGNvbmZ0ZXN0Lm8KY29uZmlndXJlOjMy NTk6ICQ/ID0gMApjb25maWd1cmU6MzI4ODogY2hlY2tpbmcgZm9yIGNjIG9wdGlvbiB0byBhY2Nl cHQgQU5TSSBDCmNvbmZpZ3VyZTozMzQ3OiBjYyAgLWMgLU8gLXBpcGUgIC1JL3Vzci9sb2NhbC9p bmNsdWRlIGNvbmZ0ZXN0LmMgPiY1CmNvbmZpZ3VyZTozMzUwOiAkPyA9IDAKY29uZmlndXJlOjMz NTM6IHRlc3QgLXMgY29uZnRlc3Qubwpjb25maWd1cmU6MzM1NjogJD8gPSAwCmNvbmZpZ3VyZToz MzcwOiByZXN1bHQ6IG5vbmUgbmVlZGVkCmNvbmZpZ3VyZTozMzkzOiBjaGVja2luZyBmb3IgYSBC U0QtY29tcGF0aWJsZSBpbnN0YWxsCmNvbmZpZ3VyZTozNDQ3OiByZXN1bHQ6IC91c3IvYmluL2lu c3RhbGwgLWMgLW8gcm9vdCAtZyB3aGVlbApjb25maWd1cmU6MzQ2NjogY2hlY2tpbmcgZm9yIHNw ZWNpYWwgQyBjb21waWxlciBvcHRpb25zIG5lZWRlZCBmb3IgbGFyZ2UgZmlsZXMKY29uZmlndXJl OjM1NDA6IHJlc3VsdDogbm8KY29uZmlndXJlOjM1NDY6IGNoZWNraW5nIGZvciBfRklMRV9PRkZT RVRfQklUUyB2YWx1ZSBuZWVkZWQgZm9yIGxhcmdlIGZpbGVzCmNvbmZpZ3VyZTozNTc0OiBjYyAt YyAtTyAtcGlwZSAgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRlc3QuYyA+JjUKY29uZmlndXJl OjM1Nzc6ICQ/ID0gMApjb25maWd1cmU6MzU4MDogdGVzdCAtcyBjb25mdGVzdC5vCmNvbmZpZ3Vy ZTozNTgzOiAkPyA9IDAKY29uZmlndXJlOjM2MzM6IHJlc3VsdDogbm8KY29uZmlndXJlOjM2NDM6 IGNoZWNraW5nIGZvciBfTEFSR0VfRklMRVMgdmFsdWUgbmVlZGVkIGZvciBsYXJnZSBmaWxlcwpj b25maWd1cmU6MzY3MTogY2MgLWMgLU8gLXBpcGUgIC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0 ZXN0LmMgPiY1CmNvbmZpZ3VyZTozNjc0OiAkPyA9IDAKY29uZmlndXJlOjM2Nzc6IHRlc3QgLXMg Y29uZnRlc3Qubwpjb25maWd1cmU6MzY4MDogJD8gPSAwCmNvbmZpZ3VyZTozNzMwOiByZXN1bHQ6 IG5vCmNvbmZpZ3VyZTozNzQ4OiBjaGVja2luZyBmb3IgcGtnLWNvbmZpZwpjb25maWd1cmU6Mzc2 NjogZm91bmQgL3Vzci9sb2NhbC9iaW4vcGtnLWNvbmZpZwpjb25maWd1cmU6Mzc3OTogcmVzdWx0 OiAvdXNyL2xvY2FsL2Jpbi9wa2ctY29uZmlnCmNvbmZpZ3VyZTozNzk1OiBlcnJvcjogKioqIHBr Zy1jb25maWcgdG9vIG9sZDsgdmVyc2lvbiAwLjE0IG9yIGJldHRlciByZXF1aXJlZC4KCiMjIC0t LS0tLS0tLS0tLS0tLS0gIyMKIyMgQ2FjaGUgdmFyaWFibGVzLiAjIwojIyAtLS0tLS0tLS0tLS0t LS0tICMjCgphY19jdl9lbnZfQ1hYRkxBR1NfdmFsdWU9JyAtTyAtcGlwZSAnCmFjX2N2X3Byb2df Y2NfZz15ZXMKYWNfY3ZfZW52X0xERkxBR1Nfc2V0PXNldAphY19jdl9wYXRoX1BLR19DT05GSUc9 L3Vzci9sb2NhbC9iaW4vcGtnLWNvbmZpZwphY19jdl9zeXNfbGFyZ2VfZmlsZXM9bm8KYWNfY3Zf Y19jb21waWxlcl9nbnU9eWVzCmFjX2N2X2V4ZWV4dD0KYWNfY3ZfZW52X0NGTEFHU19zZXQ9c2V0 CmFjX2N2X3Byb2dfQ1hYPWMrKwphY19jdl9wcm9nX21ha2VfZ21ha2Vfc2V0PXllcwphY19jdl9l bnZfQ1BQX3ZhbHVlPQphY19jdl9lbnZfQ1BQRkxBR1Nfc2V0PXNldAphY19jdl9jeHhfY29tcGls ZXJfZ251PXllcwphY19jdl9lbnZfQ1hYX3NldD1zZXQKYWNfY3ZfZW52X2hvc3RfYWxpYXNfc2V0 PQphY19jdl9lbnZfYnVpbGRfYWxpYXNfc2V0PXNldAphY19jdl9lbnZfTERGTEFHU192YWx1ZT0n LUwvdXNyL2xvY2FsL2xpYiAtbGludGwnCmFjX2N2X2Vudl90YXJnZXRfYWxpYXNfc2V0PQphY19j dl9wcm9nX2NjX3N0ZGM9CmFjX2N2X2hvc3RfYWxpYXM9aTM4Ni1wb3J0YmxkLWZyZWVic2Q0LjcK YWNfY3ZfZW52X0NGTEFHU192YWx1ZT0nLU8gLXBpcGUgJwphY19jdl9lbnZfQ0Nfc2V0PXNldAph Y19jdl9idWlsZF9hbGlhcz1pMzg2LXBvcnRibGQtZnJlZWJzZDQuNwphY19jdl9lbnZfQ1BQRkxB R1NfdmFsdWU9LUkvdXNyL2xvY2FsL2luY2x1ZGUKYWNfY3Zfc3lzX2xhcmdlZmlsZV9DQz1ubwph Y19jdl9lbnZfQ1hYRkxBR1Nfc2V0PXNldAphY19jdl9lbnZfQ1hYX3ZhbHVlPWMrKwphY19jdl9o b3N0PWkzODYtcG9ydGJsZC1mcmVlYnNkNC43CmFjX2N2X2Vudl9ob3N0X2FsaWFzX3ZhbHVlPQph Y19jdl9wcm9nX2N4eF9nPXllcwphbV9jdl9wcm9nX2NjX3N0ZGM9CmFjX2N2X2J1aWxkPWkzODYt cG9ydGJsZC1mcmVlYnNkNC43CmFjX2N2X2Vudl9idWlsZF9hbGlhc192YWx1ZT1pMzg2LXBvcnRi bGQtZnJlZWJzZDQuNwphY19jdl9wcm9nX2FjX2N0X0NDPWNjCmFjX2N2X2Vudl90YXJnZXRfYWxp YXNfdmFsdWU9CmFjX2N2X2Vudl9DQ192YWx1ZT1jYwphY19jdl9lbnZfQ1BQX3NldD0KYWNfY3Zf c3lzX2ZpbGVfb2Zmc2V0X2JpdHM9bm8KYWNfY3Zfb2JqZXh0PW8KCiMjIC0tLS0tLS0tLS0tLS0t LS0tICMjCiMjIE91dHB1dCB2YXJpYWJsZXMuICMjCiMjIC0tLS0tLS0tLS0tLS0tLS0tICMjCgpB Q0xPQ0FMPScvdXNyL3BvcnRzL2RldmVsL2dsaWIyMC93b3JrL2dsaWItMi4yLjEvbWlzc2luZyBh Y2xvY2FsLTEuNCcKQUxMT0NBPScnCkFVVE9DT05GPScvdXNyL3BvcnRzL2RldmVsL2dsaWIyMC93 b3JrL2dsaWItMi4yLjEvbWlzc2luZyBhdXRvY29uZicKQVVUT0hFQURFUj0nL3Vzci9wb3J0cy9k ZXZlbC9nbGliMjAvd29yay9nbGliLTIuMi4xL21pc3NpbmcgYXV0b2hlYWRlcicKQVVUT01BS0U9 Jy91c3IvcG9ydHMvZGV2ZWwvZ2xpYjIwL3dvcmsvZ2xpYi0yLjIuMS9taXNzaW5nIGF1dG9tYWtl LTEuNCcKQVdLPScnCkNBVEFMT0dTPScnCkNBVE9CSkVYVD0nJwpDQz0nY2MnCkNGTEFHUz0nLU8g LXBpcGUgJwpDUFA9JycKQ1BQRkxBR1M9Jy1JL3Vzci9sb2NhbC9pbmNsdWRlJwpDUk9TU19DT01Q SUxJTkdfRkFMU0U9JycKQ1JPU1NfQ09NUElMSU5HX1RSVUU9JycKQ1hYPSdjKysnCkNYWEZMQUdT PScgLU8gLXBpcGUgJwpEQVRBRElSTkFNRT0nJwpEQjJIVE1MPScnCkRFRlM9JycKRElTQUJMRV9N RU1fUE9PTFM9JycKRUNITz0nZWNobycKRUNIT19DPScnCkVDSE9fTj0nLW4nCkVDSE9fVD0nJwpF R1JFUD0nJwpFTkFCTEVfR0NfRlJJRU5ETFk9JycKRU5BQkxFX0dUS19ET0NfRkFMU0U9JycKRU5B QkxFX0dUS19ET0NfVFJVRT0nJwpFTkFCTEVfVElNRUxPT1BfRkFMU0U9JycKRU5BQkxFX1RJTUVM T09QX1RSVUU9JycKRVhFRVhUPScnCkdFVFRFWFRfUEFDS0FHRT0nJwpHSU89JycKR0xJQkMyMT0n JwpHTElCX0JJTkFSWV9BR0U9JzIwMScKR0xJQl9ERUJVR19GTEFHUz0nJwpHTElCX0RFRj0nJwpH TElCX0dFTk1BUlNIQUw9JycKR0xJQl9JTlRFUkZBQ0VfQUdFPScxJwpHTElCX01BSk9SX1ZFUlNJ T049JzInCkdMSUJfTUlDUk9fVkVSU0lPTj0nMScKR0xJQl9NSU5PUl9WRVJTSU9OPScyJwpHTElC X1ZFUlNJT049JzIuMi4xJwpHTU9EVUxFX0RFRj0nJwpHTU9GSUxFUz0nJwpHTVNHRk1UPScnCkdP QkpFQ1RfREVGPScnCkdTUEFXTj0nJwpHVEhSRUFEX0NPTVBJTEVfSU1QTF9ERUZJTkVTPScnCkdU SFJFQURfREVGPScnCkdUS0RPQz0nJwpHX0xJQlNfRVhUUkE9JycKR19MSUJfV0lOMzJfUkVTT1VS Q0U9JycKR19NT0RVTEVfQlJPS0VOX1JUTERfR0xPQkFMPScnCkdfTU9EVUxFX0hBVkVfRExFUlJP Uj0nJwpHX01PRFVMRV9JTVBMPScnCkdfTU9EVUxFX0xERkxBR1M9JycKR19NT0RVTEVfTElCUz0n JwpHX01PRFVMRV9MSUJTX0VYVFJBPScnCkdfTU9EVUxFX05FRURfVVNDT1JFPScnCkdfTU9EVUxF X1BMVUdJTl9MSUJTPScnCkdfTU9EVUxFX1NVUFBPUlRFRD0nJwpHX01PRFVMRV9XSU4zMl9SRVNP VVJDRT0nJwpHX09CSkVDVF9XSU4zMl9SRVNPVVJDRT0nJwpHX1RIUkVBRF9DRkxBR1M9JycKR19U SFJFQURfTElCUz0nJwpHX1RIUkVBRF9MSUJTX0VYVFJBPScnCkdfVEhSRUFEX0xJQlNfRk9SX0dU SFJFQUQ9JycKR19USFJFQURfV0lOMzJfUkVTT1VSQ0U9JycKSEFWRV9DWFhfRkFMU0U9JyMnCkhB VkVfQ1hYX1RSVUU9JycKSEFWRV9ET0NCT09LX0ZBTFNFPScnCkhBVkVfRE9DQk9PS19UUlVFPScn CkhBVkVfR09PRF9QUklOVEZfRkFMU0U9JycKSEFWRV9HT09EX1BSSU5URl9UUlVFPScnCkhBVkVf R1RLX0RPQz0nJwpIQVZFX0dUS19ET0NfRkFMU0U9JycKSEFWRV9HVEtfRE9DX1RSVUU9JycKSFRN TF9ESVI9JycKSUNPTlZfTElCUz0nJwpJTkRFTlQ9JycKSU5TVEFMTF9EQVRBPSdpbnN0YWxsIC1j IC1vIHJvb3QgLWcgd2hlZWwgLW0gNDQ0JwpJTlNUQUxMX1BST0dSQU09J2luc3RhbGwgLWMgLXMg LW8gcm9vdCAtZyB3aGVlbCAtbSA1NTUnCklOU1RBTExfU0NSSVBUPSdpbnN0YWxsIC1jIC1vIHJv b3QgLWcgd2hlZWwgLW0gNTU1JwpJTlNUT0JKRVhUPScnCklOVExMSUJTPScnCkxERkxBR1M9Jy1M L3Vzci9sb2NhbC9saWIgLWxpbnRsJwpMSUJPQkpTPScnCkxJQlM9JycKTElCVE9PTD0nJwpMTl9T PScnCkxUTElCT0JKUz0nJwpMVF9BR0U9JzIwMCcKTFRfQ1VSUkVOVD0nMjAwJwpMVF9DVVJSRU5U X01JTlVTX0FHRT0nMCcKTFRfUkVMRUFTRT0nMi4yJwpMVF9SRVZJU0lPTj0nMScKTUFJTlQ9JyMn Ck1BSU5UQUlORVJfTU9ERV9GQUxTRT0nJwpNQUlOVEFJTkVSX01PREVfVFJVRT0nIycKTUFLRUlO Rk89J21ha2VpbmZvJwpNS0lOU1RBTExESVJTPScnCk1TR0ZNVD0nJwpNU19MSUJfQVZBSUxBQkxF X0ZBTFNFPScnCk1TX0xJQl9BVkFJTEFCTEVfVFJVRT0nIycKT0JKRVhUPSdvJwpPU19XSU4zMl9G QUxTRT0nJwpPU19XSU4zMl9UUlVFPScjJwpQQUNLQUdFPSdnbGliJwpQQUNLQUdFX0JVR1JFUE9S VD0nJwpQQUNLQUdFX05BTUU9JycKUEFDS0FHRV9TVFJJTkc9JycKUEFDS0FHRV9UQVJOQU1FPScn ClBBQ0tBR0VfVkVSU0lPTj0nJwpQQVRIX1NFUEFSQVRPUj0nOicKUEVSTD0nJwpQRVJMX1BBVEg9 JycKUEtHX0NPTkZJRz0nL3Vzci9sb2NhbC9iaW4vcGtnLWNvbmZpZycKUExBVEZPUk1ERVA9JycK UExBVEZPUk1fV0lOMzJfRkFMU0U9JycKUExBVEZPUk1fV0lOMzJfVFJVRT0nJwpQT0ZJTEVTPScn ClBPU1VCPScnClBPX0lOX0RBVEFESVJfRkFMU0U9JycKUE9fSU5fREFUQURJUl9UUlVFPScnClJB TkxJQj0nJwpSRUJVSUxEPScnClNFVF9NQUtFPScnClNIRUxMPScvYmluL3NoJwpTVFJJUD0nJwpT VFJJUF9CRUdJTj0nJwpTVFJJUF9EVU1NWT0nJwpTVFJJUF9FTkQ9JycKVEVTVEdNT0RVTEVfRVhQ PScnClRSSU9fTElCUz0nJwpVU0VfTkxTPScnClZFUlNJT049JzIuMi4xJwpYR0VUVEVYVD0nJwph Y19jdF9DQz0nY2MnCmFjX2N0X0NYWD0nJwphY19jdF9SQU5MSUI9JycKYWNfY3RfU1RSSVA9JycK YmluZGlyPScke2V4ZWNfcHJlZml4fS9iaW4nCmJ1aWxkPSdpMzg2LXBvcnRibGQtZnJlZWJzZDQu NycKYnVpbGRfYWxpYXM9J2kzODYtcG9ydGJsZC1mcmVlYnNkNC43JwpidWlsZF9jcHU9J2kzODYn CmJ1aWxkX29zPSdmcmVlYnNkNC43JwpidWlsZF92ZW5kb3I9J3BvcnRibGQnCmRhdGFkaXI9JyR7 cHJlZml4fS9zaGFyZScKZXhlY19wcmVmaXg9J05PTkUnCmhvc3Q9J2kzODYtcG9ydGJsZC1mcmVl YnNkNC43Jwpob3N0X2FsaWFzPScnCmhvc3RfY3B1PSdpMzg2Jwpob3N0X29zPSdmcmVlYnNkNC43 Jwpob3N0X3ZlbmRvcj0ncG9ydGJsZCcKaW5jbHVkZWRpcj0nJHtwcmVmaXh9L2luY2x1ZGUnCmlu Zm9kaXI9JyR7cHJlZml4fS9pbmZvJwpsaWJkaXI9JyR7ZXhlY19wcmVmaXh9L2xpYicKbGliZXhl Y2Rpcj0nJHtleGVjX3ByZWZpeH0vbGliZXhlYycKbG9jYWxzdGF0ZWRpcj0nJHtwcmVmaXh9L3Zh cicKbWFuZGlyPScke3ByZWZpeH0vbWFuJwptc19saWJyYXJpYW49JycKb2xkaW5jbHVkZWRpcj0n L3Vzci9pbmNsdWRlJwpwcmVmaXg9Jy91c3IvbG9jYWwnCnByb2dyYW1fdHJhbnNmb3JtX25hbWU9 J3MseCx4LCcKc2JpbmRpcj0nJHtleGVjX3ByZWZpeH0vc2JpbicKc2hhcmVkc3RhdGVkaXI9JyR7 cHJlZml4fS9jb20nCnN5c2NvbmZkaXI9JyR7cHJlZml4fS9ldGMnCnRhcmdldF9hbGlhcz0nJwoK IyMgLS0tLS0tLS0tLS0gIyMKIyMgY29uZmRlZnMuaC4gIyMKIyMgLS0tLS0tLS0tLS0gIyMKCiNk ZWZpbmUgR0xJQl9CSU5BUllfQUdFIDIwMQojZGVmaW5lIEdMSUJfSU5URVJGQUNFX0FHRSAxCiNk ZWZpbmUgR0xJQl9NQUpPUl9WRVJTSU9OIDIKI2RlZmluZSBHTElCX01JQ1JPX1ZFUlNJT04gMQoj ZGVmaW5lIEdMSUJfTUlOT1JfVkVSU0lPTiAyCiNkZWZpbmUgR19DT01QSUxFRF9XSVRIX0RFQlVH R0lORyAibWluaW11bSIKI2RlZmluZSBQQUNLQUdFX0JVR1JFUE9SVCAiIgojZGVmaW5lIFBBQ0tB R0VfTkFNRSAiIgojZGVmaW5lIFBBQ0tBR0VfU1RSSU5HICIiCiNkZWZpbmUgUEFDS0FHRV9UQVJO QU1FICIiCiNkZWZpbmUgUEFDS0FHRV9WRVJTSU9OICIiCgpjb25maWd1cmU6IGV4aXQgMQo= ------=NEOMAIL_ATT_0.773751847519637-- From owner-freebsd-gnome@FreeBSD.ORG Tue Apr 29 14:56:42 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 C841B37B401 for ; Tue, 29 Apr 2003 14:56:42 -0700 (PDT) Received: from atlantis.webaries.com (ns.webaries.com [64.239.5.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id D63DE43F3F for ; Tue, 29 Apr 2003 14:56:41 -0700 (PDT) (envelope-from matt@atopia.net) Received: by atlantis.webaries.com (Postfix, from userid 1000) id 5F4E05CC; Tue, 29 Apr 2003 17:57:26 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by atlantis.webaries.com (Postfix) with ESMTP id 5B847153; Tue, 29 Apr 2003 17:57:26 -0400 (EDT) Date: Tue, 29 Apr 2003 17:57:26 -0400 (EDT) From: Matt Juszczak X-X-Sender: matt@atlantis.webaries.com To: gnome@freebsd.org Message-ID: <20030429175659.D2203@atlantis.webaries.com> MIME-Version: 1.0 Content-ID: <20030429175659.S2203@atlantis.webaries.com> Content-Type: MESSAGE/RFC822; CHARSET=US-ASCII X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: matt@atopia.net Subject: Compile Error X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 21:56:43 -0000 Return-Path: Received: from saturn.stockton.edu (localhost [127.0.0.1]) by saturn.stockton.edu (8.12.9/8.12.9) with ESMTP id h3TGerLw036277 for ; Tue, 29 Apr 2003 12:40:53 -0400 (EDT) (envelope-from matt@atopia.net) Received: from localhost (matt@localhost)h3TGeqsZ036270 for ; Tue, 29 Apr 2003 12:40:53 -0400 (EDT) X-Authentication-Warning: saturn.stockton.edu: matt owned process doing -bs Date: Tue, 29 Apr 2003 12:40:51 -0400 (EDT) From: Matthew Juszczak X-X-Sender: matt@saturn.stockton.edu To: gnome@freebsd.org Subject: Error report Message-ID: <20030429123716.K35230@saturn.stockton.edu> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-149344330-1051634451=:35230" This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-149344330-1051634451=:35230 Content-Type: TEXT/PLAIN; charset=US-ASCII Hello, While trying to install the evolution mail client, I got the following: ./configure.lineno: 6217: Syntax error: end of file unexpected (expecting "fi") ===> Script "configure" failed unexpectedly. Please report the problem to gnome@FreeBSD.org [maintainer] and attach the "/usr/ports/textproc/scrollkeeper/work/scrollkeeper-0.3.12/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 Attached is the config.log and output of "ls /var/db/pkg > pkgdb" Thanks! -Matt --0-149344330-1051634451=:35230 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=pkgdb Content-Transfer-Encoding: BASE64 Content-ID: <20030429124051.I35230@saturn.stockton.edu> Content-Description: Content-Disposition: attachment; filename=pkgdb SW1hZ2VNYWdpY2stNS41LjUNCk1lc2EtMy40LjJfMg0KT1JCaXQtMC41LjE3 DQpXb3JkTmV0LTEuNy4xDQpYRnJlZTg2LTQuMy4wLDENClhGcmVlODYtRm9u dFNlcnZlci00LjMuMA0KWEZyZWU4Ni1TZXJ2ZXItNC4zLjBfNA0KWEZyZWU4 Ni1WaXJ0dWFsRnJhbWVidWZmZXJTZXJ2ZXItNC4zLjANClhGcmVlODYtY2xp ZW50cy00LjMuMF8xDQpYRnJlZTg2LWRvY3VtZW50cy00LjMuMA0KWEZyZWU4 Ni1mb250MTAwZHBpLTQuMy4wDQpYRnJlZTg2LWZvbnQ3NWRwaS00LjMuMA0K WEZyZWU4Ni1mb250Q3lyaWxsaWMtNC4zLjANClhGcmVlODYtZm9udERlZmF1 bHRCaXRtYXBzLTQuMy4wDQpYRnJlZTg2LWZvbnRFbmNvZGluZ3MtNC4zLjAN ClhGcmVlODYtZm9udFNjYWxhYmxlLTQuMy4wDQpYRnJlZTg2LWxpYnJhcmll cy00LjMuMF8yDQpYZnQtMi4xXzgNCmFjcm9yZWFkLTQuMDUNCmFwYWNoZS1h bnQtMS41LjMuMQ0KYXJ0cy0xLjEuMSwxDQphc3BlbGwtMC41MC4zXzENCmF0 ay0xLjIuMw0KYXV0b2NvbmYtMi41M18xDQphdXRvY29uZjIxMy0yLjEzLjAw MDIyN181DQphdXRvbWFrZS0xLjUsMQ0KYXV0b21ha2UxNC0xLjQuNV85DQpi aXNvbi0xLjc1DQpibGFkZWVuYy0wLjk0LjINCmJzZHBhbi1HaW1wLTEuMjEx DQpjY2xpZW50LTIwMDIsMQ0KY3JhY2stNS4wDQpjcmltc29uLTEuMS4zXzEN CmN1cHMtYmFzZS0xLjEuMTguMF80DQpjdXBzLWxwci0xLjEuMTguMF80DQpj dXBzLXBzdG9yYXN0ZXItNy4wNS41XzINCmN2c3VwLTE2LjFoDQpkYWdyYWIt MC4zLjVfMQ0KZG9jYm9vay0xLjINCmRvY2Jvb2stMjQxDQpkb2Nib29rLTMu MA0KZG9jYm9vay0zLjENCmRvY2Jvb2stNC4wDQpkb2Nib29rLTQuMQ0KZG9j Ym9vay1zay00LjEuMg0KZG9jYm9vay14bWwtNC4yDQpkb2Nib29rLXhzbC0x LjU5LjENCmVqZWN0LTEuNA0KZXNvdW5kLTAuMi4yOQ0KZXZlcnlidWRkeS1l c291bmQtMC40LjMNCmV4cGF0LTEuOTUuNl8xDQplem0zLTEuMQ0KZmFtLTIu Ni45XzINCmZhc3Rlc3RfY3ZzdXAtMC4yLjgNCmZsYXNocGx1Z2luLW1vemls bGEtMC40LjEwXzINCmZvbnRjb25maWctMi4yLjANCmZyZWV0eXBlMi0yLjEu NF8xDQpnYWltLTAuNjJfMQ0KZ2QtMS44LjRfNg0KZ2RrLXBpeGJ1Zi0wLjIy LjANCmdldHRleHQtMC4xMS41XzENCmdob3N0c2NyaXB0LWdudS03LjA1XzUN CmdsaWItMS4yLjEwXzkNCmdsaWItMi4yLjENCmdtYWtlLTMuODANCmdub21l aGllci0xLjBfOA0KZ25vbWVtaW1lZGF0YS0yLjIuMF8xDQpnb2ItMS4wLjEy DQpndGstMS4yLjEwXzkNCmd0ay0yLjIuMQ0KZ3Rrc3BlbGwyLTIuMC4yXzIN CmhlbHAybWFuLTEuMjkNCmhwaWpzLTEuMy4xDQpodG1sZG9jLTEuOC4yMw0K aW1ha2UtNC4zLjANCmltbGliLTEuOS4xNF8xDQppbnRsdG9vbC0wLjI1DQpp cmNpaS0yMDAzMDMxNQ0KaXNvODg3OS0xOTg2DQppc3BlbGwtMy4yLjA2XzMN Cmphc3Blci0xLjYwMC4wDQpqYXZhdm13cmFwcGVyLTEuNA0KamJpZ2tpdC0x LjQNCmpwZWctNmJfMQ0Ka2RlLTMuMS4xDQprZGViYXNlLTMuMS4xYQ0Ka2Rl Z2FtZXMtMy4xLjENCmtkZWdyYXBoaWNzLTMuMS4xDQprZGVsaWJzLTMuMS4x YQ0Ka2RlbXVsdGltZWRpYS0zLjEuMQ0Ka2RlbmV0d29yay0zLjEuMQ0Ka2Rl dXRpbHMtMy4xLjENCmtvZmZpY2UtMS4yLjEsMQ0KbGFtZS0zLjkzLjENCmxj bXMtMS4wOQ0KbGliYW8tZXNvdW5kLTAuOC4zXzENCmxpYmFydF9sZ3BsMi0y LjMuMTENCmxpYmF1ZGlvZmlsZS0wLjIuMw0KbGliZmxhc2gtMC40LjEwDQps aWJmcHgtMS4yLjAuNF8xDQpsaWJnbnVnZXRvcHQtMS4yDQpsaWJpY29udi0x LjhfMg0KbGliaWpzLTAuMzQNCmxpYm1uZy0xLjAuNQ0KbGlibXBlZzItMC4z LjFfMQ0KbGlib2dnLTEuMF8xLDMNCmxpYnRvb2wtMS4zLjRfNA0KbGlidW5n aWYtNC4xLjBiMQ0KbGlidm9yYmlzLTEuMF8xLDMNCmxpYndtZi0wLjIuOA0K bGlieG1sLTEuOC4xN18xDQpsaWJ4bWwyLTIuNS43DQpsaWJ4c2x0LTEuMC4y OQ0KbGludXgtZmxhc2hwbHVnaW4tNS4wcjUxDQpsaW51eC1ndGstMS4yXzIN CmxpbnV4LXN1bi1qZGstMS4zLjEuMDdfMQ0KbGludXgtc3VuLWpkay0xLjQu MV8yDQpsaW51eF9iYXNlLTcuMV8zDQpseW54LTIuOC40LjFjDQptNC0xLjRf MQ0KbWFkLTAuMTQuMmJfMg0KbWtpc29mcy0yLjANCm1vemlsbGEtMS4zXzEs Mg0KbXBsYXllci1mb250cy0wLjUwDQptcGxheWVyeHAtMC4xLjlfMQ0KbXJ0 Zy0yLjkuMjUsMQ0KbmFzbS0wLjk4LjM1LDENCm5tYXAtMy4yNQ0KbnNwci00 LjMNCm9wZW4tbW90aWYtMi4yLjJfMQ0Kb3Blbm9mZmljZS0xLjAuM18yDQpw NS1UaW1lLUhpUmVzLTEuNDMsMQ0KcGFuZ28tMS4yLjFfMw0KcGNyZS0zLjkN CnBkZnRvaHRtbC0wLjM1DQpwZXJsLTUuNi4xXzEzDQpwaWxvdC1saW5rLTAu MTEuN18xDQpwaW5lLTQuNTUNCnBrZ2NvbmZpZy0wLjE1LjANCnBrZ2RiLmRi DQpwbmctMS4yLjVfMg0KcG9wdC0xLjYuNA0KcG9ydHVwZ3JhZGUtMjAwMzA0 MjJfMQ0KcHJvZnRwZC0xLjIuOA0KcHN1dGlscy1sZXR0ZXItMS4xN18xDQpw eXRob24tMi4yLjJfMg0KcXQtMy4xLjFfNQ0KcnBtLTMuMC42XzYNCnJ1Ynkt MS42LjguMjAwMy4wNC4xOQ0KcnVieS1iZGIxLTAuMS45DQpydWJ5LXJkb2Mt MC4wLjAuYjINCnJ1Ynktc2hpbS1ydWJ5MTgtMS44LjAucDIuMjAwMy4wNC4x OQ0Kc2RvY2Jvb2steG1sLTQuMS4yLjUNCnNuaWZmLTEuMA0KdGNsLTguMy41 XzINCnRjcHNob3ctMS43NA0KdGlmZi0zLjUuNw0KdGlnaHR2bmMtMS4yLjgN CnRrLTguMy41XzENCnVucmFyLTMuMTEsMQ0KdW56aXAtNS41MA0KdXVsaWIt MC41LjE4DQp3Z2V0LTEuOC4yXzMNCndpbjMyLWNvZGVjcy0wMTEwMDIuMi4w LjkwLnA3DQp3aW5lLTIwMDMuMDQuMDgNCndyYXBwZXItMS4wXzMNCnhhbmlt LTIuOTIuMA0KeGNoYXQtMS44LjExDQp6aXAtMi4zXzENCnpzaC00LjAuNg0K --0-149344330-1051634451=:35230 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="config.log" Content-Transfer-Encoding: BASE64 Content-ID: <20030429124051.V35230@saturn.stockton.edu> Content-Description: Content-Disposition: attachment; filename="config.log" VGhpcyBmaWxlIGNvbnRhaW5zIGFueSBtZXNzYWdlcyBwcm9kdWNlZCBieSBj b21waWxlcnMgd2hpbGUNCnJ1bm5pbmcgY29uZmlndXJlLCB0byBhaWQgZGVi dWdnaW5nIGlmIGNvbmZpZ3VyZSBtYWtlcyBhIG1pc3Rha2UuDQoNCkl0IHdh cyBjcmVhdGVkIGJ5IGNvbmZpZ3VyZSwgd2hpY2ggd2FzDQpnZW5lcmF0ZWQg YnkgR05VIEF1dG9jb25mIDIuNTMuICBJbnZvY2F0aW9uIGNvbW1hbmQgbGlu ZSB3YXMNCg0KICAkIC4vY29uZmlndXJlIC0tbG9jYWxzdGF0ZWRpcj0vdmFy IC0tZGF0YWRpcj0vdXNyL1gxMVI2L3NoYXJlL2dub21lIC0td2l0aC1vbWZk aXJzPS91c3IvWDExUjYvc2hhcmUvZ25vbWUvb21mIC0tcHJlZml4PS91c3Iv WDExUjYgLS1idWlsZD1pMzg2LXBvcnRibGQtZnJlZWJzZDUuMA0KDQojIyAt LS0tLS0tLS0gIyMNCiMjIFBsYXRmb3JtLiAjIw0KIyMgLS0tLS0tLS0tICMj DQoNCmhvc3RuYW1lID0gc2F0dXJuLnN0b2NrdG9uLmVkdQ0KdW5hbWUgLW0g PSBpMzg2DQp1bmFtZSAtciA9IDUuMC1DVVJSRU5UDQp1bmFtZSAtcyA9IEZy ZWVCU0QNCnVuYW1lIC12ID0gRnJlZUJTRCA1LjAtQ1VSUkVOVCAjMzogU3Vu IEFwciAyNyAwNToxMjoyNSBFRFQgMjAwMyAgICAgcm9vdEBzYXR1cm4uc3Rv Y2t0b24uZWR1Oi91c3Ivb2JqL3Vzci9zcmMvc3lzL01ZS0VSTkVMIA0KDQov dXNyL2Jpbi91bmFtZSAtcCA9IGkzODYNCi9iaW4vdW5hbWUgLVggICAgID0g dW5rbm93bg0KDQovYmluL2FyY2ggICAgICAgICAgICAgID0gdW5rbm93bg0K L3Vzci9iaW4vYXJjaCAtayAgICAgICA9IHVua25vd24NCi91c3IvY29udmV4 L2dldHN5c2luZm8gPSB1bmtub3duDQpob3N0aW5mbyAgICAgICAgICAgICAg ID0gdW5rbm93bg0KL2Jpbi9tYWNoaW5lICAgICAgICAgICA9IHVua25vd24N Ci91c3IvYmluL29zbGV2ZWwgICAgICAgPSB1bmtub3duDQovYmluL3VuaXZl cnNlICAgICAgICAgID0gdW5rbm93bg0KDQpQQVRIOiAvc2Jpbg0KUEFUSDog L2Jpbg0KUEFUSDogL3Vzci9zYmluDQpQQVRIOiAvdXNyL2Jpbg0KUEFUSDog L3Vzci9nYW1lcw0KUEFUSDogL3Vzci9sb2NhbC9zYmluDQpQQVRIOiAvdXNy L2xvY2FsL2Jpbg0KUEFUSDogL3Vzci9YMTFSNi9iaW4NClBBVEg6IC9yb290 L2Jpbg0KDQoNCiMjIC0tLS0tLS0tLS0tICMjDQojIyBDb3JlIHRlc3RzLiAj Iw0KIyMgLS0tLS0tLS0tLS0gIyMNCg0KY29uZmlndXJlOjEzODA6IGNoZWNr aW5nIGZvciBnYXdrDQpjb25maWd1cmU6MTQwOTogcmVzdWx0OiBubw0KY29u ZmlndXJlOjEzODA6IGNoZWNraW5nIGZvciBtYXdrDQpjb25maWd1cmU6MTQw OTogcmVzdWx0OiBubw0KY29uZmlndXJlOjEzODA6IGNoZWNraW5nIGZvciBu YXdrDQpjb25maWd1cmU6MTM5NjogZm91bmQgL3Vzci9iaW4vbmF3aw0KY29u ZmlndXJlOjE0MDY6IHJlc3VsdDogbmF3aw0KY29uZmlndXJlOjE0NjI6IGNo ZWNraW5nIGZvciBnY2MNCmNvbmZpZ3VyZToxNDg4OiByZXN1bHQ6IGNjDQpj b25maWd1cmU6MTczMjogY2hlY2tpbmcgZm9yIEMgY29tcGlsZXIgdmVyc2lv bg0KY29uZmlndXJlOjE3MzU6IGNjIC0tdmVyc2lvbiA8L2Rldi9udWxsID4m NQ0KY2MgKEdDQykgMy4yLjIgW0ZyZWVCU0RdIDIwMDMwMjA1IChyZWxlYXNl KQ0KQ29weXJpZ2h0IChDKSAyMDAyIEZyZWUgU29mdHdhcmUgRm91bmRhdGlv biwgSW5jLg0KVGhpcyBpcyBmcmVlIHNvZnR3YXJlOyBzZWUgdGhlIHNvdXJj ZSBmb3IgY29weWluZyBjb25kaXRpb25zLiAgVGhlcmUgaXMgTk8NCndhcnJh bnR5OyBub3QgZXZlbiBmb3IgTUVSQ0hBTlRBQklMSVRZIG9yIEZJVE5FU1Mg Rk9SIEEgUEFSVElDVUxBUiBQVVJQT1NFLg0KDQpjb25maWd1cmU6MTczODog JD8gPSAwDQpjb25maWd1cmU6MTc0MDogY2MgLXYgPC9kZXYvbnVsbCA+JjUN ClVzaW5nIGJ1aWx0LWluIHNwZWNzLg0KQ29uZmlndXJlZCB3aXRoOiBGcmVl QlNEL2kzODYgc3lzdGVtIGNvbXBpbGVyDQpUaHJlYWQgbW9kZWw6IHBvc2l4 DQpnY2MgdmVyc2lvbiAzLjIuMiBbRnJlZUJTRF0gMjAwMzAyMDUgKHJlbGVh c2UpDQpjb25maWd1cmU6MTc0MzogJD8gPSAwDQpjb25maWd1cmU6MTc0NTog Y2MgLVYgPC9kZXYvbnVsbCA+JjUNCmNjOiBhcmd1bWVudCB0byBgLVYnIGlz IG1pc3NpbmcNCmNvbmZpZ3VyZToxNzQ4OiAkPyA9IDENCmNvbmZpZ3VyZTox Nzc0OiBjaGVja2luZyBmb3IgQyBjb21waWxlciBkZWZhdWx0IG91dHB1dA0K Y29uZmlndXJlOjE3Nzc6IGNjIC1PIC1waXBlIC1tY3B1PXBlbnRpdW1wcm8g LUkvdXNyL2xvY2FsL2luY2x1ZGUgIGNvbmZ0ZXN0LmMgLUwvdXNyL2xvY2Fs L2xpYiAtbGludGwgPiY1DQpjb25maWd1cmU6MTc4MDogJD8gPSAwDQpjb25m aWd1cmU6MTgxMzogcmVzdWx0OiBhLm91dA0KY29uZmlndXJlOjE4MTg6IGNo ZWNraW5nIHdoZXRoZXIgdGhlIEMgY29tcGlsZXIgd29ya3MNCmNvbmZpZ3Vy ZToxODI0OiAuL2Eub3V0DQpjb25maWd1cmU6MTgyNzogJD8gPSAwDQpjb25m aWd1cmU6MTg0MjogcmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZToxODQ5OiBjaGVj a2luZyB3aGV0aGVyIHdlIGFyZSBjcm9zcyBjb21waWxpbmcNCmNvbmZpZ3Vy ZToxODUxOiByZXN1bHQ6IG5vDQpjb25maWd1cmU6MTg1NDogY2hlY2tpbmcg Zm9yIHN1ZmZpeCBvZiBleGVjdXRhYmxlcw0KY29uZmlndXJlOjE4NTY6IGNj IC1vIGNvbmZ0ZXN0IC1PIC1waXBlIC1tY3B1PXBlbnRpdW1wcm8gLUkvdXNy L2xvY2FsL2luY2x1ZGUgIGNvbmZ0ZXN0LmMgLUwvdXNyL2xvY2FsL2xpYiAt bGludGwgPiY1DQpjb25maWd1cmU6MTg1OTogJD8gPSAwDQpjb25maWd1cmU6 MTg4MTogcmVzdWx0OiANCmNvbmZpZ3VyZToxODg3OiBjaGVja2luZyBmb3Ig c3VmZml4IG9mIG9iamVjdCBmaWxlcw0KY29uZmlndXJlOjE5MTE6IGNjIC1j IC1PIC1waXBlIC1tY3B1PXBlbnRpdW1wcm8gLUkvdXNyL2xvY2FsL2luY2x1 ZGUgY29uZnRlc3QuYyA+JjUNCmNvbmZpZ3VyZToxOTE0OiAkPyA9IDANCmNv bmZpZ3VyZToxOTMzOiByZXN1bHQ6IG8NCmNvbmZpZ3VyZToxOTM3OiBjaGVj a2luZyB3aGV0aGVyIHdlIGFyZSB1c2luZyB0aGUgR05VIEMgY29tcGlsZXIN CmNvbmZpZ3VyZToxOTY0OiBjYyAtYyAtTyAtcGlwZSAtbWNwdT1wZW50aXVt cHJvIC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMgPiY1DQpjb25m aWd1cmU6MTk2NzogJD8gPSAwDQpjb25maWd1cmU6MTk3MDogdGVzdCAtcyBj b25mdGVzdC5vDQpjb25maWd1cmU6MTk3MzogJD8gPSAwDQpjb25maWd1cmU6 MTk4NTogcmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZToxOTkxOiBjaGVja2luZyB3 aGV0aGVyIGNjIGFjY2VwdHMgLWcNCmNvbmZpZ3VyZToyMDE1OiBjYyAtYyAt ZyAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jID4mNQ0KY29uZmln dXJlOjIwMTg6ICQ/ID0gMA0KY29uZmlndXJlOjIwMjE6IHRlc3QgLXMgY29u ZnRlc3Qubw0KY29uZmlndXJlOjIwMjQ6ICQ/ID0gMA0KY29uZmlndXJlOjIw MzQ6IHJlc3VsdDogeWVzDQpjb25maWd1cmU6MjA2MTogY2MgLWMgLU8gLXBp cGUgLW1jcHU9cGVudGl1bXBybyAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25m dGVzdC5jID4mNQ0KY29uZnRlc3QuYzoyOiBzeW50YXggZXJyb3IgYmVmb3Jl ICJtZSINCmNvbmZpZ3VyZToyMDY0OiAkPyA9IDENCmNvbmZpZ3VyZTogZmFp bGVkIHByb2dyYW0gd2FzOg0KI2lmbmRlZiBfX2NwbHVzcGx1cw0KICBjaG9r ZSBtZQ0KI2VuZGlmDQpjb25maWd1cmU6MjE3OTogY2hlY2tpbmcgaG93IHRv IHJ1biB0aGUgQyBwcmVwcm9jZXNzb3INCmNvbmZpZ3VyZToyMjA1OiBjYyAt RSAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jDQpjb25maWd1cmU6 MjIxMTogJD8gPSAwDQpjb25maWd1cmU6MjIzODogY2MgLUUgLUkvdXNyL2xv Y2FsL2luY2x1ZGUgY29uZnRlc3QuYw0KY29uZmlndXJlOjIyMzU6Mjg6IGFj X25vbmV4aXN0ZW50Lmg6IE5vIHN1Y2ggZmlsZSBvciBkaXJlY3RvcnkNCmNv bmZpZ3VyZToyMjQ0OiAkPyA9IDENCmNvbmZpZ3VyZTogZmFpbGVkIHByb2dy YW0gd2FzOg0KI2xpbmUgMjIzNCAiY29uZmlndXJlIg0KI2luY2x1ZGUgImNv bmZkZWZzLmgiDQojaW5jbHVkZSA8YWNfbm9uZXhpc3RlbnQuaD4NCmNvbmZp Z3VyZToyMjgxOiByZXN1bHQ6IGNjIC1FDQpjb25maWd1cmU6MjI5NjogY2Mg LUUgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRlc3QuYw0KY29uZmlndXJl OjIzMDI6ICQ/ID0gMA0KY29uZmlndXJlOjIzMjk6IGNjIC1FIC1JL3Vzci9s b2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMNCmNvbmZpZ3VyZToyMzI2OjI4OiBh Y19ub25leGlzdGVudC5oOiBObyBzdWNoIGZpbGUgb3IgZGlyZWN0b3J5DQpj b25maWd1cmU6MjMzNTogJD8gPSAxDQpjb25maWd1cmU6IGZhaWxlZCBwcm9n cmFtIHdhczoNCiNsaW5lIDIzMjUgImNvbmZpZ3VyZSINCiNpbmNsdWRlICJj b25mZGVmcy5oIg0KI2luY2x1ZGUgPGFjX25vbmV4aXN0ZW50Lmg+DQpjb25m aWd1cmU6MjQxMTogY2hlY2tpbmcgZm9yIGEgQlNELWNvbXBhdGlibGUgaW5z dGFsbA0KY29uZmlndXJlOjI0NjU6IHJlc3VsdDogL3Vzci9iaW4vaW5zdGFs bCAtYyAtbyByb290IC1nIHdoZWVsDQpjb25maWd1cmU6MjQ3NjogY2hlY2tp bmcgd2hldGhlciBsbiAtcyB3b3Jrcw0KY29uZmlndXJlOjI0ODA6IHJlc3Vs dDogeWVzDQpjb25maWd1cmU6MjQ4NzogY2hlY2tpbmcgd2hldGhlciBnbWFr ZSBzZXRzICR7TUFLRX0NCmNvbmZpZ3VyZToyNTA3OiByZXN1bHQ6IHllcw0K Y29uZmlndXJlOjI1MjA6IGNoZWNraW5nIGZvciBBTlNJIEMgaGVhZGVyIGZp bGVzDQpjb25maWd1cmU6MjUzNDogY2MgLUUgLUkvdXNyL2xvY2FsL2luY2x1 ZGUgY29uZnRlc3QuYw0KY29uZmlndXJlOjI1NDA6ICQ/ID0gMA0KY29uZmln dXJlOjI2Mjc6IGNjIC1vIGNvbmZ0ZXN0IC1PIC1waXBlIC1tY3B1PXBlbnRp dW1wcm8gLUkvdXNyL2xvY2FsL2luY2x1ZGUgIGNvbmZ0ZXN0LmMgLUwvdXNy L2xvY2FsL2xpYiAtbGludGwgPiY1DQpjb25maWd1cmU6MjYzMDogJD8gPSAw DQpjb25maWd1cmU6MjYzMjogLi9jb25mdGVzdA0KY29uZmlndXJlOjI2MzU6 ICQ/ID0gMA0KY29uZmlndXJlOjI2NDk6IHJlc3VsdDogeWVzDQpjb25maWd1 cmU6MjY2MTogY2hlY2tpbmcgZm9yIHN0cmVycm9yIGluIC1sY3Bvc2l4DQpj b25maWd1cmU6MjY5NDogY2MgLW8gY29uZnRlc3QgLU8gLXBpcGUgLW1jcHU9 cGVudGl1bXBybyAtSS91c3IvbG9jYWwvaW5jbHVkZSAgY29uZnRlc3QuYyAt bGNwb3NpeCAgLUwvdXNyL2xvY2FsL2xpYiAtbGludGwgPiY1DQovdXNyL2Jp bi9sZDogY2Fubm90IGZpbmQgLWxjcG9zaXgNCmNvbmZpZ3VyZToyNjk3OiAk PyA9IDENCmNvbmZpZ3VyZTogZmFpbGVkIHByb2dyYW0gd2FzOg0KI2xpbmUg MjY2OSAiY29uZmlndXJlIg0KI2luY2x1ZGUgImNvbmZkZWZzLmgiDQoNCi8q IE92ZXJyaWRlIGFueSBnY2MyIGludGVybmFsIHByb3RvdHlwZSB0byBhdm9p ZCBhbiBlcnJvci4gICovDQojaWZkZWYgX19jcGx1c3BsdXMNCmV4dGVybiAi QyINCiNlbmRpZg0KLyogV2UgdXNlIGNoYXIgYmVjYXVzZSBpbnQgbWlnaHQg bWF0Y2ggdGhlIHJldHVybiB0eXBlIG9mIGEgZ2NjMg0KICAgYnVpbHRpbiBh bmQgdGhlbiBpdHMgYXJndW1lbnQgcHJvdG90eXBlIHdvdWxkIHN0aWxsIGFw cGx5LiAgKi8NCmNoYXIgc3RyZXJyb3IgKCk7DQojaWZkZWYgRjc3X0RVTU1Z X01BSU4NCiMgIGlmZGVmIF9fY3BsdXNwbHVzDQogICAgIGV4dGVybiAiQyIN CiMgIGVuZGlmDQogICBpbnQgRjc3X0RVTU1ZX01BSU4oKSB7IHJldHVybiAx OyB9DQojZW5kaWYNCmludA0KbWFpbiAoKQ0Kew0Kc3RyZXJyb3IgKCk7DQog IDsNCiAgcmV0dXJuIDA7DQp9DQpjb25maWd1cmU6MjcxNDogcmVzdWx0OiBu bw0KY29uZmlndXJlOjI3Mjk6IGNoZWNraW5nIGJ1aWxkIHN5c3RlbSB0eXBl DQpjb25maWd1cmU6Mjc0NzogcmVzdWx0OiBpMzg2LXBvcnRibGQtZnJlZWJz ZDUuMA0KY29uZmlndXJlOjI3NTU6IGNoZWNraW5nIGhvc3Qgc3lzdGVtIHR5 cGUNCmNvbmZpZ3VyZToyNzY5OiByZXN1bHQ6IGkzODYtcG9ydGJsZC1mcmVl YnNkNS4wDQpjb25maWd1cmU6Mjc3NzogY2hlY2tpbmcgdGFyZ2V0IHN5c3Rl bSB0eXBlDQpjb25maWd1cmU6Mjc5MTogcmVzdWx0OiBpMzg2LXBvcnRibGQt ZnJlZWJzZDUuMA0KY29uZmlndXJlOjI4MTM6IGNoZWNraW5nIHdoZXRoZXIg YnVpbGQgZW52aXJvbm1lbnQgaXMgc2FuZQ0KY29uZmlndXJlOjI4NTY6IHJl c3VsdDogeWVzDQpjb25maWd1cmU6MjkwNTogY2hlY2tpbmcgZm9yIHN0eWxl IG9mIGluY2x1ZGUgdXNlZCBieSBnbWFrZQ0KY29uZmlndXJlOjI5MzM6IHJl c3VsdDogR05VDQpjb25maWd1cmU6MzA5NTogY2hlY2tpbmcgZGVwZW5kZW5j eSBzdHlsZSBvZiBjYw0KY29uZmlndXJlOjMxNTc6IHJlc3VsdDogZ2NjMw0K Y29uZmlndXJlOjMyNTE6IGNoZWNraW5nIGZvciBsZCB1c2VkIGJ5IEdDQw0K Y29uZmlndXJlOjMzMTQ6IHJlc3VsdDogL3Vzci9iaW4vbGQNCmNvbmZpZ3Vy ZTozMzIzOiBjaGVja2luZyBpZiB0aGUgbGlua2VyICgvdXNyL2Jpbi9sZCkg aXMgR05VIGxkDQpHTlUgbGQgdmVyc2lvbiAyLjEzLjIgW0ZyZWVCU0RdIDIw MDItMTEtMjcNCmNvbmZpZ3VyZTozMzM1OiByZXN1bHQ6IHllcw0KY29uZmln dXJlOjMzNDA6IGNoZWNraW5nIGZvciAvdXNyL2Jpbi9sZCBvcHRpb24gdG8g cmVsb2FkIG9iamVjdCBmaWxlcw0KY29uZmlndXJlOjMzNDc6IHJlc3VsdDog LXINCmNvbmZpZ3VyZTozMzUyOiBjaGVja2luZyBmb3IgQlNELWNvbXBhdGli bGUgbm0NCmNvbmZpZ3VyZTozMzg4OiByZXN1bHQ6IC91c3IvYmluL25tIC1C DQpjb25maWd1cmU6MzM5MTogY2hlY2tpbmcgaG93IHRvIHJlY29nbmlzZSBk ZXBlbmRhbnQgbGlicmFyaWVzDQpjb25maWd1cmU6MzU2OTogcmVzdWx0OiBw YXNzX2FsbA0KY29uZmlndXJlOjM1ODE6IGNoZWNraW5nIGNvbW1hbmQgdG8g cGFyc2UgL3Vzci9iaW4vbm0gLUIgb3V0cHV0DQpjb25maWd1cmU6MzY2Mjog Y2MgLWMgLU8gLXBpcGUgLW1jcHU9cGVudGl1bXBybyAtSS91c3IvbG9jYWwv aW5jbHVkZSBjb25mdGVzdC5jID4mNQ0KY29uZmlndXJlOjM2NjU6ICQ/ID0g MA0KY29uZmlndXJlOjM2Njk6IC91c3IvYmluL25tIC1CIGNvbmZ0ZXN0Lm8g XHwgc2VkIC1uIC1lICdzL14uKlsgCV1cKFtBQkNER0lTVFddW0FCQ0RHSVNU V10qXClbIAldWyAJXSpcKFwpXChbX0EtWmEtel1bX0EtWmEtejAtOV0qXCkk L1wxIFwyXDMgXDMvcCcgXD4gY29uZnRlc3Qubm0NCmNvbmZpZ3VyZTozNjcy OiAkPyA9IDANCmNvbmZpZ3VyZTozNzI0OiBjYyAtbyBjb25mdGVzdCAtTyAt cGlwZSAtbWNwdT1wZW50aXVtcHJvIC1JL3Vzci9sb2NhbC9pbmNsdWRlICBj b25mdGVzdC5jIGNvbmZ0c3RtLm8gPiY1DQpjb25maWd1cmU6MzcyNzogJD8g PSAwDQpjb25maWd1cmU6Mzc3MTogcmVzdWx0OiBvaw0KY29uZmlndXJlOjM3 ODk6IGNoZWNraW5nIGZvciBzeXMvdHlwZXMuaA0KY29uZmlndXJlOjM4MDI6 IGNjIC1jIC1PIC1waXBlIC1tY3B1PXBlbnRpdW1wcm8gLUkvdXNyL2xvY2Fs L2luY2x1ZGUgY29uZnRlc3QuYyA+JjUNCmNvbmZpZ3VyZTozODA1OiAkPyA9 IDANCmNvbmZpZ3VyZTozODA4OiB0ZXN0IC1zIGNvbmZ0ZXN0Lm8NCmNvbmZp Z3VyZTozODExOiAkPyA9IDANCmNvbmZpZ3VyZTozODIxOiByZXN1bHQ6IHll cw0KY29uZmlndXJlOjM3ODk6IGNoZWNraW5nIGZvciBzeXMvc3RhdC5oDQpj b25maWd1cmU6MzgwMjogY2MgLWMgLU8gLXBpcGUgLW1jcHU9cGVudGl1bXBy byAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jID4mNQ0KY29uZmln dXJlOjM4MDU6ICQ/ID0gMA0KY29uZmlndXJlOjM4MDg6IHRlc3QgLXMgY29u ZnRlc3Qubw0KY29uZmlndXJlOjM4MTE6ICQ/ID0gMA0KY29uZmlndXJlOjM4 MjE6IHJlc3VsdDogeWVzDQpjb25maWd1cmU6Mzc4OTogY2hlY2tpbmcgZm9y IHN0ZGxpYi5oDQpjb25maWd1cmU6MzgwMjogY2MgLWMgLU8gLXBpcGUgLW1j cHU9cGVudGl1bXBybyAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5j ID4mNQ0KY29uZmlndXJlOjM4MDU6ICQ/ID0gMA0KY29uZmlndXJlOjM4MDg6 IHRlc3QgLXMgY29uZnRlc3Qubw0KY29uZmlndXJlOjM4MTE6ICQ/ID0gMA0K Y29uZmlndXJlOjM4MjE6IHJlc3VsdDogeWVzDQpjb25maWd1cmU6Mzc4OTog Y2hlY2tpbmcgZm9yIHN0cmluZy5oDQpjb25maWd1cmU6MzgwMjogY2MgLWMg LU8gLXBpcGUgLW1jcHU9cGVudGl1bXBybyAtSS91c3IvbG9jYWwvaW5jbHVk ZSBjb25mdGVzdC5jID4mNQ0KY29uZmlndXJlOjM4MDU6ICQ/ID0gMA0KY29u ZmlndXJlOjM4MDg6IHRlc3QgLXMgY29uZnRlc3Qubw0KY29uZmlndXJlOjM4 MTE6ICQ/ID0gMA0KY29uZmlndXJlOjM4MjE6IHJlc3VsdDogeWVzDQpjb25m aWd1cmU6Mzc4OTogY2hlY2tpbmcgZm9yIG1lbW9yeS5oDQpjb25maWd1cmU6 MzgwMjogY2MgLWMgLU8gLXBpcGUgLW1jcHU9cGVudGl1bXBybyAtSS91c3Iv bG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jID4mNQ0KY29uZmlndXJlOjM4MDU6 ICQ/ID0gMA0KY29uZmlndXJlOjM4MDg6IHRlc3QgLXMgY29uZnRlc3Qubw0K Y29uZmlndXJlOjM4MTE6ICQ/ID0gMA0KY29uZmlndXJlOjM4MjE6IHJlc3Vs dDogeWVzDQpjb25maWd1cmU6Mzc4OTogY2hlY2tpbmcgZm9yIHN0cmluZ3Mu aA0KY29uZmlndXJlOjM4MDI6IGNjIC1jIC1PIC1waXBlIC1tY3B1PXBlbnRp dW1wcm8gLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRlc3QuYyA+JjUNCmNv bmZpZ3VyZTozODA1OiAkPyA9IDANCmNvbmZpZ3VyZTozODA4OiB0ZXN0IC1z IGNvbmZ0ZXN0Lm8NCmNvbmZpZ3VyZTozODExOiAkPyA9IDANCmNvbmZpZ3Vy ZTozODIxOiByZXN1bHQ6IHllcw0KY29uZmlndXJlOjM3ODk6IGNoZWNraW5n IGZvciBpbnR0eXBlcy5oDQpjb25maWd1cmU6MzgwMjogY2MgLWMgLU8gLXBp cGUgLW1jcHU9cGVudGl1bXBybyAtSS91c3IvbG9jYWwvaW5jbHVkZSBjb25m dGVzdC5jID4mNQ0KY29uZmlndXJlOjM4MDU6ICQ/ID0gMA0KY29uZmlndXJl OjM4MDg6IHRlc3QgLXMgY29uZnRlc3Qubw0KY29uZmlndXJlOjM4MTE6ICQ/ ID0gMA0KY29uZmlndXJlOjM4MjE6IHJlc3VsdDogeWVzDQpjb25maWd1cmU6 Mzc4OTogY2hlY2tpbmcgZm9yIHN0ZGludC5oDQpjb25maWd1cmU6MzgwMjog Y2MgLWMgLU8gLXBpcGUgLW1jcHU9cGVudGl1bXBybyAtSS91c3IvbG9jYWwv aW5jbHVkZSBjb25mdGVzdC5jID4mNQ0KY29uZmlndXJlOjM4MDU6ICQ/ID0g MA0KY29uZmlndXJlOjM4MDg6IHRlc3QgLXMgY29uZnRlc3Qubw0KY29uZmln dXJlOjM4MTE6ICQ/ID0gMA0KY29uZmlndXJlOjM4MjE6IHJlc3VsdDogeWVz DQpjb25maWd1cmU6Mzc4OTogY2hlY2tpbmcgZm9yIHVuaXN0ZC5oDQpjb25m aWd1cmU6MzgwMjogY2MgLWMgLU8gLXBpcGUgLW1jcHU9cGVudGl1bXBybyAt SS91c3IvbG9jYWwvaW5jbHVkZSBjb25mdGVzdC5jID4mNQ0KY29uZmlndXJl OjM4MDU6ICQ/ID0gMA0KY29uZmlndXJlOjM4MDg6IHRlc3QgLXMgY29uZnRl c3Qubw0KY29uZmlndXJlOjM4MTE6ICQ/ID0gMA0KY29uZmlndXJlOjM4MjE6 IHJlc3VsdDogeWVzDQpjb25maWd1cmU6Mzg0NzogY2hlY2tpbmcgZGxmY24u aCB1c2FiaWxpdHkNCmNvbmZpZ3VyZTozODU2OiBjYyAtYyAtTyAtcGlwZSAt bWNwdT1wZW50aXVtcHJvIC1JL3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0 LmMgPiY1DQpjb25maWd1cmU6Mzg1OTogJD8gPSAwDQpjb25maWd1cmU6Mzg2 MjogdGVzdCAtcyBjb25mdGVzdC5vDQpjb25maWd1cmU6Mzg2NTogJD8gPSAw DQpjb25maWd1cmU6Mzg3NDogcmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZTozODc4 OiBjaGVja2luZyBkbGZjbi5oIHByZXNlbmNlDQpjb25maWd1cmU6Mzg4NTog Y2MgLUUgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRlc3QuYw0KY29uZmln dXJlOjM4OTE6ICQ/ID0gMA0KY29uZmlndXJlOjM5MDk6IHJlc3VsdDogeWVz DQpjb25maWd1cmU6MzkyNzogY2hlY2tpbmcgZm9yIGRsZmNuLmgNCmNvbmZp Z3VyZTozOTM0OiByZXN1bHQ6IHllcw0KY29uZmlndXJlOjQxMzE6IGNoZWNr aW5nIGZvciByYW5saWINCmNvbmZpZ3VyZTo0MTQ3OiBmb3VuZCAvdXNyL2Jp bi9yYW5saWINCmNvbmZpZ3VyZTo0MTU4OiByZXN1bHQ6IHJhbmxpYg0KY29u ZmlndXJlOjQyMTE6IGNoZWNraW5nIGZvciBzdHJpcA0KY29uZmlndXJlOjQy Mjc6IGZvdW5kIC91c3IvYmluL3N0cmlwDQpjb25maWd1cmU6NDIzODogcmVz dWx0OiBzdHJpcA0KY29uZmlndXJlOjQ0NDk6IGNoZWNraW5nIGZvciBvYmpk aXINCmNvbmZpZ3VyZTo0NDYwOiByZXN1bHQ6IC5saWJzDQpjb25maWd1cmU6 NDQ3NzogY2hlY2tpbmcgZm9yIGNjIG9wdGlvbiB0byBwcm9kdWNlIFBJQw0K Y29uZmlndXJlOjQ2Mjc6IHJlc3VsdDogLWZQSUMNCmNvbmZpZ3VyZTo0NjMx OiBjaGVja2luZyBpZiBjYyBQSUMgZmxhZyAtZlBJQyB3b3Jrcw0KY29uZmln dXJlOjQ2NTc6IGNjIC1jIC1PIC1waXBlIC1tY3B1PXBlbnRpdW1wcm8gLWZQ SUMgLURQSUMgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRlc3QuYyA+JjUN CmNvbmZpZ3VyZTo0NjYwOiAkPyA9IDANCmNvbmZpZ3VyZTo0NjYzOiB0ZXN0 IC1zIGNvbmZ0ZXN0Lm8NCmNvbmZpZ3VyZTo0NjY2OiAkPyA9IDANCmNvbmZp Z3VyZTo0NzAzOiByZXN1bHQ6IHllcw0KY29uZmlndXJlOjQ3MTk6IGNoZWNr aW5nIGlmIGNjIHN0YXRpYyBmbGFnIC1zdGF0aWMgd29ya3MNCmNvbmZpZ3Vy ZTo0NzQ2OiBjYyAtbyBjb25mdGVzdCAtTyAtcGlwZSAtbWNwdT1wZW50aXVt cHJvIC1JL3Vzci9sb2NhbC9pbmNsdWRlICAtc3RhdGljIGNvbmZ0ZXN0LmMg LUwvdXNyL2xvY2FsL2xpYiAtbGludGwgPiY1DQpjb25maWd1cmU6NDc0OTog JD8gPSAwDQpjb25maWd1cmU6NDc1MjogdGVzdCAtcyBjb25mdGVzdA0KY29u ZmlndXJlOjQ3NTU6ICQ/ID0gMA0KY29uZmlndXJlOjQ3NzA6IHJlc3VsdDog eWVzDQpjb25maWd1cmU6NDc4MjogY2hlY2tpbmcgaWYgY2Mgc3VwcG9ydHMg LWMgLW8gZmlsZS5vDQpjb25maWd1cmU6NDgwMjogY2MgLWMgLU8gLXBpcGUg LW1jcHU9cGVudGl1bXBybyAtbyBvdXQvY29uZnRlc3QyLm8gLUkvdXNyL2xv Y2FsL2luY2x1ZGUgY29uZnRlc3QuYyA+JjUNCmNvbmZpZ3VyZTo0ODI2OiBy ZXN1bHQ6IHllcw0KY29uZmlndXJlOjQ4MzE6IGNoZWNraW5nIGlmIGNjIHN1 cHBvcnRzIC1jIC1vIGZpbGUubG8NCmNvbmZpZ3VyZTo0ODYxOiBjYyAtYyAt TyAtcGlwZSAtbWNwdT1wZW50aXVtcHJvIC1jIC1vIGNvbmZ0ZXN0LmxvIC1J L3Vzci9sb2NhbC9pbmNsdWRlIGNvbmZ0ZXN0LmMgPiY1DQpjb25maWd1cmU6 NDg2NDogJD8gPSAwDQpjb25maWd1cmU6NDg2NzogdGVzdCAtcyBjb25mdGVz dC5sbw0KY29uZmlndXJlOjQ4NzA6ICQ/ID0gMA0KY29uZmlndXJlOjQ4OTE6 IHJlc3VsdDogeWVzDQpjb25maWd1cmU6NDkyMjogY2hlY2tpbmcgaWYgY2Mg c3VwcG9ydHMgLWZuby1ydHRpIC1mbm8tZXhjZXB0aW9ucw0KY29uZmlndXJl OjQ5NDc6IGNjIC1jIC1PIC1waXBlIC1tY3B1PXBlbnRpdW1wcm8gLWZuby1y dHRpIC1mbm8tZXhjZXB0aW9ucyAtYyBjb25mdGVzdC5jIC1JL3Vzci9sb2Nh bC9pbmNsdWRlIGNvbmZ0ZXN0LmMgPiY1DQpjb25maWd1cmU6NDk1MDogJD8g PSAwDQpjb25maWd1cmU6NDk1MzogdGVzdCAtcyBjb25mdGVzdC5vDQpjb25m aWd1cmU6NDk1NjogJD8gPSAwDQpjb25maWd1cmU6NDk3MjogcmVzdWx0OiB5 ZXMNCmNvbmZpZ3VyZTo0OTgzOiBjaGVja2luZyB3aGV0aGVyIHRoZSBsaW5r ZXIgKC91c3IvYmluL2xkKSBzdXBwb3J0cyBzaGFyZWQgbGlicmFyaWVzDQpj b25maWd1cmU6NTY2MzogcmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZTo1NjY4OiBj aGVja2luZyBob3cgdG8gaGFyZGNvZGUgbGlicmFyeSBwYXRocyBpbnRvIHBy b2dyYW1zDQpjb25maWd1cmU6NTY5MjogcmVzdWx0OiBpbW1lZGlhdGUNCmNv bmZpZ3VyZTo1Njk3OiBjaGVja2luZyB3aGV0aGVyIHN0cmlwcGluZyBsaWJy YXJpZXMgaXMgcG9zc2libGUNCmNvbmZpZ3VyZTo1NzAyOiByZXN1bHQ6IHll cw0KY29uZmlndXJlOjU3MTM6IGNoZWNraW5nIGR5bmFtaWMgbGlua2VyIGNo YXJhY3RlcmlzdGljcw0KY29uZmlndXJlOjYxMDY6IHJlc3VsdDogZnJlZWJz ZDUuMCBsZC5zbw0KY29uZmlndXJlOjYxMTE6IGNoZWNraW5nIGlmIGxpYnRv b2wgc3VwcG9ydHMgc2hhcmVkIGxpYnJhcmllcw0KY29uZmlndXJlOjYxMTM6 IHJlc3VsdDogeWVzDQpjb25maWd1cmU6NjExNjogY2hlY2tpbmcgd2hldGhl ciB0byBidWlsZCBzaGFyZWQgbGlicmFyaWVzDQpjb25maWd1cmU6NjEzNzog cmVzdWx0OiB5ZXMNCmNvbmZpZ3VyZTo2MTQwOiBjaGVja2luZyB3aGV0aGVy IHRvIGJ1aWxkIHN0YXRpYyBsaWJyYXJpZXMNCmNvbmZpZ3VyZTo2MTQ0OiBy ZXN1bHQ6IHllcw0KDQojIyAtLS0tLS0tLS0tLS0tLS0tICMjDQojIyBDYWNo ZSB2YXJpYWJsZXMuICMjDQojIyAtLS0tLS0tLS0tLS0tLS0tICMjDQoNCmFt X2N2X0NDX2RlcGVuZGVuY2llc19jb21waWxlcl90eXBlPWdjYzMNCmFjX2N2 X2hlYWRlcl9zdGRsaWJfaD15ZXMNCmx0X2N2X2ZpbGVfbWFnaWNfY21kPSck TUFHSUNfQ01EJw0KYWNfY3ZfbGliX2Nwb3NpeF9zdHJlcnJvcj1ubw0KYWNf Y3ZfcHJvZ19jY19nPXllcw0KYWNfY3ZfZW52X0xERkxBR1Nfc2V0PQ0KbHRf Y3ZfcHJvZ19jY19jYW5fYnVpbGRfc2hhcmVkPXllcw0KYWNfY3ZfY19jb21w aWxlcl9nbnU9eWVzDQphY19jdl9leGVleHQ9DQphY19jdl9lbnZfQ0ZMQUdT X3NldD1zZXQNCmFjX2N2X3Byb2dfbWFrZV9nbWFrZV9zZXQ9eWVzDQphY19j dl9lbnZfQ1BQX3ZhbHVlPQ0KYWNfY3ZfZW52X0NQUEZMQUdTX3NldD1zZXQN Cmx0X2N2X3Byb2dfY2Nfc3RhdGljX3dvcmtzPXllcw0KbHRfY3ZfcHJvZ19j Y19ub19idWlsdGluPQ0KbHRfY3ZfcHJvZ19jY19zaGxpYj0NCmx0X2N2X3By b2dfY2Nfc3RhdGljPS1zdGF0aWMNCmFjX2N2X2Vudl9ob3N0X2FsaWFzX3Nl dD0NCmx0X2N2X2xkX3JlbG9hZF9mbGFnPS1yDQpsdF9jdl9zeXNfcGF0aF9z ZXBhcmF0b3I9Og0KYWNfY3ZfaGVhZGVyX3N5c19zdGF0X2g9eWVzDQpsdF9j dl9wcm9nX2dudV9sZD15ZXMNCmFjX2N2X2Vudl9idWlsZF9hbGlhc19zZXQ9 c2V0DQphY19jdl9lbnZfTERGTEFHU192YWx1ZT0NCmFjX2N2X2Vudl90YXJn ZXRfYWxpYXNfc2V0PQ0KYWNfY3ZfaG9zdF9hbGlhcz1pMzg2LXBvcnRibGQt ZnJlZWJzZDUuMA0KYWNfY3ZfZW52X0NGTEFHU192YWx1ZT0nLU8gLXBpcGUg LW1jcHU9cGVudGl1bXBybycNCmFjX2N2X2Vudl9DQ19zZXQ9c2V0DQpsdF9j dl9wcm9nX2NjX3dsPS1XbCwNCmFjX2N2X2hlYWRlcl9zeXNfdHlwZXNfaD15 ZXMNCmFjX2N2X2hlYWRlcl9zdGRjPXllcw0KYWNfY3ZfaGVhZGVyX3N0cmlu Z3NfaD15ZXMNCmFjX2N2X2hlYWRlcl9zdGRpbnRfaD15ZXMNCmFjX2N2X2hl YWRlcl9pbnR0eXBlc19oPXllcw0KYWNfY3ZfaGVhZGVyX3VuaXN0ZF9oPXll cw0KYWNfY3ZfaGVhZGVyX3N0cmluZ19oPXllcw0KbHRfY3ZfZ2xvYmFsX3N5 bWJvbF90b19jZGVjbD0nc2VkIC1uIC1lICdcJydzL14uIC4qIFwoLipcKSQv ZXh0ZXJuIGNoYXIgXDE7L3AnXCcnJw0KbHRfY3ZfcGF0aF9MRD0vdXNyL2Jp bi9sZA0KYWNfY3ZfYnVpbGRfYWxpYXM9aTM4Ni1wb3J0YmxkLWZyZWVic2Q1 LjANCmFjX2N2X2Vudl9DUFBGTEFHU192YWx1ZT0tSS91c3IvbG9jYWwvaW5j bHVkZQ0KYWNfY3ZfcHJvZ19hY19jdF9SQU5MSUI9cmFubGliDQphY19jdl9o ZWFkZXJfbWVtb3J5X2g9eWVzDQphY19jdl90YXJnZXRfYWxpYXM9aTM4Ni1w b3J0YmxkLWZyZWVic2Q1LjANCmFjX2N2X3Byb2dfYWNfY3RfU1RSSVA9c3Ry aXANCmFjX2N2X2hvc3Q9aTM4Ni1wb3J0YmxkLWZyZWVic2Q1LjANCmFjX2N2 X2Vudl9ob3N0X2FsaWFzX3ZhbHVlPQ0KbHRfY3ZfZ2xvYmFsX3N5bWJvbF90 b19jX25hbWVfYWRkcmVzcz0nc2VkIC1uIC1lICdcJydzL146IFwoW14gXSpc KSAkLyAge1wiXDFcIiwgKGx0X3B0cikgMH0sL3AnXCcnIC1lICdcJydzL15b QkNERUdSU1RdIFwoW14gXSpcKSBcKFteIF0qXCkkLyAgeyJcMiIsIChsdF9w dHIpIFwmXDJ9LC9wJ1wnJycNCmx0X2N2X2NvbXBpbGVyX2Nfbz15ZXMNCmx0 X2N2X3Byb2dfY2NfcGljX3dvcmtzPXllcw0KbHRfY3ZfZmlsZV9tYWdpY190 ZXN0X2ZpbGU9DQphY19jdl9idWlsZD1pMzg2LXBvcnRibGQtZnJlZWJzZDUu MA0KYWNfY3ZfcHJvZ19DUFA9J2NjIC1FJw0KYWNfY3ZfcHJvZ19BV0s9bmF3 aw0KYWNfY3ZfZW52X2J1aWxkX2FsaWFzX3ZhbHVlPWkzODYtcG9ydGJsZC1m cmVlYnNkNS4wDQpsdF9jdl9wcm9nX2NjX3BpYz0nIC1mUElDJw0KbHRfY3Zf c3lzX2dsb2JhbF9zeW1ib2xfcGlwZT0nc2VkIC1uIC1lICdcJydzL14uKlsg CV1cKFtBQkNER0lTVFddW0FCQ0RHSVNUV10qXClbIAldWyAJXSpcKFwpXChb X0EtWmEtel1bX0EtWmEtejAtOV0qXCkkL1wxIFwyXDMgXDMvcCdcJycnDQps dF9jdl9kZXBsaWJzX2NoZWNrX21ldGhvZD1wYXNzX2FsbA0KYWNfY3ZfcHJv Z19hY19jdF9DQz1jYw0KbHRfY3ZfY29tcGlsZXJfb19sbz15ZXMNCmFjX2N2 X3RhcmdldD1pMzg2LXBvcnRibGQtZnJlZWJzZDUuMA0KYWNfY3ZfZW52X3Rh cmdldF9hbGlhc192YWx1ZT0NCmFjX2N2X2Vudl9DQ192YWx1ZT1jYw0KbHRf Y3ZfcGF0aF9OTT0nL3Vzci9iaW4vbm0gLUInDQphY19jdl9lbnZfQ1BQX3Nl dD0NCmFjX2N2X2hlYWRlcl9kbGZjbl9oPXllcw0KYWNfY3Zfb2JqZXh0PW8N Cg0KIyMgLS0tLS0tLS0tLS0gIyMNCiMjIGNvbmZkZWZzLmguICMjDQojIyAt LS0tLS0tLS0tLSAjIw0KDQojZGVmaW5lIFBBQ0tBR0VfTkFNRSAiIg0KI2Rl ZmluZSBQQUNLQUdFX1RBUk5BTUUgIiINCiNkZWZpbmUgUEFDS0FHRV9WRVJT SU9OICIiDQojZGVmaW5lIFBBQ0tBR0VfU1RSSU5HICIiDQojZGVmaW5lIFBB Q0tBR0VfQlVHUkVQT1JUICIiDQojZGVmaW5lIFNURENfSEVBREVSUyAxDQoj ZGVmaW5lIFBBQ0tBR0UgInNjcm9sbGtlZXBlciINCiNkZWZpbmUgVkVSU0lP TiAiMC4zLjEyIg0KI2RlZmluZSBIQVZFX1NZU19UWVBFU19IIDENCiNkZWZp bmUgSEFWRV9TWVNfU1RBVF9IIDENCiNkZWZpbmUgSEFWRV9TVERMSUJfSCAx DQojZGVmaW5lIEhBVkVfU1RSSU5HX0ggMQ0KI2RlZmluZSBIQVZFX01FTU9S WV9IIDENCiNkZWZpbmUgSEFWRV9TVFJJTkdTX0ggMQ0KI2RlZmluZSBIQVZF X0lOVFRZUEVTX0ggMQ0KI2RlZmluZSBIQVZFX1NURElOVF9IIDENCiNkZWZp bmUgSEFWRV9VTklTVERfSCAxDQojZGVmaW5lIEhBVkVfRExGQ05fSCAxDQoN CmNvbmZpZ3VyZTogZXhpdCAyDQo= --0-149344330-1051634451=:35230-- From owner-freebsd-gnome@FreeBSD.ORG Tue Apr 29 15:08:35 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 399B837B401 for ; Tue, 29 Apr 2003 15:08:35 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1609043F85 for ; Tue, 29 Apr 2003 15:08:34 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from mail3.nc.rr.com (fe3 [24.93.67.50])h3TM6xMq020018; Tue, 29 Apr 2003 18:06:59 -0400 (EDT) Received: from creme-brulee.marcuscom.com ([66.57.17.158]) by mail3.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Tue, 29 Apr 2003 18:05:34 -0400 Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h3TM5Zaa092704; Tue, 29 Apr 2003 18:05:35 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Matt Juszczak In-Reply-To: <20030429175659.D2203@atlantis.webaries.com> References: <20030429175659.D2203@atlantis.webaries.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-fvroREs6w2EuFN/9f0hr" Organization: MarcusCom, Inc. Message-Id: <1051654087.326.44.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 29 Apr 2003 18:08:07 -0400 X-Spam-Status: No, hits=-38.6 required=5.0 tests=BAYES_00,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: FreeBSD GNOME Users Subject: Re: Compile Error X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 22:08:35 -0000 --=-fvroREs6w2EuFN/9f0hr Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2003-04-29 at 17:57, Matt Juszczak wrote: > From: Matthew Juszczak > To: gnome@freebsd.org > Subject: Error report > Date: 29 Apr 2003 12:40:51 -0400 >=20 > Hello, >=20 > While trying to install the evolution mail client, I got the following: >=20 > ./configure.lineno: 6217: Syntax error: end of file unexpected (expecting > "fi") Try cd'ing to /usr/ports/textproc/scrollkeeper, make sure your ports tree is up-to-date, and do make clean && make install. I just built scrollkeeper on -CURRENT on a clean machine, and it works just fine. Joe > =3D=3D=3D> Script "configure" failed unexpectedly. > Please report the problem to gnome@FreeBSD.org [maintainer] and > attach the > "/usr/ports/textproc/scrollkeeper/work/scrollkeeper-0.3.12/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 >=20 > Attached is the config.log and output of "ls /var/db/pkg > pkgdb" >=20 > Thanks! >=20 > -Matt >=20 > ______________________________________________________________________ >=20 > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-fvroREs6w2EuFN/9f0hr Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+rvfHb2iPiv4Uz4cRAvFcAJ9ULPerXyjWaLz3TRLY2p6JbxjmgwCfchen OE/VffdBqwIULkpLUNUc7MU= =VOYU -----END PGP SIGNATURE----- --=-fvroREs6w2EuFN/9f0hr-- From owner-freebsd-gnome@FreeBSD.ORG Tue Apr 29 15:25:34 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 0D50B37B401 for ; Tue, 29 Apr 2003 15:25:34 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2344443FA3 for ; Tue, 29 Apr 2003 15:25:33 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from mail4.nc.rr.com (fe4 [24.93.67.51])h3TMNHgs022309; Tue, 29 Apr 2003 18:23:17 -0400 (EDT) Received: from creme-brulee.marcuscom.com ([66.57.17.158]) by mail4.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Tue, 29 Apr 2003 18:27:25 -0400 Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h3TMMUaa092834; Tue, 29 Apr 2003 18:22:40 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Elliot Tobin In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-WbU9eb6jpgXCGgPtHip8" Organization: MarcusCom, Inc. Message-Id: <1051655102.326.46.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 29 Apr 2003 18:25:02 -0400 X-Spam-Status: No, hits=-39.2 required=5.0 tests=BAYES_00,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,QUOTE_TWICE_1,REFERENCES, REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: FreeBSD GNOME Users Subject: Re: problem building gaim from ports X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 22:25:34 -0000 --=-WbU9eb6jpgXCGgPtHip8 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2003-04-29 at 14:39, Elliot Tobin wrote: > any fix available soon? Your pkgconfig port is too old. It says so in the error you get on your screen. You should install sysutils/portupgrade, and read the documentation on using it. It will help you keep ports and their dependencies up-to-date so things like this don't happen in the future. Joe >=20 >=20 > -=3D[ Elliot @ pixeltree.org ]=3D- >=20 >=20 > ______________________________________________________________________ >=20 > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-WbU9eb6jpgXCGgPtHip8 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+rvu9b2iPiv4Uz4cRAhZMAKCg3wO3VlhDuv+1ugAXntxDnAmHuACghMMf GapTmZY5jwRoaaHGpXKn7KE= =oE8L -----END PGP SIGNATURE----- --=-WbU9eb6jpgXCGgPtHip8-- From owner-freebsd-gnome@FreeBSD.ORG Tue Apr 29 16:00:23 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 760A037B405 for ; Tue, 29 Apr 2003 16:00:23 -0700 (PDT) Received: from beth.poprostu.pl (pf183.wroclaw.sdi.tpnet.pl [213.25.228.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1FDE43FD7 for ; Tue, 29 Apr 2003 16:00:21 -0700 (PDT) (envelope-from smyru@beth.poprostu.pl) Received: from beth.poprostu.pl (localhost [127.0.0.1]) by beth.poprostu.pl (8.12.3/8.12.6) with ESMTP id h3TMsPwl019254 for ; Wed, 30 Apr 2003 00:54:25 +0200 (CEST) (envelope-from smyru@beth.poprostu.pl) Received: (from smyru@localhost) by beth.poprostu.pl (8.12.3/8.12.6/Submit) id h3TMsNsg019253; Wed, 30 Apr 2003 00:54:23 +0200 (CEST) Date: Wed, 30 Apr 2003 00:51:46 +0200 From: Piero To: freebsd-gnome@freebsd.org Message-Id: <20030430005146.0556e742.piero@poprostu.pl> Organization: Poprostu X-Mailer: Sylpheed version 0.8.10claws (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: does py-gtk2 breaks old py-gtk? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 23:00:23 -0000 Hi, It seems like an install of py22-gtk-1.99.16 (x11-toolkits/py-gtk2) breaks py-gtk-0.6.10 and dependent applications without warning. I tried to install gDeskCal and it installed py22-gtk, and I had old py-gtk-0.6 required by the moleskine editor. Now it's dead. >From what I notice these are just 4 colliding files: /usr/local/lib/python2.2/site-packages/pygtk.pth /usr/local/lib/python2.2/site-packages/pygtk.py /usr/local/lib/python2.2/site-packages/pygtk.pyc /usr/local/lib/python2.2/site-packages/pygtk.pyo I am wondering whether any warning or checkout for older version would be helpful here? best, --- Piero piero@poprostu.pl From owner-freebsd-gnome@FreeBSD.ORG Tue Apr 29 16:28:57 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 3F0A837B401 for ; Tue, 29 Apr 2003 16:28:57 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F84F43FBD for ; Tue, 29 Apr 2003 16:28:56 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from mail5.nc.rr.com (fe5 [24.93.67.52])h3TNRSMq017329; Tue, 29 Apr 2003 19:27:29 -0400 (EDT) Received: from creme-brulee.marcuscom.com ([66.57.17.158]) by mail5.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Tue, 29 Apr 2003 19:25:49 -0400 Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h3TNPxaa093158; Tue, 29 Apr 2003 19:25:59 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Piero In-Reply-To: <20030430005146.0556e742.piero@poprostu.pl> References: <20030430005146.0556e742.piero@poprostu.pl> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-LWOhEoQUiWMu8baA0Jqq" Organization: MarcusCom, Inc. Message-Id: <1051658920.62146.6.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.2 (Preview Release) Date: 29 Apr 2003 19:28:41 -0400 X-Spam-Status: No, hits=-39.4 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,QUOTE_TWICE_1,REFERENCES, REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: freebsd-gnome@freebsd.org Subject: Re: does py-gtk2 breaks old py-gtk? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 23:28:57 -0000 --=-LWOhEoQUiWMu8baA0Jqq Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2003-04-29 at 18:51, Piero wrote: > Hi, >=20 > It seems like an install of py22-gtk-1.99.16 (x11-toolkits/py-gtk2) > breaks py-gtk-0.6.10 and dependent applications without warning. I tried > to install gDeskCal and it installed py22-gtk, and I had old py-gtk-0.6 > required by the moleskine editor. Now it's dead.=20 >=20 > >From what I notice these are just 4 colliding files: >=20 > /usr/local/lib/python2.2/site-packages/pygtk.pth > /usr/local/lib/python2.2/site-packages/pygtk.py > /usr/local/lib/python2.2/site-packages/pygtk.pyc > /usr/local/lib/python2.2/site-packages/pygtk.pyo >=20 > I am wondering whether any warning or checkout for older version would > be helpful here? There is a warning, and I just tested it: it works. If py-gtk is installed, py-gtk2 should fail to install unless you define BATCH.=20 Perhaps I should take out the BATCH check. Joe >=20 > best, > --- > Piero > piero@poprostu.pl >=20 > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-LWOhEoQUiWMu8baA0Jqq Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+rwqob2iPiv4Uz4cRAlegAJwP5ewgD913x3iKrupPXWxOXaJSLgCfT0lM BD1dHtii5ZDAnkp8/DW0M2c= =eT50 -----END PGP SIGNATURE----- --=-LWOhEoQUiWMu8baA0Jqq-- From owner-freebsd-gnome@FreeBSD.ORG Tue Apr 29 16:32:19 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 97EF337B401; Tue, 29 Apr 2003 16:32:19 -0700 (PDT) Received: from vectors.cx (manifold.vectors.cx [66.180.241.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C27E43FA3; Tue, 29 Apr 2003 16:32:19 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: from vectors.cx (196ea9e261cdb43238233ae72ce943a2@localhost [127.0.0.1]) by vectors.cx (8.12.8/8.12.8) with ESMTP id h3TNXIef022013; Tue, 29 Apr 2003 16:33:18 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.9/8.12.9/Submit) id h3TNXIdj022012; Tue, 29 Apr 2003 16:33:18 -0700 (PDT) Date: Tue, 29 Apr 2003 16:33:18 -0700 From: Adam Weinberger To: Joe Marcus Clarke Message-ID: <20030429233318.GJ25227@vectors.cx> References: <1051120433.410.66.camel@gyros> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <1051120433.410.66.camel@gyros> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-PGP-Key: http://www.vectors.cx/pgp.key.txt X-URL: http://www.vectors.cx User-Agent: Mutt/1.5.4i cc: FreeBSD GNOME Users Subject: Re: Any artistic people out there? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 23:32:19 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> (04.23.2003 @ 1053 PST): Joe Marcus Clarke said, in 0.8K: << > I was thinking, what about getting someone to design a FreeBSD'ish > splash screen and default background image for GNOME 2? Here's your > chance to be immortalized in future FreeBSD distributions. If you have > some ideas, please post them to the list. The best ones will be patched > into the GNOME 2 ports. > > Joe >> end of "Any artistic people out there?" from Joe Marcus Clarke << I made one. http://people.freebsd.org/~adamw/gnome-splash.jpg # Adam - -- Adam Weinberger vectors.cx >> adam@vectors.cx FreeBSD.org << adamw@FreeBSD.ORG #vim:set ts=8: 8-char tabs prevent tooth decay. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+rwu+o8KM2ULHQ/0RArq7AJ0QYplV2Lbuwnx6K/Qh4/7fP3wL5gCgpavP d0e4sLHqQsdGXx92qABGprw= =XbHA -----END PGP SIGNATURE----- From owner-freebsd-gnome@FreeBSD.ORG Tue Apr 29 16:41:03 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 0EA5E37B401; Tue, 29 Apr 2003 16:41:03 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBB1143FA3; Tue, 29 Apr 2003 16:40:59 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from mail4.nc.rr.com (fe4 [24.93.67.51])h3TNdMNK028857; Tue, 29 Apr 2003 19:39:36 -0400 (EDT) Received: from creme-brulee.marcuscom.com ([66.57.17.158]) by mail4.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Tue, 29 Apr 2003 19:42:45 -0400 Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h3TNbxaa093225; Tue, 29 Apr 2003 19:37:59 -0400 (EDT) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: Adam Weinberger In-Reply-To: <20030429233318.GJ25227@vectors.cx> References: <1051120433.410.66.camel@gyros> <20030429233318.GJ25227@vectors.cx> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-3IcHtw76kydvV7EIvM8Y" Organization: FreeBSD, Inc. Message-Id: <1051659641.62146.10.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.2 (Preview Release) Date: 29 Apr 2003 19:40:41 -0400 X-Spam-Status: No, hits=-39.4 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,QUOTE_TWICE_1,REFERENCES, REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: FreeBSD GNOME Users Subject: Re: Any artistic people out there? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 23:41:03 -0000 --=-3IcHtw76kydvV7EIvM8Y Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2003-04-29 at 19:33, Adam Weinberger wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > >> (04.23.2003 @ 1053 PST): Joe Marcus Clarke said, in 0.8K: << > > I was thinking, what about getting someone to design a FreeBSD'ish > > splash screen and default background image for GNOME 2? Here's your > > chance to be immortalized in future FreeBSD distributions. If you have > > some ideas, please post them to the list. The best ones will be patche= d > > into the GNOME 2 ports. > >=20 > > Joe > >> end of "Any artistic people out there?" from Joe Marcus Clarke << >=20 > I made one. >=20 > http://people.freebsd.org/~adamw/gnome-splash.jpg I don't know if this is really the message we're going for :-). Joe >=20 > # Adam >=20 >=20 > - -- > Adam Weinberger > vectors.cx >> adam@vectors.cx > FreeBSD.org << adamw@FreeBSD.ORG > #vim:set ts=3D8: 8-char tabs prevent tooth decay. > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.1 (FreeBSD) >=20 > iD8DBQE+rwu+o8KM2ULHQ/0RArq7AJ0QYplV2Lbuwnx6K/Qh4/7fP3wL5gCgpavP > d0e4sLHqQsdGXx92qABGprw=3D > =3DXbHA > -----END PGP SIGNATURE----- > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" --=20 Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org http://www.FreeBSD.org/gnome --=-3IcHtw76kydvV7EIvM8Y Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+rw15b2iPiv4Uz4cRAqpAAKCiiJqadHQ8wGsDhadsVz8yCgojeACfZ86Z DvgoZVvCTo8ahEY00dkheSI= =octT -----END PGP SIGNATURE----- --=-3IcHtw76kydvV7EIvM8Y-- From owner-freebsd-gnome@FreeBSD.ORG Wed Apr 30 01:16:06 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 F387037B401 for ; Wed, 30 Apr 2003 01:16:05 -0700 (PDT) Received: from beth.poprostu.pl (pf183.wroclaw.sdi.tpnet.pl [213.25.228.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63CB543F75 for ; Wed, 30 Apr 2003 01:16:04 -0700 (PDT) (envelope-from smyru@beth.poprostu.pl) Received: from beth.poprostu.pl (localhost [127.0.0.1]) by beth.poprostu.pl (8.12.3/8.12.6) with ESMTP id h3U8A7wl067391; Wed, 30 Apr 2003 10:10:07 +0200 (CEST) (envelope-from smyru@beth.poprostu.pl) Received: (from smyru@localhost) by beth.poprostu.pl (8.12.3/8.12.6/Submit) id h3U8A5IF067390; Wed, 30 Apr 2003 10:10:05 +0200 (CEST) Date: Wed, 30 Apr 2003 09:20:15 +0200 From: Piero To: Joe Marcus Clarke Message-Id: <20030430092015.624437ed.piero@poprostu.pl> In-Reply-To: <1051658920.62146.6.camel@shumai.marcuscom.com> References: <20030430005146.0556e742.piero@poprostu.pl> <1051658920.62146.6.camel@shumai.marcuscom.com> Organization: Poprostu X-Mailer: Sylpheed version 0.8.10claws (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable cc: gnome@freebsd.org Subject: Re: does py-gtk2 breaks old py-gtk? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2003 08:16:06 -0000 W li=B6cie otrzymanym 29 Apr 2003 19:28:41 -0400 od Joe Marcus Clarke : > On Tue, 2003-04-29 at 18:51, Piero wrote: > > Hi, > >=20 > > It seems like an install of py22-gtk-1.99.16 (x11-toolkits/py-gtk2) > > breaks py-gtk-0.6.10 and dependent applications without warning. I > > tried to install gDeskCal and it installed py22-gtk, and I had old > > py-gtk-0.6 required by the moleskine editor. Now it's dead.=20 > >=20 > > >From what I notice these are just 4 colliding files: > >=20 > > /usr/local/lib/python2.2/site-packages/pygtk.pth > > /usr/local/lib/python2.2/site-packages/pygtk.py > > /usr/local/lib/python2.2/site-packages/pygtk.pyc > > /usr/local/lib/python2.2/site-packages/pygtk.pyo > >=20 > > I am wondering whether any warning or checkout for older version > > would be helpful here? >=20 > There is a warning, and I just tested it: it works. If py-gtk is > installed, py-gtk2 should fail to install unless you define BATCH.=20 > Perhaps I should take out the BATCH check. Oh, yeah. I got the BATCH set. Thanks Joe. --- Piero piero@poprostu.pl From owner-freebsd-gnome@FreeBSD.ORG Wed Apr 30 10:07:16 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 9EF2237B401 for ; Wed, 30 Apr 2003 10:07:16 -0700 (PDT) Received: from reiteration.net (pc-62-31-233-54-se.blueyonder.co.uk [62.31.233.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4F0B43F3F for ; Wed, 30 Apr 2003 10:07:15 -0700 (PDT) (envelope-from jfm@fbsd.reiteration.net) Received: from localhost ([127.0.0.1] helo=fbsd.reiteration.net) by reiteration.net with esmtp (Exim 3.36 #1) id 19Av33-000Jyy-00 for gnome@freebsd.org; Wed, 30 Apr 2003 18:07:13 +0100 Received: (from jfm@localhost) by fbsd.reiteration.net (8.12.8p1/8.12.8/Submit) id h3UH7DRZ076815 for gnome@freebsd.org; Wed, 30 Apr 2003 18:07:13 +0100 (BST) Date: Wed, 30 Apr 2003 18:07:13 +0100 From: John To: gnome@freebsd.org Message-ID: <20030430170713.GA19580@reiteration.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Subject: SOUP 0.7 fails to compile on FreeBSD-4.8-RELEASE X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2003 17:07:17 -0000 Hello Having the following problem with /usr/ports/devel/soup. I freshly downloaded this a few minutes ago from cvsup.uk.freebsd.org. It gives the following error: Making all in soup-httpd /bin/sh ../../libtool --mode=link cc -O -pipe -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -o soup-httpd soup-httpd.o -L/usr/local/lib -lpopt ../../src/libsoup/libsoup.la -L/usr/local/lib cc -O -pipe -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -o .libs/soup-httpd soup-httpd.o -L/usr/local/lib -lpopt ../../src/libsoup/.libs/libsoup.so -lglib12 -lxml -lz -L/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib soup-httpd.o: In function `soup_httpd_load_module': soup-httpd.o(.text+0x3f): undefined reference to `g_module_open' soup-httpd.o(.text+0x50): undefined reference to `g_module_error' soup-httpd.o(.text+0x7a): undefined reference to `g_module_symbol' soup-httpd.o: In function `main': soup-httpd.o(.text+0xe0): undefined reference to `g_module_supported' *** Error code 1 Stop in /home/system/ports/devel/soup/work/soup-0.7.11/src/soup-httpd. *** Error code 1 Let me know if you need any more system information. I am running freebsd 4.8 -release cvsupped from about 3 days ago. cheers -- John - jfm@reiteration.net - http://www.reiteration.net/~jfm For PGP public key finger jfm@reiteration.net or see webpage From owner-freebsd-gnome@FreeBSD.ORG Wed Apr 30 10:34:33 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 B94C937B401 for ; Wed, 30 Apr 2003 10:34:33 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2BC743F75 for ; Wed, 30 Apr 2003 10:34:30 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from mail4.nc.rr.com (fe4 [24.93.67.51])h3UHTihC015883; Wed, 30 Apr 2003 13:29:45 -0400 (EDT) Received: from creme-brulee.marcuscom.com ([66.57.17.158]) by mail4.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Wed, 30 Apr 2003 13:36:27 -0400 Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h3UHVZaa009653; Wed, 30 Apr 2003 13:31:36 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: John In-Reply-To: <20030430170713.GA19580@reiteration.net> References: <20030430170713.GA19580@reiteration.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-lEuC7Ac1nWNE69XQLw7T" Organization: MarcusCom, Inc. Message-Id: <1051724053.357.19.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 30 Apr 2003 13:34:13 -0400 X-Spam-Status: No, hits=-39.2 required=5.0 tests=BAYES_00,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,QUOTE_TWICE_1,REFERENCES, REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: FreeBSD GNOME Users Subject: Re: SOUP 0.7 fails to compile on FreeBSD-4.8-RELEASE X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2003 17:34:34 -0000 --=-lEuC7Ac1nWNE69XQLw7T Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2003-04-30 at 13:07, John wrote: > Hello >=20 > Having the following problem with /usr/ports/devel/soup. I freshly > downloaded this a few minutes ago from cvsup.uk.freebsd.org. It gives > the following error: Rebuild devel/glib12. Joe >=20 >=20 > Making all in soup-httpd > /bin/sh ../../libtool --mode=3Dlink cc -O -pipe -Wall > -Wstrict-prototypes -Wmissing-declarations > -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -o > soup-httpd soup-httpd.o -L/usr/local/lib -lpopt > ../../src/libsoup/libsoup.la -L/usr/local/lib > cc -O -pipe -Wall -Wstrict-prototypes -Wmissing-declarations > -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -o > .libs/soup-httpd soup-httpd.o -L/usr/local/lib -lpopt > ../../src/libsoup/.libs/libsoup.so -lglib12 -lxml -lz -L/usr/local/lib > -Wl,--rpath -Wl,/usr/local/lib > soup-httpd.o: In function `soup_httpd_load_module': > soup-httpd.o(.text+0x3f): undefined reference to `g_module_open' > soup-httpd.o(.text+0x50): undefined reference to `g_module_error' > soup-httpd.o(.text+0x7a): undefined reference to `g_module_symbol' > soup-httpd.o: In function `main': > soup-httpd.o(.text+0xe0): undefined reference to `g_module_supported' > *** Error code 1 >=20 > Stop in /home/system/ports/devel/soup/work/soup-0.7.11/src/soup-httpd. > *** Error code 1 >=20 > Let me know if you need any more system information. I am running > freebsd 4.8 -release cvsupped from about 3 days ago. >=20 > cheers --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-lEuC7Ac1nWNE69XQLw7T Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+sAkVb2iPiv4Uz4cRAjR2AKCXDiLSMms9EKQGO/k7NFlStvEJ2ACgjSqr P0PohWCBV/ix+4Q0a5Oael8= =V0wQ -----END PGP SIGNATURE----- --=-lEuC7Ac1nWNE69XQLw7T-- From owner-freebsd-gnome@FreeBSD.ORG Wed Apr 30 18:59:24 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 9973D37B410 for ; Wed, 30 Apr 2003 18:59:24 -0700 (PDT) Received: from kiwi-computer.com (megan.kiwi-computer.com [63.224.10.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 87B7243FBD for ; Wed, 30 Apr 2003 18:59:23 -0700 (PDT) (envelope-from rick@kiwi-computer.com) Received: (qmail 98987 invoked by uid 2001); 1 May 2003 01:59:22 -0000 Message-ID: <20030501015922.98986.qmail@kiwi-computer.com> From: rick@kiwi-computer.com To: gnome@freebsd.org Date: Wed, 30 Apr 2003 20:59:22 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Subject: GNOME 2.0 bindings for GUILE X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2003 01:59:25 -0000 Hello! I hate to bother you with this request; you've done a tremendous job of porting GNOME 1.0 & 2.0 to FreeBSD and I've really enjoyed using both, from a user's standpoint as well as a developer's. I've recently shifted gears from developing gtk+ 1.2 to using full-fledged GNOME 2.0 with the entire suite of GUILE, libgda, GLADE, etc. Anyways I noticed GUILE and the GNOME/GTK 2.0 bindings for GUILE were unavailable as a FreeBSD port/package. I was wondering if there were plans to port guile-gtk-2.0 separate from guile-gtk-1.2 and if those plans were anticipating near-future involvement. In any case I would be willing to help in any way possible to assist in getting this ported soon. I have a few machines running 5.0-RELEASE and a free machine or two to put -CURRENT or whatnot on. Please let me know if I can be of any help; I'm anxious to see this version ported. Thanks in advance, -- Rick C. Petty Senior Software Engineer, KIWI Computer --------------------------------------------------------------- rick@kiwi-computer.com http://www.kiwi-computer.com/ From owner-freebsd-gnome@FreeBSD.ORG Wed Apr 30 19:26:09 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 212DE37B407 for ; Wed, 30 Apr 2003 19:26:09 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2840F43F3F for ; Wed, 30 Apr 2003 19:26:05 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from mail5.nc.rr.com (fe5 [24.93.67.52])h412LKhA019717; Wed, 30 Apr 2003 22:21:20 -0400 (EDT) Received: from creme-brulee.marcuscom.com ([66.57.17.158]) by mail5.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Wed, 30 Apr 2003 22:23:01 -0400 Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h412NAaa013242; Wed, 30 Apr 2003 22:23:10 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: rick@kiwi-computer.com In-Reply-To: <20030501015922.98986.qmail@kiwi-computer.com> References: <20030501015922.98986.qmail@kiwi-computer.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-2hzqFvN4yOQGZ5ZfzGc5" Organization: MarcusCom, Inc. Message-Id: <1051755960.48533.6.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.2 (Preview Release) Date: 30 Apr 2003 22:26:00 -0400 X-Spam-Status: No, hits=-38.8 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: FreeBSD GNOME Users Subject: Re: GNOME 2.0 bindings for GUILE X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2003 02:26:09 -0000 --=-2hzqFvN4yOQGZ5ZfzGc5 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2003-04-30 at 21:59, rick@kiwi-computer.com wrote: > Anyways I noticed GUILE and the GNOME/GTK 2.0 bindings for GUILE were > unavailable as a FreeBSD port/package. I was wondering if there were > plans to port guile-gtk-2.0 separate from guile-gtk-1.2 and if those plan= s > were anticipating near-future involvement. =20 This could be done. I don't think anyone's asked for it yet. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-2hzqFvN4yOQGZ5ZfzGc5 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+sIW4b2iPiv4Uz4cRAoLhAKCQ+abIZsew7ABsOOQrwLanqia9QQCfZmgp DxP8If00ux7dX4La3Nd4PAQ= =LG+A -----END PGP SIGNATURE----- --=-2hzqFvN4yOQGZ5ZfzGc5-- From owner-freebsd-gnome@FreeBSD.ORG Wed Apr 30 20:36:24 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 28BD137B401 for ; Wed, 30 Apr 2003 20:36:24 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EAED43FB1 for ; Wed, 30 Apr 2003 20:36:23 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from mail3.nc.rr.com (fe3 [24.93.67.50])h413VchA009881; Wed, 30 Apr 2003 23:31:38 -0400 (EDT) Received: from creme-brulee.marcuscom.com ([66.57.17.158]) by mail3.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Wed, 30 Apr 2003 23:33:33 -0400 Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h413XMaa013604; Wed, 30 Apr 2003 23:33:22 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: rick@kiwi-computer.com In-Reply-To: <20030501015922.98986.qmail@kiwi-computer.com> References: <20030501015922.98986.qmail@kiwi-computer.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-W/cxtOQwopPtyh7RPIyI" Organization: MarcusCom, Inc. Message-Id: <1051760172.48533.14.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.2 (Preview Release) Date: 30 Apr 2003 23:36:12 -0400 X-Spam-Status: No, hits=-39.4 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,QUOTE_TWICE_1,REFERENCES, REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: FreeBSD GNOME Users Subject: Re: GNOME 2.0 bindings for GUILE X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2003 03:36:24 -0000 --=-W/cxtOQwopPtyh7RPIyI Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2003-04-30 at 21:59, rick@kiwi-computer.com wrote: > Hello! I hate to bother you with this request; you've done a tremendous > job of porting GNOME 1.0 & 2.0 to FreeBSD and I've really enjoyed using > both, from a user's standpoint as well as a developer's. I've recently > shifted gears from developing gtk+ 1.2 to using full-fledged GNOME 2.0 wi= th > the entire suite of GUILE, libgda, GLADE, etc. Are you actually using the guile bindings for GNOME? It looks like I might be able to get the GNOME 2 bindings working if I upgrade guile to 1.6.4. If I do that, I'm pretty sure I won't be able to preserve the GNOME 1 bindings. I will, however, be able to maintain the GTK+-1.2 guile bindings. Joe >=20 > Anyways I noticed GUILE and the GNOME/GTK 2.0 bindings for GUILE were > unavailable as a FreeBSD port/package. I was wondering if there were > plans to port guile-gtk-2.0 separate from guile-gtk-1.2 and if those plan= s > were anticipating near-future involvement. In any case I would be willin= g > to help in any way possible to assist in getting this ported soon. I hav= e > a few machines running 5.0-RELEASE and a free machine or two to put > -CURRENT or whatnot on. Please let me know if I can be of any help; I'm > anxious to see this version ported. Thanks in advance, >=20 > -- Rick C. Petty Senior Software Engineer, KIWI Computer > --------------------------------------------------------------- > rick@kiwi-computer.com http://www.kiwi-computer.com/ > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-W/cxtOQwopPtyh7RPIyI Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+sJYsb2iPiv4Uz4cRAmtnAJ9GLQTTGhweetaBmGQIdNBZaTDJAQCeIir9 5IjLJFFUAH/Wq9n/2l/6Yso= =dUPd -----END PGP SIGNATURE----- --=-W/cxtOQwopPtyh7RPIyI-- From owner-freebsd-gnome@FreeBSD.ORG Thu May 1 05:07:04 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 7591437B401 for ; Thu, 1 May 2003 05:07:04 -0700 (PDT) Received: from fed1mtao08.cox.net (fed1mtao08.cox.net [68.6.19.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id D001843F3F for ; Thu, 1 May 2003 05:07:03 -0700 (PDT) (envelope-from ydg@cox.net) Received: from benedict.sd.cox.net ([68.101.204.178]) by fed1mtao08.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with SMTP id <20030501120659.HHKZ29397.fed1mtao08.cox.net@benedict.sd.cox.net> for ; Thu, 1 May 2003 08:06:59 -0400 Date: Thu, 1 May 2003 05:06:51 -0700 From: ydg To: gnome@FreeBSD.org Message-Id: <20030501050651.0f0e711f.ydg@cox.net> X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart_Thu__1_May_2003_05:06:51_-0700_08188000" Subject: galeon2 compilation X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2003 12:07:04 -0000 This is a multi-part message in MIME format. --Multipart_Thu__1_May_2003_05:06:51_-0700_08188000 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Not sure if this is just a problem with my system, or the Makefile. I did have 1.3.4 installed before [portupgrade from 1.3.3] and that seemed to compile and install fine. But i uninstalled and now that i try to reinstall, it cant seem to find 'mozilla-gtkmozembed'. yussef --Multipart_Thu__1_May_2003_05:06:51_-0700_08188000 Content-Type: application/octet-stream; name="config.log" Content-Disposition: attachment; filename="config.log" Content-Transfer-Encoding: base64 VGhpcyBmaWxlIGNvbnRhaW5zIGFueSBtZXNzYWdlcyBwcm9kdWNlZCBieSBjb21waWxlcnMgd2hp bGUKcnVubmluZyBjb25maWd1cmUsIHRvIGFpZCBkZWJ1Z2dpbmcgaWYgY29uZmlndXJlIG1ha2Vz IGEgbWlzdGFrZS4KCkl0IHdhcyBjcmVhdGVkIGJ5IGNvbmZpZ3VyZSwgd2hpY2ggd2FzCmdlbmVy YXRlZCBieSBHTlUgQXV0b2NvbmYgMi41Ny4gIEludm9jYXRpb24gY29tbWFuZCBsaW5lIHdhcwoK ICAkIC4vY29uZmlndXJlIC0td2l0aC1tb3ppbGxhLWluY2x1ZGVzPS91c3IvWDExUjYvaW5jbHVk ZS9tb3ppbGxhIC0td2l0aC1tb3ppbGxhLWxpYnM9L3Vzci9YMTFSNi9saWIvbW96aWxsYS1ndGsy IC0tZW5hYmxlLW5hdXRpbHVzLXZpZXc9bm8gLS13aXRoLW1vemlsbGEtc25hcHNob3Q9MS4zIC0t eC1saWJyYXJpZXM9L3Vzci9YMTFSNi9saWIgLS14LWluY2x1ZGVzPS91c3IvWDExUjYvaW5jbHVk ZSAtLWxvY2Fsc3RhdGVkaXI9L3Vzci9YMTFSNi9zaGFyZS9nbm9tZSAtLWRhdGFkaXI9L3Vzci9Y MTFSNi9zaGFyZS9nbm9tZSAtLXdpdGgtaHRtbC1kaXI9L3Vzci9YMTFSNi9zaGFyZS9kb2MgLS1k aXNhYmxlLWd0ay1kb2MgLS13aXRoLWdjb25mLXNvdXJjZT14bWw6Oi91c3IvWDExUjYvZXRjL2dj b25mL2djb25mLnhtbC5kZWZhdWx0cyAtLXByZWZpeD0vdXNyL1gxMVI2IC0tYnVpbGQ9aTM4Ni1w b3J0YmxkLWZyZWVic2Q0LjcKCiMjIC0tLS0tLS0tLSAjIwojIyBQbGF0Zm9ybS4gIyMKIyMgLS0t LS0tLS0tICMjCgpob3N0bmFtZSA9IGJlbmVkaWN0LnNkLmNveC5uZXQKdW5hbWUgLW0gPSBpMzg2 CnVuYW1lIC1yID0gNC43LVJFTEVBU0UtcDYKdW5hbWUgLXMgPSBGcmVlQlNECnVuYW1lIC12ID0g RnJlZUJTRCA0LjctUkVMRUFTRS1wNiAjMDogTW9uIEZlYiAyNCAyMjoyMjo1NyBQU1QgMjAwMyAg ICAgcm9vdEBiZW5lZGljdC5zZC5jb3gubmV0Oi91c3Ivb2JqL3Vzci9zcmMvc3lzL0JFTkVESUNU IAoKL3Vzci9iaW4vdW5hbWUgLXAgPSBpMzg2Ci9iaW4vdW5hbWUgLVggICAgID0gdW5rbm93bgoK L2Jpbi9hcmNoICAgICAgICAgICAgICA9IHVua25vd24KL3Vzci9iaW4vYXJjaCAtayAgICAgICA9 IHVua25vd24KL3Vzci9jb252ZXgvZ2V0c3lzaW5mbyA9IHVua25vd24KaG9zdGluZm8gICAgICAg ICAgICAgICA9IHVua25vd24KL2Jpbi9tYWNoaW5lICAgICAgICAgICA9IHVua25vd24KL3Vzci9i aW4vb3NsZXZlbCAgICAgICA9IHVua25vd24KL2Jpbi91bml2ZXJzZSAgICAgICAgICA9IHVua25v d24KClBBVEg6IC91c3IvbG9jYWwvZGlzdGNjClBBVEg6IC9zYmluClBBVEg6IC91c3Ivc2JpbgpQ QVRIOiAvYmluClBBVEg6IC91c3IvYmluClBBVEg6IC91c3IvbG9jYWwvc2JpbgpQQVRIOiAvdXNy L2xvY2FsL2JpbgpQQVRIOiAvdXNyL1gxMVI2L2JpbgoKCiMjIC0tLS0tLS0tLS0tICMjCiMjIENv cmUgdGVzdHMuICMjCiMjIC0tLS0tLS0tLS0tICMjCgpjb25maWd1cmU6MTU3NTogY2hlY2tpbmcg Zm9yIGEgQlNELWNvbXBhdGlibGUgaW5zdGFsbApjb25maWd1cmU6MTYyOTogcmVzdWx0OiAvdXNy L2Jpbi9pbnN0YWxsIC1jIC1vIHJvb3QgLWcgd2hlZWwKY29uZmlndXJlOjE2NDA6IGNoZWNraW5n IHdoZXRoZXIgYnVpbGQgZW52aXJvbm1lbnQgaXMgc2FuZQpjb25maWd1cmU6MTY4MzogcmVzdWx0 OiB5ZXMKY29uZmlndXJlOjE3MTY6IGNoZWNraW5nIGZvciBnYXdrCmNvbmZpZ3VyZToxNzQ1OiBy ZXN1bHQ6IG5vCmNvbmZpZ3VyZToxNzE2OiBjaGVja2luZyBmb3IgbWF3awpjb25maWd1cmU6MTc0 NTogcmVzdWx0OiBubwpjb25maWd1cmU6MTcxNjogY2hlY2tpbmcgZm9yIG5hd2sKY29uZmlndXJl OjE3MzI6IGZvdW5kIC91c3IvYmluL25hd2sKY29uZmlndXJlOjE3NDI6IHJlc3VsdDogbmF3awpj b25maWd1cmU6MTc1MjogY2hlY2tpbmcgd2hldGhlciBnbWFrZSBzZXRzICQoTUFLRSkKY29uZmln dXJlOjE3NzI6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZToxOTM5OiBjaGVja2luZyB3aGV0aGVyIHRv IGVuYWJsZSBtYWludGFpbmVyLXNwZWNpZmljIHBvcnRpb25zIG9mIE1ha2VmaWxlcwpjb25maWd1 cmU6MTk0ODogcmVzdWx0OiBubwpjb25maWd1cmU6MTk5ODogY2hlY2tpbmcgYnVpbGQgc3lzdGVt IHR5cGUKY29uZmlndXJlOjIwMTY6IHJlc3VsdDogaTM4Ni1wb3J0YmxkLWZyZWVic2Q0LjcKY29u ZmlndXJlOjIwMjQ6IGNoZWNraW5nIGhvc3Qgc3lzdGVtIHR5cGUKY29uZmlndXJlOjIwMzg6IHJl c3VsdDogaTM4Ni1wb3J0YmxkLWZyZWVic2Q0LjcKY29uZmlndXJlOjIwNTc6IGNoZWNraW5nIGZv ciBzdHlsZSBvZiBpbmNsdWRlIHVzZWQgYnkgZ21ha2UKY29uZmlndXJlOjIwODU6IHJlc3VsdDog R05VCmNvbmZpZ3VyZToyMTU2OiBjaGVja2luZyBmb3IgZ2NjCmNvbmZpZ3VyZToyMTgyOiByZXN1 bHQ6IGNjCmNvbmZpZ3VyZToyNDI2OiBjaGVja2luZyBmb3IgQyBjb21waWxlciB2ZXJzaW9uCmNv bmZpZ3VyZToyNDI5OiBjYyAtLXZlcnNpb24gPC9kZXYvbnVsbCA+JjUKMi45NS40CmNvbmZpZ3Vy ZToyNDMyOiAkPyA9IDAKY29uZmlndXJlOjI0MzQ6IGNjIC12IDwvZGV2L251bGwgPiY1ClVzaW5n IGJ1aWx0aW4gc3BlY3MuCmdjYyB2ZXJzaW9uIDIuOTUuNCAyMDAyMDMyMCBbRnJlZUJTRF0KY29u ZmlndXJlOjI0Mzc6ICQ/ID0gMApjb25maWd1cmU6MjQzOTogY2MgLVYgPC9kZXYvbnVsbCA+JjUK Y2M6IGFyZ3VtZW50IHRvIGAtVicgaXMgbWlzc2luZwpjb25maWd1cmU6MjQ0MjogJD8gPSAxCmNv bmZpZ3VyZToyNDY2OiBjaGVja2luZyBmb3IgQyBjb21waWxlciBkZWZhdWx0IG91dHB1dApjb25m aWd1cmU6MjQ2OTogY2MgLU8gLXBpcGUgLW1hcmNoPWs2IC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1J L3Vzci9YMTFSNi9pbmNsdWRlIC1EX1RIUkVBRF9TQUZFICBjb25mdGVzdC5jIC1ML3Vzci9sb2Nh bC9saWIgLXB0aHJlYWQgPiY1CmNvbmZpZ3VyZToyNDcyOiAkPyA9IDAKY29uZmlndXJlOjI1MTg6 IHJlc3VsdDogYS5vdXQKY29uZmlndXJlOjI1MjM6IGNoZWNraW5nIHdoZXRoZXIgdGhlIEMgY29t cGlsZXIgd29ya3MKY29uZmlndXJlOjI1Mjk6IC4vYS5vdXQKY29uZmlndXJlOjI1MzI6ICQ/ID0g MApjb25maWd1cmU6MjU0OTogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjI1NTY6IGNoZWNraW5nIHdo ZXRoZXIgd2UgYXJlIGNyb3NzIGNvbXBpbGluZwpjb25maWd1cmU6MjU1ODogcmVzdWx0OiBubwpj b25maWd1cmU6MjU2MTogY2hlY2tpbmcgZm9yIHN1ZmZpeCBvZiBleGVjdXRhYmxlcwpjb25maWd1 cmU6MjU2MzogY2MgLW8gY29uZnRlc3QgLU8gLXBpcGUgLW1hcmNoPWs2IC1JL3Vzci9sb2NhbC9p bmNsdWRlIC1JL3Vzci9YMTFSNi9pbmNsdWRlIC1EX1RIUkVBRF9TQUZFICBjb25mdGVzdC5jIC1M L3Vzci9sb2NhbC9saWIgLXB0aHJlYWQgPiY1CmNvbmZpZ3VyZToyNTY2OiAkPyA9IDAKY29uZmln dXJlOjI1OTE6IHJlc3VsdDogCmNvbmZpZ3VyZToyNTk3OiBjaGVja2luZyBmb3Igc3VmZml4IG9m IG9iamVjdCBmaWxlcwpjb25maWd1cmU6MjYxOTogY2MgLWMgLU8gLXBpcGUgLW1hcmNoPWs2IC1J L3Vzci9sb2NhbC9pbmNsdWRlIC1JL3Vzci9YMTFSNi9pbmNsdWRlIC1EX1RIUkVBRF9TQUZFIGNv bmZ0ZXN0LmMgPiY1CmNvbmZpZ3VyZToyNjIyOiAkPyA9IDAKY29uZmlndXJlOjI2NDQ6IHJlc3Vs dDogbwpjb25maWd1cmU6MjY0ODogY2hlY2tpbmcgd2hldGhlciB3ZSBhcmUgdXNpbmcgdGhlIEdO VSBDIGNvbXBpbGVyCmNvbmZpZ3VyZToyNjczOiBjYyAtYyAtTyAtcGlwZSAtbWFyY2g9azYgLUkv dXNyL2xvY2FsL2luY2x1ZGUgLUkvdXNyL1gxMVI2L2luY2x1ZGUgLURfVEhSRUFEX1NBRkUgY29u ZnRlc3QuYyA+JjUKY29uZmlndXJlOjI2NzY6ICQ/ID0gMApjb25maWd1cmU6MjY3OTogdGVzdCAt cyBjb25mdGVzdC5vCmNvbmZpZ3VyZToyNjgyOiAkPyA9IDAKY29uZmlndXJlOjI2OTU6IHJlc3Vs dDogeWVzCmNvbmZpZ3VyZToyNzAxOiBjaGVja2luZyB3aGV0aGVyIGNjIGFjY2VwdHMgLWcKY29u ZmlndXJlOjI3MjM6IGNjIC1jIC1nIC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1JL3Vzci9YMTFSNi9p bmNsdWRlIC1EX1RIUkVBRF9TQUZFIGNvbmZ0ZXN0LmMgPiY1CmNvbmZpZ3VyZToyNzI2OiAkPyA9 IDAKY29uZmlndXJlOjI3Mjk6IHRlc3QgLXMgY29uZnRlc3Qubwpjb25maWd1cmU6MjczMjogJD8g PSAwCmNvbmZpZ3VyZToyNzQzOiByZXN1bHQ6IHllcwpjb25maWd1cmU6Mjc2MDogY2hlY2tpbmcg Zm9yIGNjIG9wdGlvbiB0byBhY2NlcHQgQU5TSSBDCmNvbmZpZ3VyZToyODIxOiBjYyAgLWMgLU8g LXBpcGUgLW1hcmNoPWs2IC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1JL3Vzci9YMTFSNi9pbmNsdWRl IC1EX1RIUkVBRF9TQUZFIGNvbmZ0ZXN0LmMgPiY1CmNvbmZpZ3VyZToyODI0OiAkPyA9IDAKY29u ZmlndXJlOjI4Mjc6IHRlc3QgLXMgY29uZnRlc3Qubwpjb25maWd1cmU6MjgzMDogJD8gPSAwCmNv bmZpZ3VyZToyODQ4OiByZXN1bHQ6IG5vbmUgbmVlZGVkCmNvbmZpZ3VyZToyODY2OiBjYyAtYyAt TyAtcGlwZSAtbWFyY2g9azYgLUkvdXNyL2xvY2FsL2luY2x1ZGUgLUkvdXNyL1gxMVI2L2luY2x1 ZGUgLURfVEhSRUFEX1NBRkUgY29uZnRlc3QuYyA+JjUKY29uZnRlc3QuYzoyOiBzeW50YXggZXJy b3IgYmVmb3JlIGBtZScKY29uZmlndXJlOjI4Njk6ICQ/ID0gMQpjb25maWd1cmU6IGZhaWxlZCBw cm9ncmFtIHdhczoKfCAjaWZuZGVmIF9fY3BsdXNwbHVzCnwgICBjaG9rZSBtZQp8ICNlbmRpZgpj b25maWd1cmU6Mjk4MDogY2hlY2tpbmcgZGVwZW5kZW5jeSBzdHlsZSBvZiBjYwpjb25maWd1cmU6 MzA0ODogcmVzdWx0OiBnY2MKY29uZmlndXJlOjMwODc6IGNoZWNraW5nIGZvciBsZCB1c2VkIGJ5 IEdDQwpjb25maWd1cmU6MzE1MDogcmVzdWx0OiAvdXNyL2xpYmV4ZWMvZWxmL2xkCmNvbmZpZ3Vy ZTozMTU5OiBjaGVja2luZyBpZiB0aGUgbGlua2VyICgvdXNyL2xpYmV4ZWMvZWxmL2xkKSBpcyBH TlUgbGQKR05VIGxkIHZlcnNpb24gMi4xMi4xIFtGcmVlQlNEXSAyMDAyLTA3LTIwCmNvbmZpZ3Vy ZTozMTcxOiByZXN1bHQ6IHllcwpjb25maWd1cmU6MzE3NjogY2hlY2tpbmcgZm9yIC91c3IvbGli ZXhlYy9lbGYvbGQgb3B0aW9uIHRvIHJlbG9hZCBvYmplY3QgZmlsZXMKY29uZmlndXJlOjMxODM6 IHJlc3VsdDogLXIKY29uZmlndXJlOjMxODg6IGNoZWNraW5nIGZvciBCU0QtY29tcGF0aWJsZSBu bQpjb25maWd1cmU6MzIyNDogcmVzdWx0OiAvdXNyL2Jpbi9ubSAtQgpjb25maWd1cmU6MzIyNzog Y2hlY2tpbmcgZm9yIGEgc2VkIHRoYXQgZG9lcyBub3QgdHJ1bmNhdGUgb3V0cHV0CmNvbmZpZ3Vy ZTozMzA5OiByZXN1bHQ6IC91c3IvYmluL3NlZApjb25maWd1cmU6MzMxMjogY2hlY2tpbmcgd2hl dGhlciBsbiAtcyB3b3Jrcwpjb25maWd1cmU6MzMxNjogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjMz MjM6IGNoZWNraW5nIGhvdyB0byByZWNvZ25pc2UgZGVwZW5kZW50IGxpYnJhcmllcwpjb25maWd1 cmU6MzUwNDogcmVzdWx0OiBwYXNzX2FsbApjb25maWd1cmU6MzUxNzogY2hlY2tpbmcgY29tbWFu ZCB0byBwYXJzZSAvdXNyL2Jpbi9ubSAtQiBvdXRwdXQKY29uZmlndXJlOjM2MDE6IGNjIC1jIC1P IC1waXBlIC1tYXJjaD1rNiAtSS91c3IvbG9jYWwvaW5jbHVkZSAtSS91c3IvWDExUjYvaW5jbHVk ZSAtRF9USFJFQURfU0FGRSBjb25mdGVzdC5jID4mNQpjb25maWd1cmU6MzYwNDogJD8gPSAwCmNv bmZpZ3VyZTozNjA4OiAvdXNyL2Jpbi9ubSAtQiBjb25mdGVzdC5vIFx8IHNlZCAtbiAtZSAncy9e LipbIAldXChbQUJDREdJU1RXXVtBQkNER0lTVFddKlwpWyAJXVsgCV0qXChcKVwoW19BLVphLXpd W19BLVphLXowLTldKlwpJC9cMSBcMlwzIFwzL3AnIFw+IGNvbmZ0ZXN0Lm5tCmNvbmZpZ3VyZToz NjExOiAkPyA9IDAKY29uZmlndXJlOjM2NjM6IGNjIC1vIGNvbmZ0ZXN0IC1PIC1waXBlIC1tYXJj aD1rNiAtSS91c3IvbG9jYWwvaW5jbHVkZSAtSS91c3IvWDExUjYvaW5jbHVkZSAtRF9USFJFQURf U0FGRSAgY29uZnRlc3QuYyBjb25mdHN0bS5vID4mNQpjb25maWd1cmU6MzY2NjogJD8gPSAwCmNv bmZpZ3VyZTozNzEwOiByZXN1bHQ6IG9rCmNvbmZpZ3VyZTozNzE5OiBjaGVja2luZyBob3cgdG8g cnVuIHRoZSBDIHByZXByb2Nlc3Nvcgpjb25maWd1cmU6Mzc1NTogY2MgLUUgLUkvdXNyL2xvY2Fs L2luY2x1ZGUgLUkvdXNyL1gxMVI2L2luY2x1ZGUgLURfVEhSRUFEX1NBRkUgY29uZnRlc3QuYwpj b25maWd1cmU6Mzc2MTogJD8gPSAwCmNvbmZpZ3VyZTozNzkzOiBjYyAtRSAtSS91c3IvbG9jYWwv aW5jbHVkZSAtSS91c3IvWDExUjYvaW5jbHVkZSAtRF9USFJFQURfU0FGRSBjb25mdGVzdC5jCmNv bmZpZ3VyZTozNzk1OiBhY19ub25leGlzdGVudC5oOiBObyBzdWNoIGZpbGUgb3IgZGlyZWN0b3J5 CmNvbmZpZ3VyZTozNzk5OiAkPyA9IDEKY29uZmlndXJlOiBmYWlsZWQgcHJvZ3JhbSB3YXM6Cnwg I2xpbmUgMzc4NSAiY29uZmlndXJlIgp8IC8qIGNvbmZkZWZzLmguICAqLwp8IAp8ICNkZWZpbmUg UEFDS0FHRV9OQU1FICIiCnwgI2RlZmluZSBQQUNLQUdFX1RBUk5BTUUgIiIKfCAjZGVmaW5lIFBB Q0tBR0VfVkVSU0lPTiAiIgp8ICNkZWZpbmUgUEFDS0FHRV9TVFJJTkcgIiIKfCAjZGVmaW5lIFBB Q0tBR0VfQlVHUkVQT1JUICIiCnwgI2RlZmluZSBQQUNLQUdFICJnYWxlb24iCnwgI2RlZmluZSBW RVJTSU9OICIxLjMuNCIKfCAvKiBlbmQgY29uZmRlZnMuaC4gICovCnwgI2luY2x1ZGUgPGFjX25v bmV4aXN0ZW50Lmg+CmNvbmZpZ3VyZTozODM3OiByZXN1bHQ6IGNjIC1FCmNvbmZpZ3VyZTozODYy OiBjYyAtRSAtSS91c3IvbG9jYWwvaW5jbHVkZSAtSS91c3IvWDExUjYvaW5jbHVkZSAtRF9USFJF QURfU0FGRSBjb25mdGVzdC5jCmNvbmZpZ3VyZTozODY4OiAkPyA9IDAKY29uZmlndXJlOjM5MDA6 IGNjIC1FIC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1JL3Vzci9YMTFSNi9pbmNsdWRlIC1EX1RIUkVB RF9TQUZFIGNvbmZ0ZXN0LmMKY29uZmlndXJlOjM5MDI6IGFjX25vbmV4aXN0ZW50Lmg6IE5vIHN1 Y2ggZmlsZSBvciBkaXJlY3RvcnkKY29uZmlndXJlOjM5MDY6ICQ/ID0gMQpjb25maWd1cmU6IGZh aWxlZCBwcm9ncmFtIHdhczoKfCAjbGluZSAzODkyICJjb25maWd1cmUiCnwgLyogY29uZmRlZnMu aC4gICovCnwgCnwgI2RlZmluZSBQQUNLQUdFX05BTUUgIiIKfCAjZGVmaW5lIFBBQ0tBR0VfVEFS TkFNRSAiIgp8ICNkZWZpbmUgUEFDS0FHRV9WRVJTSU9OICIiCnwgI2RlZmluZSBQQUNLQUdFX1NU UklORyAiIgp8ICNkZWZpbmUgUEFDS0FHRV9CVUdSRVBPUlQgIiIKfCAjZGVmaW5lIFBBQ0tBR0Ug ImdhbGVvbiIKfCAjZGVmaW5lIFZFUlNJT04gIjEuMy40Igp8IC8qIGVuZCBjb25mZGVmcy5oLiAg Ki8KfCAjaW5jbHVkZSA8YWNfbm9uZXhpc3RlbnQuaD4KY29uZmlndXJlOjM5NDk6IGNoZWNraW5n IGZvciBlZ3JlcApjb25maWd1cmU6Mzk1OTogcmVzdWx0OiBncmVwIC1FCmNvbmZpZ3VyZTozOTY0 OiBjaGVja2luZyBmb3IgQU5TSSBDIGhlYWRlciBmaWxlcwpjb25maWd1cmU6Mzk5MDogY2MgLWMg LU8gLXBpcGUgLW1hcmNoPWs2IC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1JL3Vzci9YMTFSNi9pbmNs dWRlIC1EX1RIUkVBRF9TQUZFIGNvbmZ0ZXN0LmMgPiY1CmNvbmZpZ3VyZTozOTkzOiAkPyA9IDAK Y29uZmlndXJlOjM5OTY6IHRlc3QgLXMgY29uZnRlc3Qubwpjb25maWd1cmU6Mzk5OTogJD8gPSAw CmNvbmZpZ3VyZTo0MDkxOiBjYyAtbyBjb25mdGVzdCAtTyAtcGlwZSAtbWFyY2g9azYgLUkvdXNy L2xvY2FsL2luY2x1ZGUgLUkvdXNyL1gxMVI2L2luY2x1ZGUgLURfVEhSRUFEX1NBRkUgIGNvbmZ0 ZXN0LmMgLUwvdXNyL2xvY2FsL2xpYiAtcHRocmVhZCA+JjUKY29uZmlndXJlOjQwOTQ6ICQ/ID0g MApjb25maWd1cmU6NDA5NjogLi9jb25mdGVzdApjb25maWd1cmU6NDA5OTogJD8gPSAwCmNvbmZp Z3VyZTo0MTE0OiByZXN1bHQ6IHllcwpjb25maWd1cmU6NDEzODogY2hlY2tpbmcgZm9yIHN5cy90 eXBlcy5oCmNvbmZpZ3VyZTo0MTU1OiBjYyAtYyAtTyAtcGlwZSAtbWFyY2g9azYgLUkvdXNyL2xv Y2FsL2luY2x1ZGUgLUkvdXNyL1gxMVI2L2luY2x1ZGUgLURfVEhSRUFEX1NBRkUgY29uZnRlc3Qu YyA+JjUKY29uZmlndXJlOjQxNTg6ICQ/ID0gMApjb25maWd1cmU6NDE2MTogdGVzdCAtcyBjb25m dGVzdC5vCmNvbmZpZ3VyZTo0MTY0OiAkPyA9IDAKY29uZmlndXJlOjQxNzU6IHJlc3VsdDogeWVz CmNvbmZpZ3VyZTo0MTM4OiBjaGVja2luZyBmb3Igc3lzL3N0YXQuaApjb25maWd1cmU6NDE1NTog Y2MgLWMgLU8gLXBpcGUgLW1hcmNoPWs2IC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1JL3Vzci9YMTFS Ni9pbmNsdWRlIC1EX1RIUkVBRF9TQUZFIGNvbmZ0ZXN0LmMgPiY1CmNvbmZpZ3VyZTo0MTU4OiAk PyA9IDAKY29uZmlndXJlOjQxNjE6IHRlc3QgLXMgY29uZnRlc3Qubwpjb25maWd1cmU6NDE2NDog JD8gPSAwCmNvbmZpZ3VyZTo0MTc1OiByZXN1bHQ6IHllcwpjb25maWd1cmU6NDEzODogY2hlY2tp bmcgZm9yIHN0ZGxpYi5oCmNvbmZpZ3VyZTo0MTU1OiBjYyAtYyAtTyAtcGlwZSAtbWFyY2g9azYg LUkvdXNyL2xvY2FsL2luY2x1ZGUgLUkvdXNyL1gxMVI2L2luY2x1ZGUgLURfVEhSRUFEX1NBRkUg Y29uZnRlc3QuYyA+JjUKY29uZmlndXJlOjQxNTg6ICQ/ID0gMApjb25maWd1cmU6NDE2MTogdGVz dCAtcyBjb25mdGVzdC5vCmNvbmZpZ3VyZTo0MTY0OiAkPyA9IDAKY29uZmlndXJlOjQxNzU6IHJl c3VsdDogeWVzCmNvbmZpZ3VyZTo0MTM4OiBjaGVja2luZyBmb3Igc3RyaW5nLmgKY29uZmlndXJl OjQxNTU6IGNjIC1jIC1PIC1waXBlIC1tYXJjaD1rNiAtSS91c3IvbG9jYWwvaW5jbHVkZSAtSS91 c3IvWDExUjYvaW5jbHVkZSAtRF9USFJFQURfU0FGRSBjb25mdGVzdC5jID4mNQpjb25maWd1cmU6 NDE1ODogJD8gPSAwCmNvbmZpZ3VyZTo0MTYxOiB0ZXN0IC1zIGNvbmZ0ZXN0Lm8KY29uZmlndXJl OjQxNjQ6ICQ/ID0gMApjb25maWd1cmU6NDE3NTogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjQxMzg6 IGNoZWNraW5nIGZvciBtZW1vcnkuaApjb25maWd1cmU6NDE1NTogY2MgLWMgLU8gLXBpcGUgLW1h cmNoPWs2IC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1JL3Vzci9YMTFSNi9pbmNsdWRlIC1EX1RIUkVB RF9TQUZFIGNvbmZ0ZXN0LmMgPiY1CmNvbmZpZ3VyZTo0MTU4OiAkPyA9IDAKY29uZmlndXJlOjQx NjE6IHRlc3QgLXMgY29uZnRlc3Qubwpjb25maWd1cmU6NDE2NDogJD8gPSAwCmNvbmZpZ3VyZTo0 MTc1OiByZXN1bHQ6IHllcwpjb25maWd1cmU6NDEzODogY2hlY2tpbmcgZm9yIHN0cmluZ3MuaApj b25maWd1cmU6NDE1NTogY2MgLWMgLU8gLXBpcGUgLW1hcmNoPWs2IC1JL3Vzci9sb2NhbC9pbmNs dWRlIC1JL3Vzci9YMTFSNi9pbmNsdWRlIC1EX1RIUkVBRF9TQUZFIGNvbmZ0ZXN0LmMgPiY1CmNv bmZpZ3VyZTo0MTU4OiAkPyA9IDAKY29uZmlndXJlOjQxNjE6IHRlc3QgLXMgY29uZnRlc3Qubwpj b25maWd1cmU6NDE2NDogJD8gPSAwCmNvbmZpZ3VyZTo0MTc1OiByZXN1bHQ6IHllcwpjb25maWd1 cmU6NDEzODogY2hlY2tpbmcgZm9yIGludHR5cGVzLmgKY29uZmlndXJlOjQxNTU6IGNjIC1jIC1P IC1waXBlIC1tYXJjaD1rNiAtSS91c3IvbG9jYWwvaW5jbHVkZSAtSS91c3IvWDExUjYvaW5jbHVk ZSAtRF9USFJFQURfU0FGRSBjb25mdGVzdC5jID4mNQpjb25maWd1cmU6NDE1ODogJD8gPSAwCmNv bmZpZ3VyZTo0MTYxOiB0ZXN0IC1zIGNvbmZ0ZXN0Lm8KY29uZmlndXJlOjQxNjQ6ICQ/ID0gMApj b25maWd1cmU6NDE3NTogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjQxMzg6IGNoZWNraW5nIGZvciBz dGRpbnQuaApjb25maWd1cmU6NDE1NTogY2MgLWMgLU8gLXBpcGUgLW1hcmNoPWs2IC1JL3Vzci9s b2NhbC9pbmNsdWRlIC1JL3Vzci9YMTFSNi9pbmNsdWRlIC1EX1RIUkVBRF9TQUZFIGNvbmZ0ZXN0 LmMgPiY1CmNvbmZpZ3VyZTo0MTk3OiBzdGRpbnQuaDogTm8gc3VjaCBmaWxlIG9yIGRpcmVjdG9y eQpjb25maWd1cmU6NDE1ODogJD8gPSAxCmNvbmZpZ3VyZTogZmFpbGVkIHByb2dyYW0gd2FzOgp8 ICNsaW5lIDQxNDQgImNvbmZpZ3VyZSIKfCAvKiBjb25mZGVmcy5oLiAgKi8KfCAKfCAjZGVmaW5l IFBBQ0tBR0VfTkFNRSAiIgp8ICNkZWZpbmUgUEFDS0FHRV9UQVJOQU1FICIiCnwgI2RlZmluZSBQ QUNLQUdFX1ZFUlNJT04gIiIKfCAjZGVmaW5lIFBBQ0tBR0VfU1RSSU5HICIiCnwgI2RlZmluZSBQ QUNLQUdFX0JVR1JFUE9SVCAiIgp8ICNkZWZpbmUgUEFDS0FHRSAiZ2FsZW9uIgp8ICNkZWZpbmUg VkVSU0lPTiAiMS4zLjQiCnwgI2RlZmluZSBTVERDX0hFQURFUlMgMQp8ICNkZWZpbmUgSEFWRV9T WVNfVFlQRVNfSCAxCnwgI2RlZmluZSBIQVZFX1NZU19TVEFUX0ggMQp8ICNkZWZpbmUgSEFWRV9T VERMSUJfSCAxCnwgI2RlZmluZSBIQVZFX1NUUklOR19IIDEKfCAjZGVmaW5lIEhBVkVfTUVNT1JZ X0ggMQp8ICNkZWZpbmUgSEFWRV9TVFJJTkdTX0ggMQp8ICNkZWZpbmUgSEFWRV9JTlRUWVBFU19I IDEKfCAvKiBlbmQgY29uZmRlZnMuaC4gICovCnwgI2luY2x1ZGUgPHN0ZGlvLmg+CnwgI2lmIEhB VkVfU1lTX1RZUEVTX0gKfCAjIGluY2x1ZGUgPHN5cy90eXBlcy5oPgp8ICNlbmRpZgp8ICNpZiBI QVZFX1NZU19TVEFUX0gKfCAjIGluY2x1ZGUgPHN5cy9zdGF0Lmg+CnwgI2VuZGlmCnwgI2lmIFNU RENfSEVBREVSUwp8ICMgaW5jbHVkZSA8c3RkbGliLmg+CnwgIyBpbmNsdWRlIDxzdGRkZWYuaD4K fCAjZWxzZQp8ICMgaWYgSEFWRV9TVERMSUJfSAp8ICMgIGluY2x1ZGUgPHN0ZGxpYi5oPgp8ICMg ZW5kaWYKfCAjZW5kaWYKfCAjaWYgSEFWRV9TVFJJTkdfSAp8ICMgaWYgIVNURENfSEVBREVSUyAm JiBIQVZFX01FTU9SWV9ICnwgIyAgaW5jbHVkZSA8bWVtb3J5Lmg+CnwgIyBlbmRpZgp8ICMgaW5j bHVkZSA8c3RyaW5nLmg+CnwgI2VuZGlmCnwgI2lmIEhBVkVfU1RSSU5HU19ICnwgIyBpbmNsdWRl IDxzdHJpbmdzLmg+CnwgI2VuZGlmCnwgI2lmIEhBVkVfSU5UVFlQRVNfSAp8ICMgaW5jbHVkZSA8 aW50dHlwZXMuaD4KfCAjZWxzZQp8ICMgaWYgSEFWRV9TVERJTlRfSAp8ICMgIGluY2x1ZGUgPHN0 ZGludC5oPgp8ICMgZW5kaWYKfCAjZW5kaWYKfCAjaWYgSEFWRV9VTklTVERfSAp8ICMgaW5jbHVk ZSA8dW5pc3RkLmg+CnwgI2VuZGlmCnwgCnwgI2luY2x1ZGUgPHN0ZGludC5oPgpjb25maWd1cmU6 NDE3NTogcmVzdWx0OiBubwpjb25maWd1cmU6NDEzODogY2hlY2tpbmcgZm9yIHVuaXN0ZC5oCmNv bmZpZ3VyZTo0MTU1OiBjYyAtYyAtTyAtcGlwZSAtbWFyY2g9azYgLUkvdXNyL2xvY2FsL2luY2x1 ZGUgLUkvdXNyL1gxMVI2L2luY2x1ZGUgLURfVEhSRUFEX1NBRkUgY29uZnRlc3QuYyA+JjUKY29u ZmlndXJlOjQxNTg6ICQ/ID0gMApjb25maWd1cmU6NDE2MTogdGVzdCAtcyBjb25mdGVzdC5vCmNv bmZpZ3VyZTo0MTY0OiAkPyA9IDAKY29uZmlndXJlOjQxNzU6IHJlc3VsdDogeWVzCmNvbmZpZ3Vy ZTo0MjAxOiBjaGVja2luZyBkbGZjbi5oIHVzYWJpbGl0eQpjb25maWd1cmU6NDIxNDogY2MgLWMg LU8gLXBpcGUgLW1hcmNoPWs2IC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1JL3Vzci9YMTFSNi9pbmNs dWRlIC1EX1RIUkVBRF9TQUZFIGNvbmZ0ZXN0LmMgPiY1CmNvbmZpZ3VyZTo0MjE3OiAkPyA9IDAK Y29uZmlndXJlOjQyMjA6IHRlc3QgLXMgY29uZnRlc3Qubwpjb25maWd1cmU6NDIyMzogJD8gPSAw CmNvbmZpZ3VyZTo0MjMzOiByZXN1bHQ6IHllcwpjb25maWd1cmU6NDIzNzogY2hlY2tpbmcgZGxm Y24uaCBwcmVzZW5jZQpjb25maWd1cmU6NDI0ODogY2MgLUUgLUkvdXNyL2xvY2FsL2luY2x1ZGUg LUkvdXNyL1gxMVI2L2luY2x1ZGUgLURfVEhSRUFEX1NBRkUgY29uZnRlc3QuYwpjb25maWd1cmU6 NDI1NDogJD8gPSAwCmNvbmZpZ3VyZTo0MjczOiByZXN1bHQ6IHllcwpjb25maWd1cmU6NDMwOTog Y2hlY2tpbmcgZm9yIGRsZmNuLmgKY29uZmlndXJlOjQzMTY6IHJlc3VsdDogeWVzCmNvbmZpZ3Vy ZTo0NTE0OiBjaGVja2luZyBmb3IgcmFubGliCmNvbmZpZ3VyZTo0NTMwOiBmb3VuZCAvdXNyL2Jp bi9yYW5saWIKY29uZmlndXJlOjQ1NDE6IHJlc3VsdDogcmFubGliCmNvbmZpZ3VyZTo0NTk0OiBj aGVja2luZyBmb3Igc3RyaXAKY29uZmlndXJlOjQ2MTA6IGZvdW5kIC91c3IvYmluL3N0cmlwCmNv bmZpZ3VyZTo0NjIxOiByZXN1bHQ6IHN0cmlwCmNvbmZpZ3VyZTo0ODMxOiBjaGVja2luZyBmb3Ig b2JqZGlyCmNvbmZpZ3VyZTo0ODQyOiByZXN1bHQ6IC5saWJzCmNvbmZpZ3VyZTo0ODU5OiBjaGVj a2luZyBmb3IgY2Mgb3B0aW9uIHRvIHByb2R1Y2UgUElDCmNvbmZpZ3VyZTo1MDA1OiByZXN1bHQ6 IC1mUElDCmNvbmZpZ3VyZTo1MDA5OiBjaGVja2luZyBpZiBjYyBQSUMgZmxhZyAtZlBJQyB3b3Jr cwpjb25maWd1cmU6NTAzMzogY2MgLWMgLU8gLXBpcGUgLW1hcmNoPWs2IC1mUElDIC1EUElDIC1J L3Vzci9sb2NhbC9pbmNsdWRlIC1JL3Vzci9YMTFSNi9pbmNsdWRlIC1EX1RIUkVBRF9TQUZFIGNv bmZ0ZXN0LmMgPiY1CmNvbmZpZ3VyZTo1MDM2OiAkPyA9IDAKY29uZmlndXJlOjUwMzk6IHRlc3Qg LXMgY29uZnRlc3Qubwpjb25maWd1cmU6NTA0MjogJD8gPSAwCmNvbmZpZ3VyZTo1MDgwOiByZXN1 bHQ6IHllcwpjb25maWd1cmU6NTA5NjogY2hlY2tpbmcgaWYgY2Mgc3RhdGljIGZsYWcgLXN0YXRp YyB3b3Jrcwpjb25maWd1cmU6NTEyMTogY2MgLW8gY29uZnRlc3QgLU8gLXBpcGUgLW1hcmNoPWs2 IC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1JL3Vzci9YMTFSNi9pbmNsdWRlIC1EX1RIUkVBRF9TQUZF ICAtc3RhdGljIGNvbmZ0ZXN0LmMgLUwvdXNyL2xvY2FsL2xpYiAtcHRocmVhZCA+JjUKY29uZmln dXJlOjUxMjQ6ICQ/ID0gMApjb25maWd1cmU6NTEyNzogdGVzdCAtcyBjb25mdGVzdApjb25maWd1 cmU6NTEzMDogJD8gPSAwCmNvbmZpZ3VyZTo1MTQ2OiByZXN1bHQ6IHllcwpjb25maWd1cmU6NTE1 ODogY2hlY2tpbmcgaWYgY2Mgc3VwcG9ydHMgLWMgLW8gZmlsZS5vCmNvbmZpZ3VyZTo1MTc4OiBj YyAtYyAtTyAtcGlwZSAtbWFyY2g9azYgLW8gb3V0L2NvbmZ0ZXN0Mi5vIC1JL3Vzci9sb2NhbC9p bmNsdWRlIC1JL3Vzci9YMTFSNi9pbmNsdWRlIC1EX1RIUkVBRF9TQUZFIGNvbmZ0ZXN0LmMgPiY1 CmNvbmZpZ3VyZTo1MjAyOiByZXN1bHQ6IHllcwpjb25maWd1cmU6NTIwNzogY2hlY2tpbmcgaWYg Y2Mgc3VwcG9ydHMgLWMgLW8gZmlsZS5sbwpjb25maWd1cmU6NTIzNTogY2MgLWMgLU8gLXBpcGUg LW1hcmNoPWs2IC1jIC1vIGNvbmZ0ZXN0LmxvIC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1JL3Vzci9Y MTFSNi9pbmNsdWRlIC1EX1RIUkVBRF9TQUZFIGNvbmZ0ZXN0LmMgPiY1CmNvbmZpZ3VyZTo1MjM4 OiAkPyA9IDAKY29uZmlndXJlOjUyNDE6IHRlc3QgLXMgY29uZnRlc3QubG8KY29uZmlndXJlOjUy NDQ6ICQ/ID0gMApjb25maWd1cmU6NTI2NjogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjUyOTc6IGNo ZWNraW5nIGlmIGNjIHN1cHBvcnRzIC1mbm8tcnR0aSAtZm5vLWV4Y2VwdGlvbnMKY29uZmlndXJl OjUzMjA6IGNjIC1jIC1PIC1waXBlIC1tYXJjaD1rNiAtZm5vLXJ0dGkgLWZuby1leGNlcHRpb25z IC1jIGNvbmZ0ZXN0LmMgLUkvdXNyL2xvY2FsL2luY2x1ZGUgLUkvdXNyL1gxMVI2L2luY2x1ZGUg LURfVEhSRUFEX1NBRkUgY29uZnRlc3QuYyA+JjUKY29uZmlndXJlOjUzMjM6ICQ/ID0gMApjb25m aWd1cmU6NTMyNjogdGVzdCAtcyBjb25mdGVzdC5vCmNvbmZpZ3VyZTo1MzI5OiAkPyA9IDAKY29u ZmlndXJlOjUzNDY6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZTo1MzU3OiBjaGVja2luZyB3aGV0aGVy IHRoZSBsaW5rZXIgKC91c3IvbGliZXhlYy9lbGYvbGQpIHN1cHBvcnRzIHNoYXJlZCBsaWJyYXJp ZXMKY29uZmlndXJlOjYwNTI6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZTo2MDU3OiBjaGVja2luZyBo b3cgdG8gaGFyZGNvZGUgbGlicmFyeSBwYXRocyBpbnRvIHByb2dyYW1zCmNvbmZpZ3VyZTo2MDgx OiByZXN1bHQ6IGltbWVkaWF0ZQpjb25maWd1cmU6NjA4NjogY2hlY2tpbmcgd2hldGhlciBzdHJp cHBpbmcgbGlicmFyaWVzIGlzIHBvc3NpYmxlCmNvbmZpZ3VyZTo2MDkxOiByZXN1bHQ6IHllcwpj b25maWd1cmU6NjEwMjogY2hlY2tpbmcgZHluYW1pYyBsaW5rZXIgY2hhcmFjdGVyaXN0aWNzCmNv bmZpZ3VyZTo2NTA5OiByZXN1bHQ6IGZyZWVic2Q0LjcgbGQuc28KY29uZmlndXJlOjY1MTQ6IGNo ZWNraW5nIGlmIGxpYnRvb2wgc3VwcG9ydHMgc2hhcmVkIGxpYnJhcmllcwpjb25maWd1cmU6NjUx NjogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjY1MTk6IGNoZWNraW5nIHdoZXRoZXIgdG8gYnVpbGQg c2hhcmVkIGxpYnJhcmllcwpjb25maWd1cmU6NjU0MDogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjY1 NDM6IGNoZWNraW5nIHdoZXRoZXIgdG8gYnVpbGQgc3RhdGljIGxpYnJhcmllcwpjb25maWd1cmU6 NjU0NzogcmVzdWx0OiBubwpjb25maWd1cmU6NzIyMTogY2hlY2tpbmcgd2hldGhlciAtbGMgc2hv dWxkIGJlIGV4cGxpY2l0bHkgbGlua2VkIGluCmNvbmZpZ3VyZTo3MjI5OiBjYyAtYyAtTyAtcGlw ZSAtbWFyY2g9azYgLUkvdXNyL2xvY2FsL2luY2x1ZGUgLUkvdXNyL1gxMVI2L2luY2x1ZGUgLURf VEhSRUFEX1NBRkUgY29uZnRlc3QuYyA+JjUKY29uZmlndXJlOjcyMzI6ICQ/ID0gMApjb25maWd1 cmU6NzI0NjogY2MgLXNoYXJlZCBjb25mdGVzdC5vICAtdiAtV2wsLXNvbmFtZSAtV2wsY29uZnRl c3QgLW8gY29uZnRlc3QgMlw+XCYxIFx8IGdyZXAgIC1sYyAgXD4vZGV2L251bGwgMlw+XCYxCmNv bmZpZ3VyZTo3MjQ5OiAkPyA9IDEKY29uZmlndXJlOjcyNjI6IHJlc3VsdDogeWVzCmNvbmZpZ3Vy ZTo3ODM4OiBjaGVja2luZyBmb3Igc3RyZXJyb3IgaW4gLWxjcG9zaXgKY29uZmlndXJlOjc4Njk6 IGNjIC1vIGNvbmZ0ZXN0IC1PIC1waXBlIC1tYXJjaD1rNiAtSS91c3IvbG9jYWwvaW5jbHVkZSAt SS91c3IvWDExUjYvaW5jbHVkZSAtRF9USFJFQURfU0FGRSAgY29uZnRlc3QuYyAtbGNwb3NpeCAg LUwvdXNyL2xvY2FsL2xpYiAtcHRocmVhZCA+JjUKL3Vzci9saWJleGVjL2VsZi9sZDogY2Fubm90 IGZpbmQgLWxjcG9zaXgKY29uZmlndXJlOjc4NzI6ICQ/ID0gMQpjb25maWd1cmU6IGZhaWxlZCBw cm9ncmFtIHdhczoKfCAjbGluZSA3ODQ2ICJjb25maWd1cmUiCnwgLyogY29uZmRlZnMuaC4gICov CnwgCnwgI2RlZmluZSBQQUNLQUdFX05BTUUgIiIKfCAjZGVmaW5lIFBBQ0tBR0VfVEFSTkFNRSAi Igp8ICNkZWZpbmUgUEFDS0FHRV9WRVJTSU9OICIiCnwgI2RlZmluZSBQQUNLQUdFX1NUUklORyAi Igp8ICNkZWZpbmUgUEFDS0FHRV9CVUdSRVBPUlQgIiIKfCAjZGVmaW5lIFBBQ0tBR0UgImdhbGVv biIKfCAjZGVmaW5lIFZFUlNJT04gIjEuMy40Igp8ICNkZWZpbmUgU1REQ19IRUFERVJTIDEKfCAj ZGVmaW5lIEhBVkVfU1lTX1RZUEVTX0ggMQp8ICNkZWZpbmUgSEFWRV9TWVNfU1RBVF9IIDEKfCAj ZGVmaW5lIEhBVkVfU1RETElCX0ggMQp8ICNkZWZpbmUgSEFWRV9TVFJJTkdfSCAxCnwgI2RlZmlu ZSBIQVZFX01FTU9SWV9IIDEKfCAjZGVmaW5lIEhBVkVfU1RSSU5HU19IIDEKfCAjZGVmaW5lIEhB VkVfSU5UVFlQRVNfSCAxCnwgI2RlZmluZSBIQVZFX1VOSVNURF9IIDEKfCAjZGVmaW5lIEhBVkVf RExGQ05fSCAxCnwgLyogZW5kIGNvbmZkZWZzLmguICAqLwp8IAp8IC8qIE92ZXJyaWRlIGFueSBn Y2MyIGludGVybmFsIHByb3RvdHlwZSB0byBhdm9pZCBhbiBlcnJvci4gICovCnwgI2lmZGVmIF9f Y3BsdXNwbHVzCnwgZXh0ZXJuICJDIgp8ICNlbmRpZgp8IC8qIFdlIHVzZSBjaGFyIGJlY2F1c2Ug aW50IG1pZ2h0IG1hdGNoIHRoZSByZXR1cm4gdHlwZSBvZiBhIGdjYzIKfCAgICBidWlsdGluIGFu ZCB0aGVuIGl0cyBhcmd1bWVudCBwcm90b3R5cGUgd291bGQgc3RpbGwgYXBwbHkuICAqLwp8IGNo YXIgc3RyZXJyb3IgKCk7CnwgaW50CnwgbWFpbiAoKQp8IHsKfCBzdHJlcnJvciAoKTsKfCAgIDsK fCAgIHJldHVybiAwOwp8IH0KY29uZmlndXJlOjc4OTA6IHJlc3VsdDogbm8KY29uZmlndXJlOjc5 NDQ6IGNoZWNraW5nIGZvciBnY2MKY29uZmlndXJlOjc5NzA6IHJlc3VsdDogY2MKY29uZmlndXJl OjgyMTQ6IGNoZWNraW5nIGZvciBDIGNvbXBpbGVyIHZlcnNpb24KY29uZmlndXJlOjgyMTc6IGNj IC0tdmVyc2lvbiA8L2Rldi9udWxsID4mNQoyLjk1LjQKY29uZmlndXJlOjgyMjA6ICQ/ID0gMApj b25maWd1cmU6ODIyMjogY2MgLXYgPC9kZXYvbnVsbCA+JjUKVXNpbmcgYnVpbHRpbiBzcGVjcy4K Z2NjIHZlcnNpb24gMi45NS40IDIwMDIwMzIwIFtGcmVlQlNEXQpjb25maWd1cmU6ODIyNTogJD8g PSAwCmNvbmZpZ3VyZTo4MjI3OiBjYyAtViA8L2Rldi9udWxsID4mNQpjYzogYXJndW1lbnQgdG8g YC1WJyBpcyBtaXNzaW5nCmNvbmZpZ3VyZTo4MjMwOiAkPyA9IDEKY29uZmlndXJlOjgyMzM6IGNo ZWNraW5nIHdoZXRoZXIgd2UgYXJlIHVzaW5nIHRoZSBHTlUgQyBjb21waWxlcgpjb25maWd1cmU6 ODI4MDogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjgyODY6IGNoZWNraW5nIHdoZXRoZXIgY2MgYWNj ZXB0cyAtZwpjb25maWd1cmU6ODMyODogcmVzdWx0OiB5ZXMKY29uZmlndXJlOjgzNDU6IGNoZWNr aW5nIGZvciBjYyBvcHRpb24gdG8gYWNjZXB0IEFOU0kgQwpjb25maWd1cmU6ODQzMzogcmVzdWx0 OiBub25lIG5lZWRlZApjb25maWd1cmU6ODQ1MTogY2MgLWMgLU8gLXBpcGUgLW1hcmNoPWs2IC1J L3Vzci9sb2NhbC9pbmNsdWRlIC1JL3Vzci9YMTFSNi9pbmNsdWRlIC1EX1RIUkVBRF9TQUZFIGNv bmZ0ZXN0LmMgPiY1CmNvbmZ0ZXN0LmM6Mjogc3ludGF4IGVycm9yIGJlZm9yZSBgbWUnCmNvbmZp Z3VyZTo4NDU0OiAkPyA9IDEKY29uZmlndXJlOiBmYWlsZWQgcHJvZ3JhbSB3YXM6CnwgI2lmbmRl ZiBfX2NwbHVzcGx1cwp8ICAgY2hva2UgbWUKfCAjZW5kaWYKY29uZmlndXJlOjg1NjU6IGNoZWNr aW5nIGRlcGVuZGVuY3kgc3R5bGUgb2YgY2MKY29uZmlndXJlOjg2MzM6IHJlc3VsdDogZ2NjCmNv bmZpZ3VyZTo4NzQ0OiBjaGVja2luZyBmb3IgQysrIGNvbXBpbGVyIHZlcnNpb24KY29uZmlndXJl Ojg3NDc6IGMrKyAtLXZlcnNpb24gPC9kZXYvbnVsbCA+JjUKMi45NS40CmNvbmZpZ3VyZTo4NzUw OiAkPyA9IDAKY29uZmlndXJlOjg3NTI6IGMrKyAtdiA8L2Rldi9udWxsID4mNQpVc2luZyBidWls dGluIHNwZWNzLgpnY2MgdmVyc2lvbiAyLjk1LjQgMjAwMjAzMjAgW0ZyZWVCU0RdCmNvbmZpZ3Vy ZTo4NzU1OiAkPyA9IDAKY29uZmlndXJlOjg3NTc6IGMrKyAtViA8L2Rldi9udWxsID4mNQpjKys6 IGFyZ3VtZW50IHRvIGAtVicgbWlzc2luZwoKY29uZmlndXJlOjg3NjA6ICQ/ID0gMQpjb25maWd1 cmU6ODc2MzogY2hlY2tpbmcgd2hldGhlciB3ZSBhcmUgdXNpbmcgdGhlIEdOVSBDKysgY29tcGls ZXIKY29uZmlndXJlOjg3ODg6IGMrKyAtYyAgLU8gLXBpcGUgLW1hcmNoPWs2IC1JL3Vzci9sb2Nh bC9pbmNsdWRlIC1JL3Vzci9YMTFSNi9pbmNsdWRlIC1EX1RIUkVBRF9TQUZFIGNvbmZ0ZXN0LmNj ID4mNQpjb25maWd1cmU6ODc5MTogJD8gPSAwCmNvbmZpZ3VyZTo4Nzk0OiB0ZXN0IC1zIGNvbmZ0 ZXN0Lm8KY29uZmlndXJlOjg3OTc6ICQ/ID0gMApjb25maWd1cmU6ODgxMDogcmVzdWx0OiB5ZXMK Y29uZmlndXJlOjg4MTY6IGNoZWNraW5nIHdoZXRoZXIgYysrIGFjY2VwdHMgLWcKY29uZmlndXJl Ojg4Mzg6IGMrKyAtYyAtZyAtSS91c3IvbG9jYWwvaW5jbHVkZSAtSS91c3IvWDExUjYvaW5jbHVk ZSAtRF9USFJFQURfU0FGRSBjb25mdGVzdC5jYyA+JjUKY29uZmlndXJlOjg4NDE6ICQ/ID0gMApj b25maWd1cmU6ODg0NDogdGVzdCAtcyBjb25mdGVzdC5vCmNvbmZpZ3VyZTo4ODQ3OiAkPyA9IDAK Y29uZmlndXJlOjg4NTg6IHJlc3VsdDogeWVzCmNvbmZpZ3VyZTo4OTAyOiBjKysgLWMgIC1PIC1w aXBlIC1tYXJjaD1rNiAtSS91c3IvbG9jYWwvaW5jbHVkZSAtSS91c3IvWDExUjYvaW5jbHVkZSAt RF9USFJFQURfU0FGRSBjb25mdGVzdC5jYyA+JjUKY29uZmlndXJlOjg5MDU6ICQ/ID0gMApjb25m aWd1cmU6ODkwODogdGVzdCAtcyBjb25mdGVzdC5vCmNvbmZpZ3VyZTo4OTExOiAkPyA9IDAKY29u ZmlndXJlOjg5Mzg6IGMrKyAtYyAgLU8gLXBpcGUgLW1hcmNoPWs2IC1JL3Vzci9sb2NhbC9pbmNs dWRlIC1JL3Vzci9YMTFSNi9pbmNsdWRlIC1EX1RIUkVBRF9TQUZFIGNvbmZ0ZXN0LmNjID4mNQpj b25maWd1cmU6ODk0MTogJD8gPSAwCmNvbmZpZ3VyZTo4OTQ0OiB0ZXN0IC1zIGNvbmZ0ZXN0Lm8K Y29uZmlndXJlOjg5NDc6ICQ/ID0gMApjb25maWd1cmU6ODk3MjogY2hlY2tpbmcgZGVwZW5kZW5j eSBzdHlsZSBvZiBjKysKY29uZmlndXJlOjkwNDA6IHJlc3VsdDogZ2NjCmNvbmZpZ3VyZTo5MDYw OiBjaGVja2luZyBmb3IgY2Mgb3B0aW9uIHRvIGFjY2VwdCBBTlNJIEMKY29uZmlndXJlOjkxMjQ6 IGNjICAtYyAtTyAtcGlwZSAtbWFyY2g9azYgLUkvdXNyL2xvY2FsL2luY2x1ZGUgLUkvdXNyL1gx MVI2L2luY2x1ZGUgLURfVEhSRUFEX1NBRkUgY29uZnRlc3QuYyA+JjUKY29uZmlndXJlOjkxMjc6 ICQ/ID0gMApjb25maWd1cmU6OTEzMDogdGVzdCAtcyBjb25mdGVzdC5vCmNvbmZpZ3VyZTo5MTMz OiAkPyA9IDAKY29uZmlndXJlOjkxNDg6IHJlc3VsdDogbm9uZSBuZWVkZWQKY29uZmlndXJlOjkx NTk6IGNoZWNraW5nIGZvciBBTlNJIEMgaGVhZGVyIGZpbGVzCmNvbmZpZ3VyZTo5MzA5OiByZXN1 bHQ6IHllcwpjb25maWd1cmU6OTM4MzogY2hlY2tpbmcgZm9yIHBlcmwKY29uZmlndXJlOjk0MDE6 IGZvdW5kIC91c3IvYmluL3BlcmwKY29uZmlndXJlOjk0MTM6IHJlc3VsdDogL3Vzci9iaW4vcGVy bApjb25maWd1cmU6OTQ0NzogY2hlY2tpbmcgZm9yIGdsaWItZ2VubWFyc2hhbApjb25maWd1cmU6 OTQ2NTogZm91bmQgL3Vzci9sb2NhbC9iaW4vZ2xpYi1nZW5tYXJzaGFsCmNvbmZpZ3VyZTo5NDc3 OiByZXN1bHQ6IC91c3IvbG9jYWwvYmluL2dsaWItZ2VubWFyc2hhbApjb25maWd1cmU6OTQ5MDog Y2hlY2tpbmcgZm9yIHNjYW5kaXIKY29uZmlndXJlOjk1NDA6IGNjIC1vIGNvbmZ0ZXN0IC1PIC1w aXBlIC1tYXJjaD1rNiAtSS91c3IvbG9jYWwvaW5jbHVkZSAtSS91c3IvWDExUjYvaW5jbHVkZSAt RF9USFJFQURfU0FGRSAgY29uZnRlc3QuYyAtTC91c3IvbG9jYWwvbGliIC1wdGhyZWFkID4mNQpj b25maWd1cmU6OTU0MzogJD8gPSAwCmNvbmZpZ3VyZTo5NTQ2OiB0ZXN0IC1zIGNvbmZ0ZXN0CmNv bmZpZ3VyZTo5NTQ5OiAkPyA9IDAKY29uZmlndXJlOjk1NjA6IHJlc3VsdDogeWVzCmNvbmZpZ3Vy ZTo5NDkwOiBjaGVja2luZyBmb3IgYmluZF90ZXh0ZG9tYWluX2NvZGVzZXQKY29uZmlndXJlOjk1 NDA6IGNjIC1vIGNvbmZ0ZXN0IC1PIC1waXBlIC1tYXJjaD1rNiAtSS91c3IvbG9jYWwvaW5jbHVk ZSAtSS91c3IvWDExUjYvaW5jbHVkZSAtRF9USFJFQURfU0FGRSAgY29uZnRlc3QuYyAtTC91c3Iv bG9jYWwvbGliIC1wdGhyZWFkID4mNQovdG1wL2NjMnFPQnhWLm86IEluIGZ1bmN0aW9uIGBtYWlu JzoKL3RtcC9jYzJxT0J4Vi5vKC50ZXh0KzB4OSk6IHVuZGVmaW5lZCByZWZlcmVuY2UgdG8gYGJp bmRfdGV4dGRvbWFpbl9jb2Rlc2V0JwovdG1wL2NjMnFPQnhWLm8oLmRhdGErMHgwKTogdW5kZWZp bmVkIHJlZmVyZW5jZSB0byBgYmluZF90ZXh0ZG9tYWluX2NvZGVzZXQnCmNvbmZpZ3VyZTo5NTQz OiAkPyA9IDEKY29uZmlndXJlOiBmYWlsZWQgcHJvZ3JhbSB3YXM6CnwgI2xpbmUgOTQ5NiAiY29u ZmlndXJlIgp8IC8qIGNvbmZkZWZzLmguICAqLwp8IAp8ICNkZWZpbmUgUEFDS0FHRV9OQU1FICIi CnwgI2RlZmluZSBQQUNLQUdFX1RBUk5BTUUgIiIKfCAjZGVmaW5lIFBBQ0tBR0VfVkVSU0lPTiAi Igp8ICNkZWZpbmUgUEFDS0FHRV9TVFJJTkcgIiIKfCAjZGVmaW5lIFBBQ0tBR0VfQlVHUkVQT1JU ICIiCnwgI2RlZmluZSBQQUNLQUdFICJnYWxlb24iCnwgI2RlZmluZSBWRVJTSU9OICIxLjMuNCIK fCAjZGVmaW5lIFNURENfSEVBREVSUyAxCnwgI2RlZmluZSBIQVZFX1NZU19UWVBFU19IIDEKfCAj ZGVmaW5lIEhBVkVfU1lTX1NUQVRfSCAxCnwgI2RlZmluZSBIQVZFX1NURExJQl9IIDEKfCAjZGVm aW5lIEhBVkVfU1RSSU5HX0ggMQp8ICNkZWZpbmUgSEFWRV9NRU1PUllfSCAxCnwgI2RlZmluZSBI QVZFX1NUUklOR1NfSCAxCnwgI2RlZmluZSBIQVZFX0lOVFRZUEVTX0ggMQp8ICNkZWZpbmUgSEFW RV9VTklTVERfSCAxCnwgI2RlZmluZSBIQVZFX0RMRkNOX0ggMQp8ICNkZWZpbmUgU1REQ19IRUFE RVJTIDEKfCAjZGVmaW5lIEhBVkVfU0NBTkRJUiAxCnwgLyogZW5kIGNvbmZkZWZzLmguICAqLwp8 IC8qIFN5c3RlbSBoZWFkZXIgdG8gZGVmaW5lIF9fc3R1YiBtYWNyb3MgYW5kIGhvcGVmdWxseSBm ZXcgcHJvdG90eXBlcywKfCAgICAgd2hpY2ggY2FuIGNvbmZsaWN0IHdpdGggY2hhciBiaW5kX3Rl eHRkb21haW5fY29kZXNldCAoKTsgYmVsb3cuCnwgICAgIFByZWZlciA8bGltaXRzLmg+IHRvIDxh c3NlcnQuaD4gaWYgX19TVERDX18gaXMgZGVmaW5lZCwgc2luY2UKfCAgICAgPGxpbWl0cy5oPiBl eGlzdHMgZXZlbiBvbiBmcmVlc3RhbmRpbmcgY29tcGlsZXJzLiAgKi8KfCAjaWZkZWYgX19TVERD X18KfCAjIGluY2x1ZGUgPGxpbWl0cy5oPgp8ICNlbHNlCnwgIyBpbmNsdWRlIDxhc3NlcnQuaD4K fCAjZW5kaWYKfCAvKiBPdmVycmlkZSBhbnkgZ2NjMiBpbnRlcm5hbCBwcm90b3R5cGUgdG8gYXZv aWQgYW4gZXJyb3IuICAqLwp8ICNpZmRlZiBfX2NwbHVzcGx1cwp8IGV4dGVybiAiQyIKfCB7Cnwg I2VuZGlmCnwgLyogV2UgdXNlIGNoYXIgYmVjYXVzZSBpbnQgbWlnaHQgbWF0Y2ggdGhlIHJldHVy biB0eXBlIG9mIGEgZ2NjMgp8ICAgIGJ1aWx0aW4gYW5kIHRoZW4gaXRzIGFyZ3VtZW50IHByb3Rv dHlwZSB3b3VsZCBzdGlsbCBhcHBseS4gICovCnwgY2hhciBiaW5kX3RleHRkb21haW5fY29kZXNl dCAoKTsKfCAvKiBUaGUgR05VIEMgbGlicmFyeSBkZWZpbmVzIHRoaXMgZm9yIGZ1bmN0aW9ucyB3 aGljaCBpdCBpbXBsZW1lbnRzCnwgICAgIHRvIGFsd2F5cyBmYWlsIHdpdGggRU5PU1lTLiAgU29t ZSBmdW5jdGlvbnMgYXJlIGFjdHVhbGx5IG5hbWVkCnwgICAgIHNvbWV0aGluZyBzdGFydGluZyB3 aXRoIF9fIGFuZCB0aGUgbm9ybWFsIG5hbWUgaXMgYW4gYWxpYXMuICAqLwp8ICNpZiBkZWZpbmVk IChfX3N0dWJfYmluZF90ZXh0ZG9tYWluX2NvZGVzZXQpIHx8IGRlZmluZWQgKF9fc3R1Yl9fX2Jp bmRfdGV4dGRvbWFpbl9jb2Rlc2V0KQp8IGNob2tlIG1lCnwgI2Vsc2UKfCBjaGFyICgqZikgKCkg PSBiaW5kX3RleHRkb21haW5fY29kZXNldDsKfCAjZW5kaWYKfCAjaWZkZWYgX19jcGx1c3BsdXMK fCB9CnwgI2VuZGlmCnwgCnwgaW50CnwgbWFpbiAoKQp8IHsKfCByZXR1cm4gZiAhPSBiaW5kX3Rl eHRkb21haW5fY29kZXNldDsKfCAgIDsKfCAgIHJldHVybiAwOwp8IH0KY29uZmlndXJlOjk1NjA6 IHJlc3VsdDogbm8KY29uZmlndXJlOjk1OTE6IGNoZWNraW5nIGlmIE5hdXRpbHVzVmlldyBHYWxl b24gY29tcG9uZW50IGlzIHdhbnRlZApjb25maWd1cmU6OTYxMTogcmVzdWx0OiBubwpjb25maWd1 cmU6OTY0NjogY2hlY2tpbmcgZm9yIHBrZy1jb25maWcKY29uZmlndXJlOjk2NjQ6IGZvdW5kIC91 c3IvbG9jYWwvYmluL3BrZy1jb25maWcKY29uZmlndXJlOjk2Nzc6IHJlc3VsdDogL3Vzci9sb2Nh bC9iaW4vcGtnLWNvbmZpZwpjb25maWd1cmU6OTY5NDogY2hlY2tpbmcgZm9yIAkJICBndGsrLTIu MCA+PSAyLjAuMCAJCSAgbGlieG1sLTIuMCA+PSAyLjQuMCAJCSAgbGliZ25vbWV1aS0yLjAgPj0g Mi4wLjUgCQkgIGxpYmJvbm9ib3VpLTIuMCA+PSAyLjEuMSAJCSAgbGliZ2xhZGUtMi4wID49IDIu MC4wIAkJICBsaWJib25vYm8tMi4wID49IDIuMC4wIAkJICBnbGliLTIuMCA+PSAyLjAuMCAJCSAg Z29iamVjdC0yLjAgPj0gMi4wLjAgCQkgIGdkay1waXhidWYtMi4wID49IDIuMC4wIAkJICBnZGst Mi4wID49IDIuMC4wIAkJICBib25vYm8tYWN0aXZhdGlvbi0yLjAgPj0gMi4wLjAgCQkgIE9SQml0 LTIuMCA+PSAyLjAuMCAJCSAgZ25vbWUtdmZzLTIuMCA+PSAyLjAuMAkJICBnbm9tZS12ZnMtbW9k dWxlLTIuMCA+PSAyLjAuMAkJICBnY29uZi0yLjAgPj0gMi4wLjAgCQkgICAJCSAgCmNvbmZpZ3Vy ZTo5NzQ5OiByZXN1bHQ6IHllcwpjb25maWd1cmU6OTc1MzogY2hlY2tpbmcgR0FMRU9OX0RFUEVO REVOQ1lfQ0ZMQUdTCmNvbmZpZ3VyZTo5NzczOiByZXN1bHQ6IC1ET1JCSVQyPTEgLXB0aHJlYWQg LUkvdXNyL2xvY2FsL2luY2x1ZGUvYXRrLTEuMCAtSS91c3IvbG9jYWwvaW5jbHVkZS9nbGliLTIu MCAtSS91c3IvbG9jYWwvbGliL2dsaWItMi4wL2luY2x1ZGUgLUkvdXNyL2xvY2FsL2luY2x1ZGUv bGlieG1sMiAtSS91c3IvbG9jYWwvaW5jbHVkZSAtSS91c3IvbG9jYWwvaW5jbHVkZS9saWJhcnQt Mi4wIC1JL3Vzci9sb2NhbC9pbmNsdWRlL29yYml0LTIuMCAtSS91c3IvbG9jYWwvaW5jbHVkZS9s aWJib25vYm8tMi4wIC1JL3Vzci9sb2NhbC9pbmNsdWRlL2xpbmMtMS4wIC1JL3Vzci9sb2NhbC9p bmNsdWRlL2Jvbm9iby1hY3RpdmF0aW9uLTIuMCAtSS91c3IvWDExUjYvaW5jbHVkZS9ndGstMi4w IC1JL3Vzci9YMTFSNi9saWIvZ3RrLTIuMC9pbmNsdWRlIC1JL3Vzci9YMTFSNi9pbmNsdWRlL3Bh bmdvLTEuMCAtSS91c3IvWDExUjYvaW5jbHVkZSAtSS91c3IvbG9jYWwvaW5jbHVkZS9mcmVldHlw ZTIgLUkvdXNyL1gxMVI2L2luY2x1ZGUvbGliZ25vbWV1aS0yLjAgLUkvdXNyL1gxMVI2L2luY2x1 ZGUvbGliZ25vbWUtMi4wIC1JL3Vzci9YMTFSNi9pbmNsdWRlL2xpYmdub21lY2FudmFzLTIuMCAt SS91c3IvWDExUjYvaW5jbHVkZS9nY29uZi8yIC1JL3Vzci9YMTFSNi9pbmNsdWRlL2xpYmJvbm9i b3VpLTIuMCAtSS91c3IvWDExUjYvaW5jbHVkZS9nbm9tZS12ZnMtMi4wIC1JL3Vzci9YMTFSNi9s aWIvZ25vbWUtdmZzLTIuMC9pbmNsdWRlIC1JL3Vzci9YMTFSNi9pbmNsdWRlL2xpYmdsYWRlLTIu MCAtSS91c3IvWDExUjYvaW5jbHVkZS9nbm9tZS12ZnMtbW9kdWxlLTIuMCAgCmNvbmZpZ3VyZTo5 Nzc2OiBjaGVja2luZyBHQUxFT05fREVQRU5ERU5DWV9MSUJTCmNvbmZpZ3VyZTo5Nzk2OiByZXN1 bHQ6IC1XbCwtLWV4cG9ydC1keW5hbWljIC1wdGhyZWFkIC1ML3Vzci9sb2NhbC9saWIgLUwvdXNy L1gxMVI2L2xpYiAtbGdub21ldWktMiAtbFNNIC1sSUNFIC1sYm9ub2JvdWktMiAtbGdub21lY2Fu dmFzLTIgLWxnbm9tZS0yIC1sYXJ0X2xncGxfMiAtbHBhbmdvZnQyLTEuMCAtbGdsYWRlLTIuMCAt bGd0ay14MTEtMi4wIC1seG1sMiAtbHogLWxhdGstMS4wIC1sYm9ub2JvLTIgLWxnZGsteDExLTIu MCAtbFhpbmVyYW1hIC1sZ2RrX3BpeGJ1Zi0yLjAgLWxwYW5nb3hmdC0xLjAgLWxYZnQgLWxmcmVl dHlwZSAtbFhleHQgLWxYcmVuZGVyIC1sZm9udGNvbmZpZyAtbHBhbmdveC0xLjAgLWxYMTEgLWxw YW5nby0xLjAgLWxnbm9tZXZmcy0yIC1sYm9ub2JvLWFjdGl2YXRpb24gLWxnY29uZi0yIC1sT1JC aXQtMiAtbG0gLWxsaW5jIC1sZ21vZHVsZS0yLjAgLWxnb2JqZWN0LTIuMCAtbGd0aHJlYWQtMi4w IC1sZ2xpYi0yLjAgLWxpY29udiAgCmNvbmZpZ3VyZTo5OTQwOiBjaGVja2luZyBmb3IgbW96aWxs YS1ndGttb3plbWJlZApjb25maWd1cmU6OTk3OTogZXJyb3I6IExpYnJhcnkgcmVxdWlyZW1lbnRz IChtb3ppbGxhLWd0a21vemVtYmVkKSBub3QgbWV0OyBjb25zaWRlciBhZGp1c3RpbmcgdGhlIFBL R19DT05GSUdfUEFUSCBlbnZpcm9ubWVudCB2YXJpYWJsZSBpZiB5b3VyIGxpYnJhcmllcyBhcmUg aW4gYSBub25zdGFuZGFyZCBwcmVmaXggc28gcGtnLWNvbmZpZyBjYW4gZmluZCB0aGVtLgoKIyMg LS0tLS0tLS0tLS0tLS0tLSAjIwojIyBDYWNoZSB2YXJpYWJsZXMuICMjCiMjIC0tLS0tLS0tLS0t LS0tLS0gIyMKCmFjX2N2X2Z1bmNfYmluZF90ZXh0ZG9tYWluX2NvZGVzZXQ9bm8KYW1fY3ZfQ0Nf ZGVwZW5kZW5jaWVzX2NvbXBpbGVyX3R5cGU9Z2NjCmFjX2N2X2Vudl9DWFhGTEFHU192YWx1ZT0n IC1PIC1waXBlIC1tYXJjaD1rNicKYWNfY3ZfaGVhZGVyX3N0ZGxpYl9oPXllcwpsdF9jdl9maWxl X21hZ2ljX2NtZD0nJE1BR0lDX0NNRCcKYWNfY3ZfcGF0aF9JTlRMVE9PTF9QRVJMPS91c3IvYmlu L3BlcmwKYWNfY3ZfbGliX2Nwb3NpeF9zdHJlcnJvcj1ubwphY19jdl9wcm9nX2NjX2c9eWVzCmFj X2N2X2Vudl9MREZMQUdTX3NldD0KYWNfY3ZfcGF0aF9QS0dfQ09ORklHPS91c3IvbG9jYWwvYmlu L3BrZy1jb25maWcKbHRfY3ZfcHJvZ19jY19jYW5fYnVpbGRfc2hhcmVkPXllcwphY19jdl9jX2Nv bXBpbGVyX2dudT15ZXMKYWNfY3ZfZXhlZXh0PQphY19jdl9lbnZfQ0ZMQUdTX3NldD1zZXQKYWNf Y3ZfcHJvZ19tYWtlX2dtYWtlX3NldD15ZXMKYWNfY3ZfZW52X0NQUF92YWx1ZT0KYWNfY3ZfZW52 X0NQUEZMQUdTX3NldD1zZXQKbHRfY3ZfcHJvZ19jY19zdGF0aWNfd29ya3M9eWVzCmx0X2N2X3By b2dfY2Nfbm9fYnVpbHRpbj0KYWNfY3ZfY3h4X2NvbXBpbGVyX2dudT15ZXMKbHRfY3ZfcHJvZ19j Y19zaGxpYj0KYWNfY3ZfZW52X0NYWF9zZXQ9c2V0Cmx0X2N2X3Byb2dfY2Nfc3RhdGljPS1zdGF0 aWMKYWNfY3ZfZW52X2hvc3RfYWxpYXNfc2V0PQphY19jdl9wYXRoX0dMSUJfR0VOTUFSU0hBTD0v dXNyL2xvY2FsL2Jpbi9nbGliLWdlbm1hcnNoYWwKbHRfY3ZfbGRfcmVsb2FkX2ZsYWc9LXIKbHRf Y3ZfYXJjaGl2ZV9jbWRzX25lZWRfbGM9eWVzCmFjX2N2X2hlYWRlcl9zeXNfc3RhdF9oPXllcwps dF9jdl9wcm9nX2dudV9sZD15ZXMKYWNfY3ZfZW52X2J1aWxkX2FsaWFzX3NldD1zZXQKYWNfY3Zf ZW52X0xERkxBR1NfdmFsdWU9CmFjX2N2X2Vudl90YXJnZXRfYWxpYXNfc2V0PQphY19jdl9wcm9n X2NjX3N0ZGM9CmFjX2N2X2hvc3RfYWxpYXM9aTM4Ni1wb3J0YmxkLWZyZWVic2Q0LjcKYWNfY3Zf ZW52X0NGTEFHU192YWx1ZT0nLU8gLXBpcGUgLW1hcmNoPWs2JwphY19jdl9lbnZfQ0Nfc2V0PXNl dApsdF9jdl9wcm9nX2NjX3dsPS1XbCwKYWNfY3ZfaGVhZGVyX3N5c190eXBlc19oPXllcwphY19j dl9oZWFkZXJfc3RkYz15ZXMKYWNfY3ZfaGVhZGVyX3N0cmluZ3NfaD15ZXMKbHRfY3ZfcGF0aF9T RUQ9L3Vzci9iaW4vc2VkCmFjX2N2X2hlYWRlcl9zdGRpbnRfaD1ubwphY19jdl9oZWFkZXJfaW50 dHlwZXNfaD15ZXMKYWNfY3ZfcHJvZ19lZ3JlcD0nZ3JlcCAtRScKYWNfY3ZfaGVhZGVyX3VuaXN0 ZF9oPXllcwphY19jdl9oZWFkZXJfc3RyaW5nX2g9eWVzCmx0X2N2X2dsb2JhbF9zeW1ib2xfdG9f Y2RlY2w9J3NlZCAtbiAtZSAnXCcncy9eLiAuKiBcKC4qXCkkL2V4dGVybiBjaGFyIFwxOy9wJ1wn JycKbHRfY3ZfcGF0aF9MRD0vdXNyL2xpYmV4ZWMvZWxmL2xkCmFjX2N2X2J1aWxkX2FsaWFzPWkz ODYtcG9ydGJsZC1mcmVlYnNkNC43CmFjX2N2X2Vudl9DUFBGTEFHU192YWx1ZT0nLUkvdXNyL2xv Y2FsL2luY2x1ZGUgLUkvdXNyL1gxMVI2L2luY2x1ZGUgLURfVEhSRUFEX1NBRkUnCmFjX2N2X2Z1 bmNfc2NhbmRpcj15ZXMKYWNfY3ZfcHJvZ19hY19jdF9SQU5MSUI9cmFubGliCmFjX2N2X2hlYWRl cl9tZW1vcnlfaD15ZXMKYWNfY3ZfZW52X0NYWEZMQUdTX3NldD1zZXQKYWNfY3ZfZW52X0NYWF92 YWx1ZT1jKysKYWNfY3ZfcHJvZ19hY19jdF9TVFJJUD1zdHJpcAphY19jdl9ob3N0PWkzODYtcG9y dGJsZC1mcmVlYnNkNC43CmFjX2N2X2Vudl9ob3N0X2FsaWFzX3ZhbHVlPQphY19jdl9wcm9nX2N4 eF9nPXllcwpsdF9jdl9nbG9iYWxfc3ltYm9sX3RvX2NfbmFtZV9hZGRyZXNzPSdzZWQgLW4gLWUg J1wnJ3MvXjogXChbXiBdKlwpICQvICB7XCJcMVwiLCAobHRfcHRyKSAwfSwvcCdcJycgLWUgJ1wn J3MvXltCQ0RFR1JTVF0gXChbXiBdKlwpIFwoW14gXSpcKSQvICB7IlwyIiwgKGx0X3B0cikgXCZc Mn0sL3AnXCcnJwphbV9jdl9wcm9nX2NjX3N0ZGM9Cmx0X2N2X2NvbXBpbGVyX2Nfbz15ZXMKbHRf Y3ZfcHJvZ19jY19waWNfd29ya3M9eWVzCmx0X2N2X2ZpbGVfbWFnaWNfdGVzdF9maWxlPQphbV9j dl9DWFhfZGVwZW5kZW5jaWVzX2NvbXBpbGVyX3R5cGU9Z2NjCmFjX2N2X3Byb2dfQ1BQPSdjYyAt RScKYWNfY3ZfYnVpbGQ9aTM4Ni1wb3J0YmxkLWZyZWVic2Q0LjcKYWNfY3ZfcHJvZ19BV0s9bmF3 awphY19jdl9lbnZfYnVpbGRfYWxpYXNfdmFsdWU9aTM4Ni1wb3J0YmxkLWZyZWVic2Q0LjcKbHRf Y3ZfcHJvZ19jY19waWM9JyAtZlBJQycKbHRfY3Zfc3lzX2dsb2JhbF9zeW1ib2xfcGlwZT0nc2Vk IC1uIC1lICdcJydzL14uKlsgCV1cKFtBQkNER0lTVFddW0FCQ0RHSVNUV10qXClbIAldWyAJXSpc KFwpXChbX0EtWmEtel1bX0EtWmEtejAtOV0qXCkkL1wxIFwyXDMgXDMvcCdcJycnCmx0X2N2X2Rl cGxpYnNfY2hlY2tfbWV0aG9kPXBhc3NfYWxsCmFjX2N2X3Byb2dfYWNfY3RfQ0M9Y2MKbHRfY3Zf Y29tcGlsZXJfb19sbz15ZXMKYWNfY3ZfZW52X3RhcmdldF9hbGlhc192YWx1ZT0KYWNfY3ZfZW52 X0NDX3ZhbHVlPWNjCmx0X2N2X3BhdGhfTk09Jy91c3IvYmluL25tIC1CJwphY19jdl9lbnZfQ1BQ X3NldD0KYWNfY3ZfaGVhZGVyX2RsZmNuX2g9eWVzCmFjX2N2X29iamV4dD1vCgojIyAtLS0tLS0t LS0tLS0tLS0tLSAjIwojIyBPdXRwdXQgdmFyaWFibGVzLiAjIwojIyAtLS0tLS0tLS0tLS0tLS0t LSAjIwoKQUNMT0NBTD0nJHtTSEVMTH0gL3Vzci9wb3J0cy93d3cvZ2FsZW9uMi93b3JrL2dhbGVv bi0xLjMuNC9taXNzaW5nIC0tcnVuIGFjbG9jYWwtMS43JwpBTURFUEJBQ0tTTEFTSD0nXCcKQU1E RVBfRkFMU0U9JyMnCkFNREVQX1RSVUU9JycKQU1UQVI9JyR7U0hFTEx9IC91c3IvcG9ydHMvd3d3 L2dhbGVvbjIvd29yay9nYWxlb24tMS4zLjQvbWlzc2luZyAtLXJ1biB0YXInCkFVVE9DT05GPSck e1NIRUxMfSAvdXNyL3BvcnRzL3d3dy9nYWxlb24yL3dvcmsvZ2FsZW9uLTEuMy40L21pc3Npbmcg LS1ydW4gYXV0b2NvbmYnCkFVVE9IRUFERVI9JyR7U0hFTEx9IC91c3IvcG9ydHMvd3d3L2dhbGVv bjIvd29yay9nYWxlb24tMS4zLjQvbWlzc2luZyAtLXJ1biBhdXRvaGVhZGVyJwpBVVRPTUFLRT0n JHtTSEVMTH0gL3Vzci9wb3J0cy93d3cvZ2FsZW9uMi93b3JrL2dhbGVvbi0xLjMuNC9taXNzaW5n IC0tcnVuIGF1dG9tYWtlLTEuNycKQVdLPSduYXdrJwpCT05PQk9fQUNUSVZBVElPTl9JREw9Jy91 c3IvbG9jYWwvc2hhcmUvaWRsL2Jvbm9iby1hY3RpdmF0aW9uLTIuMCcKQk9OT0JPX0FDVElWQVRJ T05fUkVRVUlSRUQ9JzIuMC4wJwpDQVRBTE9HUz0nJwpDQVRPQkpFWFQ9JycKQ0M9J2NjJwpDQ0RF UE1PREU9J2RlcG1vZGU9Z2NjJwpDRkxBR1M9Jy1PIC1waXBlIC1tYXJjaD1rNicKQ1BQPSdjYyAt RScKQ1BQRkxBR1M9Jy1JL3Vzci9sb2NhbC9pbmNsdWRlIC1JL3Vzci9YMTFSNi9pbmNsdWRlIC1E X1RIUkVBRF9TQUZFJwpDWFg9J2MrKycKQ1hYREVQTU9ERT0nZGVwbW9kZT1nY2MnCkNYWEZMQUdT PScgLU8gLXBpcGUgLW1hcmNoPWs2JwpDWUdQQVRIX1c9J2VjaG8nCkRBVEFESVJOQU1FPScnCkRF RlM9JycKREVQRElSPScuZGVwcycKRUNITz0nZWNobycKRUNIT19DPScnCkVDSE9fTj0nLW4nCkVD SE9fVD0nJwpFR1JFUD0nZ3JlcCAtRScKRU5BQkxFX0dUS0hUTUxfRU1CRURfRkFMU0U9JycKRU5B QkxFX0dUS0hUTUxfRU1CRURfVFJVRT0nJwpFTkFCTEVfTkFVVElMVVNfVklFV19GQUxTRT0nJwpF TkFCTEVfTkFVVElMVVNfVklFV19UUlVFPScjJwpFWEVFWFQ9JycKR0FMRU9OX0RFUEVOREVOQ1lf Q0ZMQUdTPSctRE9SQklUMj0xIC1wdGhyZWFkIC1JL3Vzci9sb2NhbC9pbmNsdWRlL2F0ay0xLjAg LUkvdXNyL2xvY2FsL2luY2x1ZGUvZ2xpYi0yLjAgLUkvdXNyL2xvY2FsL2xpYi9nbGliLTIuMC9p bmNsdWRlIC1JL3Vzci9sb2NhbC9pbmNsdWRlL2xpYnhtbDIgLUkvdXNyL2xvY2FsL2luY2x1ZGUg LUkvdXNyL2xvY2FsL2luY2x1ZGUvbGliYXJ0LTIuMCAtSS91c3IvbG9jYWwvaW5jbHVkZS9vcmJp dC0yLjAgLUkvdXNyL2xvY2FsL2luY2x1ZGUvbGliYm9ub2JvLTIuMCAtSS91c3IvbG9jYWwvaW5j bHVkZS9saW5jLTEuMCAtSS91c3IvbG9jYWwvaW5jbHVkZS9ib25vYm8tYWN0aXZhdGlvbi0yLjAg LUkvdXNyL1gxMVI2L2luY2x1ZGUvZ3RrLTIuMCAtSS91c3IvWDExUjYvbGliL2d0ay0yLjAvaW5j bHVkZSAtSS91c3IvWDExUjYvaW5jbHVkZS9wYW5nby0xLjAgLUkvdXNyL1gxMVI2L2luY2x1ZGUg LUkvdXNyL2xvY2FsL2luY2x1ZGUvZnJlZXR5cGUyIC1JL3Vzci9YMTFSNi9pbmNsdWRlL2xpYmdu b21ldWktMi4wIC1JL3Vzci9YMTFSNi9pbmNsdWRlL2xpYmdub21lLTIuMCAtSS91c3IvWDExUjYv aW5jbHVkZS9saWJnbm9tZWNhbnZhcy0yLjAgLUkvdXNyL1gxMVI2L2luY2x1ZGUvZ2NvbmYvMiAt SS91c3IvWDExUjYvaW5jbHVkZS9saWJib25vYm91aS0yLjAgLUkvdXNyL1gxMVI2L2luY2x1ZGUv Z25vbWUtdmZzLTIuMCAtSS91c3IvWDExUjYvbGliL2dub21lLXZmcy0yLjAvaW5jbHVkZSAtSS91 c3IvWDExUjYvaW5jbHVkZS9saWJnbGFkZS0yLjAgLUkvdXNyL1gxMVI2L2luY2x1ZGUvZ25vbWUt dmZzLW1vZHVsZS0yLjAgICcKR0FMRU9OX0RFUEVOREVOQ1lfTElCUz0nLVdsLC0tZXhwb3J0LWR5 bmFtaWMgLXB0aHJlYWQgLUwvdXNyL2xvY2FsL2xpYiAtTC91c3IvWDExUjYvbGliIC1sZ25vbWV1 aS0yIC1sU00gLWxJQ0UgLWxib25vYm91aS0yIC1sZ25vbWVjYW52YXMtMiAtbGdub21lLTIgLWxh cnRfbGdwbF8yIC1scGFuZ29mdDItMS4wIC1sZ2xhZGUtMi4wIC1sZ3RrLXgxMS0yLjAgLWx4bWwy IC1seiAtbGF0ay0xLjAgLWxib25vYm8tMiAtbGdkay14MTEtMi4wIC1sWGluZXJhbWEgLWxnZGtf cGl4YnVmLTIuMCAtbHBhbmdveGZ0LTEuMCAtbFhmdCAtbGZyZWV0eXBlIC1sWGV4dCAtbFhyZW5k ZXIgLWxmb250Y29uZmlnIC1scGFuZ294LTEuMCAtbFgxMSAtbHBhbmdvLTEuMCAtbGdub21ldmZz LTIgLWxib25vYm8tYWN0aXZhdGlvbiAtbGdjb25mLTIgLWxPUkJpdC0yIC1sbSAtbGxpbmMgLWxn bW9kdWxlLTIuMCAtbGdvYmplY3QtMi4wIC1sZ3RocmVhZC0yLjAgLWxnbGliLTIuMCAtbGljb252 ICAnCkdDT05GVE9PTD0nJwpHQ09ORl9SRVFVSVJFRD0nMi4wLjAnCkdDT05GX1NDSEVNQVNfSU5T VEFMTF9GQUxTRT0nJwpHQ09ORl9TQ0hFTUFTX0lOU1RBTExfVFJVRT0nJwpHQ09ORl9TQ0hFTUFf Q09ORklHX1NPVVJDRT0nJwpHQ09ORl9TQ0hFTUFfRklMRV9ESVI9JycKR0VUVEVYVF9QQUNLQUdF PScnCkdMSUJfR0VOTUFSU0hBTD0nL3Vzci9sb2NhbC9iaW4vZ2xpYi1nZW5tYXJzaGFsJwpHTElC X1JFUVVJUkVEPScyLjAuMCcKR01PRklMRVM9JycKR01TR0ZNVD0nJwpHTk9NRV9WRlNfUkVRVUlS RUQ9JzIuMC4wJwpHVEtIVE1MX0NGTEFHUz0nJwpHVEtIVE1MX0xJQlM9JycKR1RLX1JFUVVJUkVE PScyLjAuMCcKSEFWRV9TQ0FORElSX0ZBTFNFPScjJwpIQVZFX1NDQU5ESVJfVFJVRT0nJwpJTlNU QUxMX0RBVEE9J2luc3RhbGwgLWMgLW8gcm9vdCAtZyB3aGVlbCAtbSA0NDQnCklOU1RBTExfUFJP R1JBTT0naW5zdGFsbCAtYyAtcyAtbyByb290IC1nIHdoZWVsIC1tIDU1NScKSU5TVEFMTF9TQ1JJ UFQ9J2luc3RhbGwgLWMgLW8gcm9vdCAtZyB3aGVlbCAtbSA1NTUnCklOU1RBTExfU1RSSVBfUFJP R1JBTT0nJHtTSEVMTH0gJChpbnN0YWxsX3NoKSAtYyAtcycKSU5TVE9CSkVYVD0nJwpJTlRMTElC Uz0nJwpJTlRMVE9PTF9DQVZFU19SVUxFPSclLmNhdmVzOiAgICAgJS5jYXZlcy5pbiAgICAgJChJ TlRMVE9PTF9NRVJHRSkgJCh3aWxkY2FyZCAkKHRvcF9zcmNkaXIpL3BvLyoucG8pIDsgJChJTlRM VE9PTF9NRVJHRSkgJCh0b3Bfc3JjZGlyKS9wbyAkPCAkQCAtZCAtdSAtYyAkKHRvcF9idWlsZGRp cikvcG8vLmludGx0b29sLW1lcmdlLWNhY2hlJwpJTlRMVE9PTF9ERVNLVE9QX1JVTEU9JyUuZGVz a3RvcDogICAlLmRlc2t0b3AuaW4gICAkKElOVExUT09MX01FUkdFKSAkKHdpbGRjYXJkICQodG9w X3NyY2RpcikvcG8vKi5wbykgOyAkKElOVExUT09MX01FUkdFKSAkKHRvcF9zcmNkaXIpL3BvICQ8 ICRAIC1kIC11IC1jICQodG9wX2J1aWxkZGlyKS9wby8uaW50bHRvb2wtbWVyZ2UtY2FjaGUnCklO VExUT09MX0RJUkVDVE9SWV9SVUxFPSclLmRpcmVjdG9yeTogJS5kaXJlY3RvcnkuaW4gJChJTlRM VE9PTF9NRVJHRSkgJCh3aWxkY2FyZCAkKHRvcF9zcmNkaXIpL3BvLyoucG8pIDsgJChJTlRMVE9P TF9NRVJHRSkgJCh0b3Bfc3JjZGlyKS9wbyAkPCAkQCAtZCAtdSAtYyAkKHRvcF9idWlsZGRpcikv cG8vLmludGx0b29sLW1lcmdlLWNhY2hlJwpJTlRMVE9PTF9FWFRSQUNUPSckKHRvcF9idWlsZGRp cikvaW50bHRvb2wtZXh0cmFjdCcKSU5UTFRPT0xfS0VZU19SVUxFPSclLmtleXM6ICAgICAgJS5r ZXlzLmluICAgICAgJChJTlRMVE9PTF9NRVJHRSkgJCh3aWxkY2FyZCAkKHRvcF9zcmNkaXIpL3Bv LyoucG8pIDsgJChJTlRMVE9PTF9NRVJHRSkgJCh0b3Bfc3JjZGlyKS9wbyAkPCAkQCAtayAtdSAt YyAkKHRvcF9idWlsZGRpcikvcG8vLmludGx0b29sLW1lcmdlLWNhY2hlJwpJTlRMVE9PTF9NRVJH RT0nJCh0b3BfYnVpbGRkaXIpL2ludGx0b29sLW1lcmdlJwpJTlRMVE9PTF9PQUZfUlVMRT0nJS5v YWY6ICAgICAgICUub2FmLmluICAgICAgICQoSU5UTFRPT0xfTUVSR0UpICQod2lsZGNhcmQgJCh0 b3Bfc3JjZGlyKS9wby8qLnBvKSA7ICQoSU5UTFRPT0xfTUVSR0UpICQodG9wX3NyY2RpcikvcG8g JDwgJEAgLW8gLXAnCklOVExUT09MX1BFUkw9Jy91c3IvYmluL3BlcmwnCklOVExUT09MX1BPTkdf UlVMRT0nJS5wb25nOiAgICAgICUucG9uZy5pbiAgICAgICQoSU5UTFRPT0xfTUVSR0UpICQod2ls ZGNhcmQgJCh0b3Bfc3JjZGlyKS9wby8qLnBvKSA7ICQoSU5UTFRPT0xfTUVSR0UpICQodG9wX3Ny Y2RpcikvcG8gJDwgJEAgLXggLXUgLWMgJCh0b3BfYnVpbGRkaXIpL3BvLy5pbnRsdG9vbC1tZXJn ZS1jYWNoZScKSU5UTFRPT0xfUFJPUF9SVUxFPSclLnByb3A6ICAgICAgJS5wcm9wLmluICAgICAg JChJTlRMVE9PTF9NRVJHRSkgJCh3aWxkY2FyZCAkKHRvcF9zcmNkaXIpL3BvLyoucG8pIDsgJChJ TlRMVE9PTF9NRVJHRSkgJCh0b3Bfc3JjZGlyKS9wbyAkPCAkQCAtZCAtdSAtYyAkKHRvcF9idWls ZGRpcikvcG8vLmludGx0b29sLW1lcmdlLWNhY2hlJwpJTlRMVE9PTF9TQ0hFTUFTX1JVTEU9JyUu c2NoZW1hczogICAlLnNjaGVtYXMuaW4gICAkKElOVExUT09MX01FUkdFKSAkKHdpbGRjYXJkICQo dG9wX3NyY2RpcikvcG8vKi5wbykgOyAkKElOVExUT09MX01FUkdFKSAkKHRvcF9zcmNkaXIpL3Bv ICQ8ICRAIC1zIC11IC1jICQodG9wX2J1aWxkZGlyKS9wby8uaW50bHRvb2wtbWVyZ2UtY2FjaGUn CklOVExUT09MX1NFUlZFUl9SVUxFPSclLnNlcnZlcjogICAgJS5zZXJ2ZXIuaW4gICAgJChJTlRM VE9PTF9NRVJHRSkgJCh3aWxkY2FyZCAkKHRvcF9zcmNkaXIpL3BvLyoucG8pIDsgJChJTlRMVE9P TF9NRVJHRSkgJCh0b3Bfc3JjZGlyKS9wbyAkPCAkQCAtbyAtdSAtYyAkKHRvcF9idWlsZGRpcikv cG8vLmludGx0b29sLW1lcmdlLWNhY2hlJwpJTlRMVE9PTF9TSEVFVF9SVUxFPSclLnNoZWV0OiAg ICAgJS5zaGVldC5pbiAgICAgJChJTlRMVE9PTF9NRVJHRSkgJCh3aWxkY2FyZCAkKHRvcF9zcmNk aXIpL3BvLyoucG8pIDsgJChJTlRMVE9PTF9NRVJHRSkgJCh0b3Bfc3JjZGlyKS9wbyAkPCAkQCAt eCAtdSAtYyAkKHRvcF9idWlsZGRpcikvcG8vLmludGx0b29sLW1lcmdlLWNhY2hlJwpJTlRMVE9P TF9TT1VORExJU1RfUlVMRT0nJS5zb3VuZGxpc3Q6ICUuc291bmRsaXN0LmluICQoSU5UTFRPT0xf TUVSR0UpICQod2lsZGNhcmQgJCh0b3Bfc3JjZGlyKS9wby8qLnBvKSA7ICQoSU5UTFRPT0xfTUVS R0UpICQodG9wX3NyY2RpcikvcG8gJDwgJEAgLWQgLXUgLWMgJCh0b3BfYnVpbGRkaXIpL3BvLy5p bnRsdG9vbC1tZXJnZS1jYWNoZScKSU5UTFRPT0xfVEhFTUVfUlVMRT0nJS50aGVtZTogICAgICUu dGhlbWUuaW4gICAgICQoSU5UTFRPT0xfTUVSR0UpICQod2lsZGNhcmQgJCh0b3Bfc3JjZGlyKS9w by8qLnBvKSA7ICQoSU5UTFRPT0xfTUVSR0UpICQodG9wX3NyY2RpcikvcG8gJDwgJEAgLWQgLXUg LWMgJCh0b3BfYnVpbGRkaXIpL3BvLy5pbnRsdG9vbC1tZXJnZS1jYWNoZScKSU5UTFRPT0xfVUlf UlVMRT0nJS51aTogICAgICAgICUudWkuaW4gICAgICAgICQoSU5UTFRPT0xfTUVSR0UpICQod2ls ZGNhcmQgJCh0b3Bfc3JjZGlyKS9wby8qLnBvKSA7ICQoSU5UTFRPT0xfTUVSR0UpICQodG9wX3Ny Y2RpcikvcG8gJDwgJEAgLXggLXUgLWMgJCh0b3BfYnVpbGRkaXIpL3BvLy5pbnRsdG9vbC1tZXJn ZS1jYWNoZScKSU5UTFRPT0xfVVBEQVRFPSckKHRvcF9idWlsZGRpcikvaW50bHRvb2wtdXBkYXRl JwpJTlRMVE9PTF9YTUxfUlVMRT0nJS54bWw6ICAgICAgICUueG1sLmluICAgICAgICQoSU5UTFRP T0xfTUVSR0UpICQod2lsZGNhcmQgJCh0b3Bfc3JjZGlyKS9wby8qLnBvKSA7ICQoSU5UTFRPT0xf TUVSR0UpICQodG9wX3NyY2RpcikvcG8gJDwgJEAgLXggLXUgLWMgJCh0b3BfYnVpbGRkaXIpL3Bv Ly5pbnRsdG9vbC1tZXJnZS1jYWNoZScKTERGTEFHUz0nJwpMSUJCT05PQk9VSV9SRVFVSVJFRD0n Mi4xLjEnCkxJQkJPTk9CT19JREw9Jy91c3IvbG9jYWwvc2hhcmUvaWRsL2Jvbm9iby0yLjAnCkxJ QkJPTk9CT19SRVFVSVJFRD0nMi4wLjAnCkxJQkdMQURFX1JFUVVJUkVEPScyLjAuMCcKTElCR05P TUVVSV9SRVFVSVJFRD0nMi4wLjUnCkxJQk9CSlM9JycKTElCUz0nLUwvdXNyL2xvY2FsL2xpYiAt cHRocmVhZCcKTElCVE9PTD0nJChTSEVMTCkgJCh0b3BfYnVpbGRkaXIpL2xpYnRvb2wnCkxJQlhN TF9SRVFVSVJFRD0nMi40LjAnCkxOX1M9J2xuIC1zJwpMVExJQk9CSlM9JycKTUFJTlQ9JyMnCk1B SU5UQUlORVJfTU9ERV9GQUxTRT0nJwpNQUlOVEFJTkVSX01PREVfVFJVRT0nIycKTUFLRUlORk89 JyR7U0hFTEx9IC91c3IvcG9ydHMvd3d3L2dhbGVvbjIvd29yay9nYWxlb24tMS4zLjQvbWlzc2lu ZyAtLXJ1biBtYWtlaW5mbycKTUtJTlNUQUxMRElSUz0nJwpNT1pJTExBX0NPTVBPTkVOVF9DRkxB R1M9JycKTU9aSUxMQV9DT01QT05FTlRfTElCUz0nJwpNT1pJTExBX0hPTUU9JycKTU9aSUxMQV9J TkNMVURFX1JPT1Q9JycKTU9aSUxMQV9SRVFVSVJFRD0nMS4zYScKTVNHRk1UPScnCk9CSkVYVD0n bycKT1JCSVRfSURMPScvdXNyL2xvY2FsL2Jpbi9vcmJpdC1pZGwtMicKT1JCSVRfUkVRVUlSRUQ9 JzIuMC4wJwpQQUNLQUdFPSdnYWxlb24nClBBQ0tBR0VfQlVHUkVQT1JUPScnClBBQ0tBR0VfTkFN RT0nJwpQQUNLQUdFX1NUUklORz0nJwpQQUNLQUdFX1RBUk5BTUU9JycKUEFDS0FHRV9WRVJTSU9O PScnClBBVEhfU0VQQVJBVE9SPSc6JwpQS0dfQ09ORklHPScvdXNyL2xvY2FsL2Jpbi9wa2ctY29u ZmlnJwpQT0ZJTEVTPScnClBPU1VCPScnClBPX0lOX0RBVEFESVJfRkFMU0U9JycKUE9fSU5fREFU QURJUl9UUlVFPScnClJBTkxJQj0ncmFubGliJwpTQ1JPTExLRUVQRVJfUkVRVUlSRUQ9JzAuMS40 JwpTRVRfTUFLRT0nJwpTSEVMTD0nL2Jpbi9zaCcKU1RSSVA9J3N0cmlwJwpVU0VfTkxTPScnClZF UlNJT049JzEuMy40JwpYR0VUVEVYVD0nJwphY19jdF9DQz0nY2MnCmFjX2N0X0NYWD0nJwphY19j dF9SQU5MSUI9J3JhbmxpYicKYWNfY3RfU1RSSVA9J3N0cmlwJwphbV9fZmFzdGRlcENDX0ZBTFNF PScnCmFtX19mYXN0ZGVwQ0NfVFJVRT0nIycKYW1fX2Zhc3RkZXBDWFhfRkFMU0U9JycKYW1fX2Zh c3RkZXBDWFhfVFJVRT0nIycKYW1fX2luY2x1ZGU9J2luY2x1ZGUnCmFtX19sZWFkaW5nX2RvdD0n LicKYW1fX3F1b3RlPScnCmJpbmRpcj0nJHtleGVjX3ByZWZpeH0vYmluJwpidWlsZD0naTM4Ni1w b3J0YmxkLWZyZWVic2Q0LjcnCmJ1aWxkX2FsaWFzPSdpMzg2LXBvcnRibGQtZnJlZWJzZDQuNycK YnVpbGRfY3B1PSdpMzg2JwpidWlsZF9vcz0nZnJlZWJzZDQuNycKYnVpbGRfdmVuZG9yPSdwb3J0 YmxkJwpkYXRhZGlyPScvdXNyL1gxMVI2L3NoYXJlL2dub21lJwpleGVjX3ByZWZpeD0nTk9ORScK aG9zdD0naTM4Ni1wb3J0YmxkLWZyZWVic2Q0LjcnCmhvc3RfYWxpYXM9JycKaG9zdF9jcHU9J2kz ODYnCmhvc3Rfb3M9J2ZyZWVic2Q0LjcnCmhvc3RfdmVuZG9yPSdwb3J0YmxkJwppbmNsdWRlZGly PScke3ByZWZpeH0vaW5jbHVkZScKaW5mb2Rpcj0nJHtwcmVmaXh9L2luZm8nCmluc3RhbGxfc2g9 Jy91c3IvcG9ydHMvd3d3L2dhbGVvbjIvd29yay9nYWxlb24tMS4zLjQvaW5zdGFsbC1zaCcKbGli ZGlyPScke2V4ZWNfcHJlZml4fS9saWInCmxpYmV4ZWNkaXI9JyR7ZXhlY19wcmVmaXh9L2xpYmV4 ZWMnCmxvY2Fsc3RhdGVkaXI9Jy91c3IvWDExUjYvc2hhcmUvZ25vbWUnCm1hbmRpcj0nJHtwcmVm aXh9L21hbicKb2xkaW5jbHVkZWRpcj0nL3Vzci9pbmNsdWRlJwpwcmVmaXg9Jy91c3IvWDExUjYn CnByb2dyYW1fdHJhbnNmb3JtX25hbWU9J3MseCx4LCcKc2JpbmRpcj0nJHtleGVjX3ByZWZpeH0v c2JpbicKc2hhcmVkc3RhdGVkaXI9JyR7cHJlZml4fS9jb20nCnN5c2NvbmZkaXI9JyR7cHJlZml4 fS9ldGMnCnRhcmdldF9hbGlhcz0nJwoKIyMgLS0tLS0tLS0tLS0gIyMKIyMgY29uZmRlZnMuaC4g IyMKIyMgLS0tLS0tLS0tLS0gIyMKCiNkZWZpbmUgSEFWRV9ETEZDTl9IIDEKI2RlZmluZSBIQVZF X0lOVFRZUEVTX0ggMQojZGVmaW5lIEhBVkVfTUVNT1JZX0ggMQojZGVmaW5lIEhBVkVfU0NBTkRJ UiAxCiNkZWZpbmUgSEFWRV9TVERMSUJfSCAxCiNkZWZpbmUgSEFWRV9TVFJJTkdTX0ggMQojZGVm aW5lIEhBVkVfU1RSSU5HX0ggMQojZGVmaW5lIEhBVkVfU1lTX1NUQVRfSCAxCiNkZWZpbmUgSEFW RV9TWVNfVFlQRVNfSCAxCiNkZWZpbmUgSEFWRV9VTklTVERfSCAxCiNkZWZpbmUgUEFDS0FHRSAi Z2FsZW9uIgojZGVmaW5lIFBBQ0tBR0VfQlVHUkVQT1JUICIiCiNkZWZpbmUgUEFDS0FHRV9OQU1F ICIiCiNkZWZpbmUgUEFDS0FHRV9TVFJJTkcgIiIKI2RlZmluZSBQQUNLQUdFX1RBUk5BTUUgIiIK I2RlZmluZSBQQUNLQUdFX1ZFUlNJT04gIiIKI2RlZmluZSBTVERDX0hFQURFUlMgMQojZGVmaW5l IFNURENfSEVBREVSUyAxCiNkZWZpbmUgVkVSU0lPTiAiMS4zLjQiCgpjb25maWd1cmU6IGV4aXQg MQo= --Multipart_Thu__1_May_2003_05:06:51_-0700_08188000-- From owner-freebsd-gnome@FreeBSD.ORG Thu May 1 08:39:40 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 B5E2B37B401 for ; Thu, 1 May 2003 08:39:40 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6FFA43FD7 for ; Thu, 1 May 2003 08:39:39 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from mail5.nc.rr.com (fe5 [24.93.67.52])h41FcFMs025980; Thu, 1 May 2003 11:38:15 -0400 (EDT) Received: from creme-brulee.marcuscom.com ([66.57.17.158]) by mail5.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Thu, 1 May 2003 11:36:34 -0400 Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h41Fadaa028063; Thu, 1 May 2003 11:36:39 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: ydg In-Reply-To: <20030501050651.0f0e711f.ydg@cox.net> References: <20030501050651.0f0e711f.ydg@cox.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-4npS2mpKRVOxHlIbeUdl" Organization: MarcusCom, Inc. Message-Id: <1051803562.358.0.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 01 May 2003 11:39:23 -0400 X-Spam-Status: No, hits=-39.2 required=5.0 tests=BAYES_00,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,QUOTE_TWICE_1,REFERENCES, REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: FreeBSD GNOME Users Subject: Re: galeon2 compilation X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2003 15:39:41 -0000 --=-4npS2mpKRVOxHlIbeUdl Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-05-01 at 08:06, ydg wrote: > Not sure if this is just a problem with my system, or the Makefile. I did= have 1.3.4 installed before [portupgrade from 1.3.3] and that seemed to co= mpile and install fine. But i uninstalled and now that i try to reinstall, = it cant seem to find 'mozilla-gtkmozembed'. What Mozilla are you trying to build with? Joe >=20 > yussef >=20 > ______________________________________________________________________ >=20 > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-4npS2mpKRVOxHlIbeUdl Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+sT+qb2iPiv4Uz4cRAn6bAJ0cOQq6EHfiI92PhOM/g6LNFjNbgACbBI+8 PfJSJLOg5/tevmAbsampJ6s= =vppG -----END PGP SIGNATURE----- --=-4npS2mpKRVOxHlIbeUdl-- From owner-freebsd-gnome@FreeBSD.ORG Thu May 1 08:57:12 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 56FE037B401; Thu, 1 May 2003 08:57:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAC6C43FA3; Thu, 1 May 2003 08:57:11 -0700 (PDT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h41FvBUp007194; Thu, 1 May 2003 08:57:11 -0700 (PDT) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h41FvB00007190; Thu, 1 May 2003 08:57:11 -0700 (PDT) Date: Thu, 1 May 2003 08:57:11 -0700 (PDT) From: Tilman Linneweh Message-Id: <200305011557.h41FvB00007190@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/51595: www/mozilla port's Makefile fails to disable Xft X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2003 15:57:12 -0000 Synopsis: www/mozilla port's Makefile fails to disable Xft Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: arved Responsible-Changed-When: Thu May 1 08:56:53 PDT 2003 Responsible-Changed-Why: over to maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=51595 From owner-freebsd-gnome@FreeBSD.ORG Thu May 1 09:01:36 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 DEFC337B401; Thu, 1 May 2003 09:01:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F15043F3F; Thu, 1 May 2003 09:01:36 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h41G1aUp007584; Thu, 1 May 2003 09:01:36 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h41G1ZMM007580; Thu, 1 May 2003 09:01:35 -0700 (PDT) Date: Thu, 1 May 2003 09:01:35 -0700 (PDT) From: Joe Marcus Clarke Message-Id: <200305011601.h41G1ZMM007580@freefall.freebsd.org> To: gvs@rinet.ru, marcus@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/51595: www/mozilla port's Makefile fails to disable Xft X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2003 16:01:37 -0000 Synopsis: www/mozilla port's Makefile fails to disable Xft State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Thu May 1 09:01:24 PDT 2003 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=51595 From owner-freebsd-gnome@FreeBSD.ORG Thu May 1 12:14:54 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 8F53537B401 for ; Thu, 1 May 2003 12:14:54 -0700 (PDT) Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id F263F43FA3 for ; Thu, 1 May 2003 12:14:53 -0700 (PDT) (envelope-from Jan.Stocker@t-online.de) Received: from fwd08.sul.t-online.de by mailout03.sul.t-online.com with smtp id 19BJW8-0004We-08; Thu, 01 May 2003 21:14:52 +0200 Received: from [10.1.2.252] (320072111332-0001@[80.134.118.222]) by fwd08.sul.t-online.com with esmtp id 19BJVw-081AQKC; Thu, 1 May 2003 21:14:40 +0200 From: Jan.Stocker@t-online.de (Jan Stocker) To: gnome@FreeBSD.org Content-Type: text/plain Organization: Message-Id: <1051816464.991.9.camel@Twoflower.liebende.de> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 01 May 2003 21:14:26 +0200 Content-Transfer-Encoding: 7bit X-Sender: 320072111332-0001@t-dialin.net Subject: evolution 1.3.2 / gnomepilot2 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2003 19:14:54 -0000 Hi... we've now a state of evolution which is very bad.... you cant anymore install gnomepilot for gnome1 on a gnome2 desktop... so far so good, but evolution 1.2 cant be compiled with gnomepilot2.... so we lack the pilot support for evolution on gnome2. Does anyone have a port for evolution 1.3.2 (and the needed components) which is gtk2 and gnomepilot2 compatible??? Any volounteer to do the job? Jan -- Jan Stocker From owner-freebsd-gnome@FreeBSD.ORG Thu May 1 12:35:01 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 37EE637B401 for ; Thu, 1 May 2003 12:35:01 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDC9E43FDD for ; Thu, 1 May 2003 12:34:59 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from mail4.nc.rr.com (fe4 [24.93.67.51])h41JUDhC002692; Thu, 1 May 2003 15:30:14 -0400 (EDT) Received: from creme-brulee.marcuscom.com ([66.57.17.158]) by mail4.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Thu, 1 May 2003 15:36:58 -0400 Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h41JW0aa029660; Thu, 1 May 2003 15:32:00 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Jan Stocker In-Reply-To: <1051816464.991.9.camel@Twoflower.liebende.de> References: <1051816464.991.9.camel@Twoflower.liebende.de> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-IbLmxUhT0zqjgSdr4MRU" Organization: MarcusCom, Inc. Message-Id: <1051817685.358.33.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 01 May 2003 15:34:45 -0400 X-Spam-Status: No, hits=-39.2 required=5.0 tests=BAYES_00,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,QUOTE_TWICE_1,REFERENCES, REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: FreeBSD GNOME Users Subject: Re: evolution 1.3.2 / gnomepilot2 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2003 19:35:01 -0000 --=-IbLmxUhT0zqjgSdr4MRU Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-05-01 at 15:14, Jan Stocker wrote: > Hi... > we've now a state of evolution which is very bad.... you cant anymore > install gnomepilot for gnome1 on a gnome2 desktop... so far so good, but > evolution 1.2 cant be compiled with gnomepilot2.... so we lack the pilot > support for evolution on gnome2.=20 > Does anyone have a port for evolution 1.3.2 (and the needed components) > which is gtk2 and gnomepilot2 compatible??? Any volounteer to do the > job? Evo 1.3.2 and friends have been ported for sometime. An annoucement went out to this effect when 1.3.1 was released. You can get the latest ports from http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi. I am working to add the ports to the official repo. Joe >=20 > Jan --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-IbLmxUhT0zqjgSdr4MRU Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+sXbUb2iPiv4Uz4cRAi0OAJoCzOkWc2JA2O0mWv3d+Bbok1VP4wCdFK5o Go5FRbiK8u9N5+OeOVSlhqI= =whbo -----END PGP SIGNATURE----- --=-IbLmxUhT0zqjgSdr4MRU-- From owner-freebsd-gnome@FreeBSD.ORG Thu May 1 13:57:25 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 5DC7037B401 for ; Thu, 1 May 2003 13:57:25 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7950243FBF for ; Thu, 1 May 2003 13:57:24 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from mail5.nc.rr.com (fe5 [24.93.67.52])h41KtAh0014931 for ; Thu, 1 May 2003 16:55:12 -0400 (EDT) Received: from creme-brulee.marcuscom.com ([66.57.17.158]) by mail5.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Thu, 1 May 2003 16:54:19 -0400 Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h41Ks0aa030188 for ; Thu, 1 May 2003 16:54:01 -0400 (EDT) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: FreeBSD GNOME Users Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-fSLSMBreS8rR/hhRYWD5" Organization: FreeBSD, Inc. Message-Id: <1051822605.358.73.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 01 May 2003 16:56:45 -0400 X-Spam-Status: No, hits=-12.9 required=5.0 tests=BAYES_01,PGP_SIGNATURE_2 autolearn=ham version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: Build server update X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2003 20:57:25 -0000 --=-fSLSMBreS8rR/hhRYWD5 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I have now successfully built gnome2 and gnome2-fifth-toe for both -STABLE and -CURRENT under my build system (after a small patch to gnomemeeting2). Build logs are available at http://www.marcuscom.com/ports/. People interested in getting automated emails on failures should let me know.=20 Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org http://www.FreeBSD.org/gnome --=-fSLSMBreS8rR/hhRYWD5 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+sYoNb2iPiv4Uz4cRAhaIAKCYicBqY2qmxwvg97Ehkmdhke4MUwCfdMd3 8+gkW9VhuGuYstF+baak+l0= =6xFy -----END PGP SIGNATURE----- --=-fSLSMBreS8rR/hhRYWD5-- From owner-freebsd-gnome@FreeBSD.ORG Thu May 1 22:57:36 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 131B637B401 for ; Thu, 1 May 2003 22:57:36 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 016CD43FD7 for ; Thu, 1 May 2003 22:57:35 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from mail4.nc.rr.com (fe4 [24.93.67.51])h425uBMq023205; Fri, 2 May 2003 01:56:11 -0400 (EDT) Received: from creme-brulee.marcuscom.com ([66.57.17.158]) by mail4.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Fri, 2 May 2003 01:59:34 -0400 Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h425sVaa043612; Fri, 2 May 2003 01:54:32 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: rick@kiwi-computer.com In-Reply-To: <20030501015922.98986.qmail@kiwi-computer.com> References: <20030501015922.98986.qmail@kiwi-computer.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Nf9uJrHhuroiFhxqD7HG" Organization: MarcusCom, Inc. Message-Id: <1051855049.96890.37.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.2 (Preview Release) Date: 02 May 2003 01:57:29 -0400 X-Spam-Status: No, hits=-39.4 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,QUOTE_TWICE_1,REFERENCES, REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: FreeBSD GNOME Users Subject: Re: GNOME 2.0 bindings for GUILE X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2003 05:57:36 -0000 --=-Nf9uJrHhuroiFhxqD7HG Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2003-04-30 at 21:59, rick@kiwi-computer.com wrote: > Hello! I hate to bother you with this request; you've done a tremendous > job of porting GNOME 1.0 & 2.0 to FreeBSD and I've really enjoyed using > both, from a user's standpoint as well as a developer's. I've recently > shifted gears from developing gtk+ 1.2 to using full-fledged GNOME 2.0 wi= th > the entire suite of GUILE, libgda, GLADE, etc. I added guile-gobject-0.4.0. I didn't see a specific guile-gnome for GNOME 2. If there is such a beast, let me know. Joe >=20 > Anyways I noticed GUILE and the GNOME/GTK 2.0 bindings for GUILE were > unavailable as a FreeBSD port/package. I was wondering if there were > plans to port guile-gtk-2.0 separate from guile-gtk-1.2 and if those plan= s > were anticipating near-future involvement. In any case I would be willin= g > to help in any way possible to assist in getting this ported soon. I hav= e > a few machines running 5.0-RELEASE and a free machine or two to put > -CURRENT or whatnot on. Please let me know if I can be of any help; I'm > anxious to see this version ported. Thanks in advance, >=20 > -- Rick C. Petty Senior Software Engineer, KIWI Computer > --------------------------------------------------------------- > rick@kiwi-computer.com http://www.kiwi-computer.com/ > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-Nf9uJrHhuroiFhxqD7HG Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+sgjIb2iPiv4Uz4cRAtgeAKCcuNIOWvJn9oNsSYAjtug95LC0PwCffff+ hrfZNh34aGBrIz474uZnlVY= =O8hN -----END PGP SIGNATURE----- --=-Nf9uJrHhuroiFhxqD7HG-- From owner-freebsd-gnome@FreeBSD.ORG Thu May 1 23:09:51 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 684DB37B401; Thu, 1 May 2003 23:09:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 071F043F93; Thu, 1 May 2003 23:09:51 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4269oUp024724; Thu, 1 May 2003 23:09:50 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4269oeT024716; Thu, 1 May 2003 23:09:50 -0700 (PDT) Date: Thu, 1 May 2003 23:09:50 -0700 (PDT) From: Joe Marcus Clarke Message-Id: <200305020609.h4269oeT024716@freefall.freebsd.org> To: nachtalp@thanatos.nachtalp.net, marcus@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/50520: /usr/ports/x11-toolkits/gtk20 fails to build X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2003 06:09:51 -0000 Synopsis: /usr/ports/x11-toolkits/gtk20 fails to build State-Changed-From-To: feedback->closed State-Changed-By: marcus State-Changed-When: Thu May 1 23:09:25 PDT 2003 State-Changed-Why: Timeout from submitter, and unable to reproduce locally on clean -STABLE and -CURRENT builds. http://www.freebsd.org/cgi/query-pr.cgi?pr=50520 From owner-freebsd-gnome@FreeBSD.ORG Thu May 1 23:10:46 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 7EEAD37B401; Thu, 1 May 2003 23:10:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CE9443F93; Thu, 1 May 2003 23:10:46 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h426AjUp025494; Thu, 1 May 2003 23:10:46 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h426AjGE025483; Thu, 1 May 2003 23:10:45 -0700 (PDT) Date: Thu, 1 May 2003 23:10:45 -0700 (PDT) From: Joe Marcus Clarke Message-Id: <200305020610.h426AjGE025483@freefall.freebsd.org> To: apeiron@comcast.net, marcus@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/50832: Attempting to open Evolution settings dialogs causes crashes X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2003 06:10:46 -0000 Synopsis: Attempting to open Evolution settings dialogs causes crashes State-Changed-From-To: feedback->closed State-Changed-By: marcus State-Changed-When: Thu May 1 23:10:12 PDT 2003 State-Changed-Why: Timeout from submitter, and I am unable to reproduce this locally. http://www.freebsd.org/cgi/query-pr.cgi?pr=50832 From owner-freebsd-gnome@FreeBSD.ORG Fri May 2 14:38:02 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 609FB37B414 for ; Fri, 2 May 2003 14:38:02 -0700 (PDT) Received: from mx.vvo.ru (mx.vvo.ru [212.107.196.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA9AE43FCB for ; Fri, 2 May 2003 14:38:00 -0700 (PDT) (envelope-from kenga@vvo.ru) Received: from [212.107.205.26] by mx.vvo.ru (NTMail 5.06.0014/CM4133.52.28e0adbc) with ESMTP id ogqfcaaa for freebsd-gnome@freebsd.org; Sat, 3 May 2003 08:44:47 +1100 From: "PAS Laboratry" To: "" Content-Type: multipart/mixed; boundary="x0x0x0x0x0x0x0x0x0x0x0x0x"; charset="Windows-1251" Date: Sat, 3 May 2003 08:44:47 +1100 Message-Id: <21444771504493@mx.vvo.ru> X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Need representative X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2003 21:38:02 -0000 --x0x0x0x0x0x0x0x0x0x0x0x0x Content-Type: multipart/related; boundary="letters0x0x0x0x0x0x0x0x0x0x0x0x"; charset="Windows-1251" --letters0x0x0x0x0x0x0x0x0x0x0x0x MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1251" Best for you! We are finding a person who is represent new diagnostic device in the region. The device is based on the theory of Oriental medicine and it is named as PAS - [cid:x97aimage_0.jpg] A new processing principle of Pulse waves on the PC is using by the PAS. The developer has found this principle after 14 years of researches On the Five Elements diagrams that are worked out by the PAS you could see the conditions of the elements (in accordance with TCM) and their activity too. Such diagram is a direct order what to do. For example: 1. To chose the diet (in accordance with Ayrveda), 2. To massage by the any method using active points on the body, 3. To use acupuncture properly. There are many applications in researching herbology, homeopathy and so on. Such wide application of the device demands a well-organized network of distributors and we are ready to support our distributors. OUR discounts reach up to 90%!!! If the dealer sells more than 2000 registration, he/she can have such huge discount (but in one region can be only one such dealer). You can test the PAS and we will return the money if the device is not suitable for you (You pay only delivery fees). Why we think the PAS is useful for many people? It is well known fact that skilled pulse doctor works for many years before he will reach the art of diagnosis. The PAS allows be almost the same professor in three or five weeks. It is revolution of penetration of ancient knowledge to our days. Now many people can receive the correct and fast diagnosis at early stages of illness. We are proud that we do a very useful thing and we are sure, in the nearest future many people will use the PAS. And we are very interested in equal in rights partnership in your region. Please ask the details right now via e-mail [1]tigertel@stl.ru. We will answer in a very short time. The information about PAS you can find at the site: [2]www.tiger-tele.com/pas/english/index.html Best regards, the team of the PAS and the manager Serguei Fedotov. Sorry, if our letter disturbed you. References 1. mailto:tigertel@stl.ru 2. file://localhost/tmp/www.tiger-tele.com/pas/english/index.html --letters0x0x0x0x0x0x0x0x0x0x0x0x-- --x0x0x0x0x0x0x0x0x0x0x0x0x-- From owner-freebsd-gnome@FreeBSD.ORG Fri May 2 18:02:40 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 4BE3637B401 for ; Fri, 2 May 2003 18:02:40 -0700 (PDT) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 6846843F93 for ; Fri, 2 May 2003 18:02:37 -0700 (PDT) (envelope-from aztlanet@gmx.net) Received: (qmail 22194 invoked by uid 65534); 3 May 2003 01:02:33 -0000 Received: from unknown (EHLO host-200.77.158.41-cust.telemedia.net.mx) (200.77.158.41) by mail.gmx.net (mp017-rz3) with SMTP; 03 May 2003 03:02:33 +0200 From: "Adriel Cardenas G." To: GNOME FreeBSD Content-Type: multipart/mixed; boundary="=-MsPxjOy6BnsxL7155xOI" Organization: Message-Id: <1051924341.4808.14.camel@unxstar.aztlanet> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 02 May 2003 20:12:22 -0500 Subject: problem compiling gstream X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2003 01:02:40 -0000 --=-MsPxjOy6BnsxL7155xOI Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi; Doing a portupgrade it stops compiling about gstreamer, and the error i get is this; gmake[6]: *** [libcothreads_la-cothreads.lo] Error 1 gmake[6]: Leaving directory `/usr/ports/multimedia/gstreamer/work/gstreamer-0.6.1/libs/ext/cothreads/cothreads' gmake[5]: *** [all] Error 2 gmake[5]: Leaving directory `/usr/ports/multimedia/gstreamer/work/gstreamer-0.6.1/libs/ext/cothreads/cothreads' gmake[4]: *** [../../libs/ext/cothreads/cothreads/libcothreads-gthreads.la] Error 2 gmake[4]: Leaving directory `/usr/ports/multimedia/gstreamer/work/gstreamer-0.6.1/gst/schedulers' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/multimedia/gstreamer/work/gstreamer-0.6.1/gst' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/multimedia/gstreamer/work/gstreamer-0.6.1/gst' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/multimedia/gstreamer/work/gstreamer-0.6.1' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/multimedia/gstreamer. Heres my pkg_info, config-log & my uname -a FreeBSD unxstar 4.8-STABLE FreeBSD 4.8-STABLE #0: Sat Apr 5 13:29:15 CST 2003 acgx@unxstar:/usr/src/sys/compile/UNXSTARIV i386 If anyone had the same trouble I'll appreciate any comments, tips, urls,, etc : ) Best Regards. Adriel --=-MsPxjOy6BnsxL7155xOI Content-Disposition: attachment; filename=pkg_info.out Content-Type: text/plain; name=pkg_info.out; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit AbiWord-gnome-1.0.5 An open-source, cross-platform WYSIWYG word processor AbiWord2-gnome-1.9.0 An open-source, cross-platform WYSIWYG word processor Hermes-1.3.2 Fast pixel formats conversion library ImageMagick-5.5.5 Image processing tools (interactive optional--misc/display Mesa-3.4.2_2 A graphics library similar to SGI's OpenGL ORBit-0.5.17 High-performance CORBA ORB with support for the C language ORBit2-2.6.1 High-performance CORBA ORB with support for the C language XFree86-4.3.0,1 X11/XFree86 core distribution (complete, using mini/meta-po XFree86-FontServer-4.3.0 XFree86-4 font server XFree86-NestServer-4.3.0 XFree86-4 nested X server XFree86-Server-4.3.0_5 XFree86-4 X server and related programs XFree86-clients-4.3.0_1 XFree86-4 client programs and related files XFree86-documents-4.3.0 XFree86-4 documentation XFree86-font100dpi-4.3.0 XFree86-4 bitmap 100 dpi fonts XFree86-font75dpi-4.3.0 XFree86-4 bitmap 75 dpi fonts XFree86-fontCyrillic-4.3.0 XFree86-4 Cyrillic fonts XFree86-fontDefaultBitmaps-4.3.0 XFree86-4 default bitmap fonts XFree86-fontEncodings-4.3.0 XFree86-4 font encoding files XFree86-fontScalable-4.3.0 XFree86-4 scalable fonts XFree86-libraries-4.3.0_3 XFree86-4 libraries and headers Xft-2.1_8 A client-sided font API for X applications a2ps-letter-4.13_1 Formats an ascii file for printing on a postscript printer aalib-1.4.r5_1 An ascii art library acme-2.0.3 Tool to make multimedia keys work on laptops anjuta-1.0.2 Integrated Development Environment for C and C++ apache-2.0.45 Version 2 of the extremely popular Apache http server apsfilter-7.2.5_1 Magic print filter with file type recognition, print previe aspell-0.50.3_1 Spelling checker with better suggestion logic than ispell at-spi-1.1.8 An Assistive Technology Service Provider Interface atk-1.2.3 A GNOME accessibility toolkit (ATK) autoconf-2.53_1 Automatically configure source code on many Un*x platforms autoconf213-2.13.000227_5 Automatically configure source code on many Un*x platforms automake-1.5,1 GNU Standards-compliant Makefile generator automake14-1.4.5_9 GNU Standards-compliant Makefile generator (legacy version autotrace-0.31.1 Convert bitmap to vector graphics balsa2-2.0.10_1 A mail reader for the GNOME 2 desktop bash-2.05b.004 The GNU Bourne Again Shell bison-1.75 A parser generator from FSF, (mostly) compatible with Yacc bitstream-vera-1.10 Bitstream Vera TrueType font collection bluefish-0.9.20030308 HTML editor designed for the experienced web designer bonobo-1.0.22 The component and compound document system for GNOME bonobo-activation-2.2.1.1,1 An object activation framework for GNOME 2.0 bonobo-conf-0.16 Bonobo configuration moniker bugbuddy2-2.2.103 A bug reporting tool for GNOME 2.0 bzip-0.21 A block-sorting file compressor cabextract-0.6 A program to extract Microsoft cabinet (.CAB) files ccmsn-0.3p3 A Tcl/Tk-based MSN messenger cscope-15.4 An interactive C program browser cups-base-1.1.18.0_4 The Common UNIX Printing System: headers, libs, & daemons cups-pstoraster-7.05.6 GNU Postscript interpreter for CUPS printing to non-PS prin curl-7.10.4 "Non-interactive tool to get files from FTP, GOPHER, HTTP(S cvsup-without-gui-16.1h General network file distribution system optimized for CVS db3-3.3.11,1 The Berkeley DB package, revision 3 dia-0.91 Diagram creation program, similar to Visio djbfft-0.76 An extremely fast library for floating-point convolution docbook-sk-4.1.2 XML version of the DocBook DTD version controlled for Scrol docbook-xml-4.2 XML version of the DocBook DTD docbook-xsl-1.59.1 XSL DocBook stylesheets eel-1.0.2_1 Generally useful classes and extensions to GNOME eel2-2.2.3.1 Generally useful classes and extensions to GNOME eog2-2.2.1 The Eye Of Gnome image viewer esound-0.2.29 A sound library for enlightenment package evolution-1.2.4 An integrated mail, calendar and address book distributed s expat-1.95.6_1 XML 1.0 parser written in C ezm3-1.1 Easier, more portable Modula-3 distribution for building CV fam-2.6.9_2 A file alteration monitor fbsd-icons-1.0 Collection of icons related to the FreeBSD project ffmpeg-0.4.6_3 Hyper fast realtime audio/video encoder/converter, streamin fileroller-2.2.3,1 An archive manager for zip files, tar, etc flashplugin-mozilla-0.4.10_2 A GPL standalone Flash (TM) plugin for Mozilla web browser fontconfig-2.2.0 An XML-based font configuration API for X Windows fontilus-0.4 A font view for Nautilus freetype-1.3.1_2 A free and portable TrueType font rendering engine freetype2-2.1.4_1 A free and portable TrueType font rendering engine fribidi-0.10.4_1 A Free Implementation of the Unicode Bidirectional Algorith frontline-0.5.4 An autotrace GUI FRONTend like streamLINE(TM) gail-1.2.1 An implementation of the ATK interfaces for GTK+ widgets gaim-esound-20030206 Gtk+-2.0 open-source 'clone' of AOL's Instant Messenger cli gal-0.24 A collection of widgets taken from GNOME gnumeric and evolu gal2-1.99.3 A collection of widgets taken from GNOME 2 gnumeric galeon2-1.3.3 A GNOME 2 Web browser based on gecko (the Mozilla rendering gcalctool-4.2.83 A GNOME 2 calculator tool based on the old calctool for Ope gconf-1.0.9_3 A configuration database system for GNOME gconf-editor-0.4.0 A gconf database editor for the GNOME 2.0 environment gconf2-2.2.0 A configuration database system for GNOME gdbm-1.8.3 The GNU database manager gdk-pixbuf-0.22.0 A graphic library for GTK+ gdm2-2.4.1.3_1 GNOME 2.0 version of xdm display manager gedit2-2.2.1 A small but powerful text editor for Gnome 2.0 Desktop Envi gettext-0.11.5_1 GNU gettext package gftp-gnome-2.0.14_1 A free multithreaded GTK based ftp client ggv-1.0.2_2 GNOME ghostscript viewer ggv2-2.0.0 GNOME 2 ghostscript viewer ghex-1.2.1 GNOME hex editor ghex2-2.2.1 GNOME 2 hex editor ghostscript-gnu-7.06 GNU Postscript interpreter gimp-1.2.3_2,1 the GNU Image Manipulation Program gimp-1.3.14,1 A GNU Image Manipulation Program (unstable development vers gimp-print-4.2.5 GIMP Print Printer Driver gkrellm-2.1.9 A GTK based system monitor glade2-2.0.0 A user interface builder for GTK+/GNOME gle-3.0.3 A GL Tubing and Extrusion Library glib-1.2.10_9 Some useful routines of C programming (previous stable vers glib-2.2.1_1 Some useful routines of C programming (current stable versi glibwww-0.2_1 A library for people wanting to use libwww with gtk/gnome gmake-3.80 GNU version of 'make' utility gnet-1.1.4 A simple network library built upon Glib gnet-1.1.8 A simple network library built upon Glib gnome-commander-0.9.7 File manager for Gnome gnome-icon-theme-1.0.2_1 A collection of icons for the GNOME 2 desktop gnome-pkgview-0.0.8 Displays the version of GNOME 2 components installed gnome-themes-2.2.1_1 A collection of themes and icons for GNOME 2 designed for a gnome2-2.2.1_1 The "meta-port" for the GNOME 2 integrated X11 desktop gnome2-fifth-toe-2.2.1_3 The "meta-port" for the GNOME 2 "Fifth-Toe" extra package s gnomeapplets2-2.2.1 Applets components for the Gnome 2.0 Desktop Environment gnomeaudio-1.4.0 Sound files for use with GNOME gnomecanvas-0.22.0 A graphics library for GNOME gnomecontrolcenter-1.4.0.5_1 Control center for GNOME project gnomecontrolcenter2-2.2.1 Control center for GNOME 2.0 project gnomedb-0.2.96_1 Provide uniform access to data sources for the GNOME enviro gnomedesktop-2.2.1_1 Additional UI API for GNOME 2.0 gnomegames2-2.2.1_1 The game applications package for the Gnome 2.0 Desktop Env gnomehier-1.0_8 An utility port, installing hierarchy of common GNOME direc gnomeicu2-0.99 GNOME2 ICQ client gnomelibs-1.4.2_1 Libraries for GNOME, a GNU desktop environment gnomemedia2-2.2.1.1_1 Multimedia applications for the GNOME 2.0 desktop gnomemeeting-0.96.1 GNOME H323 Video Conferencing program, similar to NetMeetin gnomemimedata-2.2.0_1 A MIME and Application database for GNOME gnomemm-1.2.4 A powerful C++ binding for the GNOME libraries gnomepanel-2.2.1 Panel component for the GNOME 2.0 Desktop gnomepilot-0.1.71 3Com PalmPilot conduit system for GNOME gnomepilot-conduits-0.9 Additional conduits for gnome-pilot gnomepim-1.4.9 Gnome pim package gnomeprint-0.37 Gnome print support library gnomesession-2.2.1 Session component for the GNOME 2.0 desktop gnomespell-0.5 A GNOME/Bonobo component for spell checking gnomesystemmonitor-2.0.4_1 GNOME 2.0 system monitor program gnometerminal-2.2.1 Terminal component for the GNOME 2.0 Desktop gnomeuserdocs-1.4.1.1 GNOME users guide gnomeuserdocs2-2.0.6_1 GNOME 2 users guide gnomeutils2-2.2.1_1,1 GNOME 2.0 support utilities gnomevfs-1.0.5_4 GNOME Virtual File System gnomevfs2-2.2.4 GNOME Virtual File System gnumeric2-1.1.16_2 The GNOME 2 spreadsheet gnupg-1.2.1 The GNU Privacy Guard gob-1.0.12 A preprocessor for making GTK+ objects with inline C gob2-2.0.5_1 A preprocessor for making GObjects with inline C gok-0.7.0 GNOME On-Screen Keyboard (GOK) gpgme-0.3.14 A library to make access to GnuPG easier gqview-1.2.2 Another gtk-based graphic file viewer gstreamer-plugins-0.6.0_1 GStreamer written collection of plugins handling several me gtetrinet-0.7.1 A version of the popular TetriNET multiplayer tetris clone gthumb2-2.1.0_1 An image viewer and browser for the GNOME 2 environment gtk-1.2.10_9 Gimp Toolkit for X11 GUI (previous stable version) gtk-2.2.1 Gimp Toolkit for X11 GUI (current stable version) gtk-Mac2-theme-200003050858 GTK+ engine theme based on the look of MacOS gtk-bluecurve-theme-0.49 Bluecurve unified-look theme for GTK1 and GTK2 from RedHat gtk-engines-0.12_2 Theme engine for gtk+ toolkits gtk-engines2-2.2.0 Theme engine for the gtk+-2.0 toolkit gtk-thinice-engine-2.0.2 A simple, clean theme engine gtkglarea-1.2.2_1 An OpenGL widget for the GTK+ GUI toolkit gtkglarea-1.99.0_2 An OpenGL widget for the GTK+2 GUI toolkit gtkhtml-1.1.10 Lightweight HTML rendering/printing/editing engine gtkmm-1.2.8_1 C++ wrapper for gtk, a x11 graphics library gtkmm-2.2.1 C++ wrapper for gtk, a x11 graphics library gtkspell2-2.0.2_2 A GTK+ 2 spell checking component gtop-1.0.13_1 GNOME system moniter program gucharmap-gnome-0.4.0_1 A Unicode/ISO10646 character map and font viewer guile-1.6.4_1 GNU Ubiquitous Intelligent Language for Extension guile-gnome-0.20_6 Guile binding library for GNOME guile-gtk-0.31 Guile binding library for GTK+ hdf-4.1r5 Hierarchical Data Format library (from NCSA) help2man-1.29 Automatically generating simple manual pages from program o hpijs-1.3.1 The drivers and support resources for the HP Inkjet Printer html2ps-letter-1.0_1 HTML to PostScript converter imake-4.3.0 Imake and other utilities from XFree86 imlib-1.9.14_1 A graphic library for enlightenment package intltool-0.25 Xml internationalization support for GNOME, and others ispell-3.2.06_3 An interactive spelling checker for multiple languages jasper-1.600.0 An implementation of the codec specified in the JPEG-2000 s jbigkit-1.4 Lossless compression for bi-level images such as scanned pa jpeg-6b_1 IJG's jpeg compression utilities lame-3.93.1 ISO code based fast MP3 encoder kit lcms-1.09 Light Color Management System -- a color management library lha-1.14i Archive files using LZW compression (.lzh files) libIDL-0.8.0_2 A library for creating trees of CORBA Interface Definition liba52-0.7.4 A free library for decoding ATSC A/52 streams, aka AC-3 libao-esound-0.8.3_1 Portable audio output library libart_lgpl2-2.3.11 Library for high-performance 2D graphics libaudiofile-0.2.3 A sound library for SGI audio file libbonobo-2.2.1 A component and compound document system for GNOME2 libbonoboui-2.2.0.1_1 GUI frontend to the libbonobo component of GNOME2 libcapplet-1.4.0.5 A library for writing custom applets for GNOME Control Cent libdvdcss-1.2.5 Portable abstraction library for DVD decryption libdvdread-0.9.4 This is needed by ogle, which is a DVD player that supports libesmtp-1.0_1,1 A library for posting electronic mail libflash-0.4.10 GPL Flash (TM) Library libfpx-1.2.0.8 Library routines for working with Flashpix images libgail-gnome-1.0.2_1 An implementation of the ATK interfaces for GNOME widgets libgda-0.2.96_1 Provides uniform access to different kinds of data sources libgda2-0.11.0 Provides uniform access to different kinds of data sources libghttp-1.0.9 GNOME http client library libglade-0.17_2 GNOME glade library libglade2-2.0.1_1 GNOME glade library libgnome-2.2.0.1 Libraries for GNOME, a GNU desktop environment libgnomecanvas-2.2.0.2 A graphics library for GNOME libgnomedb-0.11.0 Library components for the GNOME database frontend libgnomeprint-1.116.3 Gnome print support library libgnomeprint-2.2.1.2 Gnome print support library libgnomeprintui-1.116.3 Gnome print support library libgnomeprintui-2.2.1.2 Gnome print support library libgnomeui-2.2.0.1_1 Libraries for the GNOME GUI, a GNU desktop environment libgnugetopt-1.2 GNU getopt library libgsf-1.7.2 An extensible i/o abstraction for dealing with structured f libgtkhtml-2.2.3 Lightweight HTML rendering/printing/editing engine libgtop-1.0.13_5 GNOME top library libgtop2-2.0.1_3 GNOME 2.0 top library libiconv-1.8_2 A character set conversion library libijs-0.34 C library that supports plugin printer driver for Ghostscri libmikmod-esound-3.1.10 MikMod Sound Library libmng-1.0.5 Multiple-image Network Graphics (MNG) reference library libmpeg2-0.3.1_1 A free library for decoding mpeg-2 and mpeg-1 video streams libmrproject-0.9.1_1 Library backend for MrProject project management applicatio libogg-1.0_1,3 Ogg bitstream library libpanel-1.4.2 A library for writing custom applets for GNOME Panel librep-0.16.1_1 An Emacs Lisp like runtime library librsvg-1.0.3_1 Library for parsing and rendering SVG vector-graphic files librsvg2-2.2.5 Library for parsing and rendering SVG vector-graphic files libsigc++-1.0.4 Callback Framework for C++ libsigc++-1.2.4 Callback Framework for C++ libtool-1.3.4_4 Generic shared library support script libungif-4.1.0b1 Tools and library routines for working with GIF images libunicode-0.4_3 A library for manipulating Unicode characters and strings libvorbis-1.0_1,3 Audio compression codec library libwmf-0.2.8 Tools and library for converting Microsoft WMF (windows met libwnck-2.2.1 Library used for writing pagers and taskslists libwww-5.4.0 The W3C Reference Library libxine-1.0.b11 Libraries for xine multimedia player libxml-1.8.17_1 Xml parser library for GNOME libxml2-2.5.7 Xml parser library for GNOME libxslt-1.0.29 The XSLT C library for GNOME libzvt-2.0.1_6 Library components for Zed's Virtual Terminal linc-1.0.1 A library for writing networked servers & clients links-2.1.p9,1 Lynx-like text WWW browser linux_base-7.1_3 The base set of packages needed in Linux mode lzo-1.08_1 Portable speedy, lossless data compression library lzop-1.01 Fast file compressor similar to gzip, using the LZO library m4-1.4_1 GNU m4 mad-esound-0.14.2b_2 High-quality MPEG audio decoder medusa-0.5.1 GNOME filesystem indexer meld-0.7.1 GNOME 2 visual diff and merge tool mergeant-0.11.0 Provide uniform access to data sources for the GNOME 2.0 en metacity-2.4.34 A window manager for the adult in you metacity-setup-0.7.1_2 A graphical configurator tool for the metacity window manag metatheme2-0.9.7_1 An utility for managing "theme sets" that accomodate gtk, w ming-0.2a_1 LGPL'ed Flash 4/5 movie output library with many languages mkcatalog-1.1 A maintainance utility for sgml catalog files mkisofs-2.0 Create iso9660/Rock Ridge/Joliet filesystems mod_php4-4.3.1 PHP4 module for Apache mozilla-1.3_1 The open source, standards compliant web browser mozilla-1.3_1,2 The open source, standards compliant web browser mozilla-gtk2-1.4a_3 The open source, standards compliant web browser mozilla-headers-1.3_1,2 Header files for mozilla communicator web-surfboard mozilla-headers-1.4a_1,1 Header files for mozilla communicator web-surfboard mrproject-0.9.1_1 Project management application for Gnome 2 mysql-client-3.23.56 Multithreaded SQL database (client) mysql-editor-0.2 CGI scripts in Perl to edit your MySQL tables mysql-server-3.23.55 Multithreaded SQL database (server) nasm-0.98.35,1 General-purpose multi-platform x86 assembler nautilus-gtkhtml-0.3.2_1 A simple NautilusView component for displaying html files i nautilus-media-0.2.1 GStreamer-based multimedia views for Nautilus nautilus2-2.2.3.1 GNOME file manager and graphical shell developed by Eazel neon-0.23.9 An HTTP and WebDAV client library for Unix systems netpbm-10.14 A toolkit for conversion of images between different format nspr-4.3_1 A platform-neutral API for system level and libc like funct nss-3.8 A set of libraries to support development of security-enabl oaf-0.6.10_1 Object Activation Framework for GNOME open-motif-2.2.2_1 Motif X11 Toolkit (industry standard GUI (IEEE 1295)) openldap20-2.0.25_4 Open source LDAP client and server software p5-Authen-PAM-0.14 A Perl interface to the PAM library p5-Authen-SASL-2.02 Perl5 module for SASL authentication p5-DBI-1.34_1 The perl5 Database Interface. Required for DBD::* modules p5-Data-ShowTable-3.3 Perl5 module to pretty-print arrays of data p5-Digest-MD5-2.22 Perl5 interface to the MD5 algorithm p5-HTML-Parser-3.27 Perl5 module for parse HTML tag p5-HTML-Tagset-3.03 Some useful data table in parsing HTML p5-MIME-Base64-2.18 Perl5 module for Base64 and Quoted-Printable encodings p5-Mysql-modules-1.2219 Perl5 modules for accessing MySQL databases p5-Net-1.12,1 Perl5 modules to access and use network protocols p5-Net-Daemon-0.36 Perl5 extension for portable daemons p5-Net-SSLeay-1.17 Perl5 interface to SSL p5-PlRPC-0.2016 Perl module for writing RPC servers and clients p5-Storable-2.06 Persistency for perl data structures p5-Test-Harness-2.26 Run perl standard test scripts with statistics p5-Test-Simple-0.47_1 Basic utilities for writing tests in perl p5-URI-1.23 Perl5 interface to Uniform Resource Identifier (URI) refere p5-libwww-5.69 Perl5 library for WWW access pan2-0.13.96 Threaded GNOME 2 newsreader based on Agent for Windows panelmm-0.3.1 A powerful C++ binding for the GNOME panel libraries pango-1.2.1_3 An open-source framework for the layout and rendering of i1 pcre-3.9 Perl Compatible Regular Expressions library pilot-link-0.11.7_1 PalmPilot communications utilities (backup/restore/install/ pkgconfig-0.15.0 An utility used to retrieve information about installed lib plotutils-2.4.1 A plotting library and toolkit png-1.2.5_2 Library for manipulating PNG images popt-1.6.4 A getopt(3) like library with a number of enhancements, fro portupgrade-20030427 FreeBSD ports/packages administration and management tool s psiconv-0.8.3 A conversion utility to convert Psion 5(MX) files into othe pstoedit-3.33 Convert PostScript to other vector graphic formats psutils-letter-1.17_1 Utilities for manipulating PostScript documents pth-2.0.0 GNU Portable Threads py-gnome-1.99.16_1 A set of Python bindings for GNOME 2 py-gtk-0.6.10 A set of Python bindings for GTK py22-expat-2.2.2_2 Python interface to the Expat XML parser py22-gtk-1.99.16 A set of Python bindings for GTK py22-numeric-21.0 The Numeric Extension to Python py22-orbit-1.99.4 Python bindings for ORBit2 python-2.2.2_2 An interpreted object-oriented programming language rdesktop-1.2.0 RDP client for Windows NT Terminal Server regexxer-0.4 An interactive tool for performing search and replace opera rep-gtk-gnome-0.15_1 GTK+ binding for rep Lisp interpreter rep-gtk2-0.17_1,1 GTK+ binding for rep Lisp interpreter rpm-3.0.6_6 The Red Hat Package Manager ruby-1.6.8.2003.04.19 An object-oriented interpreted scripting language ruby-bdb1-0.1.9 Ruby interface to Berkeley DB revision 1.8x with full featu ruby-rdoc-0.0.0.b2 Documentation from Ruby source files ruby-shim-ruby18-1.8.0.p2.2003.04.19 A set of Ruby modules to provide Ruby 1.8 functionalities samba-2.2.8a A free SMB and CIFS client and server for UNIX sawfish2-1.3_1,2 Lisp configurable window manager scintilla-1.51 A full-featured free source code editing component for GTK+ scite-1.50 A full-featured SCIntilla based Text Editor for GTK/GNOME screem-0.6.2 Nice GNOME/GTK-based HTML editor scrollkeeper-0.3.12_1,1 An Open Document Cataloging Project sdl-1.2.5_1 Cross-platform multi-media development API (developm. vers. sdocbook-xml-4.1.2.5 "Simplified" DocBook XML DTD seahorse-0.7.2_1 A front end for GnuPG sodipodi-0.31 A small vector based drawing program with GNOME libraries soup-0.7.11 A SOAP (Simple Object Access Protocol) implementation in C sox-12.17.3_1 SOund eXchange - universal sound sample translator startup-notification-0.5_1 Library that supports startup notification spec from freede stickynotes_applet-1.0.11 Applet that adds sticky notes to your desktop streamtuner-0.9.1 A GTK+ stream directory browser svgalib-1.4.2_1 A low level console graphics library t1lib-5.0.0 A Type 1 Rasterizer Library for UNIX/X11 tcl-8.3.5_2 Tool Command Language teTeX-2.0.2_1 Thomas Esser's distribution of TeX & friends tiff-3.5.7 Tools and library routines for working with TIFF images tk-8.3.5_1 Graphical toolkit for TCL totem-0.97.0 A Xine-based video player for the Gnome 2 Desktop tsclient-0.104_1 A GNOME 2 frontend for rdesktop ttmkfdir-0.0_1 Create fonts.scale file for use with TrueType font server unzip-5.50 List, test and extract compressed files in a ZIP archive vim-6.1.455 Vi "workalike", with many additional features vte-0.10.27 Terminal widget with improved accessibility and I18N suppor webfonts-0.21_1 TrueType core fonts for the Web weblint-1.020 HTML validator and sanity checker webmin-1.080_4 Web-based interface for system administration for Unix windowmaker-0.80.2 GNUStep-compliant NeXTStep window manager clone wmdrawer-0.10.0_2 A dockapp which provides a drawer to launch applications wmicons-1.0 Icons mainly for use in Window Maker wmmatrix-0.2 A DockApp that runs a version of the xmatrix screenhack wmthemeinstall-0.62 A neat theme manager for WindowMaker wrapper-1.0_3 Wrapper for XFree86-4 server xchat2-2.0.2 An X11 IRC client using the GTK+ 2 toolkit xmcd-3.2 Motif CD player xmms-esound-gnome-1.2.7_3 X Multimedia System --- An audio player with a Winamp GUI xpdf-2.02 Display PDF files, and convert them to other formats xscreensaver-gnome-4.09_2 Save your screen while you entertain your cat (for GNOME us yelp-2.2.0 A help browser for GNOME 2.0 desktop zenity-1.0_1 Display GNOME dialogs from the command line zip-2.3_1 Create/update ZIP files compatible with pkzip --=-MsPxjOy6BnsxL7155xOI Content-Disposition: attachment; filename=config.log Content-Type: text/plain; name=config.log; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --disable-tests --disable-failing-tests --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --localstatedir=/usr/X11R6/share/gnome --datadir=/usr/X11R6/share/gnome --with-html-dir=/usr/X11R6/share/doc --disable-gtk-doc --with-gconf-source=xml::/usr/X11R6/etc/gconf/gconf.xml.defaults --prefix=/usr/X11R6 ## --------- ## ## Platform. ## ## --------- ## hostname = unxstar uname -m = i386 uname -r = 4.8-STABLE uname -s = FreeBSD uname -v = FreeBSD 4.8-STABLE #0: Sat Apr 5 13:29:15 CST 2003 acgx@unxstar:/usr/src/sys/compile/UNXSTARIV /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1505: checking build system type configure:1523: result: i386-unknown-freebsd4.8 configure:1531: checking host system type configure:1545: result: i386-unknown-freebsd4.8 configure:1553: checking target system type configure:1567: result: i386-unknown-freebsd4.8 configure:1591: configuring gstreamer for release configure:1636: checking whether to enable maintainer-specific portions of Makefiles configure:1645: result: no configure:1673: checking for a BSD-compatible install configure:1727: result: /usr/bin/install -c -o root -g wheel configure:1738: checking whether build environment is sane configure:1781: result: yes configure:1814: checking for gawk configure:1843: result: no configure:1814: checking for mawk configure:1843: result: no configure:1814: checking for nawk configure:1830: found /usr/bin/nawk configure:1840: result: nawk configure:1850: checking whether gmake sets $(MAKE) configure:1870: result: yes configure:2065: checking for gcc configure:2091: result: cc configure:2335: checking for C compiler version configure:2338: cc --version &5 2.95.4 configure:2341: $? = 0 configure:2343: cc -v &5 Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] configure:2346: $? = 0 configure:2348: cc -V &5 cc: argument to `-V' is missing configure:2351: $? = 1 configure:2375: checking for C compiler default output configure:2378: cc -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:2381: $? = 0 configure:2427: result: a.out configure:2432: checking whether the C compiler works configure:2438: ./a.out configure:2441: $? = 0 configure:2458: result: yes configure:2465: checking whether we are cross compiling configure:2467: result: no configure:2470: checking for suffix of executables configure:2472: cc -o conftest -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:2475: $? = 0 configure:2500: result: configure:2506: checking for suffix of object files configure:2528: cc -c -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:2531: $? = 0 configure:2553: result: o configure:2557: checking whether we are using the GNU C compiler configure:2582: cc -c -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:2585: $? = 0 configure:2588: test -s conftest.o configure:2591: $? = 0 configure:2604: result: yes configure:2610: checking whether cc accepts -g configure:2632: cc -c -g -I/usr/local/include conftest.c >&5 configure:2635: $? = 0 configure:2638: test -s conftest.o configure:2641: $? = 0 configure:2652: result: yes configure:2669: checking for cc option to accept ANSI C configure:2730: cc -c -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:2733: $? = 0 configure:2736: test -s conftest.o configure:2739: $? = 0 configure:2757: result: none needed configure:2775: cc -c -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include conftest.c >&5 conftest.c:2: syntax error before `me' configure:2778: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2906: checking for style of include used by gmake configure:2934: result: GNU configure:2962: checking dependency style of cc configure:3024: result: gcc configure:3031: checking for strerror in -lcposix configure:3062: cc -o conftest -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c -lcposix >&5 /usr/libexec/elf/ld: cannot find -lcposix configure:3065: $? = 1 configure: failed program was: | #line 3039 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GST_VERSION "0.6.1" | #define GST_VERSION_RELEASE "1" | #define PACKAGE "gstreamer" | #define VERSION "0.6.1" | #define PACKAGE "gstreamer" | #define VERSION "0.6.1" | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char strerror (); | int | main () | { | strerror (); | ; | return 0; | } configure:3083: result: no configure:3180: checking for ld used by GCC configure:3243: result: /usr/libexec/elf/ld configure:3252: checking if the linker (/usr/libexec/elf/ld) is GNU ld GNU ld version 2.12.1 [FreeBSD] 2002-07-20 configure:3264: result: yes configure:3269: checking for /usr/libexec/elf/ld option to reload object files configure:3276: result: -r configure:3281: checking for BSD-compatible nm configure:3317: result: /usr/bin/nm -B configure:3320: checking for a sed that does not truncate output configure:3402: result: /usr/bin/sed configure:3405: checking whether ln -s works configure:3409: result: yes configure:3416: checking how to recognise dependent libraries configure:3597: result: pass_all configure:3609: checking command to parse /usr/bin/nm -B output configure:3693: cc -c -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:3696: $? = 0 configure:3700: /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:3703: $? = 0 configure:3755: cc -o conftest -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c conftstm.o >&5 conftest.c:6: warning: `main' is usually a function configure:3758: $? = 0 configure:3802: result: ok configure:3811: checking how to run the C preprocessor configure:3847: cc -E -I/usr/local/include conftest.c configure:3853: $? = 0 configure:3885: cc -E -I/usr/local/include conftest.c configure:3891: ac_nonexistent.h: No such file or directory configure:3891: $? = 1 configure: failed program was: | #line 3877 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GST_VERSION "0.6.1" | #define GST_VERSION_RELEASE "1" | #define PACKAGE "gstreamer" | #define VERSION "0.6.1" | #define PACKAGE "gstreamer" | #define VERSION "0.6.1" | /* end confdefs.h. */ | #include configure:3929: result: cc -E configure:3954: cc -E -I/usr/local/include conftest.c configure:3960: $? = 0 configure:3992: cc -E -I/usr/local/include conftest.c configure:3998: ac_nonexistent.h: No such file or directory configure:3998: $? = 1 configure: failed program was: | #line 3984 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GST_VERSION "0.6.1" | #define GST_VERSION_RELEASE "1" | #define PACKAGE "gstreamer" | #define VERSION "0.6.1" | #define PACKAGE "gstreamer" | #define VERSION "0.6.1" | /* end confdefs.h. */ | #include configure:4041: checking for egrep configure:4051: result: grep -E configure:4056: checking for ANSI C header files configure:4082: cc -c -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:4085: $? = 0 configure:4088: test -s conftest.o configure:4091: $? = 0 configure:4183: cc -o conftest -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:4186: $? = 0 configure:4188: ./conftest configure:4191: $? = 0 configure:4206: result: yes configure:4230: checking for sys/types.h configure:4247: cc -c -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:4250: $? = 0 configure:4253: test -s conftest.o configure:4256: $? = 0 configure:4267: result: yes configure:4230: checking for sys/stat.h configure:4247: cc -c -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:4250: $? = 0 configure:4253: test -s conftest.o configure:4256: $? = 0 configure:4267: result: yes configure:4230: checking for stdlib.h configure:4247: cc -c -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:4250: $? = 0 configure:4253: test -s conftest.o configure:4256: $? = 0 configure:4267: result: yes configure:4230: checking for string.h configure:4247: cc -c -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:4250: $? = 0 configure:4253: test -s conftest.o configure:4256: $? = 0 configure:4267: result: yes configure:4230: checking for memory.h configure:4247: cc -c -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:4250: $? = 0 configure:4253: test -s conftest.o configure:4256: $? = 0 configure:4267: result: yes configure:4230: checking for strings.h configure:4247: cc -c -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:4250: $? = 0 configure:4253: test -s conftest.o configure:4256: $? = 0 configure:4267: result: yes configure:4230: checking for inttypes.h configure:4247: cc -c -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:4250: $? = 0 configure:4253: test -s conftest.o configure:4256: $? = 0 configure:4267: result: yes configure:4230: checking for stdint.h configure:4247: cc -c -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:4293: stdint.h: No such file or directory configure:4250: $? = 1 configure: failed program was: | #line 4236 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GST_VERSION "0.6.1" | #define GST_VERSION_RELEASE "1" | #define PACKAGE "gstreamer" | #define VERSION "0.6.1" | #define PACKAGE "gstreamer" | #define VERSION "0.6.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:4267: result: no configure:4230: checking for unistd.h configure:4247: cc -c -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:4250: $? = 0 configure:4253: test -s conftest.o configure:4256: $? = 0 configure:4267: result: yes configure:4293: checking dlfcn.h usability configure:4306: cc -c -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:4309: $? = 0 configure:4312: test -s conftest.o configure:4315: $? = 0 configure:4325: result: yes configure:4329: checking dlfcn.h presence configure:4340: cc -E -I/usr/local/include conftest.c configure:4346: $? = 0 configure:4365: result: yes configure:4401: checking for dlfcn.h configure:4408: result: yes configure:4606: checking for ranlib configure:4622: found /usr/bin/ranlib configure:4633: result: ranlib configure:4686: checking for strip configure:4702: found /usr/bin/strip configure:4713: result: strip configure:4923: checking for objdir configure:4934: result: .libs configure:4951: checking for cc option to produce PIC configure:5097: result: -fPIC configure:5101: checking if cc PIC flag -fPIC works configure:5125: cc -c -O -pipe -g -Wall -march=pentiumpro -fPIC -DPIC -I/usr/local/include conftest.c >&5 configure:5128: $? = 0 configure:5131: test -s conftest.o configure:5134: $? = 0 configure:5172: result: yes configure:5188: checking if cc static flag -static works configure:5213: cc -o conftest -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include -L/usr/local/lib -static conftest.c >&5 configure:5216: $? = 0 configure:5219: test -s conftest configure:5222: $? = 0 configure:5238: result: yes configure:5250: checking if cc supports -c -o file.o configure:5270: cc -c -O -pipe -g -Wall -march=pentiumpro -o out/conftest2.o -I/usr/local/include conftest.c >&5 configure:5294: result: yes configure:5299: checking if cc supports -c -o file.lo configure:5327: cc -c -O -pipe -g -Wall -march=pentiumpro -c -o conftest.lo -I/usr/local/include conftest.c >&5 configure: In function `main': configure:5339: warning: unused variable `some_variable' configure:5330: $? = 0 configure:5333: test -s conftest.lo configure:5336: $? = 0 configure:5358: result: yes configure:5389: checking if cc supports -fno-rtti -fno-exceptions configure:5412: cc -c -O -pipe -g -Wall -march=pentiumpro -fno-rtti -fno-exceptions -c conftest.c -I/usr/local/include conftest.c >&5 configure: In function `main': configure:5424: warning: unused variable `some_variable' configure: In function `main': configure:5424: warning: unused variable `some_variable' configure:5415: $? = 0 configure:5418: test -s conftest.o configure:5421: $? = 0 configure:5438: result: yes configure:5449: checking whether the linker (/usr/libexec/elf/ld) supports shared libraries configure:6144: result: yes configure:6149: checking how to hardcode library paths into programs configure:6173: result: immediate configure:6178: checking whether stripping libraries is possible configure:6183: result: yes configure:6194: checking dynamic linker characteristics configure:6625: result: freebsd4.8 ld.so configure:6630: checking if libtool supports shared libraries configure:6632: result: yes configure:6635: checking whether to build shared libraries configure:6656: result: yes configure:6659: checking whether to build static libraries configure:6663: result: yes configure:7337: checking whether -lc should be explicitly linked in configure:7345: cc -c -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include conftest.c >&5 conftest.c:1: warning: `dummy' defined but not used configure:7348: $? = 0 configure:7362: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:7365: $? = 1 configure:7378: result: yes configure:7983: checking for cc option to accept ANSI C configure:8047: cc -c -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:8050: $? = 0 configure:8053: test -s conftest.o configure:8056: $? = 0 configure:8071: result: none needed configure:8093: checking for compiler flavour configure:8127: cc -o conftest -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:8130: $? = 0 configure:8132: ./conftest configure:8135: $? = 1 configure: program exited with status 1 configure: failed program was: | #line 8108 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GST_VERSION "0.6.1" | #define GST_VERSION_RELEASE "1" | #define PACKAGE "gstreamer" | #define VERSION "0.6.1" | #define PACKAGE "gstreamer" | #define VERSION "0.6.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | int main | (int argc, char *argv[]) | { | #ifdef __sun | return 0; | #else | return 1; | #endif | } | configure:8151: result: gcc configure:8168: checking for ANSI C header files configure:8318: result: yes configure:8415: checking for gtkdoc-scangobj configure:8442: result: false configure:8481: checking for xsltproc configure:8497: found /usr/local/bin/xsltproc configure:8508: result: true configure:8517: checking for pdftops configure:8533: found /usr/X11R6/bin/pdftops configure:8544: result: true configure:8570: checking for fig2dev configure:8597: result: false configure:8605: WARNING: Did not find fig2dev (from xfig), images will not be generated. configure:8629: Looking for Python version >= 2.1 configure:8647: checking for python configure:8665: found /usr/local/bin/python configure:8677: result: /usr/local/bin/python configure:8688: checking "/usr/local/bin/python": configure:8690: result: okay configure:8706: checking local Python configuration configure:8743: result: looks good configure:8928: checking whether byte ordering is bigendian configure:8956: cc -c -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:8959: $? = 0 configure:8962: test -s conftest.o configure:8965: $? = 0 configure:8990: cc -c -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include conftest.c >&5 configure: In function `main': configure:9002: syntax error before `big' configure:8993: $? = 1 configure: failed program was: | #line 8969 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GST_VERSION "0.6.1" | #define GST_VERSION_RELEASE "1" | #define PACKAGE "gstreamer" | #define VERSION "0.6.1" | #define PACKAGE "gstreamer" | #define VERSION "0.6.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_CPU_I386 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:9113: result: no configure:9133: checking for MMX-capable compiler configure:9156: cc -o conftest -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:9172: warning: return-type defaults to `int' configure:9159: $? = 0 configure:9161: ./conftest configure:9164: $? = 0 configure:9168: result: yes configure:9300: checking for bison configure:9318: found /usr/local/bin/bison configure:9331: result: /usr/local/bin/bison configure:9346: checking for flex configure:9364: found /usr/bin/flex configure:9377: result: /usr/bin/flex configure:9394: checking for large file support configure:9417: cc -o conftest -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:9420: $? = 0 configure:9422: ./conftest configure:9425: $? = 0 configure:9428: result: yes configure:9447: checking for usable SVR4/SUSv2 makecontext(2)/swapcontext(2) configure:9519: cc -o conftest -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c >&5 In file included from configure:9488: /usr/include/ucontext.h:45: syntax error before `sigset_t' /usr/include/ucontext.h:49: syntax error before `stack_t' configure: In function `child': configure:9497: warning: implicit declaration of function `swapcontext' configure: In function `main': configure:9515: warning: implicit declaration of function `getcontext' configure:9518: structure has no member named `uc_stack' configure:9519: structure has no member named `uc_stack' configure:9520: structure has no member named `uc_stack' configure:9521: warning: implicit declaration of function `makecontext' configure:9522: $? = 1 configure: program exited with status 1 configure: failed program was: | #line 9458 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GST_VERSION "0.6.1" | #define GST_VERSION_RELEASE "1" | #define PACKAGE "gstreamer" | #define VERSION "0.6.1" | #define PACKAGE "gstreamer" | #define VERSION "0.6.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_CPU_I386 1 | /* end confdefs.h. */ | | | #include | #include | #include | | ucontext_t uc_child; | ucontext_t uc_main; | | void child(void *arg) | { | if (arg != (void *)12345) | exit(1); | if (swapcontext(&uc_child, &uc_main) != 0) | exit(1); | } | | int main(int argc, char *argv[]) | { | FILE *fp; | void *stack; | | /* the default is that it fails */ | if ((fp = fopen("conftestval", "w")) == NULL) | exit(1); | fprintf(fp, "no\n"); | fclose(fp); | | /* configure a child user-space context */ | if ((stack = malloc(64*1024)) == NULL) | exit(1); | if (getcontext(&uc_child) != 0) | exit(1); | uc_child.uc_link = NULL; | uc_child.uc_stack.ss_sp = (char *)stack+(32*1024); | uc_child.uc_stack.ss_size = 32*1024; | uc_child.uc_stack.ss_flags = 0; | makecontext(&uc_child, child, 2, (void *)12345); | | /* switch into the user context */ | if (swapcontext(&uc_main, &uc_child) != 0) | exit(1); | | /* Fine, child came home */ | if ((fp = fopen("conftestval", "w")) == NULL) | exit(1); | fprintf(fp, "yes\n"); | fclose(fp); | | /* die successfully */ | exit(0); | } | configure:9541: result: no configure:9558: checking whether cc implements __PRETTY_FUNCTION__ configure:9581: cc -o conftest -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:9584: $? = 0 configure:9587: test -s conftest configure:9590: $? = 0 configure:9603: result: yes configure:9613: checking whether cc implements __FUNCTION__ configure:9636: cc -o conftest -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:9639: $? = 0 configure:9642: test -s conftest configure:9645: $? = 0 configure:9658: result: yes configure:9668: checking whether cc implements __func__ configure:9691: cc -o conftest -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:9694: $? = 0 configure:9697: test -s conftest configure:9700: $? = 0 configure:9713: result: yes configure:9801: checking for glib-2.0 >= 2.0.1 gobject-2.0 gthread-2.0 gmodule-2.0 configure:9805: result: yes configure:9809: checking GLIB2_CFLAGS configure:9812: result: -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include configure:9815: checking GLIB2_LIBS configure:9818: result: -pthread -Wl,--export-dynamic -L/usr/local/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -liconv configure:9918: checking for libxml-2.0 >= 2.4.0 configure:9922: result: yes configure:9926: checking XML_CFLAGS configure:9929: result: -I/usr/local/include/libxml2 -I/usr/local/include configure:9932: checking XML_LIBS configure:9935: result: -pthread -L/usr/local/lib -lxml2 -lz -liconv -lm configure:10002: cc -o conftest -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib conftest.c -pthread -L/usr/local/lib -lxml2 -lz -liconv -lm >&5 configure:10005: $? = 0 configure:10008: test -s conftest configure:10011: $? = 0 configure:10013: Test xml2 program linked configure:10030: checking for poptStrippedArgv in -lpopt configure:10061: cc -o conftest -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c -lpopt >&5 configure:10064: $? = 0 configure:10067: test -s conftest configure:10070: $? = 0 configure:10082: result: yes configure:10101: checking popt.h usability configure:10114: cc -c -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:10117: $? = 0 configure:10120: test -s conftest.o configure:10123: $? = 0 configure:10133: result: yes configure:10137: checking popt.h presence configure:10148: cc -E -I/usr/local/include conftest.c configure:10154: $? = 0 configure:10173: result: yes configure:10209: checking for popt.h configure:10216: result: yes configure:10252: Checking for POPT_TABLEEND configure:10268: cc -c -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:10271: $? = 0 configure:10274: test -s conftest.o configure:10277: $? = 0 configure:10306: checking asm/atomic.h usability configure:10319: cc -c -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include conftest.c >&5 configure:10374: asm/atomic.h: No such file or directory configure:10322: $? = 1 configure: failed program was: | #line 10309 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GST_VERSION "0.6.1" | #define GST_VERSION_RELEASE "1" | #define PACKAGE "gstreamer" | #define VERSION "0.6.1" | #define PACKAGE "gstreamer" | #define VERSION "0.6.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_CPU_I386 1 | #define HAVE_PRETTY_FUNCTION 1 | #define HAVE_FUNCTION 1 | #define HAVE_FUNC 1 | #define FUNCTION __PRETTY_FUNCTION__ | #define HAVE_LIBXML2 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:10338: result: no configure:10342: checking asm/atomic.h presence configure:10353: cc -E -I/usr/local/include conftest.c configure:10376: asm/atomic.h: No such file or directory configure:10359: $? = 1 configure: failed program was: | #line 10345 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GST_VERSION "0.6.1" | #define GST_VERSION_RELEASE "1" | #define PACKAGE "gstreamer" | #define VERSION "0.6.1" | #define PACKAGE "gstreamer" | #define VERSION "0.6.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_CPU_I386 1 | #define HAVE_PRETTY_FUNCTION 1 | #define HAVE_FUNCTION 1 | #define HAVE_FUNC 1 | #define FUNCTION __PRETTY_FUNCTION__ | #define HAVE_LIBXML2 1 | /* end confdefs.h. */ | #include configure:10378: result: no configure:10414: checking for asm/atomic.h configure:10421: result: no configure:10478: checking ucontext.h usability configure:10491: cc -c -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include conftest.c >&5 In file included from configure:10546: /usr/include/ucontext.h:45: syntax error before `sigset_t' /usr/include/ucontext.h:49: syntax error before `stack_t' configure:10494: $? = 1 configure: failed program was: | #line 10481 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GST_VERSION "0.6.1" | #define GST_VERSION_RELEASE "1" | #define PACKAGE "gstreamer" | #define VERSION "0.6.1" | #define PACKAGE "gstreamer" | #define VERSION "0.6.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_CPU_I386 1 | #define HAVE_PRETTY_FUNCTION 1 | #define HAVE_FUNCTION 1 | #define HAVE_FUNC 1 | #define FUNCTION __PRETTY_FUNCTION__ | #define HAVE_LIBXML2 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:10510: result: no configure:10514: checking ucontext.h presence configure:10525: cc -E -I/usr/local/include conftest.c configure:10531: $? = 0 configure:10550: result: yes configure:10570: WARNING: ucontext.h: present but cannot be compiled configure:10572: WARNING: ucontext.h: check for missing prerequisite headers? configure:10574: WARNING: ucontext.h: proceeding with the preprocessor's result configure:10586: checking for ucontext.h configure:10593: result: yes configure:10784: Using /usr/X11R6/share/gnome/cache/gstreamer-0.6 as registry cache dir configure:10837: WARNING: Sissy ! By asking to not build the tests known to fail, you hereby waive your right to customer support. If you do not agree with this EULA, please press Ctrl-C before the next line is printed. By allowing the next line to be printed, you expressly acknowledge your acceptance of this EULA. configure:11084: checking for pthread_attr_setstack in -lpthread configure:11115: cc -o conftest -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c -lpthread >&5 /usr/libexec/elf/ld: cannot find -lpthread configure:11118: $? = 1 configure: failed program was: | #line 11092 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GST_VERSION "0.6.1" | #define GST_VERSION_RELEASE "1" | #define PACKAGE "gstreamer" | #define VERSION "0.6.1" | #define PACKAGE "gstreamer" | #define VERSION "0.6.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_CPU_I386 1 | #define HAVE_PRETTY_FUNCTION 1 | #define HAVE_FUNCTION 1 | #define HAVE_FUNC 1 | #define FUNCTION __PRETTY_FUNCTION__ | #define HAVE_LIBXML2 1 | #define HAVE_UCONTEXT_H 1 | #define GST_DEBUG_ENABLED 1 | #define GST_INFO_ENABLED 1 | #define GST_DEBUG_COLOR 1 | #define HAVE_LIBMMX 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char pthread_attr_setstack (); | int | main () | { | pthread_attr_setstack (); | ; | return 0; | } configure:11136: result: no configure:11147: checking for posix_memalign configure:11197: cc -o conftest -O -pipe -g -Wall -march=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c >&5 /tmp/cc16gtO0.o: In function `main': /usr/ports/multimedia/gstreamer/work/gstreamer-0.6.1/configure(.text+0x9): undefined reference to `posix_memalign' /usr/ports/multimedia/gstreamer/work/gstreamer-0.6.1/configure(.data+0x0): undefined reference to `posix_memalign' configure:11200: $? = 1 configure: failed program was: | #line 11153 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GST_VERSION "0.6.1" | #define GST_VERSION_RELEASE "1" | #define PACKAGE "gstreamer" | #define VERSION "0.6.1" | #define PACKAGE "gstreamer" | #define VERSION "0.6.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_CPU_I386 1 | #define HAVE_PRETTY_FUNCTION 1 | #define HAVE_FUNCTION 1 | #define HAVE_FUNC 1 | #define FUNCTION __PRETTY_FUNCTION__ | #define HAVE_LIBXML2 1 | #define HAVE_UCONTEXT_H 1 | #define GST_DEBUG_ENABLED 1 | #define GST_INFO_ENABLED 1 | #define GST_DEBUG_COLOR 1 | #define HAVE_LIBMMX 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char posix_memalign (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char posix_memalign (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_posix_memalign) || defined (__stub___posix_memalign) | choke me | #else | char (*f) () = posix_memalign; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != posix_memalign; | ; | return 0; | } configure:11217: result: no configure:11406: checking for libgnomeui-2.0 configure:11410: result: yes configure:11414: checking LIBGNOMEUI_CFLAGS configure:11417: result: -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/libart-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include configure:11420: checking LIBGNOMEUI_LIBS configure:11423: result: -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lz -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lm -llinc -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -liconv configure:11821: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on unxstar config.status:12740: creating Makefile config.status:12740: creating include/Makefile config.status:12740: creating gst/Makefile config.status:12740: creating gst/gstversion.h config.status:12740: creating gst/autoplug/Makefile config.status:12740: creating gst/indexers/Makefile config.status:12740: creating gst/elements/Makefile config.status:12740: creating gst/parse/Makefile config.status:12740: creating gst/schedulers/Makefile config.status:12740: creating gst/types/Makefile config.status:12740: creating gst/registries/Makefile config.status:12740: creating libs/Makefile config.status:12740: creating libs/gst/Makefile config.status:12740: creating libs/gst/bytestream/Makefile config.status:12740: creating libs/gst/getbits/Makefile config.status:12740: creating libs/gst/putbits/Makefile config.status:12740: creating libs/gst/control/Makefile config.status:12740: creating libs/ext/Makefile config.status:12740: creating tests/Makefile config.status:12740: creating tests/bufspeed/Makefile config.status:12740: creating tests/memchunk/Makefile config.status:12740: creating tests/muxing/Makefile config.status:12740: creating tests/seeking/Makefile config.status:12740: creating tests/sched/Makefile config.status:12740: creating tests/threadstate/Makefile config.status:12740: creating testsuite/Makefile config.status:12740: creating testsuite/bytestream/Makefile config.status:12740: creating testsuite/caps/Makefile config.status:12740: creating testsuite/cleanup/Makefile config.status:12740: creating testsuite/clock/Makefile config.status:12740: creating testsuite/dynparams/Makefile config.status:12740: creating testsuite/elements/Makefile config.status:12740: creating testsuite/indexers/Makefile config.status:12740: creating testsuite/plugin/Makefile config.status:12740: creating testsuite/refcounting/Makefile config.status:12740: creating testsuite/threads/Makefile config.status:12740: creating examples/Makefile config.status:12740: creating examples/autoplug/Makefile config.status:12740: creating examples/cutter/Makefile config.status:12740: creating examples/helloworld/Makefile config.status:12740: creating examples/helloworld2/Makefile config.status:12740: creating examples/launch/Makefile config.status:12740: creating examples/manual/Makefile config.status:12740: creating examples/mixer/Makefile config.status:12740: creating examples/pingpong/Makefile config.status:12740: creating examples/plugins/Makefile config.status:12740: creating examples/queue/Makefile config.status:12740: creating examples/queue2/Makefile config.status:12740: creating examples/queue3/Makefile config.status:12740: creating examples/queue4/Makefile config.status:12740: creating examples/thread/Makefile config.status:12740: creating examples/typefind/Makefile config.status:12740: creating examples/xml/Makefile config.status:12740: creating tools/Makefile config.status:12740: creating docs/Makefile config.status:12740: creating docs/devhelp/Makefile config.status:12740: creating docs/faq/Makefile config.status:12740: creating docs/gst/Makefile config.status:12740: creating docs/gst/gstreamer.types config.status:12740: creating docs/libs/Makefile config.status:12740: creating docs/manual/Makefile config.status:12740: creating docs/pwg/Makefile config.status:12740: creating docs/plugins/Makefile config.status:12740: creating docs/plugins/gstreamer-plugins.types config.status:12740: creating docs/xsl/Makefile config.status:12740: creating pkgconfig/Makefile config.status:12740: creating pkgconfig/gstreamer.pc config.status:12740: creating pkgconfig/gstreamer-uninstalled.pc config.status:12740: creating pkgconfig/gstreamer-control.pc config.status:12740: creating pkgconfig/gstreamer-control-uninstalled.pc config.status:12740: creating stamp.h config.status:12740: creating gstreamer.spec config.status:12843: creating config.h config.status:13092: executing depfiles commands config.status:13092: executing default commands configure:13266: configuring in libs/ext/cothreads configure:13350: running /bin/sh './configure' --prefix=/usr/X11R6 '--disable-tests' '--disable-failing-tests' '--x-libraries=/usr/X11R6/lib' '--x-includes=/usr/X11R6/include' '--localstatedir=/usr/X11R6/share/gnome' '--datadir=/usr/X11R6/share/gnome' '--with-html-dir=/usr/X11R6/share/doc' '--disable-gtk-doc' '--with-gconf-source=xml::/usr/X11R6/etc/gconf/gconf.xml.defaults' '--prefix=/usr/X11R6' 'LDFLAGS= -L/usr/local/lib' 'CFLAGS=-O -pipe -g -Wall -march=pentiumpro' 'CPPFLAGS= -I/usr/local/include' 'CC=cc' --cache-file=/dev/null --srcdir=. ## ---------------- ## ## Cache variables. ## ## ---------------- ## am_cv_CC_dependencies_compiler_type=gcc ac_cv_c_bigendian=no ac_cv_path_PYTHON=/usr/local/bin/python ac_cv_header_stdlib_h=yes lt_cv_file_magic_cmd='$MAGIC_CMD' ac_cv_lib_popt_poptStrippedArgv=yes ac_cv_func_posix_memalign=no ac_cv_lib_cposix_strerror=no ac_cv_prog_cc_g=yes ac_cv_env_LDFLAGS_set=set lt_cv_prog_cc_can_build_shared=yes ac_cv_c_compiler_gnu=yes ac_cv_exeext= ac_cv_env_CFLAGS_set=set ac_cv_header_popt_h=yes ac_cv_prog_make_gmake_set=yes ac_cv_env_CPP_value= ac_cv_env_CPPFLAGS_set=set ac_cv_prog_HAVE_XSLTPROC=true lt_cv_prog_cc_static_works=yes lt_cv_prog_cc_no_builtin= lt_cv_prog_cc_shlib= lt_cv_prog_cc_static=-static ac_cv_env_host_alias_set= ac_cv_prog_HAVE_FIG2DEV=false lt_cv_ld_reload_flag=-r ac_cv_header_ucontext_h=yes lt_cv_archive_cmds_need_lc=yes ac_cv_header_sys_stat_h=yes lt_cv_prog_gnu_ld=yes ac_cv_env_build_alias_set= ac_cv_env_LDFLAGS_value=' -L/usr/local/lib' ac_cv_env_target_alias_set= ac_cv_prog_cc_stdc= ac_cv_host_alias=i386-unknown-freebsd4.8 ac_cv_env_CFLAGS_value='-O -pipe -g -Wall -march=pentiumpro' ac_cv_env_CC_set=set lt_cv_prog_cc_wl=-Wl, ac_cv_header_sys_types_h=yes ac_cv_header_stdc=yes ac_cv_path_BISON_PATH=/usr/local/bin/bison ac_cv_header_strings_h=yes lt_cv_path_SED=/usr/bin/sed ac_cv_check_mcsc=no ac_cv_header_stdint_h=no ac_cv_header_inttypes_h=yes ac_cv_prog_egrep='grep -E' ac_cv_header_asm_atomic_h=no ac_cv_path_FLEX_PATH=/usr/bin/flex ac_cv_header_unistd_h=yes ac_cv_header_string_h=yes lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\''' lt_cv_path_LD=/usr/libexec/elf/ld ac_cv_build_alias=i386-unknown-freebsd4.8 ac_cv_env_CPPFLAGS_value=' -I/usr/local/include' ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_header_memory_h=yes ac_cv_target_alias=i386-unknown-freebsd4.8 ac_cv_lib_pthread_pthread_attr_setstack=no ac_cv_prog_ac_ct_STRIP=strip ac_cv_host=i386-unknown-freebsd4.8 ac_cv_env_host_alias_value= ac_cv_prog_HAVE_GTK_DOC=false lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' am_cv_prog_cc_stdc= lt_cv_compiler_c_o=yes lt_cv_prog_cc_pic_works=yes lt_cv_file_magic_test_file= ac_cv_prog_CPP='cc -E' ac_cv_prog_AWK=nawk ac_cv_build=i386-unknown-freebsd4.8 ac_cv_env_build_alias_value= lt_cv_prog_cc_pic=' -fPIC' lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\''' lt_cv_deplibs_check_method=pass_all ac_cv_prog_ac_ct_CC=cc ac_cv_prog_HAVE_PDFTOPS=true lt_cv_compiler_o_lo=yes ac_cv_target=i386-unknown-freebsd4.8 ac_cv_env_target_alias_value= ac_cv_env_CC_value=cc lt_cv_path_NM='/usr/bin/nm -B' ac_cv_env_CPP_set= ac_cv_header_dlfcn_h=yes ac_cv_objext=o ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /usr/ports/multimedia/gstreamer/work/gstreamer-0.6.1/missing --run aclocal-1.6 -I common/m4 ' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /usr/ports/multimedia/gstreamer/work/gstreamer-0.6.1/missing --run tar' AUTOCONF='${SHELL} /usr/ports/multimedia/gstreamer/work/gstreamer-0.6.1/missing --run autoconf' AUTOHEADER='${SHELL} /usr/ports/multimedia/gstreamer/work/gstreamer-0.6.1/missing --run autoheader' AUTOMAKE='${SHELL} /usr/ports/multimedia/gstreamer/work/gstreamer-0.6.1/missing --run automake-1.6' AWK='nawk' BISON_PATH='/usr/local/bin/bison' BROKEN_FALSE='#' BROKEN_TRUE='' BUILD_DOCS_FALSE='' BUILD_DOCS_TRUE='#' BUILD_EXAMPLES_FALSE='#' BUILD_EXAMPLES_TRUE='' BUILD_FAILING_TESTS_FALSE='' BUILD_FAILING_TESTS_TRUE='#' BUILD_PLUGIN_DOCS_FALSE='' BUILD_PLUGIN_DOCS_TRUE='#' BUILD_TESTS_FALSE='' BUILD_TESTS_TRUE='#' CC='cc' CCAS='$(CC)' CCASFLAGS='$(CFLAGS)' CCDEPMODE='depmode=gcc' CFLAGS='-O -pipe -g -Wall -march=pentiumpro' CPP='cc -E' CPPFLAGS=' -I/usr/local/include' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' EXPERIMENTAL_FALSE='#' EXPERIMENTAL_TRUE='' FLEX_PATH='/usr/bin/flex' GLIB2_CFLAGS='-D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include ' GLIB2_LIBS='-pthread -Wl,--export-dynamic -L/usr/local/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -liconv ' GLIB2_REQ='2.0.1' GLIB_CFLAGS='-D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include ' GLIB_LIBS='-pthread -Wl,--export-dynamic -L/usr/local/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -liconv ' GST_AGE='0' GST_CACHE_DIR='/usr/X11R6/share/gnome/cache/gstreamer-0.6' GST_CFLAGS='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include/libxml2 -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I$(top_srcdir) -DGST_DISABLE_DEPRECATED -g -I$(top_srcdir)/libs -I$(top_srcdir)/include' GST_CURRENT='0' GST_DISABLE_AUTOPLUG_DEFINE='' GST_DISABLE_AUTOPLUG_FALSE='' GST_DISABLE_AUTOPLUG_TRUE='#' GST_DISABLE_LOADSAVE_DEFINE='' GST_DISABLE_LOADSAVE_FALSE='' GST_DISABLE_LOADSAVE_TRUE='#' GST_DISABLE_PARSE_DEFINE='' GST_DISABLE_PARSE_FALSE='' GST_DISABLE_PARSE_TRUE='#' GST_DISABLE_REGISTRY_DEFINE='' GST_DISABLE_REGISTRY_FALSE='' GST_DISABLE_REGISTRY_TRUE='#' GST_DISABLE_TRACE_DEFINE='' GST_DISABLE_TRACE_FALSE='' GST_DISABLE_TRACE_TRUE='#' GST_DISABLE_TYPEFIND_DEFINE='' GST_DISABLE_TYPEFIND_FALSE='' GST_DISABLE_TYPEFIND_TRUE='#' GST_LIBS=' -pthread -L/usr/local/lib -lxml2 -lz -liconv -lm -pthread -Wl,--export-dynamic -L/usr/local/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -lpopt $(top_builddir)/gst/libgstreamer-0.6.la' GST_LIBVERSION='0:1:0' GST_LT_LDFLAGS='' GST_MAJORMINOR='0.6' GST_PKG_CFLAGS='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 ' GST_PKG_DEPS='glib-2.0, gobject-2.0, gmodule-2.0, gthread-2.0' GST_PKG_LIBS='' GST_PLUGIN_LDFLAGS='-module -avoid-version' GST_REVISION='1' GST_VERSION='0.6.1' GST_VERSION_MAJOR='0' GST_VERSION_MICRO='1' GST_VERSION_MINOR='6' GST_VERSION_NANO='0' GST_VERSION_RELEASE='1' GTK_DOC_SCANOBJ='gtkdoc-scangobj --nogtkinit' HAVE_ATOMIC_H_FALSE='' HAVE_ATOMIC_H_TRUE='#' HAVE_CPU_ALPHA_FALSE='' HAVE_CPU_ALPHA_TRUE='#' HAVE_CPU_ARM_FALSE='' HAVE_CPU_ARM_TRUE='#' HAVE_CPU_HPPA_FALSE='' HAVE_CPU_HPPA_TRUE='#' HAVE_CPU_I386_FALSE='#' HAVE_CPU_I386_TRUE='' HAVE_CPU_IA64_FALSE='' HAVE_CPU_IA64_TRUE='#' HAVE_CPU_M68K_FALSE='' HAVE_CPU_M68K_TRUE='#' HAVE_CPU_MIPS_FALSE='' HAVE_CPU_MIPS_TRUE='#' HAVE_CPU_PPC_FALSE='' HAVE_CPU_PPC_TRUE='#' HAVE_CPU_S390_FALSE='' HAVE_CPU_S390_TRUE='#' HAVE_CPU_SPARC_FALSE='' HAVE_CPU_SPARC_TRUE='#' HAVE_FIG2DEV='false' HAVE_FIG2DEV_PDF_FALSE='' HAVE_FIG2DEV_PDF_TRUE='#' HAVE_FIG2DEV_PNG_FALSE='' HAVE_FIG2DEV_PNG_TRUE='#' HAVE_GTK_DOC='false' HAVE_GTK_DOC_FALSE='' HAVE_GTK_DOC_TRUE='#' HAVE_LIBGNOMEUI_FALSE='#' HAVE_LIBGNOMEUI_TRUE='' HAVE_LIBMMX_FALSE='' HAVE_LIBMMX_TRUE='#' HAVE_PDFTOPS='true' HAVE_PDFTOPS_FALSE='#' HAVE_PDFTOPS_TRUE='' HAVE_PDFXMLTEX_FALSE='' HAVE_PDFXMLTEX_TRUE='#' HAVE_POPT='yes' HAVE_XSLTPROC='true' HAVE_XSLTPROC_FALSE='#' HAVE_XSLTPROC_TRUE='' HTML_DIR='/usr/X11R6/share/doc' INSTALL_DATA='install -c -o root -g wheel -m 444' INSTALL_PROGRAM='install -c -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -c -o root -g wheel -m 555' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS=' -L/usr/local/lib' LIBGNOMEUI_CFLAGS='-DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/libart-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include ' LIBGNOMEUI_LIBS='-pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lz -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lm -llinc -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -liconv ' LIBGST_CFLAGS='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include/libxml2 -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I$(top_srcdir) ' LIBGST_LIBS=' -pthread -L/usr/local/lib -lxml2 -lz -liconv -lm -pthread -Wl,--export-dynamic -L/usr/local/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -lpopt' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBXML2_REQ='2.4.0' LIBXML_PKG=', libxml-2.0' LN_S='ln -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /usr/ports/multimedia/gstreamer/work/gstreamer-0.6.1/missing --run makeinfo' OBJEXT='o' PACKAGE='gstreamer' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PKG_CONFIG='/usr/local/bin/pkg-config' PLUGINS_BUILDDIR='/usr/ports/multimedia/gstreamer/work/gstreamer-0.6.1' PLUGINS_DIR='/usr/X11R6/lib/gstreamer-0.6' PLUGINS_USE_BUILDDIR_FALSE='' PLUGINS_USE_BUILDDIR_TRUE='#' PYTHON='/usr/local/bin/python' PYTHON_EXEC_PREFIX='${exec_prefix}' PYTHON_PLATFORM='freebsd4' PYTHON_PREFIX='${prefix}' PYTHON_VERSION='2.2' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' VERSION='0.6.1' XML_CFLAGS='-I/usr/local/include/libxml2 -I/usr/local/include ' XML_LIBS='-pthread -L/usr/local/lib -lxml2 -lz -liconv -lm ' XSLTPROC_OPTIONS='' ac_ct_CC='cc' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' am__include='include' am__quote='' bindir='${exec_prefix}/bin' build='i386-unknown-freebsd4.8' build_alias='' build_cpu='i386' build_os='freebsd4.8' build_vendor='unknown' datadir='/usr/X11R6/share/gnome' exec_prefix='${prefix}' host='i386-unknown-freebsd4.8' host_alias='' host_cpu='i386' host_os='freebsd4.8' host_vendor='unknown' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/usr/ports/multimedia/gstreamer/work/gstreamer-0.6.1/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='/usr/X11R6/share/gnome' mandir='${prefix}/man' oldincludedir='/usr/include' pkgpyexecdir='${pyexecdir}/gstreamer' pkgpythondir='${pythondir}/gstreamer' prefix='/usr/X11R6' program_transform_name='s,x,x,' pyexecdir='${exec_prefix}/lib/python2.2/site-packages' pythondir='${prefix}/lib/python2.2/site-packages' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs=' libs/ext/cothreads' sysconfdir='${prefix}/etc' target='i386-unknown-freebsd4.8' target_alias='' target_cpu='i386' target_os='freebsd4.8' target_vendor='unknown' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define FUNCTION __PRETTY_FUNCTION__ #define GST_CACHE_DIR "/usr/X11R6/share/gnome/cache/gstreamer-0.6" #define GST_DEBUG_COLOR 1 #define GST_DEBUG_ENABLED 1 #define GST_INFO_ENABLED 1 #define GST_VERSION "0.6.1" #define GST_VERSION_RELEASE "1" #define HAVE_CPU_I386 1 #define HAVE_DLFCN_H 1 #define HAVE_FUNC 1 #define HAVE_FUNCTION 1 #define HAVE_INTTYPES_H 1 #define HAVE_LIBMMX 1 #define HAVE_LIBXML2 1 #define HAVE_MEMORY_H 1 #define HAVE_PRETTY_FUNCTION 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UCONTEXT_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE "gstreamer" #define PACKAGE "gstreamer" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PLUGINS_BUILDDIR "/usr/ports/multimedia/gstreamer/work/gstreamer-0.6.1" #define PLUGINS_DIR "/usr/X11R6/lib/gstreamer-0.6" #define STDC_HEADERS 1 #define STDC_HEADERS 1 #define VERSION "0.6.1" #define VERSION "0.6.1" configure: exit 0 --=-MsPxjOy6BnsxL7155xOI-- From owner-freebsd-gnome@FreeBSD.ORG Fri May 2 20:42:29 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 1710A37B401 for ; Fri, 2 May 2003 20:42:29 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD1A043FBD for ; Fri, 2 May 2003 20:42:25 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from mail4.nc.rr.com (fe4 [24.93.67.51])h433bdhA021285; Fri, 2 May 2003 23:37:39 -0400 (EDT) Received: from creme-brulee.marcuscom.com ([66.57.17.158]) by mail4.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Fri, 2 May 2003 23:44:25 -0400 Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h433dBaa052569; Fri, 2 May 2003 23:39:11 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: "Adriel Cardenas G." In-Reply-To: <1051924341.4808.14.camel@unxstar.aztlanet> References: <1051924341.4808.14.camel@unxstar.aztlanet> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-L3YbZHe5LR/UJVsbVZfI" Organization: MarcusCom, Inc. Message-Id: <1051933334.21327.0.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.2 (Preview Release) Date: 02 May 2003 23:42:14 -0400 X-Spam-Status: No, hits=-39.4 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,QUOTE_TWICE_1,REFERENCES, REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: GNOME FreeBSD Subject: Re: problem compiling gstream X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2003 03:42:29 -0000 --=-L3YbZHe5LR/UJVsbVZfI Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2003-05-02 at 21:12, Adriel Cardenas G. wrote: > Hi; >=20 > Doing a portupgrade it stops compiling about gstreamer, and the error i > get is this; >=20 > gmake[6]: *** [libcothreads_la-cothreads.lo] Error 1 > gmake[6]: Leaving directory > `/usr/ports/multimedia/gstreamer/work/gstreamer-0.6.1/libs/ext/cothreads/= cothreads' > gmake[5]: *** [all] Error 2 > gmake[5]: Leaving directory > `/usr/ports/multimedia/gstreamer/work/gstreamer-0.6.1/libs/ext/cothreads/= cothreads' > gmake[4]: *** > [../../libs/ext/cothreads/cothreads/libcothreads-gthreads.la] Error 2 > gmake[4]: Leaving directory > `/usr/ports/multimedia/gstreamer/work/gstreamer-0.6.1/gst/schedulers' > gmake[3]: *** [all-recursive] Error 1 > gmake[3]: Leaving directory > `/usr/ports/multimedia/gstreamer/work/gstreamer-0.6.1/gst' > gmake[2]: *** [all] Error 2 > gmake[2]: Leaving directory > `/usr/ports/multimedia/gstreamer/work/gstreamer-0.6.1/gst' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory > `/usr/ports/multimedia/gstreamer/work/gstreamer-0.6.1' > gmake: *** [all] Error 2 > *** Error code 2 > =20 > Stop in /usr/ports/multimedia/gstreamer. >=20 > Heres my pkg_info, config-log & my uname -a >=20 > FreeBSD unxstar 4.8-STABLE FreeBSD 4.8-STABLE #0: Sat Apr 5 13:29:15 > CST 2003 acgx@unxstar:/usr/src/sys/compile/UNXSTARIV i386 >=20 >=20 > If anyone had the same trouble I'll appreciate any comments, tips, > urls,, etc : ) There's no context in this error. That, and gnome@ is not the maintainer of gstreamer*. You should include all context with errors, and let the maintainer know about any problems you have while building. Joe >=20 > Best Regards. >=20 > Adriel >=20 >=20 > ______________________________________________________________________ > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-L3YbZHe5LR/UJVsbVZfI Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+szqWb2iPiv4Uz4cRAu/UAJwOr/Nsru4vKs1uYer7yajbfMtNcQCgg3Eh lulz2IqK8uL4GcbjVBtb+zw= =uyiL -----END PGP SIGNATURE----- --=-L3YbZHe5LR/UJVsbVZfI--