Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 283501 - dev-db/postgresql-docs-8.3.7 installs with numeric uid/guid 258
Summary: dev-db/postgresql-docs-8.3.7 installs with numeric uid/guid 258
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-02 11:36 UTC by sf
Modified: 2010-03-16 22:56 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 sf 2009-09-02 11:36:11 UTC
All files installed in /usr/share/doc/postgresql-docs-8.3.7/html/ have numeric uid/guid 258.

Reproducible: Always

Steps to Reproduce:
Emerge package and then
ls -l /usr/share/doc/postgresql-docs-8.3.7/html/index.html 

Actual Results:  
-rw-r--r-- 1 258 258 7798 2009-03-13 03:28 /usr/share/doc/postgresql-docs-8.3.7/html/index.html


Expected Results:  
-rw-r--r-- 1 root root 7798 2009-03-13 03:28 /usr/share/doc/postgresql-docs-8.3.7/html/index.html

258 is uid/guid of contents in postgresql-8.3.7/doc/postgres.tar.gz which the ebuild extracts without changing user and group.
Comment 1 Patrick Lauer gentoo-dev 2010-03-16 22:56:25 UTC
Fixed with latest bump.