From owner-freebsd-multimedia@freebsd.org Tue Jan 5 17:24:48 2016 Return-Path: Delivered-To: freebsd-multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 999B6A6278A for ; Tue, 5 Jan 2016 17:24:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 847F41C54 for ; Tue, 5 Jan 2016 17:24:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 8118FA62787; Tue, 5 Jan 2016 17:24:48 +0000 (UTC) Delivered-To: multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80BD6A62785 for ; Tue, 5 Jan 2016 17:24:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71A1A1C53 for ; Tue, 5 Jan 2016 17:24:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u05HOm4x058198 for ; Tue, 5 Jan 2016 17:24:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 205878] multimedia/mkvtoolnix: Pkg not found, Port fails to build on FreeNAS 9.3.1 Date: Tue, 05 Jan 2016 17:24:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: riggs@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: riggs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ merge-quarterly+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jan 2016 17:24:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205878 --- Comment #9 from Thomas Zander --- (In reply to andrew from comment #8) >From your screenshot I take it you did not set up poudriere to build ports. Please consider doing that, it's the right tool for the job, see https://www.freebsd.org/doc/en/books/porters-handbook/testing-poudriere.html For now, if you want to get a log of the build process you could use script= (1) to generate a log of your terminal session, have a look at "man script". On an unrelated note, my guess is that you have not started with a clean bu= ild environment before trying this build of mkvoolnix 8.7.0. - Ensure you have updated your entire ports tree. - Perform a "make clean" in /usr/ports/multimedia/mkvtoolnix - Then perform "make" in /usr/ports/multimedia/mkvtoolnix By the way, building all the ports inside the ports tree may not be optimal since cleaning the tree via (cd /usr/ports && make clean) takes forever. Consider setting WRKDIRPREFIX=3D/path/to/your/preferred/portbuild/directory= in make.conf. That makes cleaning the build environment easier and quicker as = 'rm -rf /path/to/your/preferred/portbuild/directory/*' usually suffices. --=20 You are receiving this mail because: You are on the CC list for the bug.=