Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 335129 - postgresql-docs-9.0_beta4: install stylesheet.css along with HTML files.
Summary: postgresql-docs-9.0_beta4: install stylesheet.css along with HTML files.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-29 14:58 UTC by Dirk Gouders
Modified: 2010-08-30 13:01 UTC (History)
0 users

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


Attachments
Ebuild patch to install missing stylesheet. (pgdocs.patch,301 bytes, patch)
2010-08-29 14:59 UTC, Dirk Gouders
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Gouders 2010-08-29 14:58:10 UTC
The HTML files of postgresql-docs use a stylesheet that is currently not installed.

Reproducible: Always

Steps to Reproduce:
1.Install postgresql-docs-9.0_beta4
2.ls /usr/share/doc/postgresql-docs-9.0_beta4-r1/html/stylesheet.css || echo "Stylesheet is missing"

Actual Results:  
The webserver reports an error because of a missing file.

Expected Results:  
No error from webserver and different appearance of Documentation.
Comment 1 Dirk Gouders 2010-08-29 14:59:51 UTC
Created attachment 245233 [details, diff]
Ebuild patch to install missing stylesheet.
Comment 2 Patrick Lauer gentoo-dev 2010-08-30 13:01:58 UTC
+  30 Aug 2010; Patrick Lauer <patrick@gentoo.org>
+  postgresql-docs-8.4.1.ebuild, postgresql-docs-8.4.2.ebuild,
+  postgresql-docs-8.4.3.ebuild, postgresql-docs-8.4.4.ebuild,
+  postgresql-docs-9.0_beta3.ebuild, postgresql-docs-9.0_beta4.ebuild:
+  Fixing stylesheet installation #335129. Fixing implicit RDEPEND
+
Thanks!