From owner-freebsd-questions@FreeBSD.ORG Sun Nov 30 13:56:30 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7643616A4CF for ; Sun, 30 Nov 2003 13:56:30 -0800 (PST) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 8C8AB43F85 for ; Sun, 30 Nov 2003 13:56:28 -0800 (PST) (envelope-from manalive@gmx.net) Received: (qmail 1705 invoked by uid 65534); 30 Nov 2003 21:56:26 -0000 Received: from lsanca1-ar5-4-60-056-131.lsanca1.dsl-verizon.net (EHLO 192.168.0.2) (4.60.56.131) by mail.gmx.net (mp023) with SMTP; 30 Nov 2003 22:56:26 +0100 X-Authenticated: #19378375 From: Jonas Manalive To: lioux@FreeBSD.org Date: Sun, 30 Nov 2003 13:56:25 -0800 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311301356.25261.manalive@gmx.net> cc: questions@freebsd.org Subject: Gstreamer-plugins X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 21:56:30 -0000 Hello, In installing gstreamer-plugins, I activated all plugins within the Makefile. The output is as below: ---------------------------------------------------- ... long list of "added plugin"... rebuilding user_registry loaded 122 plugins with 296 features Abort trap (core dumped) *** Error code 134 Stop in /usr/ports/multimedia/gstreamer-plugins. ---------------------------------------------------- Then I used the gdb to trace the gst-register.core: ------------------------------------------------ # gdb gst-register gst-register.core ... long list of "reading" and "loading" symbols.... Reading symbols from /usr/libexec/ld-elf.so.1...done. Loaded symbols for /usr/libexec/ld-elf.so.1 #0 0x283dc3e3 in kill () from /usr/lib/libc.so.5 -------------------------------------------------- Some time ago I remembered on the list (on questions@ or gnome@) someone said that one of the plugins conflicted with another. I can't find it in my search of archives. Does anyone remember what plugin I need to comment out in reinstalling gstreamer-plugins? I could be wrong and this error could be something else, what can I do? Best regards, Jonas