From owner-freebsd-questions@FreeBSD.ORG Tue Mar 3 03:12:24 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A87E9136 for ; Tue, 3 Mar 2015 03:12:24 +0000 (UTC) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 196C71331 for ; Tue, 3 Mar 2015 03:12:23 +0000 (UTC) Received: from kw.news4all.se (localhost [127.0.0.1]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id t233CDtn059772 for ; Tue, 3 Mar 2015 04:12:14 +0100 (CET) (envelope-from bah@bananmonarki.se) Message-ID: <54F5268D.2070708@bananmonarki.se> Date: Tue, 03 Mar 2015 04:12:13 +0100 From: Bernt Hansson User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: FreeBSD Mailing List Subject: Re: Problem with pkg install References: <54EF3201.1020409@bananmonarki.se> In-Reply-To: <54EF3201.1020409@bananmonarki.se> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Mar 2015 03:12:24 -0000 No one? On 2015-02-26 15:47, Bernt Hansson wrote: > Hello list. > > Installing go like this > > root@kw:/usr/ports/multimedia/mplayer # pkg install vlc > Updating FreeBSD repository catalogue... > FreeBSD repository is up-to-date. > All repositories are up-to-date. > The following 11 packages will be affected (of 0 checked): > > New packages to be INSTALLED: > vlc: 2.1.5_18,4 > twolame: 0.3.13_4 > libmad: 0.15.1b_6 > libcddb: 1.3.2_4 > faad2: 2.7_5,1 > libdca: 0.0.5_1 > liba52: 0.7.4_3 > liveMedia: 2014.12.17_1,2 > libmatroska: 1.4.2 > libebml: 1.3.1 > libdvbpsi: 1.2.0 > > The process will require 47 MiB more space. > 8 MiB to be downloaded. > > Proceed with this action? [y/N]: y > Fetching vlc-2.1.5_18,4.txz: 100% 6 MiB 1.8MB/s 00:04 > Fetching twolame-0.3.13_4.txz: 100% 106 KiB 109.2kB/s 00:01 > Fetching libmad-0.15.1b_6.txz: 100% 72 KiB 73.7kB/s 00:01 > Fetching libcddb-1.3.2_4.txz: 100% 55 KiB 56.6kB/s 00:01 > Fetching faad2-2.7_5,1.txz: 100% 187 KiB 192.4kB/s 00:01 > Fetching libdca-0.0.5_1.txz: 100% 99 KiB 101.6kB/s 00:01 > Fetching liba52-0.7.4_3.txz: 100% 44 KiB 45.7kB/s 00:01 > Fetching liveMedia-2014.12.17_1,2.txz: 100% 505 KiB 517.6kB/s 00:01 > Fetching libmatroska-1.4.2.txz: 100% 225 KiB 230.9kB/s 00:01 > Fetching libebml-1.3.1.txz: 100% 113 KiB 115.8kB/s 00:01 > Fetching libdvbpsi-1.2.0.txz: 100% 105 KiB 107.8kB/s 00:01 > Checking integrity... done (0 conflicting) > [1/11] Installing libebml-1.3.1... > [1/11] Extracting libebml-1.3.1: 100% > [2/11] Installing twolame-0.3.13_4... > [2/11] Extracting twolame-0.3.13_4: 100% > [3/11] Installing libmad-0.15.1b_6... > [3/11] Extracting libmad-0.15.1b_6: 100% > [4/11] Installing libcddb-1.3.2_4... > [4/11] Extracting libcddb-1.3.2_4: 100% > [5/11] Installing faad2-2.7_5,1... > [5/11] Extracting faad2-2.7_5,1: 100% > [6/11] Installing libdca-0.0.5_1... > [6/11] Extracting libdca-0.0.5_1: 100% > [7/11] Installing liba52-0.7.4_3... > [7/11] Extracting liba52-0.7.4_3: 100% > [8/11] Installing liveMedia-2014.12.17_1,2... > [8/11] Extracting liveMedia-2014.12.17_1,2: 100% > [9/11] Installing libmatroska-1.4.2... > [9/11] Extracting libmatroska-1.4.2: 100% > [10/11] Installing libdvbpsi-1.2.0... > [10/11] Extracting libdvbpsi-1.2.0: 100% > [11/11] Installing vlc-2.1.5_18,4... > [11/11] Extracting vlc-2.1.5_18,4: 100% > Message for liveMedia-2014.12.17_1,2: > For more documentation on this software > (and to get the latest version), please > see . > Child process pid=40593 terminated abnormally: Segmentation fault: 11 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > >