From owner-freebsd-multimedia@FreeBSD.ORG Thu Feb 28 12:40:05 2008 Return-Path: <owner-freebsd-multimedia@FreeBSD.ORG> Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA7611065676 for <freebsd-multimedia@hub.freebsd.org>; Thu, 28 Feb 2008 12:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B5B9A8FC2D for <freebsd-multimedia@hub.freebsd.org>; Thu, 28 Feb 2008 12:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1SCe5Ht033619 for <freebsd-multimedia@freefall.freebsd.org>; Thu, 28 Feb 2008 12:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1SCe5Be033618; Thu, 28 Feb 2008 12:40:05 GMT (envelope-from gnats) Date: Thu, 28 Feb 2008 12:40:05 GMT Message-Id: <200802281240.m1SCe5Be033618@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org From: Marcin Cieslak <saper@SYSTEM.PL> Cc: Subject: Re: ports/114573: multimedia/vlc-devel doesn't compile when the QT4 option is selected X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcin Cieslak <saper@SYSTEM.PL> List-Id: Multimedia discussions <freebsd-multimedia.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia>, <mailto:freebsd-multimedia-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-multimedia> List-Post: <mailto:freebsd-multimedia@freebsd.org> List-Help: <mailto:freebsd-multimedia-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia>, <mailto:freebsd-multimedia-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 28 Feb 2008 12:40:05 -0000 The following reply was made to PR ports/114573; it has been noted by GNATS. From: Marcin Cieslak <saper@SYSTEM.PL> To: Michael Johnson <ahze@freebsd.org> Cc: bug-followup@freebsd.org, sbenabas@gmail.com Subject: Re: ports/114573: multimedia/vlc-devel doesn't compile when the QT4 option is selected Date: Thu, 28 Feb 2008 13:39:30 +0100 Michael Johnson wrote: > 2008/2/28 Marcin Cieslak <saper@system.pl>: > Even though qvlc is linked to vlc running qvlc is the same as running > vlc --intf qt4 Tried anyway :) too many programs depend on argv[0] tricks. > try removing (and backing up if you might want it) ~/.vlc > then running qvlc again. Same thing with empty .vlc (except a bit longer "startup" time). .local/share/vlc/ml.xsp gets created, .vlc does not get re-created. Does not make things better (I ran multimedia/vlc before more or less fine). What should happen? Should I attach gdb to it? ktrace? I can do some more sophisticated debugging but I have no clue about the new vlc architecture. Looks like there are plugins and modules everywhere. In the /usr/local/lib/vlc/gui I have: /usr/local/lib/vlc/gui/libncurses_plugin.la /usr/local/lib/vlc/gui/libncurses_plugin.so /usr/local/lib/vlc/gui/libqt4_plugin.la /usr/local/lib/vlc/gui/libqt4_plugin.so vlc --intf ncurses (or anything, including vlc --intf blabla) - same effect. -- << Marcin Cieslak // saper@system.pl >>