From owner-freebsd-ports@FreeBSD.ORG Sun Feb 20 22:14:02 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE874106566C for ; Sun, 20 Feb 2011 22:14:02 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id A88518FC0A for ; Sun, 20 Feb 2011 22:14:02 +0000 (UTC) Received: by iwn33 with SMTP id 33so9921iwn.13 for ; Sun, 20 Feb 2011 14:14:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=OriBRVUDSks+ui+ondvcwPr7S44mz/4mxlHoBgHQFno=; b=wd/4mOw/w1lASZoRu/wMs0yutaxnubnTMFAmhkOMgO+QFCKcfwDo4qailVFGbjPjCU N0H3Z3fcyjJZPETrHjTHoV3szXptJTpCsvZTsls/CbU7T/R6kxdFqszITB8DZ8nvWfka +Uqt8guY0/72tHsIyEiz80lRz7uPo8qBgUKmE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=UkZqhEMSnL5hdE0uKtmTy4zAA+iN/FIH+Js2GIzDjnZFlmsaAxGd7ExvSIxQrm+nIf 981kBTFYRym+LrYYSobix0CQkN3bNfcVtcVSUeEhd5+FchMsEDIc9QNIb/ZR+xZeJV2Y otbbmhQc2Bm81W7Xiy4cLpLrib5VVbBI4m9Sc= MIME-Version: 1.0 Received: by 10.42.223.197 with SMTP id il5mr1033103icb.48.1298240042104; Sun, 20 Feb 2011 14:14:02 -0800 (PST) Received: by 10.42.29.70 with HTTP; Sun, 20 Feb 2011 14:14:02 -0800 (PST) Date: Sun, 20 Feb 2011 23:14:02 +0100 Message-ID: From: David DEMELIER To: freebsd-ports Content-Type: text/plain; charset=UTF-8 Subject: package-recursive target troubles X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Feb 2011 22:14:02 -0000 Hello, What's happening to the package-recursive target ? I always has the following : ===> Building package for lighttpd-1.4.28_4 ===> Generating temporary packing list ===> Generating temporary packing list ===> Generating temporary packing list rmdir: /usr/obj/usr/ports/databases/libmemcache/work: Directory not empty *** Error code 1 (ignored) rmdir: /usr/obj/usr/ports/misc/e2fsprogs-libuuid/work: Directory not empty *** Error code 1 (ignored) rmdir: /usr/obj/usr/ports/databases/sqlite3/work: Directory not empty *** Error code 1 (ignored) rmdir: /usr/obj/usr/ports/devel/gamin/work: Directory not empty *** Error code 1 (ignored) ===> Generating temporary packing list rmdir: /usr/obj/usr/ports/www/spawn-fcgi/work: Directory not empty *** Error code 1 (ignored) ===> Generating temporary packing list rmdir: /usr/obj/usr/ports/archivers/unzip/work: Directory not empty *** Error code 1 (ignored) rmdir: /usr/obj/usr/ports/lang/tcl85/work: Directory not empty *** Error code 1 (ignored) rmdir: /usr/obj/usr/ports/lang/tcl-modules/work: Directory not empty *** Error code 1 (ignored) ===> Generating temporary packing list rmdir: /usr/obj/usr/ports/devel/glib20/work: Directory not empty *** Error code 1 (ignored) ===> Generating temporary packing list ===> Generating temporary packing list rmdir: /usr/obj/usr/ports/lang/python26/work: Directory not empty *** Error code 1 (ignored) These error code are not dangerous but painful. Am I missing something or not? Cheers, -- Demelier David