Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88336 - phpldapadmin reports unknown version
Summary: phpldapadmin reports unknown version
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-08 03:52 UTC by Georgi Georgiev
Modified: 2005-04-29 04:08 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 Georgi Georgiev 2005-04-08 03:52:46 UTC
Using version 0.9.6 of phpldapadmin. Installing the package with webapp-confi and then connecting to the server reports an "unknown version" in the upper-left corner. Reason is that the file called "VERSION" is not found by the application.

Removing "VERSION" from the "local docs" line in the ebuild fixed the problem.

--- /usr/portage/net-nds/phpldapadmin/phpldapadmin-0.9.6.ebuild 2005-04-06 07:04:44.000000000 +0900
+++ ./phpldapadmin-0.9.6.ebuild 2005-04-08 19:47:27.000000000 +0900
@@ -23,7 +23,7 @@
 src_install() {
        webapp_src_preinst
 
-       local docs="INSTALL LICENSE VERSION doc/CREDITS doc/ChangeLog doc/INSTALL-de.txt doc/INSTALL-es.txt doc/INSTALL-fr.txt doc/ROADMAP"
+       local docs="INSTALL LICENSE doc/CREDITS doc/ChangeLog doc/INSTALL-de.txt doc/INSTALL-es.txt doc/INSTALL-fr.txt doc/ROADMAP"
 
        dodoc ${docs}
        for doc in ${docs} INSTALL; do
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2005-04-29 04:08:11 UTC
fixed
thx