From owner-freebsd-ports@FreeBSD.ORG Sun Mar 22 01:28:09 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E49C7898 for ; Sun, 22 Mar 2015 01:28:09 +0000 (UTC) Received: from mail-oi0-f53.google.com (mail-oi0-f53.google.com [209.85.218.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AAEF36BC for ; Sun, 22 Mar 2015 01:28:09 +0000 (UTC) Received: by oier21 with SMTP id r21so117475673oie.1 for ; Sat, 21 Mar 2015 18:28:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=xxoULtWbdJPGZ9RBuRLonVfCOv6Dgmpqh6nnR52d3/A=; b=CPOzBeb5abtH2jG85EWiu74MC7SdLQYideqNWe0659O8TTVBXMtwv1lgiJseHLlTle b0w3ocJAnUl+8qd6zZgQE0IQ7i1uF7Csqox+h2ixMKEw8vnYk6Vf/SvHkKnnAWB4d1yi 126oKuObhf7U0m5Zhrnf5C1kMz0TqObqDpa288+IEAAqwvhB8Xtgr8hYaWzL6VzvuaqZ 9z2hM1aCWD8MMsNfqEC3d+9yk8wrGyQpB77wZa5e7uBZ2PJUqfOzJIKXj8FZJDhArneZ Wkibk+S5ZSMF/YqZxIxXjTRqjme2MJXw59J1qGVTSgatL2AOvvnQO71WMKDl0lbKSYU2 Y52w== X-Gm-Message-State: ALoCoQl94jedoeBN7GKcBfY7sywNUtTp5gbd372K4oX8LeEVgXqwiwZvxHqq5bApzk/9GT4CfNQA MIME-Version: 1.0 X-Received: by 10.182.199.70 with SMTP id ji6mr69692963obc.3.1426987682978; Sat, 21 Mar 2015 18:28:02 -0700 (PDT) Received: by 10.76.12.39 with HTTP; Sat, 21 Mar 2015 18:28:02 -0700 (PDT) Received: by 10.76.12.39 with HTTP; Sat, 21 Mar 2015 18:28:02 -0700 (PDT) In-Reply-To: References: Date: Sat, 21 Mar 2015 20:28:02 -0500 Message-ID: Subject: Re: Broken port: handbrake From: Matthew Donovan To: Matt Klein Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Mar 2015 01:28:10 -0000 On Mar 21, 2015 8:21 PM, "Matt Klein" wrote: > > Hello, > > I'm having a problem with the port "handbrake". > > From the Makefile: > # Created by: Andrew Thompson > # $FreeBSD: head/multimedia/handbrake/Makefile 374303 2014-12-08 16:48:38Z > tijl $ > > The build and install of the port succeeds, but the resulting installation > is broken. Attempting to read a DVD leads to this error: > > # HandBrakeCLI -t 1 -f mp4 -e x264 -q 20 -E faac -B 160 -i /dev/cd0 -o > /tmp/out.mp4 > [21:03:28] hb_init: starting libhb thread > HandBrake rev5474 (2015032199) - FreeBSD amd64 - http://handbrake.fr > 4 CPUs detected > Opening /dev/cd0... > [21:03:28] hb_scan: path=/dev/cd0, title_index=4 > libbluray/bdnav/index_parse.c:162: indx_parse(): error opening > /dev/cd0/BDMV/index.bdmv > libbluray/bdnav/index_parse.c:162: indx_parse(): error opening > /dev/cd0/BDMV/BACKUP/index.bdmv > libbluray/bluray.c:1725: nav_get_title_list(/dev/cd0) failed (0x8048b3000) > [21:03:28] bd: not a bd - trying as a stream/file instead > libdvdnav: Using dvdnav version 4.1.3 > libdvdread: Missing symbols in libdvdcss.so.2, this shouldn't happen ! > libdvdread: Using libdvdcss version for DVD access > Segmentation fault > > From these links: > > https://bbs.archlinux.org/viewtopic.php?id=187410 > http://www.linuxquestions.org/questions/slackware-14/handbrake-and-current-4175528049/ > > It looks this is due to a handbrake bug that was fixed in version 0.9.9-8; > I'm guessing that the version installed by the port is earlier than this, > but I don't know enough about how the ports system works to be able to say > definitively or to fix it myself. > > I'm using FreeNAS version 9.3. > # uname -i -K -r -U -v > 9.3-RELEASE-p10 FreeBSD 9.3-RELEASE-p10 #0 r275790+c9242cc: Mon Mar 16 > 12:46:11 PDT 2015 > root@build3.ixsystems.com: /tank/home/nightlies/FN93/objs/os-base/amd64/tank/home/nightlies/FN93/FreeBSD/src/sys/FREENAS.amd64 > FREENAS64 903000 903000 > > Any assistance would be greatly appreciated! > > Thanks, > Matt Klein > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" Your ports are out of date the lastest port is 9.9.3. The port does need to be updated to the latest however. Which I cant do currently as not near a FreeBSD system currently