From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 12 20:07:19 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 BE6B716A4CE for ; Tue, 12 Oct 2004 20:07:19 +0000 (GMT) Received: from imf17aec.mail.bellsouth.net (imf17aec.mail.bellsouth.net [205.152.59.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1602A43D1F for ; Tue, 12 Oct 2004 20:07:19 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from [192.168.1.5] ([68.209.163.3]) by imf17aec.mail.bellsouth.netESMTP <20041012200648.PKDH2486.imf17aec.mail.bellsouth.net@[192.168.1.5]>; Tue, 12 Oct 2004 16:06:48 -0400 In-Reply-To: References: <1097081597.690.36.camel@moonlight> <1E90A8CE-1821-11D9-8817-000A958C81C6@ahze.net> <68AFA2DB-188B-11D9-8817-000A958C81C6@ahze.net> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <3FA50F95-1C8A-11D9-927C-000A958C81C6@ahze.net> Content-Transfer-Encoding: 7bit From: Michael Johnson Date: Tue, 12 Oct 2004 16:06:48 -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: Tue, 12 Oct 2004 20:07:19 -0000 -fgcse is the flag that we're looking for. Try that and see if that doesn't work for you also. Michael On Oct 11, 2004, at 3:36 PM, Jeremy Messenger wrote: > On Thu, 7 Oct 2004 14:05:01 -0400, Michael Johnson > wrote: > >> >> 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 > > Yep, same here. > >> 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 =) > > I haven't compare -O and -O2 yet, but I am planning to do this week. > If I find which flag(s) that help gstreamer then I will ask maintainer > and team if they agree with me to add the flag(s). It will be even > better if someone can report to gstreamer's bugzilla. > > Cheers, > Mezz > >> Cheers, >> Michael >> >>> -- mezz7@cox.net - mezz@FreeBSD.org >>> FreeBSD GNOME Team >>> http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org > > > -- > mezz7@cox.net - mezz@FreeBSD.org > FreeBSD GNOME Team > http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org >