Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  4 Feb 2003 14:54:14 +1100 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        uwe@FreeBSD.org
Subject:   ports/47880: sysutils/gkrellm can't make package
Message-ID:  <20030204035414.AAB1B6A712B@k7.mavetju>

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

>Number:         47880
>Category:       ports
>Synopsis:       sysutils/gkrellm can't make package
>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:   Mon Feb 03 20:00:12 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #4: Sat Sep 14 10:41:50 EST 2002 edwin@k7.mavetju:/usr/src/sys/compile/k7 i386

>Description:

Today I was trying to make a package for sysutils/gkrellm and see:

    Creating bzip'd tar ball in '/freefall/d/home/edwin/ports/sysutils/gkrellm/g
krellm-1.2.13_1.tbz'
    tar: bin/gkrellm: Cannot open: Permission denied

That's because of the permissions on bin/gktrellm:
    ---x--s--x  1 edwin  edwin  596624 Feb  3 19:41 ../../X11R6/bin/gkrellm

And they are set by:
.if defined(WITH_SENSOR)
    BINOWN=         root
    BINMODE=        4111
    .else
    BINMODE=        2111
    .endif


>How-To-Repeat:
>Fix:

Set BINDMODE a little more open: x511 for example

>Release-Note:
>Audit-Trail:
>Unformatted:

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




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