Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 88336

Summary: phpldapadmin reports unknown version
Product: Gentoo Linux Reporter: Georgi Georgiev <chutz+bugs.gentoo.org>
Component: Current packagesAssignee: Gentoo Web Application Packages Maintainers <web-apps>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 2004.3   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

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