From owner-freebsd-multimedia@FreeBSD.ORG Sun Nov 17 19:50:02 2013 Return-Path: Delivered-To: freebsd-multimedia@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 21905D6E for ; Sun, 17 Nov 2013 19:50:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 10B3A2F87 for ; Sun, 17 Nov 2013 19:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAHJo1CL087068 for ; Sun, 17 Nov 2013 19:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAHJo1uL087067; Sun, 17 Nov 2013 19:50:01 GMT (envelope-from gnats) Date: Sun, 17 Nov 2013 19:50:01 GMT Message-Id: <201311171950.rAHJo1uL087067@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org Cc: From: Yury Subject: Re: ports/172185: multimedia/vlc build fail with gmake core dump at modules/plugins.dat X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Yury List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Nov 2013 19:50:02 -0000 The following reply was made to PR ports/172185; it has been noted by GNATS. From: Yury To: bug-followup@FreeBSD.org, cederom@tlen.pl Cc: Subject: Re: ports/172185: multimedia/vlc build fail with gmake core dump at modules/plugins.dat Date: Mon, 18 Nov 2013 02:46:47 +0700 I was trying to build vlc, had the same problem, and found out the following: (I've upgraded to `FreeBSD _name_ 9.2-RELEASE-p1 FreeBSD 9.2-RELEASE-p1' meanwhile) 1. After bad installation try, there happen to stay vlc shared libs in /usr/local/lib/ and in /usr/local/lib/vlc/, also include files in /usr/local/include/vlc, they can make troubles. I had to manually find and delete them. 2. The vlc-cache-gen problem (core dump on "GEN ../modules/plugins.dat" step) happen on the install stage. That is, if you'll just `make', you'll get that plugins.dat file (I had) in modules directory, but trying to install working (!) vlc afterwards ends up in "Segmentation fault". (By the way, do not skip item no. 1!) 3. So, if you do `make', then comment out six lines in work/vlc-2.1.0/bin/Makefile section "../modules/plugins.dat:", you have the chance to successful installation. 4. By the way, vlc writes an error, when started, complaining on lua module. But, even with "--disable-lua" I couldn't "make install". Hope, this helps, Yury.