Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 159701 - dev-db/firebird - preprocessor gpre should be executable by all, not only root
Summary: dev-db/firebird - preprocessor gpre should be executable by all, not only root
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High minor (vote)
Assignee: Karol Wojtaszek (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-02 04:11 UTC by Wolfgang Formann
Modified: 2007-05-12 05:53 UTC (History)
1 user (show)

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 Wolfgang Formann 2007-01-02 04:11:30 UTC
emerge --info firebird
Portage 2.1.1-r2 (default-linux/amd64/2006.1, gcc-3.4.5, glibc-2.4-r4, 2.6.18-gentoo-r5 x86_64)
=================================================================
                        System Settings
=================================================================
System uname: 2.6.18-gentoo-r5 x86_64 AMD Opteron(tm) Processor 244
Gentoo Base System version 1.12.6
Last Sync: Thu, 28 Dec 2006 20:00:02 +0000
...

After installing firebird, I tried the preprocessor located at /opt/firebird/bin/gpre but it is not executable by "world". Since this is a developer tool, it should be executable by anyone on the system.

Is:
ls -l /opt/firebird/bin/gpre
-r-xr-x--- 1 firebird firebird 459984 Jan  2 11:56 /opt/firebird/bin/gpre

Should be:
ls -l /opt/firebird/bin/gpre
-r-xr-xr-x 1 firebird firebird 459984 Jan  2 11:56 /opt/firebird/bin/gpre
Comment 1 William L. Thomson Jr. (RETIRED) gentoo-dev 2007-05-12 05:53:42 UTC
Resolved in 1.5.4-r1, it's executable in 2.0.1. Not locked down as much as 1.5.4 just yet.