From owner-freebsd-gnome@FreeBSD.ORG Thu Oct 7 18:05:03 2004 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 C7B9516A4CE for ; Thu, 7 Oct 2004 18:05:03 +0000 (GMT) Received: from imf22aec.mail.bellsouth.net (imf22aec.mail.bellsouth.net [205.152.59.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52DB743D1D for ; Thu, 7 Oct 2004 18:05:03 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from [192.168.1.5] ([68.209.163.3]) by imf22aec.mail.bellsouth.netESMTP <20041007180502.JIBW1792.imf22aec.mail.bellsouth.net@[192.168.1.5]>; Thu, 7 Oct 2004 14:05:02 -0400 In-Reply-To: References: <1097081597.690.36.camel@moonlight> <1E90A8CE-1821-11D9-8817-000A958C81C6@ahze.net> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <68AFA2DB-188B-11D9-8817-000A958C81C6@ahze.net> Content-Transfer-Encoding: 7bit From: Michael Johnson Date: Thu, 7 Oct 2004 14:05:01 -0400 To: "Jeremy Messenger" X-Mailer: Apple Mail (2.619) cc: freebsd-gnome@freebsd.org Subject: Re: GStreamer broken? 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, 07 Oct 2004 18:05:03 -0000 On Oct 7, 2004, at 3:19 AM, Jeremy Messenger wrote: > On Thu, 7 Oct 2004 01:24:10 -0400, Michael Johnson > wrote: > >> >> On Oct 6, 2004, at 11:53 PM, Jeremy Messenger wrote: >> >>> On Wed, 6 Oct 2004 23:07:00 -0400, Michael Johnson >>> wrote: >>> >>>> Try building with -O2 >>>> That works for me and I have CPUTYPE=athlon-xp >>>> >>>> I am curious if this works for other people also? >>> >>> Umm, insteresting... -O2 does fix my problem as well. Nice find! >>> >>> Cheers, >>> Mezz >> >> What CPUTYPE did you build with? > > Same as your, I have AthlonXP 3200+ Barton here. Maybe, > gstreamer-plugins required some missing option that what -O2 has isn't > in -O that hurts itself? I am thinking about find missing GCC > option(s), then put it in as default to avoid collect many reports in > future. Is it good idea? > > Cheers, > Mezz I noticed something now, I was reinstalling gstreamer-plugins with -O2 from -O with FORCE_PKG_REGISTER=yes and I kept running gst-register manually to see if it was just one plugin, and it seems (with further testing) that it is gst/modplug that needs to be built with -O2, everything else seems to work great with -O Try building and installing gstreamer-plugins with -O then rebuild gst/modplug with -O2 and make install it then run gst-register and see if that works for you. (you'll have to manually edit the Makefile in gst/modplug and gst/modplug/libmodplug) Also yeah, I think its a good idea to find out which flag from -O2 is needed for this to work right =) Cheers, Michael > -- > mezz7@cox.net - mezz@FreeBSD.org > FreeBSD GNOME Team > http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org