Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 931048 - `ebuild ... package` sets mode 640 on binpkg
Summary: `ebuild ... package` sets mode 640 on binpkg
Status: UNCONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Binary packages support (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-01 14:21 UTC by Cedric Sodhi
Modified: 2024-05-01 14:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cedric Sodhi 2024-05-01 14:21:23 UTC
`emerge -b` create a user readable package but `ebuild ... package` sets mode 640 (how does this happen, doesn't emerge delegate to `ebuild`?). I think this is a bug and one would expect a consistent 644 from both.
Comment 1 Mike Gilbert gentoo-dev 2024-05-01 14:48:53 UTC
(In reply to Cedric Sodhi from comment #0)
> doesn't emerge delegate to `ebuild`?

Nope. They share a lot of code, but ultimately they are separate entry points with differing behavior on occasion.

Agreed that this should probably behave consistently with either command.