Skip site navigation (1)Skip section navigation (2)
Date:      16 Dec 2001 21:11:50 -0800
From:      "Gary W. Swearingen" <swear@blarg.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/32922: ports/devel/bin86 won't build with umask 027
Message-ID:  <uqu1uq2zxl.1uq@localhost.localdomain>

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

>Number:         32922
>Category:       ports
>Synopsis:       ports/devel/bin86 won't build with umask 027
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 16 21:20:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Gary W. Swearingen
>Release:        FreeBSD 4.4-RELEASE i386
>Organization:
none
>Environment:
n/a
================
>Description:

ports/devel/bin86 won't build with umask 027, but it will with umask
022.  Ports should build with umask settings no less safe than 022, not
only 022.  (They shouldn't warn about it, either.)

The "make" error message was:

install -c -s -o root -g wheel -m 555 `find /usr/ports/devel/bin86/work/bin86-0.16.0 -type f -perm 755 |grep -v encap`  /usr/local/bin
usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
               [-o owner] file1 file2
       install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
               [-o owner] file1 ... fileN directory
       install -d [-v] [-g group] [-m mode] [-o owner] directory ...
*** Error code 64

================
>How-To-Repeat:

I did "umask 027; portupgrade bin86; umask 022; portupgrade bin86".

================
>Fix:
Unknown.
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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