From owner-freebsd-ports@FreeBSD.ORG Wed Oct 9 19:23:35 2013 Return-Path: Delivered-To: freebsd-ports@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 78D468E8 for ; Wed, 9 Oct 2013 19:23:35 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: from mail-ee0-x22f.google.com (mail-ee0-x22f.google.com [IPv6:2a00:1450:4013:c00::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 152502F13 for ; Wed, 9 Oct 2013 19:23:34 +0000 (UTC) Received: by mail-ee0-f47.google.com with SMTP id d49so654704eek.34 for ; Wed, 09 Oct 2013 12:23:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=+iJoHeqPcjzKVN3OtW41UVFjAHigugitD3ZUoso6HFs=; b=wd/DwqLtxrvgSdNTrXaMZdYqYW0G/QGM6Wc7eYFbrBpj1iWHr93iMotevNovpZFbzB ZTJop1rizenqNTI+U2VfjqN2Tc4mq0Lfl75wui/shof/GgGtfOAQkVFOyYI1eBpsatzy F+wD3ifzj6nP17KL4OhUjTMzmolUbQSmTlOuoBaPsZip+IvtHTg6DGMfJJSEimO/1cKw 2hIoV92MdMIYMbv1Cv0a+cB/eniZBLfZ44Hkpw8c+5YSP+7ezJcWSP+nDA07CZav4ogb kME3FjrmSQqvrxxhD2+U1wHR5BHLTbCnNYY5qCjPX2Ca2iFt+QILaSYCcAYM4BZCkO3+ HQ+A== X-Received: by 10.15.53.70 with SMTP id q46mr13870537eew.48.1381346613568; Wed, 09 Oct 2013 12:23:33 -0700 (PDT) Received: from [192.168.1.13] (5ED0E470.cm-7-1d.dynamic.ziggo.nl. [94.208.228.112]) by mx.google.com with ESMTPSA id f49sm92188957eec.7.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 09 Oct 2013 12:23:33 -0700 (PDT) Message-ID: <5255AD35.1000506@gmail.com> Date: Wed, 09 Oct 2013 21:23:33 +0200 From: Johan Hendriks User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: FreeBSD Subject: archivers/p5-Archive-Zip Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 19:23:35 -0000 Hello all. I try to build mailscanner, but it fails at archivers/p5-Archive-Zip This is on FreeBSD 9.2 on vmware It seems stuck root@host4:/usr/ports/archivers/p5-Archive-Zip # make install clean ===> Fetching all distfiles required by p5-Archive-Zip-1.30_1 for building ===> Extracting for p5-Archive-Zip-1.30_1 => SHA256 Checksum OK for Archive-Zip-1.30.tar.gz. rm: /usr/ports/archivers/p5-Archive-Zip/work/stage/usr/local/share/nls/en_GB.ISO8859-15: Directory not empty rm: /usr/ports/archivers/p5-Archive-Zip/work/stage/usr/local/share/nls: Directory not empty rm: /usr/ports/archivers/p5-Archive-Zip/work/stage/usr/local/share: Directory not empty rm: /usr/ports/archivers/p5-Archive-Zip/work/stage/usr/local: Directory not empty rm: /usr/ports/archivers/p5-Archive-Zip/work/stage/usr: Directory not empty rm: /usr/ports/archivers/p5-Archive-Zip/work/stage: Directory not empty rm: /usr/ports/archivers/p5-Archive-Zip/work: Directory not empty *** [do-extract] Error code 1 Stop in /usr/ports/archivers/p5-Archive-Zip. A make clean does not work. So i thought to remove the work dir by hand, but even that is not allowed?? root@host4:/usr/ports/archivers/p5-Archive-Zip # rm -rf work rm: work/stage/usr/local/share/nls/en_GB.ISO8859-15: Directory not empty rm: work/stage/usr/local/share/nls: Directory not empty rm: work/stage/usr/local/share: Directory not empty rm: work/stage/usr/local: Directory not empty rm: work/stage/usr: Directory not empty rm: work/stage: Directory not empty rm: work: Directory not empty Can somebody shed a light on this? thanks regards Johan