From owner-freebsd-gnome Sat Feb 15 22:44: 5 2003 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 D28D737B401 for ; Sat, 15 Feb 2003 22:44:03 -0800 (PST) Received: from hotmail.com (f99.sea2.hotmail.com [207.68.165.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66C7F43FA3 for ; Sat, 15 Feb 2003 22:44:03 -0800 (PST) (envelope-from reigncracks@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 15 Feb 2003 22:44:03 -0800 Received: from 68.103.37.247 by sea2fd.sea2.hotmail.msn.com with HTTP; Sun, 16 Feb 2003 06:44:02 GMT X-Originating-IP: [68.103.37.247] From: "Mezz bsdforums.org" To: gnome@freebsd.org Subject: Re: Here's Lumiere 0.4 ports.. Date: Sun, 16 Feb 2003 01:44:02 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 16 Feb 2003 06:44:03.0269 (UTC) FILETIME=[CB490750:01C2D586] Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >Have a look at the devel/portlint tool. You should make it a habit for >passing your ports through this to ensure there aren't any nits of >outright problems. > > > >You can certainly pass that info to the developer. If I get a chance, I >may track down where the exact problem lies. For now, the crash happens >in lum-window.c when lum-window.gob line 137 is referenced. > > > >gdb is usually the tool for crashes. Just add -g to CFLAGS, and set >STRIP= (set it to nothing), then build and install the port. Then run >it under gdb. When it crashes, you get a backtrace, and you can poke >through the stack frames printing out memory addresses and the like >until you find the problem. However, in the GNOME/GTK world, it can be >a little more tricky due to all the indirection. Thanks again! Umm, does RUN_DEPENDS (MPlayer) really work with you on this Lumiere port? It doesn't work (I tried your and my Makefile), which I keep get error following: =============================== checking for mplayer... no configure: error: Unable to find mplayer in the PATH. Provide the full path to mplayer(--with-mplayer=PATH). You need mplayer to use lumiere. find it on http://www.mplayerhq.hu ===> Script "configure" failed unexpectedly. Please report the problem to reigncracks@hotmail.com [maintainer] and attach the "/usr/ports/multimedia/lumiere/work/lumiere-0.4/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/multimedia/lumiere. =============================== So, it should be in the BUILD_DEPENDS instead RUN_DEPENDS? If yes, then I would put BUILD under the LIB, so MPlayer will pick up more options from libxine's depends by automatic. Make sense? Cheers, Mezz _________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message