From owner-freebsd-gnome@FreeBSD.ORG Mon Oct 13 21:36: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 2B1A816A4B3 for ; Mon, 13 Oct 2003 21:36:16 -0700 (PDT) Received: from ms-smtp-02.nyroc.rr.com (ms-smtp-02.nyroc.rr.com [24.92.226.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 283E543F3F for ; Mon, 13 Oct 2003 21:36:15 -0700 (PDT) (envelope-from tparquet@twcny.rr.com) Received: from twcny.rr.com (syr-24-59-143-77.twcny.rr.com [24.59.143.77]) h9CLP648008269 for ; Sun, 12 Oct 2003 17:25:07 -0400 (EDT) Message-ID: <3F89C6B2.9080109@twcny.rr.com> Date: Sun, 12 Oct 2003 17:25:06 -0400 From: Tom Parquette User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031008 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD GNOME Users Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: pwlib problems 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, 14 Oct 2003 04:36:16 -0000 This is a 5.1-CURRENT system... I'm trying to upgrade my second system to gnome2. Both systems made me resort to the procedure in the FAQ to pkg_delete -rf pkgconfig\* and reinstall. However make install would not work right. So I tried the portupgrade path with ORBit2, libbonobo, atk, and gnome2. That did not work either. What finally got me going was: pkg_delete -rf pkgconfig\* make install ORBit2 make install libbonobo make install atk make install gnome2 make install XFree86-4. This worked on the first system. On this second system, make install gnome2 fails because of gnomemeeting/openh323/pwlib. Pwlib refuses to build because "-pthread is depreciated". I checked the FAQ again and: ffmepg is not installed per pkg_info. _KPOSIX_PRIORITY_SCHEDULING is specified in the kernel config. Nothing else appeared to apply. Searching the mail archives, I only found one item that showed promise. The recommendation was to: 1) hack the Makefile replacing -pthread with ${PTHREAD_LIBS} I looked at the pwlib Makefile and I could not find -pthread specified. I tried changing the -pthread in bsd.port.mk to use ${PTHREAD_LIBS} but it did not help so I restored the bsd.port.mk to what I started with. 2) The second suggestion was to backlevel src/contrib/gcc/config/freebsd-spec.h back to 1.11. I pulled 1.11 from my local cvs mirror using cvsweb. The mail item did not indicate where this should be restored to so I put it in /usr/src/contrib/gcc/config/freebsd-spec.h. This did not help either. I could not identify pwlib as a package from the ftp server. I also tried installing openh323 as a package, ran pkgdb -F and restarted make install clean of gnome2. It failed in the same place with the same error "-pthread is depreciated". I understand from one of the Emails that ports is frozen because of 4.9-RELEASE coming up. Is there any way around this or am I going to have to leave this broken until ports unfreezes? Thanks for any help you can provide.