Bug 47880 - sysutils/gkrellm can't make package
Summary: sysutils/gkrellm can't make package
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Hajimu UMEMOTO
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-04 04:00 UTC by edwin
Modified: 2003-02-11 19:35 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description edwin 2003-02-04 04:00:12 UTC
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

Fix: 

Set BINDMODE a little more open: x511 for example
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-02-04 04:05:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->uwe

OVer to maintainer.
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2003-02-04 04:13:22 UTC
Responsible Changed
From-To: uwe->ume

show it to the real guy.
Comment 3 Hajimu UMEMOTO freebsd_committer freebsd_triage 2003-02-11 19:34:56 UTC
State Changed
From-To: open->closed

Thanks.  I just changed the permission to 4511 or 2511.