Date: Tue, 05 Jan 2016 17:24:48 +0000 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 Message-ID: <bug-205878-12827-sF2TRrMA5P@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-205878-12827@https.bugs.freebsd.org/bugzilla/> References: <bug-205878-12827@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205878 --- Comment #9 from Thomas Zander <riggs@FreeBSD.org> --- (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.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205878-12827-sF2TRrMA5P>