From owner-freebsd-gnome@FreeBSD.ORG Thu Jul 5 12:08:10 2007 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6422F16A421 for ; Thu, 5 Jul 2007 12:08:10 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id E5D2613C4C4 for ; Thu, 5 Jul 2007 12:08:09 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so93217nfb for ; Thu, 05 Jul 2007 05:08:08 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=aCqHPswelNcWcAM2NX4EppRikATt1Htct/ggiN33WDgzBKc0bR/rTHGD8KBXvN5sN+UjxWXD3VXGRSVb5/f6xRAHNC6rpoa+ylIRPsnJI+mKgRF2EVjWCUvIap350iYqqlVdB34t/CIsGXhHbbJ7gh5pMfTQRSQ1NLOk8AQzReE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=leTSIiiJESfBgn6cXUoWB7W829j6Q9DiYG8Lca7q5v2gTDdYjb37c3K1gNiZTI6qWcSDxUkCOTcOt75bfPkMx6mUszBwlKTWw/h4gbLkymdV1WF/DCagfe7/eLudPZrdX2YYCU30TYOQWj0b1+PvH3fjh1sTxALtsyjlPy+2kmo= Received: by 10.82.106.14 with SMTP id e14mr19998227buc.1183635776041; Thu, 05 Jul 2007 04:42:56 -0700 (PDT) Received: by 10.82.112.13 with HTTP; Thu, 5 Jul 2007 04:42:55 -0700 (PDT) Message-ID: Date: Thu, 5 Jul 2007 07:42:55 -0400 From: "Michael Johnson" Sender: buhnux@gmail.com To: "Vincent Blondel" In-Reply-To: <26493.172.16.9.1.1183623693.squirrel@www.xtra-net.be> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <26493.172.16.9.1.1183623693.squirrel@www.xtra-net.be> X-Google-Sender-Auth: a46861036eba36aa Cc: freebsd-ports@freebsd.org, freebsd-gnome@freebsd.org Subject: Re: [Fwd: Totem Compilation error.] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Jul 2007 12:08:10 -0000 On 7/5/07, Vincent Blondel wrote: > > Hello, > > I found a message somebody posted one year ago on your mailing list. I > also get the same problem by trying to compile gnome CURRENT on my > FreeBSD-CURRENT system. > > Can somebody say me if this problem is known and how I can solve it > because I cannot go further with gnome compilation. > > Thanks > Vincent. > > > Hello, > > Below what I receive when trying to compile gnome2 CURRENT. This happens > during the compilation phase of totem. > > checking whether to enable easy codec installation support... auto > checking for MISSING_PLUGINS... yes > checking for GST... yes > checking for backend libraries... GStreamer-0.10 > checking GStreamer 0.10 playbin plugin... no > configure: error: > Cannot find required GStreamer-0.10 plugin 'playbin'. > It should be part of gst-plugins-base. Please install it. > > ===> Script configure failed unexpectedly. > Please run the gnomelogalyzer, available from > http://www.freebsd.org/gnome/gnomelogalyzer.sh, which will diagnose the > problem and suggest a solution. If - and only if - the gnomelogalyzer cannot > solve the problem, report the build failure to the FreeBSD GNOME team at > gnome@FreeBSD.org, and attach (a) > /tmp/usr/ports/multimedia/totem/work/totem-2.18.2/config.log, (b) the output > of the failed make command, and (c) the gnomelogalyzer output. Also, it might > be a good idea to provide an overview of all packages installed on your > system (`ls -la`). Put your attachment up on any website, > copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) with > the attachment. Try to avoid sending any attachments to the mailing list > (gnome@FreeBSD.org), because attachments sent to FreeBSD mailing lists are > usually discarded by the mailing list software. > *** Error code 1 > > Stop in /usr/ports/multimedia/totem. > > If I look a bit more in detail it seems /usr/local/bin/gst-inspect is > called during the configure phase and this causes segmentation fault. > > I already looked at google for some solution but without any success. > > Thanks to help me. > Vincent. There is a long known problem that CFLAGS=-O1 or lower causes runtime problems with gstreamer, and right now -CURRENT's default CFLAGS are -O1 -pipe. I added -O2 to gstreamer's CFLAGS in ports, so please run portupgrade -f gstreamer-* and you will be good to go.