misc/188486: [PATCH] security/openssl build from inside jail

George Fazio gfazio at n3gqf.us
Fri Apr 11 23:30:01 UTC 2014


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


More information about the freebsd-bugs mailing list