Your message dated Tue, 14 Apr 2009 16:32:07 +0000
with message-id <e1ltlyn-0002lh...@ries.debian.org>
and subject line Bug#522051: fixed in couchdb 0.9.0-1
has caused the Debian Bug report #522051,
regarding /usr/bin/couchdb requires gawk
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
522051: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=522051
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: couchdb
Version: 0.8.0-2+b1
Severity: serious
Tags: patch
Justification: Policy 3.5

Invoking /etc/init.d/couchdb start renders the following output:

   Starting database server: couchdb/usr/bin/couchdb: line 100: gawk: command
   not found failed!

I expect it to just start.

Further investigation shows that /usr/bin/couchdb uses gawk at lines 100 and
104. The option -F is readily available in awk so there should be no problem
replacing gawk with awk in this case. Patch below.

--- couchdb.orig    2009-03-31 12:26:28.000000000 +0100
+++ couchdb 2009-03-31 12:29:03.000000000 +0100
@@ -97,11 +97,11 @@
 }
 
 _load_configuration () {
-    dbrootdir_ini_value=`gawk -F = "/^DbRootDir=/{print \\$2}" < $INI_FILE`
+    dbrootdir_ini_value=`awk -F = "/^DbRootDir=/{print \\$2}" < $INI_FILE`
     if test -n "$dbrootdir_ini_value"; then
         LIB_DIRECTORY=$dbrootdir_ini_value
     fi
-    logfile_ini_value=`gawk -F = "/^LogFile=/{print \\$2}" < $INI_FILE`
+    logfile_ini_value=`awk -F = "/^LogFile=/{print \\$2}" < $INI_FILE`
     if test -n "$logfile_ini_value"; then
         LOG_DIRECTORY=`dirname $logfile_ini_value`
     fi


If gawk is necessary for couchdb please add it to the dependency field.


Best regards,
Per

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages couchdb depends on:
ii  adduser                  3.110           add and remove users and groups
ii  erlang-base [erlang-abi- 1:12.b.5-dfsg-2 Concurrent, real-time, distributed
ii  erlang-nox               1:12.b.5-dfsg-2 Concurrent, real-time, distributed
ii  libc6                    2.9-4           GNU C Library: Shared libraries
ii  libicu40                 4.0.1-2         International Components for Unico
ii  libmozjs1d               1.9.0.7-1       The Mozilla SpiderMonkey JavaScrip
ii  lsb-base                 3.2-20          Linux Standard Base 3.2 init scrip
ii  mime-support             3.44-1          MIME files 'mime.types' & 'mailcap

couchdb recommends no packages.

couchdb suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: couchdb
Source-Version: 0.9.0-1

We believe that the bug you reported is fixed in the latest version of
couchdb, which is due to be installed in the Debian FTP archive:

couchdb_0.9.0-1.diff.gz
  to pool/main/c/couchdb/couchdb_0.9.0-1.diff.gz
couchdb_0.9.0-1.dsc
  to pool/main/c/couchdb/couchdb_0.9.0-1.dsc
couchdb_0.9.0-1_i386.deb
  to pool/main/c/couchdb/couchdb_0.9.0-1_i386.deb
couchdb_0.9.0.orig.tar.gz
  to pool/main/c/couchdb/couchdb_0.9.0.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 522...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Noah Slater <nsla...@tumbolia.org> (supplier of updated couchdb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 14 Apr 2009 16:32:45 +0100
Source: couchdb
Binary: couchdb
Architecture: source i386
Version: 0.9.0-1
Distribution: unstable
Urgency: low
Maintainer: Noah Slater <nsla...@tumbolia.org>
Changed-By: Noah Slater <nsla...@tumbolia.org>
Description: 
 couchdb    - RESTful document oriented database
Closes: 522051
Changes: 
 couchdb (0.9.0-1) unstable; urgency=low
 .
   * New upstream release. Closes: #522051
   * Added debian/patches/pid.patch, corrects daemon pidfile handling.
   * Updated debian/control, added Build-Depends on libcurl4-openssl-dev.
   * Updated debian/control, changed Homepage and Description.
   * Updated debian/control, changed Standards-Version to 3.8.0.
   * Updated debian/copyright, changed maintainer email address.
   * Updated debian/postinst, changed owner of /etc/couchdb directory.
   * Updated debian/postrm, changed so only empty data directories are removed.
   * Updated debian/rules, improved uscan options for get-orig-source.
Checksums-Sha1: 
 d901779a0b639afd225c767b1ce754cf0d60b03a 1282 couchdb_0.9.0-1.dsc
 d8202b387e8b976dc882df8b5b5243ee9cb89e69 737185 couchdb_0.9.0.orig.tar.gz
 e0104c0e5c98f87f0424071c0fb55bbfb5eccdab 5377 couchdb_0.9.0-1.diff.gz
 e5dfa8a216ca3f4464cdd01a290f0d6209bf6f58 415334 couchdb_0.9.0-1_i386.deb
Checksums-Sha256: 
 c30dbf963e3596764b5fe1687e60723ef276f3ff032ade00ef7ea8ce115890f4 1282 
couchdb_0.9.0-1.dsc
 8e18416179860f893dc31e81948869195a07cbd69a81966bb9631a0d3ab9f99c 737185 
couchdb_0.9.0.orig.tar.gz
 72767db1b63ebc34a8e1d41cb621235918028121f85347195394086eaca0eade 5377 
couchdb_0.9.0-1.diff.gz
 54e1f3c9881e069a9ad34312399d89e4600a7854056504b0d20a8b2ee155cabf 415334 
couchdb_0.9.0-1_i386.deb
Files: 
 cf525c9d66b5406c913ea3be704eb257 1282 misc optional couchdb_0.9.0-1.dsc
 16526c807ae8a455a0a4feb50d0357eb 737185 misc optional couchdb_0.9.0.orig.tar.gz
 02f71439196cfe26e14c34a11f5f426a 5377 misc optional couchdb_0.9.0-1.diff.gz
 65d089d12843b636381c0740c8045359 415334 misc optional couchdb_0.9.0-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFJ5LZUIcdH02pGEFIRAsovAJwLvF7g76++K5t9z8O6kqNzTijm+gCfcu8a
GE9brquXdbe5Ttzi49G2dug=
=B8ba
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to