From owner-freebsd-ports@FreeBSD.ORG Wed Jul 4 13:12:57 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BBFF916A421 for ; Wed, 4 Jul 2007 13:12:57 +0000 (UTC) (envelope-from vincent@xtra-net.org) Received: from ns1.xtra-net.be (ns1.xtra-net.be [195.162.200.90]) by mx1.freebsd.org (Postfix) with SMTP id 25C6413C4BD for ; Wed, 4 Jul 2007 13:12:56 +0000 (UTC) (envelope-from vincent@xtra-net.org) Received: (qmail 21210 invoked from network); 4 Jul 2007 12:46:14 -0000 Received: from unknown (HELO vbepfkad.srv.xtra-net.be) (172.16.66.70) by 0 with SMTP; 4 Jul 2007 12:46:14 -0000 Received: (qmail 27053 invoked from network); 4 Jul 2007 12:38:20 -0000 Received: from 72.66.16.172.in-addr.arpa (HELO www.xtra-net.be) (172.16.66.72) by 0 with SMTP; 4 Jul 2007 12:38:20 -0000 Received: from 172.16.9.1 (proxying for 192.168.1.10) (SquirrelMail authenticated user 720616030) by www.xtra-net.be with HTTP; Wed, 4 Jul 2007 14:38:20 +0200 (CEST) Message-ID: <19984.172.16.9.1.1183552700.squirrel@www.xtra-net.be> Date: Wed, 4 Jul 2007 14:38:20 +0200 (CEST) From: "Vincent Blondel" To: freebsd-ports@freebsd.org User-Agent: SquirrelMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: vincent@xtra-net.org Subject: Totem Compilation error. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jul 2007 13:12:57 -0000 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.