From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 12:20:06 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 07D1A106566C for ; Fri, 8 Jul 2011 12:20: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 788128FC1E for ; Fri, 8 Jul 2011 12:20:04 +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 p68CK4Xe070621 for ; Fri, 8 Jul 2011 12:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p68CK4Ev070619; Fri, 8 Jul 2011 12:20:04 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2011 12:20:04 GMT Resent-Message-Id: <201107081220.p68CK4Ev070619@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, Thomas Schweikle Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7E18106564A for ; Fri, 8 Jul 2011 12:14:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id B89EA8FC12 for ; Fri, 8 Jul 2011 12:14:57 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p68CEvxC039073 for ; Fri, 8 Jul 2011 12:14:57 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p68CEvbB039057; Fri, 8 Jul 2011 12:14:57 GMT (envelope-from nobody) Message-Id: <201107081214.p68CEvbB039057@red.freebsd.org> Date: Fri, 8 Jul 2011 12:14:57 GMT From: Thomas Schweikle To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158732: byobu has shbang line "/usr/bin/python" 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: Fri, 08 Jul 2011 12:20:06 -0000 >Number: 158732 >Category: ports >Synopsis: byobu has shbang line "/usr/bin/python" >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: Fri Jul 08 12:20:03 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Thomas Schweikle >Release: FreeBSD 9-CURRENT >Organization: n.a. >Environment: FreeBSD yum.fritz.box 9.0-CURRENT FreeBSD 9.0-CURRENT #16: Thu Jul 7 05:37:38 CEST 2011 screen@yum.fritz.box:/usr/obj/usr/src/sys/YUM i386 >Description: INstall byobu, try running byobu. You'll receive error "unknown command". Looking into "/usr/local/bin/byobu" you'll find "#!/usr/bin/python". Change it to "#!/usr/local/bin/python" After the change byobu will work (but prints other errors, since some python moduldes are missing). >How-To-Repeat: Install byobu, call any of the installed scripts or programs >Fix: change all shbang-lines to read "#!/usr/local/bin/python" where "#!/usr/bin/python" or add a link from /usr/local/bin/python to /usr/bin/python. >Release-Note: >Audit-Trail: >Unformatted: