From owner-freebsd-bugs@FreeBSD.ORG Fri Apr 11 23:30:00 2014 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E839C324 for ; Fri, 11 Apr 2014 23:30:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC8061AE9 for ; Fri, 11 Apr 2014 23:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3BNU0TG064294 for ; Fri, 11 Apr 2014 23:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3BNU0Od064283; Fri, 11 Apr 2014 23:30:00 GMT (envelope-from gnats) Resent-Date: Fri, 11 Apr 2014 23:30:00 GMT Resent-Message-Id: <201404112330.s3BNU0Od064283@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, George Fazio Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C1F222E0 for ; Fri, 11 Apr 2014 23:26:20 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE1941AD2 for ; Fri, 11 Apr 2014 23:26:20 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s3BNQKA5002964 for ; Fri, 11 Apr 2014 23:26:20 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s3BNQKGk002941; Fri, 11 Apr 2014 23:26:20 GMT (envelope-from nobody) Message-Id: <201404112326.s3BNQKGk002941@cgiserv.freebsd.org> Date: Fri, 11 Apr 2014 23:26:20 GMT From: George Fazio To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/188486: [PATCH] security/openssl build from inside jail X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2014 23:30:01 -0000 >Number: 188486 >Category: misc >Synopsis: [PATCH] security/openssl build from inside jail >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Apr 11 23:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: George Fazio >Release: 9-stable >Organization: >Environment: FreeBSD ssh.lunaticcafe.us 9.2-STABLE FreeBSD 9.2-STABLE #22 r264291: Wed Apr 9 06:42:27 EDT 2014 root@mail.lunaticcafe.us:/usr/obj/usr/src/sys/MAIL amd64 >Description: When attempting to build security/openssl in a jail, installation fails because of a shebang issue. The jail was created with the ezjail framework of that matters. Warning: /usr/bin/perl is an invalid shebang you need USES=shebangfix for openssl/misc/tsget Portupgrade failed the installation because of this. An attempt was made to run run make from /usr/ports/security/openssl. This also display the error and failed the installation. >How-To-Repeat: Build security/openssl from inside a jail. >Fix: Patch makefile with 54c54 < USES= perl5 --- > USES= perl5 shebangfix 58a59 > SHEBANG_FILES= apps/tsget >Release-Note: >Audit-Trail: >Unformatted: