From owner-freebsd-ports@FreeBSD.ORG Mon Oct 1 09:51:27 2012 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 8330E1065674; Mon, 1 Oct 2012 09:51:27 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id 3F8D18FC0C; Mon, 1 Oct 2012 09:51:26 +0000 (UTC) Received: from irix.bris.ac.uk ([137.222.10.39] helo=ncs.bris.ac.uk) by dirg.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1TIcei-0004Vs-HC; Mon, 01 Oct 2012 10:51:20 +0100 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1TIcei-0001c8-DI; Mon, 01 Oct 2012 10:51:16 +0100 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.5/8.14.5) with ESMTP id q919pEDb087391; Mon, 1 Oct 2012 10:51:15 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.5/8.14.5/Submit) id q919pDxe087390; Mon, 1 Oct 2012 10:51:13 +0100 (BST) (envelope-from mexas) Date: Mon, 1 Oct 2012 10:51:13 +0100 (BST) From: Anton Shterenlikht Message-Id: <201210010951.q919pDxe087390@mech-cluster241.men.bris.ac.uk> To: freebsd-ports@freebsd.org, wxs@freebsd.org X-Spam-Score: -4.6 X-Spam-Level: ---- Cc: Subject: security/sudo *** [pre-install] Signal 11 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2012 09:51:27 -0000 # make install FORCE_PKG_REGISTER=1 ===> Installing for sudo-1.8.6.p3_1 ===> Generating temporary packing list if test -d ./.hg && cd .; then if hg log --style=changelog -b default > ChangeL og.tmp; then mv -f ChangeLog.tmp ChangeLog; else rm -f ChangeLog.tmp; fi; f i for d in compat common plugins/sudoers src include doc; do (cd $d && exec make pre-install) && continue; exit $?; done Checking existing sudoers file for syntax errors. *** [pre-install] Signal 11 Stop in /usr/ports/security/sudo/work/sudo-1.8.6p3/plugins/sudoers. *** [pre-install] Error code 1 Stop in /usr/ports/security/sudo/work/sudo-1.8.6p3. *** [do-install] Error code 1 Stop in /usr/ports/security/sudo. *** [install] Error code 1 Stop in /usr/ports/security/sudo. # This is on r235474 with # pkg -vvv version: 1.0 abi: freebsd:10:ia64:64 db dir: /var/db/pkg cache dir: /var/cache/pkg ports dir: /usr/ports Log into syslog: yes Assume always yes: no Handle rc scripts: no Track shlibs: no Automatic dependency tracking: no Custom keywords directory: none Developer mode: no Repository: ftp://ftp.freebsd.org/pub/pkgng # Thanks Anton