From owner-freebsd-stable@FreeBSD.ORG Fri May 27 16:36:37 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3A2B106566B for ; Fri, 27 May 2011 16:36:37 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2E3BC8FC1A for ; Fri, 27 May 2011 16:36:36 +0000 (UTC) Received: by bwz12 with SMTP id 12so2079925bwz.13 for ; Fri, 27 May 2011 09:36:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=5ZfmTF3l9yIy3jJAFmotN/RgVlToGKYHiuMQ+rwLKV0=; b=VvJ5BA3bXHSF3bIK+u/ntij5spA5RToWA5ZGmLfqn5H6PyMbkjMXSOhrP8hu2+MPRG d9eKyyNCFZT2qAj1wk0TNyf+5lIZ0Q6ye7yQvocOZOHbtnOTrUJ7vualoLolOtAbcVFR WQ2JLsvcEVaQ3aWqQ7d27WhgIHm/xceWGTTEU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=xq6Z3GQ7KgXfnCobX27mFLmu7e4Ttk7nIwzDmg1fww4t91GCZvvdTOB8pdJnU9XUSK hfKNAzVsLjJymW+EWan6SN20Pq2ch+plJbE7XAOsU1kl1iy/+F6x/Exwa+VibwHNY2W2 n8kz8N+Gm0RRdcPVaBjTj1ofjqfEBgMlvtlPs= MIME-Version: 1.0 Received: by 10.204.74.11 with SMTP id s11mr1978544bkj.43.1306514195848; Fri, 27 May 2011 09:36:35 -0700 (PDT) Received: by 10.204.81.17 with HTTP; Fri, 27 May 2011 09:36:35 -0700 (PDT) In-Reply-To: <4DDF4F5F.3010704@snafu.de> References: <4DDF4F5F.3010704@snafu.de> Date: Fri, 27 May 2011 11:36:35 -0500 Message-ID: From: Scot Hetzel To: joerg_surmann Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org Subject: Re: can't update dblataex X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2011 16:36:37 -0000 On Fri, May 27, 2011 at 2:14 AM, joerg_surmann wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi all, > > when i'll update the port textproc/dblatex from 0.2.12_2 to 0.3.1 > i become: > dblatex-0.3.1 depends on file: /usr/local/bin/2.7 - not found > env: /usr/local/bin/2.7: No such file or directory > Error code 127 > > Stop in /usr/ports/textproc/dblatex > > There is not a 2.7 in /usr/local/bin. > I de and reinstall the port lang/python27 > but nothing helps. > > Have anyone a idea? > What is PYTHON_VERSION set to? If it is set to 2.7 then that is wrong, it should be set to python2.7. Scot