Package: node-millstone
Version: 0.4.0-1
Severity: normal
Tags: patch

Dear Maintainer,
I recently installed carto and node-millstone in a fresh sid chroot. However,
carto complained that Millstone could not be found. Some debugging resulted
in the conclusion that node-generic-pool was missing:

 $ node -e 'require("millstone")'

 module.js:311
    throw err;
          ^
 Error: Cannot find module 'generic-pool'
    at Function._resolveFilename (module.js:332:11)
    [...]
$

After installing node-generic-pool, loading millstone works (as does carto):

$ node -e 'require("millstone")'
$

So I think this dependency should be added to the node-millstone package.

Best regards
Manfred

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-0.bpo.2-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_CH.utf8, LC_CTYPE=de_CH.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages node-millstone depends on:
ii  node-get         1.1.4+ds1-1
ii  node-mime        1.2.5-1
ii  node-mkdirp      0.3.0-1
ii  node-sqlite3     2.1.1+ds1-1
ii  node-srs         0.2.12+ds1-1
ii  node-step        0.0.5+20111229-1
ii  node-underscore  1.3.1-1
ii  node-zipfile     0.2.4+ds1-1+b1
ii  nodejs           0.6.14~dfsg1-1

node-millstone recommends no packages.

node-millstone suggests no packages.

-- no debconf information
>From 89be424c1b7fe80be1130de49460f33a68290b0d Mon Sep 17 00:00:00 2001
From: Manfred Stock <manfred.stock+deb...@gmail.com>
Date: Sat, 7 Apr 2012 13:48:48 +0000
Subject: [PATCH] Add missing dependency to node-generic-pool

---
 debian/control |    1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index 0746fd5..1bd1e4a 100644
--- a/debian/control
+++ b/debian/control
@@ -23,6 +23,7 @@ Depends:
  , node-sqlite3
  , node-mime
  , node-mkdirp (>= 0.3.0)
+ , node-generic-pool
 Description: prepare datasources in an MML file for consumption in Mapnik
  Millstone contains the logic to prepare datasources in an MML file for
  consumption by Carto, which expects all datasources and resources to be
-- 
1.7.9.5

_______________________________________________
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to