From owner-freebsd-ports@FreeBSD.ORG Sun Aug 12 19:21:18 2012 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 763261065672; Sun, 12 Aug 2012 19:21:18 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id 327718FC0C; Sun, 12 Aug 2012 19:21:17 +0000 (UTC) Received: from p5dc3f9b6.dip.t-dialin.net ([93.195.249.182] helo=krabat.raven.hur) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1T0dit-0003Rq-IT; Sun, 12 Aug 2012 21:21:15 +0200 Message-ID: <5028022B.3020005@gwdg.de> Date: Sun, 12 Aug 2012 21:21:15 +0200 From: Rainer Hurling User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:14.0) Gecko/20120727 Thunderbird/14.0 MIME-Version: 1.0 To: Juergen Lock References: <20120812143124.GA21414@triton8.kn-bremen.de> <5027E2EA.2070508@gwdg.de> <20120812171133.GA26625@triton8.kn-bremen.de> <5027E471.1020800@gwdg.de> In-Reply-To: <5027E471.1020800@gwdg.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: freebsd-multimedia@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: Another vlc 2.0.3 update (new ffmpeg! :) 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: Sun, 12 Aug 2012 19:21:18 -0000 On 12.08.2012 19:14 (UTC+2), Rainer Hurling wrote: > On 12.08.2012 19:11 (UTC+2), Juergen Lock wrote: >> On Sun, Aug 12, 2012 at 07:07:54PM +0200, Rainer Hurling wrote: >>> On 12.08.2012 16:31 (UTC+2), Juergen Lock wrote: >>>> Thanks to Martin Matuska (ffmpeg port maintainer) for fixing the >>>> multimedia/ffmpeg-011 port to install the shlibs with suffix! >>>> I now seem to have vlc 2.0.3 working using this updated version: >>>> >>>> http://people.freebsd.org/~nox/tmp/vlc-2.0.3-008.patch >>> >>> Does this mean we should change from multimedia/ffmpeg to >>> multimedia/ffmpeg-011? Or is it ok to have them both installed? >> >> Yes it's ok to have both installed. > > Thanks, I will it give a try now :-) Again, there is the problem with the build breaking with GEN ../modules/plugins.dat gmake[2]: *** [../modules/plugins.dat] Segmentation fault: 11 (Speicherauszug erstellt) gmake[2]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-2.0.3/bin' gmake[1]: *** [all-recursive] Fehler 1 gmake[1]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-2.0.3' gmake: *** [all] Fehler 2 *** [do-build] Error code 1 This only happens when option PulseAudio is enabled. (My sound system is driven by PulseAudio.) And, as described in another thread on August, 3rd, it only happens, when vlc version 1.x is already installed. So, deleting old vlc before build this new version works for me. Unfortunately if option PulseAudio is enabled, and only then, vlc core dumps right after opening for example mp3 or mp4 files :( This is on a recent 10.0-CURRENT amd64. >> Cheers, >> Juergen