From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 17:43:57 2003 Return-Path: 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 E84AC16A4CE for ; Mon, 17 Nov 2003 17:43:57 -0800 (PST) Received: from mail.paniert.net (chello062178226236.14.15.vie.surfer.at [62.178.226.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19C6343FB1 for ; Mon, 17 Nov 2003 17:43:55 -0800 (PST) (envelope-from tom@www.paniert.net) Received: from www.paniert.net (imap.paniert.net [10.1.2.2]) by mail.paniert.net (8.12.2/8.12.6) with ESMTP id hAI1htqw037072; Tue, 18 Nov 2003 02:43:55 +0100 (CET) (envelope-from tom@www.paniert.net) Received: from localhost (localhost [127.0.0.1]) by www.paniert.net (8.12.8p2/8.12.8) with ESMTP id hAI1hq6u001307; Tue, 18 Nov 2003 02:43:52 +0100 (CET) (envelope-from tom@www.paniert.net) Received: from jackson (jackson [10.1.2.56]) by www.paniert.net (IMP) with HTTP for ; Tue, 18 Nov 2003 02:43:51 +0100 Message-ID: <1069119831.3fb9795788cb1@www.paniert.net> Date: Tue, 18 Nov 2003 02:43:51 +0100 From: tom To: Joe Marcus Clarke References: <1069021442.3fb7f902194ed@www.paniert.net> <1069023463.3752.30.camel@shumai.marcuscom.com> <1069081251.3fb8e2a382f9c@www.paniert.net> <1069101939.737.52.camel@gyros> In-Reply-To: <1069101939.737.52.camel@gyros> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.1 X-Originating-IP: 10.1.2.56 cc: ports Subject: Re: gnome2 port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 01:43:58 -0000 hi me again, somehow the gnome2 port sucks.... i did as u suggested. cvsupped again ( didnīt do a rebuild) but had fortunately a rcs source by hand... now it hangs with quite another compile problem: ----snip-------- cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/include -I/usr/local/include -I../../gst-libs -D_THREAD_SAFE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gstreamer-0.6 -DGST_DISABLE_DEPRECATED -g -Wall -I/usr/local/include -O -pipe -march=k6 -I/usr/local/include -c gstaf.c -Wp,-MD,.deps/libgstaudiofile_la-gstaf.TPlo -fPIC -DPIC -o .libs/libgstaudiofile_la-gstaf.lo In file included from gstaf.c:23: gstafparse.h:68: syntax error before `AFvirtualfile' gmake[3]: *** [libgstaudiofile_la-gstaf.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-0.6.4/ext/audiofile' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-0.6.4/ext' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-0.6.4' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/multimedia/gstreamer-plugins. pls give me a hint how i can debug that problem and perhaps then offer u more infos! best regards, tom > On Mon, 2003-11-17 at 10:00, tom wrote: > > > thanx for the tip; after reinstalling glib2 the compile did work but now i > hang > > in the gstreamer-plugins: > > # rm -rf /usr/ports/multimedia/gstreamer-plugins > # (cvsup ports) > > Then try the build again. > > Joe >