From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 6 20:50:05 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F7611065672 for ; Thu, 6 Jan 2011 20:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 51AB38FC14 for ; Thu, 6 Jan 2011 20:50:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p06Ko5VW026246 for ; Thu, 6 Jan 2011 20:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p06Ko5PA026245; Thu, 6 Jan 2011 20:50:05 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jan 2011 20:50:05 GMT Resent-Message-Id: <201101062050.p06Ko5PA026245@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anonymous Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 671B3106566B for ; Thu, 6 Jan 2011 20:43:41 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1D0888FC17 for ; Thu, 6 Jan 2011 20:43:40 +0000 (UTC) Received: by qwj9 with SMTP id 9so16489359qwj.13 for ; Thu, 06 Jan 2011 12:43:40 -0800 (PST) Received: by 10.224.45.72 with SMTP id d8mr23300631qaf.111.1294346620219; Thu, 06 Jan 2011 12:43:40 -0800 (PST) Received: from localhost (anonymizer5.torservers.net [174.36.199.202]) by mx.google.com with ESMTPS id nb15sm13705482qcb.14.2011.01.06.12.43.37 (version=SSLv3 cipher=RC4-MD5); Thu, 06 Jan 2011 12:43:39 -0800 (PST) Message-Id: <86aajdix0q.fsf@gmail.com> Date: Thu, 06 Jan 2011 23:43:01 +0300 From: Anonymous To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/153744: [patch] devel/autoconf: clean error: Permission denied X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2011 20:50:05 -0000 >Number: 153744 >Category: ports >Synopsis: [patch] devel/autoconf: clean error: Permission denied >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 06 20:50:04 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Anonymous >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: emacs installed >Description: Don't byte-compile emacs-lisp files. Obtained from: pkgsrc >How-To-Repeat: Run as regular user $ make install clean [...] ===> Returning to user credentials ===> Cleaning for autoconf-2.68 rm: /usr/ports/devel/autoconf/work/autoconf-2.68/lib/emacs/no/autoconf-mode.el: Permission denied rm: /usr/ports/devel/autoconf/work/autoconf-2.68/lib/emacs/no/autoconf-mode.elc: Permission denied rm: /usr/ports/devel/autoconf/work/autoconf-2.68/lib/emacs/no/autotest-mode.el: Permission denied rm: /usr/ports/devel/autoconf/work/autoconf-2.68/lib/emacs/no/autotest-mode.elc: Permission denied rm: /usr/ports/devel/autoconf/work/autoconf-2.68/lib/emacs/no: Directory not empty rm: /usr/ports/devel/autoconf/work/autoconf-2.68/lib/emacs: Directory not empty rm: /usr/ports/devel/autoconf/work/autoconf-2.68/lib: Directory not empty rm: /usr/ports/devel/autoconf/work/autoconf-2.68: Directory not empty rm: /usr/ports/devel/autoconf/work: Directory not empty *** Error code 1 >Fix: --- a.diff begins here --- Index: devel/autoconf/Makefile =================================================================== RCS file: /a/.cvsup/ports/devel/autoconf/Makefile,v retrieving revision 1.50 diff -u -p -r1.50 Makefile --- devel/autoconf/Makefile 8 Dec 2010 19:58:44 -0000 1.50 +++ devel/autoconf/Makefile 6 Jan 2011 20:34:39 -0000 @@ -29,7 +29,8 @@ USE_PERL5= yes INFO= autoconf-${BUILD_VERSION} GNU_CONFIGURE= yes -CONFIGURE_ENV+= CONFIG_SHELL=${SH} M4=${LOCALBASE}/bin/gm4 AWK=${AWK} +CONFIGURE_ENV+= CONFIG_SHELL=${SH} M4=${LOCALBASE}/bin/gm4 AWK=${AWK} \ + ac_cv_prog_TEST_EMACS=no CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} --without-lispdir GENERIC_TOOLS= config.guess config.sub elisp-comp install-sh mdate-sh missing --- a.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: