From owner-freebsd-ports@FreeBSD.ORG Sat Dec 24 15:50:13 2005 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4286B16A41F; Sat, 24 Dec 2005 15:50:13 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from core.inec.ru (core.inec.ru [213.148.3.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0227443D4C; Sat, 24 Dec 2005 15:50:08 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from [213.85.81.137] (helo=[192.168.0.4]) by core.inec.ru with esmtp (Exim 4.51 (FreeBSD)) id 1EqBem-000PxW-Js; Sat, 24 Dec 2005 18:50:04 +0300 Message-ID: <43AD6E14.4080001@FreeBSD.org> Date: Sat, 24 Dec 2005 18:49:40 +0300 From: Sergey Matveychuk User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051210) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@freebsd.org X-Enigmail-Version: 0.93.0.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Cc: gnome@freebsd.org, ahze@FreeBSD.org Subject: libsoup on 4.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 15:50:13 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Build of libsoup is still broken on 4.11: DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -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/usr/local/include -O -pipe - -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes - -Wnested-externs -Wpointer-arith -D_REENTRANT -c auth-test.c /bin/sh /work/a/ports/devel/libsoup/work/gnome-libtool --tag=CC - --mode=link cc -O -pipe -Wall -Wstrict-prototypes - -Wmissing-declarations -Wmissing-prototypes -Wnested-externs - -Wpointer-arith -D_REENTRANT -o auth-test auth-test.o ../libsoup/libsoup-2.2.la mkdir .libs cc -O -pipe -Wall -Wstrict-prototypes -Wmissing-declarations - -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -o .libs/auth-test auth-test.o ../libsoup/.libs/libsoup-2.2.so - -L/usr/local/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lxml2 -liconv - -lm /usr/local/lib/libgnutls.so -lgcrypt /usr/local/lib/libgpg-error.so - -lintl -lz -Wl,--rpath -Wl,/usr/local/lib /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_cond_signal' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_destroy' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_create' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_getspecific' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_init' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_exit' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_equal' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_getschedparam' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_setscope' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_cond_broadcast' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_setschedparam' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_key_create' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_setstacksize' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_cond_init' ../libsoup/.libs/libsoup-2.2.so: undefined reference to `pthread_mutex_unlock' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_self' ../libsoup/.libs/libsoup-2.2.so: undefined reference to `pthread_mutex_destroy' ../libsoup/.libs/libsoup-2.2.so: undefined reference to `pthread_mutex_lock' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_cond_wait' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_mutex_trylock' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_cond_destroy' ../libsoup/.libs/libsoup-2.2.so: undefined reference to `pthread_mutex_init' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_setschedparam' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_setdetachstate' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_join' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_cond_timedwait' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_getschedparam' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_setspecific' gmake[2]: *** [auth-test] Error 1 gmake[2]: Leaving directory `/work/a/ports/devel/libsoup/work/libsoup-2.2.7/tests' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/work/a/ports/devel/libsoup/work/libsoup-2.2.7' gmake: *** [all] Error 2 *** Error code 2 - -- Dixi. Sem. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDrW3pTclL2LcfYF0RAmREAJ0VPC9Kyusi3aFyUkJpcTGIMnjmRQCfavBc d5PLNraRHnlLAGd0DFoz8e8= =ZhSI -----END PGP SIGNATURE-----