From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 8 21:53:55 2005 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3333116A4E6 for ; Sun, 8 May 2005 21:53:55 +0000 (GMT) Received: from smtp05.web.de (smtp05.web.de [217.72.192.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id E892643D3F for ; Sun, 8 May 2005 21:53:54 +0000 (GMT) (envelope-from davidnies@web.de) Received: from [213.7.39.174] (helo=[213.7.39.174]) by smtp05.web.de with asmtp (WEB.DE 4.105 #282) id 1DUtii-0007YA-00 for freebsd-ports-bugs@freebsd.org; Sun, 08 May 2005 23:53:52 +0200 Message-ID: <427E8B6C.4070501@web.de> Date: Sun, 08 May 2005 23:58:04 +0200 From: David Nies User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050314 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports-bugs@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: davidnies@web.de X-Sender: davidnies@web.de Subject: Xfce 4.2.1: xffm crashes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2005 21:53:55 -0000 Hello! I emailed the port maintainer of the xfce port a month ago, but he didn't answer... perhaps my bugreport was not orderly... That's why I send my problem here. The problem: I'm using the xfce port, version 4.2.1. When I open the file manager (xffm) and right-click on a file, then chose proberties, the file manager crashes. Errormessage: ``g_module_open(/usr/X11R6/lib/xfce4/xffm/libxffm_prop.so) == NULL'' My "solution": I compiled the whole xffm port with -ggdb and started to debug it. The error occured in the function load_module (libs/modules.c) when g_module_open(..) is called. In gdb, I called ``print (char*)g_module_error()'' right after this call, and it said: (gdb) p (char*)g_module_error() $1 = 0x8381900 "/usr/X11R6/lib/xfce4/xffm/libxffm_prop.so: Undefined symbol \"try_sudo\"" The function ``try_sudo'' is in src/easy.c, in the xffm binary itself, it seems. I tried to link libxffm_prop.so against xffm, but all my efforts didn't help me (I'm almost a newbie). Perhaps you can give me some advices to fix it? Thanks for your help! Greets David