Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2014 23:26:20 GMT
From:      George Fazio <gfazio@n3gqf.us>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/188486: [PATCH] security/openssl build from inside jail
Message-ID:  <201404112326.s3BNQKGk002941@cgiserv.freebsd.org>
Resent-Message-ID: <201404112330.s3BNU0Od064283@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404112326.s3BNQKGk002941>