From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 4 23:18:54 2013 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C4A53EA2; Fri, 4 Oct 2013 23:18:54 +0000 (UTC) (envelope-from software@bitter-almonds.com) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.122]) by mx1.freebsd.org (Postfix) with ESMTP id 788602CD0; Fri, 4 Oct 2013 23:18:54 +0000 (UTC) X-Authority-Analysis: v=2.0 cv=e5mEuNV/ c=1 sm=0 a=lLOF/jpPrR0dcgWXP1EvZg==:17 a=xCuMbNp8hPoA:10 a=6xEXkDSKWJMA:10 a=dE5OQ3M6_pgA:10 a=kj9zAlcOel0A:10 a=FQyop4PNAAAA:8 a=KGjhK52YXX0A:10 a=RUYw2LMxKKoA:10 a=6I5d2MoRAAAA:8 a=NyC_8xBfOD1iMtWKUfsA:9 a=CjuIK1q_8ugA:10 a=tlJW8gxtbz4A:10 a=lLOF/jpPrR0dcgWXP1EvZg==:117 X-Cloudmark-Score: 0 X-Authenticated-User: X-Originating-IP: 204.210.114.114 Received: from [204.210.114.114] ([204.210.114.114:31640] helo=localhost.hawaii.res.rr.com) by hrndva-oedge03.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTP id 7B/A8-00106-6DC4F425; Fri, 04 Oct 2013 23:18:46 +0000 Received: by localhost.hawaii.res.rr.com (Postfix, from userid 1000) id 50ED45D4A; Fri, 4 Oct 2013 13:22:23 -1000 (HST) Date: Fri, 4 Oct 2013 13:22:23 -1000 From: parv To: bug-followup@FreeBSD.org Subject: Re: ports/182651: multimedia/ffmpeg - install fails with many "Could not unlink" messages Message-ID: <20131004232223.GA38267@holstein.holy.cow> Mail-Followup-To: bug-followup@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org References: <201310042249.r94Mno7E075340@oldred.freebsd.org> <201310042250.r94Mo09T020500@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201310042250.r94Mo09T020500@freefall.freebsd.org> Cc: freebsd-ports-bugs@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Oct 2013 23:18:54 -0000 in message <201310042250.r94Mo09T020500@freefall.freebsd.org>, wrote f-gnats thusly... > ... > http://www.freebsd.org/cgi/query-pr.cgi?pr=182651 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: multimedia/ffmpeg - install fails with many "Could not unlink" messages > >Arrival-Date: Fri Oct 04 22:50:00 UTC 2013 Found the clue at ... multimedia/ffmpeg pkg_add: leave_playpen: can't chdir back to '' http://forums.freebsd.org/showthread.php?p=235179 Problem turns out that "/usr/local/share/doc/ffmpeg" is created as a file instead of a directory. Outside of port installation, removing the file alone does not solve it; had to create the directory before the install process. --