From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 20 18:10:06 2009 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 D2EE71065676 for ; Sat, 20 Jun 2009 18:10:06 +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 9380C8FC1A for ; Sat, 20 Jun 2009 18:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n5KIA6o2060694 for ; Sat, 20 Jun 2009 18:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5KIA6tW060693; Sat, 20 Jun 2009 18:10:06 GMT (envelope-from gnats) Resent-Date: Sat, 20 Jun 2009 18:10:06 GMT Resent-Message-Id: <200906201810.n5KIA6tW060693@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, Fred Galusik Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EB9E1065670 for ; Sat, 20 Jun 2009 18:05:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 3D0FF8FC13 for ; Sat, 20 Jun 2009 18:05:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n5KI55IV041807 for ; Sat, 20 Jun 2009 18:05:05 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n5KI54mU041806; Sat, 20 Jun 2009 18:05:04 GMT (envelope-from nobody) Message-Id: <200906201805.n5KI54mU041806@www.freebsd.org> Date: Sat, 20 Jun 2009 18:05:04 GMT From: Fred Galusik To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/135867: gajim-0.12.3, wrong $path in bin file 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: Sat, 20 Jun 2009 18:10:07 -0000 >Number: 135867 >Category: ports >Synopsis: gajim-0.12.3, wrong $path in bin file >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 20 18:10:06 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Fred Galusik >Release: 7.2-release >Organization: >Environment: FreeBSD localhost.localdomain 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 07:18:07 UTC 2009 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Hi, I have just updated gajim port to the latest release with portmaster. The upgrade was successfull, but gajim can't be run anymore : Code: $ gajim /usr/local/bin/python2.5: can't open file 'gajim.py': [Errno 2] No such file or directory >How-To-Repeat: Just run gajim through the CLI >Fix: The fix is to edit the file /usr/local/bin/gajim and fix the $PATH like this : Change exec ${PYTHON_EXEC} -OO gajim.py $@ To: exec ${PYTHON_EXEC} -OO ${datadir}/src/gajim.py $@ >Release-Note: >Audit-Trail: >Unformatted: