From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 08:01:43 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 D38A516A4B3 for ; Sun, 21 Sep 2003 08:01:43 -0700 (PDT) Received: from bbnest.dyndns.org (i023183.ap.plala.or.jp [218.47.23.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCF2243FDD for ; Sun, 21 Sep 2003 08:01:42 -0700 (PDT) (envelope-from bland@FreeBSD.org) Received: from FreeBSD.org (bland@localhost [127.0.0.1]) by bbnest.dyndns.org (8.12.9/8.12.9) with ESMTP id h8LF1fgx062071; Mon, 22 Sep 2003 00:01:41 +0900 (JST) (envelope-from bland@FreeBSD.org) Message-ID: <3F6DBD55.2040807@FreeBSD.org> Date: Mon, 22 Sep 2003 00:01:41 +0900 From: Alexander Nedotsukov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030913 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tom Parquette References: <3F6D9DBD.5080509@twcny.rr.com> In-Reply-To: <3F6D9DBD.5080509@twcny.rr.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: gnome@FreeBSD.org Subject: Re: Portupgrade failed: gnomedb 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, 21 Sep 2003 15:01:44 -0000 Tom, Tom Parquette wrote: > This is a 5.1-CURRENT system updated early Sept 20. Ports was cvsuped > mid day Sept 20. > > I'm getting the following on gnomedb. If you need the list of > installed packages, please let me know. TIA... > ... > > cc: The -pthread option is deprecated. > configure: failed program was: > > #line 1613 "configure" > #include "confdefs.h" > > main(){return(0);} > P3R-272# > You problem in depricated -pthread flag. Do this in your gnomedb Makefile INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-pthread -L${LOCALBASE}/lib -lintl" + LIBS="${PTHREAD_CFLAGS} -L${LOCALBASE}/lib -lintl" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} PLIST_SUB= VERSION=${PORTVERSION} Btw. Early this day seen backout commit in gcc specs so there is another way. This will be in cvs later All the best, Alexander.