From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 15:18:51 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A21EF16A417 for ; Fri, 9 Nov 2007 15:18:51 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from crackmonkey.us (crackmonkey.us [70.58.166.197]) by mx1.freebsd.org (Postfix) with ESMTP id 6454C13C4B7 for ; Fri, 9 Nov 2007 15:18:51 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from miroku-bosatsu.dreamtrack.dnsalias.com (cpc1-swin7-0-0-cust216.brhm.cable.ntl.com [::ffff:86.18.88.217]) (AUTH: PLAIN fatman, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by crackmonkey.us with esmtp; Fri, 09 Nov 2007 08:18:30 -0700 id 00054233.47347A4C.00006B32 Message-ID: <47347A3C.1030702@crackmonkey.us> Date: Fri, 09 Nov 2007 15:18:20 +0000 From: Adam J Richardson User-Agent: Thunderbird 2.0.0.6 (X11/20071102) MIME-Version: 1.0 To: "Aryeh M. Friedman" References: <47347202.8060103@gmail.com> In-Reply-To: <47347202.8060103@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: strange error when building cups X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fatman@.N0.5P4M.crackmonkey.us List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 15:18:51 -0000 Aryeh M. Friedman wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Can some tell me what this means and how to fix it: > > ===> cups-pstoraster-8.15.4_1 depends on shared library: cups.2 - > not found > ===> Verifying install for cups.2 in /usr/ports/print/cups-base > ===> cups-base-1.3.3 is forbidden: remote execution of arbitrary code. > *** Error code 1 > > Stop in /FreeBSD/FreeBSD-current/ports/print/cups-base. > *** Error code 1 > > Stop in /FreeBSD/FreeBSD-current/ports/print/cups-pstoraster. > *** Error code 1 > > Stop in /FreeBSD/FreeBSD-current/ports/print/cups. > Hi Aryeh, I can't tell you about the error, but: %pkg_info | grep cups cups-base-1.3.3 Common UNIX Printing System cups-pstoraster-8.15.4_1 Postscript interpreter for CUPS printing to non-PS printers Looks like the same versions. They do build ok. Perhaps a "make clean distclean" will shake out the bugs? 'Remote execution' is interesting. Do you use some sort of load balancer? HtH, Adam J Richardson