[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#472802: Some remaining package issues



Hello all,

The package seems to be almost there.  I have encountered a
few issues.

First of all, the mergeWithUpstream property doesn't seem to be set
on svn+ssh://svn.debian.org/svn/collab-maint/deb-maint/limesurvey/trunk/debian
It took me some time before I realised why it was constantly complaining
about the source.

Secondly, there are some lintian errors left:

  W: limesurvey source: debian-rules-missing-recommended-target build-arch
  W: limesurvey source: debian-rules-missing-recommended-target build-indep
  W: limesurvey source: out-of-date-standards-version 3.9.1 (current is 3.9.2)
  W: limesurvey: duplicate-changelog-files usr/share/doc/limesurvey/changelog.gz usr/share/doc/limesurvey/release_notes.txt.gz

But they should not be hard to solve.

Thirdly, PostgreSQL-support.  There, I encountered a few issues that may
well be due to dbconfig.  So, the setup script
/usr/share/limesurvey/admin/install.done/cmd_install.php fails.  It
cannot connect to the database create.
I think it is because common.php, included by the setup script tries to
connect to the database, while this doesn't exist yet.  When I go via:

  $ sudo -u postgres psql
  postgres=# CREATE DATABASE limesurvey;

The script suddenly works!
After this, I can reach the site, i.e. /limesurvey/admin.php, but am
not able to login with admin/password.  However, this seems to be an
already reported issue: http://bugs.limesurvey.org/view.php?id=5586 .
I'll just have to wait for reactions.  Or is anyone else here using
it succesfully with PostgreSQL.

Cheers,
Paul


-- 
Using the Power of Debian GNU/Linux | email: paulvt@debian.org
jabber/gtalk: paul@luon.netl        | GnuPG key ID: 0x50064181



Reply to: