Source: node-iconv
Version: 2.1.8-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

node-iconv fails to build from source in unstable/amd64:

  [..]

     debian/rules override_dh_auto_build
  make[1]: Entering directory '/tmp/buildd/node-iconv-2.1.8'
  node-gyp build
  gyp info it worked if it ends with ok
  gyp info using node-gyp@0.12.2
  gyp info using node@0.10.38 | linux | x64
  gyp info spawn make
  gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
  make[2]: Entering directory '/tmp/buildd/node-iconv-2.1.8/build'
    CXX(target) Release/obj.target/iconv/src/binding.o
  ../src/binding.cc:57:21: error: 'WeakCallback' has not been declared
     NAN_WEAK_CALLBACK(WeakCallback)
                       ^
  ../src/binding.cc:57:33: error: ISO C++ forbids declaration of
  'NAN_WEAK_CALLBACK' with no type [-fpermissive]
     NAN_WEAK_CALLBACK(WeakCallback)
                                   ^
  ../src/binding.cc: In member function 'int
  {anonymous}::Iconv::NAN_WEAK_CALLBACK(int)':
  ../src/binding.cc:59:12: error: 'data' was not declared in this scope
       delete data.GetParameter();
              ^
  ../src/binding.cc:60:3: warning: no return statement in function
  returning non-void [-Wreturn-type]
     }
     ^
  ../src/binding.cc: In static member function 'static void
  {anonymous}::Iconv::Initialize(v8::Handle<v8::Object>)':
  ../src/binding.cc:66:14: error: 'NanScope' was not declared in this
  scope
       NanScope();
                ^
  ../src/binding.cc:69:43: error: 'NanAssignPersistent' was not declared
  in this scope
       NanAssignPersistent(object_template, t);
                                             ^
  ../src/binding.cc:70:14: error: 'NanNew' was not declared in this
  scope
       obj->Set(NanNew<String>("make"),
                ^
  ../src/binding.cc:70:27: error: expected primary-expression before '>'
  token
       obj->Set(NanNew<String>("make"),
                             ^
  ../src/binding.cc:71:37: error: expected primary-expression before '>'
  token
                NanNew<FunctionTemplate>(Make)->GetFunction());
                                       ^
  ../src/binding.cc:71:46: error: request for member 'GetFunction' in
  '{anonymous}::Iconv::Make', which is of non-class type
  'Nan::NAN_METHOD_RETURN_TYPE(Nan::NAN_METHOD_ARGS_TYPE) {aka
  void(const Nan::FunctionCallbackInfo<v8::Value>&)}'
                NanNew<FunctionTemplate>(Make)->GetFunction());
                                                ^
  ../src/binding.cc:72:27: error: expected primary-expression before '>'
  token
       obj->Set(NanNew<String>("convert"),
                             ^
  ../src/binding.cc:73:37: error: expected primary-expression before '>'
  token
                NanNew<FunctionTemplate>(Convert)->GetFunction());
                                       ^
  ../src/binding.cc:73:49: error: request for member 'GetFunction' in
  '{anonymous}::Iconv::Convert', which is of non-class type
  'Nan::NAN_METHOD_RETURN_TYPE(Nan::NAN_METHOD_ARGS_TYPE) {aka
  void(const Nan::FunctionCallbackInfo<v8::Value>&)}'
                NanNew<FunctionTemplate>(Convert)->GetFunction());
                                                   ^
  ../src/binding.cc:74:49: error: expected primary-expression before '>'
  token
   #define EXPORT_ERRNO(err) obj->Set(NanNew<String>(#err),
   NanNew<Integer>(err))
                                                   ^
  ../src/binding.cc:75:5: note: in expansion of macro 'EXPORT_ERRNO'
       EXPORT_ERRNO(EINVAL);
       ^
  ../src/binding.cc:74:72: error: expected primary-expression before '>'
  token
   #define EXPORT_ERRNO(err) obj->Set(NanNew<String>(#err),
   NanNew<Integer>(err))
                                                                          ^
  ../src/binding.cc:75:5: note: in expansion of macro 'EXPORT_ERRNO'
       EXPORT_ERRNO(EINVAL);
       ^
  ../src/binding.cc:74:49: error: expected primary-expression before '>'
  token
   #define EXPORT_ERRNO(err) obj->Set(NanNew<String>(#err),
   NanNew<Integer>(err))
                                                   ^
  ../src/binding.cc:76:5: note: in expansion of macro 'EXPORT_ERRNO'
       EXPORT_ERRNO(EILSEQ);
       ^
  ../src/binding.cc:74:72: error: expected primary-expression before '>'
  token
   #define EXPORT_ERRNO(err) obj->Set(NanNew<String>(#err),
   NanNew<Integer>(err))
                                                                          ^
  ../src/binding.cc:76:5: note: in expansion of macro 'EXPORT_ERRNO'
       EXPORT_ERRNO(EILSEQ);
       ^
  ../src/binding.cc:74:49: error: expected primary-expression before '>'
  token
   #define EXPORT_ERRNO(err) obj->Set(NanNew<String>(#err),
   NanNew<Integer>(err))
                                                   ^
  ../src/binding.cc:77:5: note: in expansion of macro 'EXPORT_ERRNO'
       EXPORT_ERRNO(E2BIG);
       ^
  ../src/binding.cc:74:72: error: expected primary-expression before '>'
  token
   #define EXPORT_ERRNO(err) obj->Set(NanNew<String>(#err),
   NanNew<Integer>(err))
                                                                          ^
  ../src/binding.cc:77:5: note: in expansion of macro 'EXPORT_ERRNO'
       EXPORT_ERRNO(E2BIG);
       ^
  ../src/binding.cc: In static member function 'static
  Nan::NAN_METHOD_RETURN_TYPE
  {anonymous}::Iconv::Make(Nan::NAN_METHOD_ARGS_TYPE)':
  ../src/binding.cc:83:14: error: 'NanScope' was not declared in this
  scope
       NanScope();
                ^
  ../src/binding.cc:84:37: error: 'args' was not declared in this scope
       String::Utf8Value from_encoding(args[0]);
                                       ^
  ../src/binding.cc:87:62: error: 'NanReturnNull' was not declared in
  this scope
       if (conv == reinterpret_cast<iconv_t>(-1)) NanReturnNull();
                                                                ^
  ../src/binding.cc:89:25: error: 'NanNew' was not declared in this
  scope
       Local<Object> obj =
       NanNew<ObjectTemplate>(object_template)->NewInstance();
                           ^
  ../src/binding.cc:89:46: error: expected primary-expression before '>'
  token
       Local<Object> obj =
       NanNew<ObjectTemplate>(object_template)->NewInstance();
                                                ^
  ../src/binding.cc:90:42: error: 'NanSetInternalFieldPointer' was not
  declared in this scope
       NanSetInternalFieldPointer(obj, 0, iv);
                                            ^
  ../src/binding.cc:91:37: error: 'WeakCallback' was not declared in
  this scope
       NanMakeWeakPersistent(obj, iv, &WeakCallback);
                                       ^
  ../src/binding.cc:91:49: error: 'NanMakeWeakPersistent' was not
  declared in this scope
       NanMakeWeakPersistent(obj, iv, &WeakCallback);
                                                   ^
  ../src/binding.cc:92:23: error: 'NanReturnValue' was not declared in
  this scope
       NanReturnValue(obj);
                         ^
  ../src/binding.cc: In static member function 'static
  Nan::NAN_METHOD_RETURN_TYPE
  {anonymous}::Iconv::Convert(Nan::NAN_METHOD_ARGS_TYPE)':
  ../src/binding.cc:97:14: error: 'NanScope' was not declared in this
  scope
       NanScope();
                ^
  ../src/binding.cc:99:36: error: 'args' was not declared in this scope
           NanGetInternalFieldPointer(args[0].As<Object>(), 0));
                                      ^
  ../src/binding.cc:99:53: error: expected primary-expression before '>'
  token
           NanGetInternalFieldPointer(args[0].As<Object>(), 0));
                                                       ^
  ../src/binding.cc:99:55: error: expected primary-expression before ')'
  token
           NanGetInternalFieldPointer(args[0].As<Object>(), 0));
                                                         ^
  ../src/binding.cc:99:59: error: 'NanGetInternalFieldPointer' was not
  declared in this scope
           NanGetInternalFieldPointer(args[0].As<Object>(), 0));
                                                             ^
  ../src/binding.cc:101:26: error: expected primary-expression before
  '>' token
           args[1].As<Object>()->GetIndexedPropertiesExternalArrayData());
                            ^
  ../src/binding.cc:101:28: error: expected primary-expression before
  ')' token
           args[1].As<Object>()->GetIndexedPropertiesExternalArrayData());
                              ^
  ../src/binding.cc:105:26: error: expected primary-expression before
  '>' token
           args[4].As<Object>()->GetIndexedPropertiesExternalArrayData());
                            ^
  ../src/binding.cc:105:28: error: expected primary-expression before
  ')' token
           args[4].As<Object>()->GetIndexedPropertiesExternalArrayData());
                              ^
  ../src/binding.cc:108:39: error: expected primary-expression before
  '>' token
       Local<Array> rc = args[7].As<Array>();
                                         ^
  ../src/binding.cc:108:41: error: expected primary-expression before
  ')' token
       Local<Array> rc = args[7].As<Array>();
                                           ^
  ../src/binding.cc:124:16: error: 'NanNew' was not declared in this
  scope
       rc->Set(0,
       NanNew<Integer>(static_cast<uint32_t>(input_consumed)));
                  ^
  ../src/binding.cc:124:30: error: expected primary-expression before
  '>' token
       rc->Set(0,
       NanNew<Integer>(static_cast<uint32_t>(input_consumed)));
                                ^
  ../src/binding.cc:125:30: error: expected primary-expression before
  '>' token
       rc->Set(1,
       NanNew<Integer>(static_cast<uint32_t>(output_consumed)));
                                ^
  ../src/binding.cc:126:34: error: expected primary-expression before
  '>' token
       NanReturnValue(NanNew<Integer>(errorno));
                                    ^
  ../src/binding.cc:126:44: error: 'NanReturnValue' was not declared in
  this scope
       NanReturnValue(NanNew<Integer>(errorno));
                                              ^
  iconv.target.mk:94: recipe for target
  'Release/obj.target/iconv/src/binding.o' failed
  make[2]: *** [Release/obj.target/iconv/src/binding.o] Error 1
  make[2]: Leaving directory '/tmp/buildd/node-iconv-2.1.8/build'
  gyp ERR! build error 
  gyp ERR! stack Error: `make` failed with exit code: 2
  gyp ERR! stack     at ChildProcess.onExit
  (/usr/share/node-gyp/lib/build.js:267:23)
  gyp ERR! stack     at ChildProcess.emit (events.js:98:17)
  gyp ERR! stack     at Process.ChildProcess._handle.onexit
  (child_process.js:820:12)
  gyp ERR! System Linux 3.16.0-4-amd64
  gyp ERR! command "nodejs" "/usr/bin/node-gyp" "build"
  gyp ERR! cwd /tmp/buildd/node-iconv-2.1.8
  gyp ERR! node -v v0.10.38
  gyp ERR! node-gyp -v v0.12.2
  gyp ERR! not ok 
  debian/rules:19: recipe for target 'override_dh_auto_build' failed
  make[1]: *** [override_dh_auto_build] Error 1
  make[1]: Leaving directory '/tmp/buildd/node-iconv-2.1.8'
  debian/rules:8: recipe for target 'build' failed
  make: *** [build] Error 2
  dpkg-buildpackage: error: debian/rules build gave error exit status 2

  [..]

The full build log is attached or can be viewed here:

    
https://reproducible.debian.net/logs/unstable/amd64/node-iconv_2.1.8-1.build1.log.gz


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
I: using fakeroot in build.
I: pbuilder: network access will be disabled during build
I: Current time: Tue Sep  8 12:28:43 GMT+12 2015
I: pbuilder-time-stamp: 1441758523
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/unstable-reproducible-base.tgz]
I: creating local configuration
I: copying local configuration
I: mounting /proc filesystem
I: mounting /run/shm filesystem
I: mounting /dev/pts filesystem
I: Mounting /dev/shm
I: Mounting /sys
I: policy-rc.d already exists
I: Installing the build-deps
 -> Attempting to satisfy build-dependencies
 -> Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team <pbuilder-ma...@lists.alioth.debian.org>
Description: Dummy package to satisfy dependencies with aptitude - created by 
pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: debhelper (>= 9), node-gyp, node-nan (>= 1.8)
dpkg-deb: building package 'pbuilder-satisfydepends-dummy' in 
'/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 20266 files and directories currently installed.)
Preparing to unpack .../pbuilder-satisfydepends-dummy.deb ...
Unpacking pbuilder-satisfydepends-dummy (0.invalid.0) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring 
anyway as you requested:
 pbuilder-satisfydepends-dummy depends on node-gyp; however:
  Package node-gyp is not installed.
 pbuilder-satisfydepends-dummy depends on node-nan (>= 1.8); however:
  Package node-nan is not installed.

Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
Building tag database...
pbuilder-satisfydepends-dummy is already installed at the requested version 
(0.invalid.0)
pbuilder-satisfydepends-dummy is already installed at the requested version 
(0.invalid.0)
The following NEW packages will be installed:
  ca-certificates{a} gyp{a} libc-ares-dev{a} libc-ares2{a} libexpat1{a} 
  libjs-inherits{a} libjs-node-uuid{a} libpython-stdlib{a} 
  libpython2.7-minimal{a} libpython2.7-stdlib{a} libssl-dev{a} 
  libssl1.0.0{a} libv8-3.14-dev{a} libv8-3.14.5{a} mime-support{a} 
  node-abbrev{a} node-ansi{a} node-async{a} node-block-stream{a} 
  node-combined-stream{a} node-cookie-jar{a} node-delayed-stream{a} 
  node-forever-agent{a} node-form-data{a} node-fstream{a} node-glob{a} 
  node-graceful-fs{a} node-gyp{a} node-inherits{a} 
  node-json-stringify-safe{a} node-lru-cache{a} node-mime{a} 
  node-minimatch{a} node-mkdirp{a} node-nan{a} node-node-uuid{a} 
  node-nopt{a} node-npmlog{a} node-once{a} node-osenv{a} node-qs{a} 
  node-request{a} node-rimraf{a} node-semver{a} node-sigmund{a} node-tar{a} 
  node-tunnel-agent{a} node-which{a} nodejs{a} nodejs-dev{a} openssl{a} 
  python{a} python-minimal{a} python-pkg-resources{a} python2.7{a} 
  python2.7-minimal{a} zlib1g-dev{a} 
0 packages upgraded, 57 newly installed, 0 to remove and 0 not upgraded.
Need to get 11.3 MB of archives. After unpacking 42.6 MB will be used.
Writing extended state information...
Get: 1 http://ftp.de.debian.org/debian/ unstable/main libpython2.7-minimal 
amd64 2.7.10-3 [382 kB]
Get: 2 http://ftp.de.debian.org/debian/ unstable/main python2.7-minimal amd64 
2.7.10-3 [1418 kB]
Get: 3 http://ftp.de.debian.org/debian/ unstable/main python-minimal amd64 
2.7.9-1 [40.3 kB]
Get: 4 http://ftp.de.debian.org/debian/ unstable/main mime-support all 3.59 
[36.4 kB]
Get: 5 http://ftp.de.debian.org/debian/ unstable/main libexpat1 amd64 2.1.0-7 
[80.0 kB]
Get: 6 http://ftp.de.debian.org/debian/ unstable/main libssl1.0.0 amd64 
1.0.2d-1 [1274 kB]
Get: 7 http://ftp.de.debian.org/debian/ unstable/main libpython2.7-stdlib amd64 
2.7.10-3 [1854 kB]
Get: 8 http://ftp.de.debian.org/debian/ unstable/main python2.7 amd64 2.7.10-3 
[258 kB]
Get: 9 http://ftp.de.debian.org/debian/ unstable/main libpython-stdlib amd64 
2.7.9-1 [19.5 kB]
Get: 10 http://ftp.de.debian.org/debian/ unstable/main python amd64 2.7.9-1 
[151 kB]
Get: 11 http://ftp.de.debian.org/debian/ unstable/main libc-ares2 amd64 
1.10.0-2 [76.7 kB]
Get: 12 http://ftp.de.debian.org/debian/ unstable/main openssl amd64 1.0.2d-1 
[695 kB]
Get: 13 http://ftp.de.debian.org/debian/ unstable/main ca-certificates all 
20150426 [208 kB]
Get: 14 http://ftp.de.debian.org/debian/ unstable/main python-pkg-resources all 
18.2-1 [73.6 kB]
Get: 15 http://ftp.de.debian.org/debian/ unstable/main gyp all 0.1~svn1729-3 
[201 kB]
Get: 16 http://ftp.de.debian.org/debian/ unstable/main libjs-node-uuid all 
1.4.0-1 [12.6 kB]
Get: 17 http://ftp.de.debian.org/debian/ unstable/main zlib1g-dev amd64 
1:1.2.8.dfsg-2+b1 [206 kB]
Get: 18 http://ftp.de.debian.org/debian/ unstable/main libssl-dev amd64 
1.0.2d-1 [1530 kB]
Get: 19 http://ftp.de.debian.org/debian/ unstable/main libv8-3.14.5 amd64 
3.14.5.8-10 [1254 kB]
Get: 20 http://ftp.de.debian.org/debian/ unstable/main libv8-3.14-dev amd64 
3.14.5.8-10 [109 kB]
Get: 21 http://ftp.de.debian.org/debian/ unstable/main nodejs amd64 
0.10.38~dfsg-1 [660 kB]
Get: 22 http://ftp.de.debian.org/debian/ unstable/main node-async all 0.8.0-1 
[24.6 kB]
Get: 23 http://ftp.de.debian.org/debian/ unstable/main node-node-uuid all 
1.4.0-1 [9194 B]
Get: 24 http://ftp.de.debian.org/debian/ unstable/main libc-ares-dev amd64 
1.10.0-2 [148 kB]
Get: 25 http://ftp.de.debian.org/debian/ unstable/main libjs-inherits all 
2.0.1-3 [2682 B]
Get: 26 http://ftp.de.debian.org/debian/ unstable/main node-abbrev all 1.0.5-2 
[3540 B]
Get: 27 http://ftp.de.debian.org/debian/ unstable/main node-ansi all 0.3.0-2 
[8608 B]
Get: 28 http://ftp.de.debian.org/debian/ unstable/main node-inherits all 
2.0.1-3 [3568 B]
Get: 29 http://ftp.de.debian.org/debian/ unstable/main node-block-stream all 
0.0.7-1 [4550 B]
Get: 30 http://ftp.de.debian.org/debian/ unstable/main node-delayed-stream all 
0.0.5-1 [4482 B]
Get: 31 http://ftp.de.debian.org/debian/ unstable/main node-combined-stream all 
0.0.5-1 [4918 B]
Get: 32 http://ftp.de.debian.org/debian/ unstable/main node-cookie-jar all 
0.3.1-1 [3570 B]
Get: 33 http://ftp.de.debian.org/debian/ unstable/main node-forever-agent all 
0.5.1-1 [3066 B]
Get: 34 http://ftp.de.debian.org/debian/ unstable/main node-mime all 1.3.4-1 
[11.8 kB]
Get: 35 http://ftp.de.debian.org/debian/ unstable/main node-form-data all 
0.1.0-1 [6084 B]
Get: 36 http://ftp.de.debian.org/debian/ unstable/main node-rimraf all 2.2.8-1 
[5668 B]
Get: 37 http://ftp.de.debian.org/debian/ unstable/main node-mkdirp all 0.5.0-1 
[4634 B]
Get: 38 http://ftp.de.debian.org/debian/ unstable/main node-graceful-fs all 
3.0.2-1 [7070 B]
Get: 39 http://ftp.de.debian.org/debian/ unstable/main node-fstream all 
0.1.24-1 [17.5 kB]
Get: 40 http://ftp.de.debian.org/debian/ unstable/main node-lru-cache all 
2.3.1-1 [5344 B]
Get: 41 http://ftp.de.debian.org/debian/ unstable/main node-sigmund all 1.0.0-1 
[3750 B]
Get: 42 http://ftp.de.debian.org/debian/ unstable/main node-minimatch all 
1.0.0-1 [13.9 kB]
Get: 43 http://ftp.de.debian.org/debian/ unstable/main node-once all 1.1.1-1 
[2552 B]
Get: 44 http://ftp.de.debian.org/debian/ unstable/main node-glob all 4.0.5-1 
[13.1 kB]
Get: 45 http://ftp.de.debian.org/debian/ unstable/main nodejs-dev amd64 
0.10.38~dfsg-1 [270 kB]
Get: 46 http://ftp.de.debian.org/debian/ unstable/main node-nopt all 3.0.1-1 
[9484 B]
Get: 47 http://ftp.de.debian.org/debian/ unstable/main node-npmlog all 0.0.4-1 
[5516 B]
Get: 48 http://ftp.de.debian.org/debian/ unstable/main node-osenv all 0.1.0-1 
[3734 B]
Get: 49 http://ftp.de.debian.org/debian/ unstable/main node-tunnel-agent all 
0.3.1-1 [3840 B]
Get: 50 http://ftp.de.debian.org/debian/ unstable/main node-json-stringify-safe 
all 5.0.0-1 [3356 B]
Get: 51 http://ftp.de.debian.org/debian/ unstable/main node-qs all 2.2.4-1 
[8474 B]
Get: 52 http://ftp.de.debian.org/debian/ unstable/main node-request all 
2.26.1-1 [15.7 kB]
Get: 53 http://ftp.de.debian.org/debian/ unstable/main node-semver all 2.1.0-2 
[14.9 kB]
Get: 54 http://ftp.de.debian.org/debian/ unstable/main node-tar all 1.0.3-2 
[17.4 kB]
Get: 55 http://ftp.de.debian.org/debian/ unstable/main node-which all 1.0.5-2 
[3610 B]
Get: 56 http://ftp.de.debian.org/debian/ unstable/main node-gyp all 0.12.2+ds-1 
[19.4 kB]
Get: 57 http://ftp.de.debian.org/debian/ unstable/main node-nan all 2.0.8-1 
[41.0 kB]
Fetched 11.3 MB in 1s (6092 kB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package libpython2.7-minimal:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20266 files and directories currently installed.)
Preparing to unpack .../libpython2.7-minimal_2.7.10-3_amd64.deb ...
Unpacking libpython2.7-minimal:amd64 (2.7.10-3) ...
Selecting previously unselected package python2.7-minimal.
Preparing to unpack .../python2.7-minimal_2.7.10-3_amd64.deb ...
Unpacking python2.7-minimal (2.7.10-3) ...
Selecting previously unselected package python-minimal.
Preparing to unpack .../python-minimal_2.7.9-1_amd64.deb ...
Unpacking python-minimal (2.7.9-1) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../mime-support_3.59_all.deb ...
Unpacking mime-support (3.59) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../libexpat1_2.1.0-7_amd64.deb ...
Unpacking libexpat1:amd64 (2.1.0-7) ...
Selecting previously unselected package libssl1.0.0:amd64.
Preparing to unpack .../libssl1.0.0_1.0.2d-1_amd64.deb ...
Unpacking libssl1.0.0:amd64 (1.0.2d-1) ...
Selecting previously unselected package libpython2.7-stdlib:amd64.
Preparing to unpack .../libpython2.7-stdlib_2.7.10-3_amd64.deb ...
Unpacking libpython2.7-stdlib:amd64 (2.7.10-3) ...
Selecting previously unselected package python2.7.
Preparing to unpack .../python2.7_2.7.10-3_amd64.deb ...
Unpacking python2.7 (2.7.10-3) ...
Selecting previously unselected package libpython-stdlib:amd64.
Preparing to unpack .../libpython-stdlib_2.7.9-1_amd64.deb ...
Unpacking libpython-stdlib:amd64 (2.7.9-1) ...
Processing triggers for man-db (2.7.2-1) ...
Setting up libpython2.7-minimal:amd64 (2.7.10-3) ...
Setting up python2.7-minimal (2.7.10-3) ...
Setting up python-minimal (2.7.9-1) ...
Selecting previously unselected package python.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 21068 files and directories currently installed.)
Preparing to unpack .../python_2.7.9-1_amd64.deb ...
Unpacking python (2.7.9-1) ...
Selecting previously unselected package libc-ares2:amd64.
Preparing to unpack .../libc-ares2_1.10.0-2_amd64.deb ...
Unpacking libc-ares2:amd64 (1.10.0-2) ...
Selecting previously unselected package openssl.
Preparing to unpack .../openssl_1.0.2d-1_amd64.deb ...
Unpacking openssl (1.0.2d-1) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../ca-certificates_20150426_all.deb ...
Unpacking ca-certificates (20150426) ...
Selecting previously unselected package python-pkg-resources.
Preparing to unpack .../python-pkg-resources_18.2-1_all.deb ...
Unpacking python-pkg-resources (18.2-1) ...
Selecting previously unselected package gyp.
Preparing to unpack .../gyp_0.1~svn1729-3_all.deb ...
Unpacking gyp (0.1~svn1729-3) ...
Selecting previously unselected package libjs-node-uuid.
Preparing to unpack .../libjs-node-uuid_1.4.0-1_all.deb ...
Unpacking libjs-node-uuid (1.4.0-1) ...
Selecting previously unselected package zlib1g-dev:amd64.
Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-2+b1_amd64.deb ...
Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2+b1) ...
Selecting previously unselected package libssl-dev:amd64.
Preparing to unpack .../libssl-dev_1.0.2d-1_amd64.deb ...
Unpacking libssl-dev:amd64 (1.0.2d-1) ...
Selecting previously unselected package libv8-3.14.5.
Preparing to unpack .../libv8-3.14.5_3.14.5.8-10_amd64.deb ...
Unpacking libv8-3.14.5 (3.14.5.8-10) ...
Selecting previously unselected package libv8-3.14-dev.
Preparing to unpack .../libv8-3.14-dev_3.14.5.8-10_amd64.deb ...
Unpacking libv8-3.14-dev (3.14.5.8-10) ...
Selecting previously unselected package nodejs.
Preparing to unpack .../nodejs_0.10.38~dfsg-1_amd64.deb ...
Unpacking nodejs (0.10.38~dfsg-1) ...
Selecting previously unselected package node-async.
Preparing to unpack .../node-async_0.8.0-1_all.deb ...
Unpacking node-async (0.8.0-1) ...
Selecting previously unselected package node-node-uuid.
Preparing to unpack .../node-node-uuid_1.4.0-1_all.deb ...
Unpacking node-node-uuid (1.4.0-1) ...
Selecting previously unselected package libc-ares-dev:amd64.
Preparing to unpack .../libc-ares-dev_1.10.0-2_amd64.deb ...
Unpacking libc-ares-dev:amd64 (1.10.0-2) ...
Selecting previously unselected package libjs-inherits.
Preparing to unpack .../libjs-inherits_2.0.1-3_all.deb ...
Unpacking libjs-inherits (2.0.1-3) ...
Selecting previously unselected package node-abbrev.
Preparing to unpack .../node-abbrev_1.0.5-2_all.deb ...
Unpacking node-abbrev (1.0.5-2) ...
Selecting previously unselected package node-ansi.
Preparing to unpack .../node-ansi_0.3.0-2_all.deb ...
Unpacking node-ansi (0.3.0-2) ...
Selecting previously unselected package node-inherits.
Preparing to unpack .../node-inherits_2.0.1-3_all.deb ...
Unpacking node-inherits (2.0.1-3) ...
Selecting previously unselected package node-block-stream.
Preparing to unpack .../node-block-stream_0.0.7-1_all.deb ...
Unpacking node-block-stream (0.0.7-1) ...
Selecting previously unselected package node-delayed-stream.
Preparing to unpack .../node-delayed-stream_0.0.5-1_all.deb ...
Unpacking node-delayed-stream (0.0.5-1) ...
Selecting previously unselected package node-combined-stream.
Preparing to unpack .../node-combined-stream_0.0.5-1_all.deb ...
Unpacking node-combined-stream (0.0.5-1) ...
Selecting previously unselected package node-cookie-jar.
Preparing to unpack .../node-cookie-jar_0.3.1-1_all.deb ...
Unpacking node-cookie-jar (0.3.1-1) ...
Selecting previously unselected package node-forever-agent.
Preparing to unpack .../node-forever-agent_0.5.1-1_all.deb ...
Unpacking node-forever-agent (0.5.1-1) ...
Selecting previously unselected package node-mime.
Preparing to unpack .../node-mime_1.3.4-1_all.deb ...
Unpacking node-mime (1.3.4-1) ...
Selecting previously unselected package node-form-data.
Preparing to unpack .../node-form-data_0.1.0-1_all.deb ...
Unpacking node-form-data (0.1.0-1) ...
Selecting previously unselected package node-rimraf.
Preparing to unpack .../node-rimraf_2.2.8-1_all.deb ...
Unpacking node-rimraf (2.2.8-1) ...
Selecting previously unselected package node-mkdirp.
Preparing to unpack .../node-mkdirp_0.5.0-1_all.deb ...
Unpacking node-mkdirp (0.5.0-1) ...
Selecting previously unselected package node-graceful-fs.
Preparing to unpack .../node-graceful-fs_3.0.2-1_all.deb ...
Unpacking node-graceful-fs (3.0.2-1) ...
Selecting previously unselected package node-fstream.
Preparing to unpack .../node-fstream_0.1.24-1_all.deb ...
Unpacking node-fstream (0.1.24-1) ...
Selecting previously unselected package node-lru-cache.
Preparing to unpack .../node-lru-cache_2.3.1-1_all.deb ...
Unpacking node-lru-cache (2.3.1-1) ...
Selecting previously unselected package node-sigmund.
Preparing to unpack .../node-sigmund_1.0.0-1_all.deb ...
Unpacking node-sigmund (1.0.0-1) ...
Selecting previously unselected package node-minimatch.
Preparing to unpack .../node-minimatch_1.0.0-1_all.deb ...
Unpacking node-minimatch (1.0.0-1) ...
Selecting previously unselected package node-once.
Preparing to unpack .../node-once_1.1.1-1_all.deb ...
Unpacking node-once (1.1.1-1) ...
Selecting previously unselected package node-glob.
Preparing to unpack .../node-glob_4.0.5-1_all.deb ...
Unpacking node-glob (4.0.5-1) ...
Selecting previously unselected package nodejs-dev.
Preparing to unpack .../nodejs-dev_0.10.38~dfsg-1_amd64.deb ...
Unpacking nodejs-dev (0.10.38~dfsg-1) ...
Selecting previously unselected package node-nopt.
Preparing to unpack .../node-nopt_3.0.1-1_all.deb ...
Unpacking node-nopt (3.0.1-1) ...
Selecting previously unselected package node-npmlog.
Preparing to unpack .../node-npmlog_0.0.4-1_all.deb ...
Unpacking node-npmlog (0.0.4-1) ...
Selecting previously unselected package node-osenv.
Preparing to unpack .../node-osenv_0.1.0-1_all.deb ...
Unpacking node-osenv (0.1.0-1) ...
Selecting previously unselected package node-tunnel-agent.
Preparing to unpack .../node-tunnel-agent_0.3.1-1_all.deb ...
Unpacking node-tunnel-agent (0.3.1-1) ...
Selecting previously unselected package node-json-stringify-safe.
Preparing to unpack .../node-json-stringify-safe_5.0.0-1_all.deb ...
Unpacking node-json-stringify-safe (5.0.0-1) ...
Selecting previously unselected package node-qs.
Preparing to unpack .../node-qs_2.2.4-1_all.deb ...
Unpacking node-qs (2.2.4-1) ...
Selecting previously unselected package node-request.
Preparing to unpack .../node-request_2.26.1-1_all.deb ...
Unpacking node-request (2.26.1-1) ...
Selecting previously unselected package node-semver.
Preparing to unpack .../node-semver_2.1.0-2_all.deb ...
Unpacking node-semver (2.1.0-2) ...
Selecting previously unselected package node-tar.
Preparing to unpack .../node-tar_1.0.3-2_all.deb ...
Unpacking node-tar (1.0.3-2) ...
Selecting previously unselected package node-which.
Preparing to unpack .../node-which_1.0.5-2_all.deb ...
Unpacking node-which (1.0.5-2) ...
Selecting previously unselected package node-gyp.
Preparing to unpack .../node-gyp_0.12.2+ds-1_all.deb ...
Unpacking node-gyp (0.12.2+ds-1) ...
Selecting previously unselected package node-nan.
Preparing to unpack .../node-nan_2.0.8-1_all.deb ...
Unpacking node-nan (2.0.8-1) ...
Processing triggers for man-db (2.7.2-1) ...
Setting up mime-support (3.59) ...
Setting up libexpat1:amd64 (2.1.0-7) ...
Setting up libssl1.0.0:amd64 (1.0.2d-1) ...
Setting up libpython2.7-stdlib:amd64 (2.7.10-3) ...
Setting up python2.7 (2.7.10-3) ...
Setting up libpython-stdlib:amd64 (2.7.9-1) ...
Setting up python (2.7.9-1) ...
Setting up libc-ares2:amd64 (1.10.0-2) ...
Setting up openssl (1.0.2d-1) ...
Setting up ca-certificates (20150426) ...
Setting up python-pkg-resources (18.2-1) ...
Setting up gyp (0.1~svn1729-3) ...
Setting up libjs-node-uuid (1.4.0-1) ...
Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2+b1) ...
Setting up libssl-dev:amd64 (1.0.2d-1) ...
Setting up libv8-3.14.5 (3.14.5.8-10) ...
Setting up libv8-3.14-dev (3.14.5.8-10) ...
Setting up nodejs (0.10.38~dfsg-1) ...
update-alternatives: using /usr/bin/nodejs to provide /usr/bin/js (js) in auto 
mode
Setting up node-async (0.8.0-1) ...
Setting up node-node-uuid (1.4.0-1) ...
Setting up libc-ares-dev:amd64 (1.10.0-2) ...
Setting up libjs-inherits (2.0.1-3) ...
Setting up node-abbrev (1.0.5-2) ...
Setting up node-ansi (0.3.0-2) ...
Setting up node-inherits (2.0.1-3) ...
Setting up node-block-stream (0.0.7-1) ...
Setting up node-delayed-stream (0.0.5-1) ...
Setting up node-combined-stream (0.0.5-1) ...
Setting up node-cookie-jar (0.3.1-1) ...
Setting up node-forever-agent (0.5.1-1) ...
Setting up node-mime (1.3.4-1) ...
Setting up node-form-data (0.1.0-1) ...
Setting up node-rimraf (2.2.8-1) ...
Setting up node-mkdirp (0.5.0-1) ...
Setting up node-graceful-fs (3.0.2-1) ...
Setting up node-fstream (0.1.24-1) ...
Setting up node-lru-cache (2.3.1-1) ...
Setting up node-sigmund (1.0.0-1) ...
Setting up node-minimatch (1.0.0-1) ...
Setting up node-once (1.1.1-1) ...
Setting up node-glob (4.0.5-1) ...
Setting up nodejs-dev (0.10.38~dfsg-1) ...
Setting up node-nopt (3.0.1-1) ...
Setting up node-npmlog (0.0.4-1) ...
Setting up node-osenv (0.1.0-1) ...
Setting up node-tunnel-agent (0.3.1-1) ...
Setting up node-json-stringify-safe (5.0.0-1) ...
Setting up node-qs (2.2.4-1) ...
Setting up node-request (2.26.1-1) ...
Setting up node-semver (2.1.0-2) ...
Setting up node-tar (1.0.3-2) ...
Setting up node-which (1.0.5-2) ...
Setting up node-gyp (0.12.2+ds-1) ...
Setting up node-nan (2.0.8-1) ...
Processing triggers for libc-bin (2.19-19) ...
Processing triggers for ca-certificates (20150426) ...
Updating certificates in /etc/ssl/certs...
180 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Writing extended state information...
Building tag database...
 -> Finished parsing the build-deps
Reading package lists...
Building dependency tree...
Reading state information...
disorderfs is already the newest version.
fakeroot is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I: Copying source file
I: copying [node-iconv_2.1.8-1.dsc]
I: copying [./node-iconv_2.1.8.orig.tar.gz]
I: copying [./node-iconv_2.1.8-1.debian.tar.xz]
I: Extracting source
gpgv: keyblock resource `/tmp/buildd/.gnupg/trustedkeys.gpg': file open error
gpgv: Signature made Sun Jun 14 07:35:25 2015 GMT+12 using RSA key ID DD39F374
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./node-iconv_2.1.8-1.dsc
dpkg-source: info: extracting node-iconv in node-iconv-2.1.8
dpkg-source: info: unpacking node-iconv_2.1.8.orig.tar.gz
dpkg-source: info: unpacking node-iconv_2.1.8-1.debian.tar.xz
dpkg-source: info: applying use-glibc-iconv.patch
dpkg-source: info: applying gyp-call-nodejs.patch
dpkg-source: info: applying path-to-binary-iconv.patch
I: Building the package
I: Running cd tmp/buildd/*/ && env 
PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" dpkg-buildpackage -us -uc  -b 
-rfakeroot
dpkg-buildpackage: source package node-iconv
dpkg-buildpackage: source version 2.1.8-1
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Jérémy Lal <kapo...@melix.org>
 dpkg-source --before-build node-iconv-2.1.8
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh clean 
   dh_testdir
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/tmp/buildd/node-iconv-2.1.8'
dh_auto_clean
rm -rf build
rm -f test/tmp/*
make[1]: Leaving directory '/tmp/buildd/node-iconv-2.1.8'
   dh_clean
 debian/rules build
dh build 
   dh_testdir
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/tmp/buildd/node-iconv-2.1.8'
node-gyp configure
gyp info it worked if it ends with ok
gyp info using node-gyp@0.12.2
gyp info using node@0.10.38 | linux | x64
gyp info spawn python
gyp info spawn args [ '/usr/share/node-gyp/gyp/gyp_main.py',
gyp info spawn args   'binding.gyp',
gyp info spawn args   '-f',
gyp info spawn args   'make',
gyp info spawn args   '-I',
gyp info spawn args   '/tmp/buildd/node-iconv-2.1.8/build/config.gypi',
gyp info spawn args   '-I',
gyp info spawn args   '/usr/share/node-gyp/addon.gypi',
gyp info spawn args   '-I',
gyp info spawn args   '/usr/include/nodejs/common.gypi',
gyp info spawn args   '-Dlibrary=shared_library',
gyp info spawn args   '-Dvisibility=default',
gyp info spawn args   '-Dnode_root_dir=/usr/include/nodejs',
gyp info spawn args   '-Dmodule_root_dir=/tmp/buildd/node-iconv-2.1.8',
gyp info spawn args   '--depth=.',
gyp info spawn args   '--generator-output',
gyp info spawn args   'build',
gyp info spawn args   '-Goutput_dir=.' ]
gyp info ok 
make[1]: Leaving directory '/tmp/buildd/node-iconv-2.1.8'
   debian/rules override_dh_auto_build
make[1]: Entering directory '/tmp/buildd/node-iconv-2.1.8'
node-gyp build
gyp info it worked if it ends with ok
gyp info using node-gyp@0.12.2
gyp info using node@0.10.38 | linux | x64
gyp info spawn make
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
make[2]: Entering directory '/tmp/buildd/node-iconv-2.1.8/build'
  CXX(target) Release/obj.target/iconv/src/binding.o
../src/binding.cc:57:21: error: 'WeakCallback' has not been declared
   NAN_WEAK_CALLBACK(WeakCallback)
                     ^
../src/binding.cc:57:33: error: ISO C++ forbids declaration of 
'NAN_WEAK_CALLBACK' with no type [-fpermissive]
   NAN_WEAK_CALLBACK(WeakCallback)
                                 ^
../src/binding.cc: In member function 'int 
{anonymous}::Iconv::NAN_WEAK_CALLBACK(int)':
../src/binding.cc:59:12: error: 'data' was not declared in this scope
     delete data.GetParameter();
            ^
../src/binding.cc:60:3: warning: no return statement in function returning 
non-void [-Wreturn-type]
   }
   ^
../src/binding.cc: In static member function 'static void 
{anonymous}::Iconv::Initialize(v8::Handle<v8::Object>)':
../src/binding.cc:66:14: error: 'NanScope' was not declared in this scope
     NanScope();
              ^
../src/binding.cc:69:43: error: 'NanAssignPersistent' was not declared in this 
scope
     NanAssignPersistent(object_template, t);
                                           ^
../src/binding.cc:70:14: error: 'NanNew' was not declared in this scope
     obj->Set(NanNew<String>("make"),
              ^
../src/binding.cc:70:27: error: expected primary-expression before '>' token
     obj->Set(NanNew<String>("make"),
                           ^
../src/binding.cc:71:37: error: expected primary-expression before '>' token
              NanNew<FunctionTemplate>(Make)->GetFunction());
                                     ^
../src/binding.cc:71:46: error: request for member 'GetFunction' in 
'{anonymous}::Iconv::Make', which is of non-class type 
'Nan::NAN_METHOD_RETURN_TYPE(Nan::NAN_METHOD_ARGS_TYPE) {aka void(const 
Nan::FunctionCallbackInfo<v8::Value>&)}'
              NanNew<FunctionTemplate>(Make)->GetFunction());
                                              ^
../src/binding.cc:72:27: error: expected primary-expression before '>' token
     obj->Set(NanNew<String>("convert"),
                           ^
../src/binding.cc:73:37: error: expected primary-expression before '>' token
              NanNew<FunctionTemplate>(Convert)->GetFunction());
                                     ^
../src/binding.cc:73:49: error: request for member 'GetFunction' in 
'{anonymous}::Iconv::Convert', which is of non-class type 
'Nan::NAN_METHOD_RETURN_TYPE(Nan::NAN_METHOD_ARGS_TYPE) {aka void(const 
Nan::FunctionCallbackInfo<v8::Value>&)}'
              NanNew<FunctionTemplate>(Convert)->GetFunction());
                                                 ^
../src/binding.cc:74:49: error: expected primary-expression before '>' token
 #define EXPORT_ERRNO(err) obj->Set(NanNew<String>(#err), NanNew<Integer>(err))
                                                 ^
../src/binding.cc:75:5: note: in expansion of macro 'EXPORT_ERRNO'
     EXPORT_ERRNO(EINVAL);
     ^
../src/binding.cc:74:72: error: expected primary-expression before '>' token
 #define EXPORT_ERRNO(err) obj->Set(NanNew<String>(#err), NanNew<Integer>(err))
                                                                        ^
../src/binding.cc:75:5: note: in expansion of macro 'EXPORT_ERRNO'
     EXPORT_ERRNO(EINVAL);
     ^
../src/binding.cc:74:49: error: expected primary-expression before '>' token
 #define EXPORT_ERRNO(err) obj->Set(NanNew<String>(#err), NanNew<Integer>(err))
                                                 ^
../src/binding.cc:76:5: note: in expansion of macro 'EXPORT_ERRNO'
     EXPORT_ERRNO(EILSEQ);
     ^
../src/binding.cc:74:72: error: expected primary-expression before '>' token
 #define EXPORT_ERRNO(err) obj->Set(NanNew<String>(#err), NanNew<Integer>(err))
                                                                        ^
../src/binding.cc:76:5: note: in expansion of macro 'EXPORT_ERRNO'
     EXPORT_ERRNO(EILSEQ);
     ^
../src/binding.cc:74:49: error: expected primary-expression before '>' token
 #define EXPORT_ERRNO(err) obj->Set(NanNew<String>(#err), NanNew<Integer>(err))
                                                 ^
../src/binding.cc:77:5: note: in expansion of macro 'EXPORT_ERRNO'
     EXPORT_ERRNO(E2BIG);
     ^
../src/binding.cc:74:72: error: expected primary-expression before '>' token
 #define EXPORT_ERRNO(err) obj->Set(NanNew<String>(#err), NanNew<Integer>(err))
                                                                        ^
../src/binding.cc:77:5: note: in expansion of macro 'EXPORT_ERRNO'
     EXPORT_ERRNO(E2BIG);
     ^
../src/binding.cc: In static member function 'static 
Nan::NAN_METHOD_RETURN_TYPE 
{anonymous}::Iconv::Make(Nan::NAN_METHOD_ARGS_TYPE)':
../src/binding.cc:83:14: error: 'NanScope' was not declared in this scope
     NanScope();
              ^
../src/binding.cc:84:37: error: 'args' was not declared in this scope
     String::Utf8Value from_encoding(args[0]);
                                     ^
../src/binding.cc:87:62: error: 'NanReturnNull' was not declared in this scope
     if (conv == reinterpret_cast<iconv_t>(-1)) NanReturnNull();
                                                              ^
../src/binding.cc:89:25: error: 'NanNew' was not declared in this scope
     Local<Object> obj = NanNew<ObjectTemplate>(object_template)->NewInstance();
                         ^
../src/binding.cc:89:46: error: expected primary-expression before '>' token
     Local<Object> obj = NanNew<ObjectTemplate>(object_template)->NewInstance();
                                              ^
../src/binding.cc:90:42: error: 'NanSetInternalFieldPointer' was not declared 
in this scope
     NanSetInternalFieldPointer(obj, 0, iv);
                                          ^
../src/binding.cc:91:37: error: 'WeakCallback' was not declared in this scope
     NanMakeWeakPersistent(obj, iv, &WeakCallback);
                                     ^
../src/binding.cc:91:49: error: 'NanMakeWeakPersistent' was not declared in 
this scope
     NanMakeWeakPersistent(obj, iv, &WeakCallback);
                                                 ^
../src/binding.cc:92:23: error: 'NanReturnValue' was not declared in this scope
     NanReturnValue(obj);
                       ^
../src/binding.cc: In static member function 'static 
Nan::NAN_METHOD_RETURN_TYPE 
{anonymous}::Iconv::Convert(Nan::NAN_METHOD_ARGS_TYPE)':
../src/binding.cc:97:14: error: 'NanScope' was not declared in this scope
     NanScope();
              ^
../src/binding.cc:99:36: error: 'args' was not declared in this scope
         NanGetInternalFieldPointer(args[0].As<Object>(), 0));
                                    ^
../src/binding.cc:99:53: error: expected primary-expression before '>' token
         NanGetInternalFieldPointer(args[0].As<Object>(), 0));
                                                     ^
../src/binding.cc:99:55: error: expected primary-expression before ')' token
         NanGetInternalFieldPointer(args[0].As<Object>(), 0));
                                                       ^
../src/binding.cc:99:59: error: 'NanGetInternalFieldPointer' was not declared 
in this scope
         NanGetInternalFieldPointer(args[0].As<Object>(), 0));
                                                           ^
../src/binding.cc:101:26: error: expected primary-expression before '>' token
         args[1].As<Object>()->GetIndexedPropertiesExternalArrayData());
                          ^
../src/binding.cc:101:28: error: expected primary-expression before ')' token
         args[1].As<Object>()->GetIndexedPropertiesExternalArrayData());
                            ^
../src/binding.cc:105:26: error: expected primary-expression before '>' token
         args[4].As<Object>()->GetIndexedPropertiesExternalArrayData());
                          ^
../src/binding.cc:105:28: error: expected primary-expression before ')' token
         args[4].As<Object>()->GetIndexedPropertiesExternalArrayData());
                            ^
../src/binding.cc:108:39: error: expected primary-expression before '>' token
     Local<Array> rc = args[7].As<Array>();
                                       ^
../src/binding.cc:108:41: error: expected primary-expression before ')' token
     Local<Array> rc = args[7].As<Array>();
                                         ^
../src/binding.cc:124:16: error: 'NanNew' was not declared in this scope
     rc->Set(0, NanNew<Integer>(static_cast<uint32_t>(input_consumed)));
                ^
../src/binding.cc:124:30: error: expected primary-expression before '>' token
     rc->Set(0, NanNew<Integer>(static_cast<uint32_t>(input_consumed)));
                              ^
../src/binding.cc:125:30: error: expected primary-expression before '>' token
     rc->Set(1, NanNew<Integer>(static_cast<uint32_t>(output_consumed)));
                              ^
../src/binding.cc:126:34: error: expected primary-expression before '>' token
     NanReturnValue(NanNew<Integer>(errorno));
                                  ^
../src/binding.cc:126:44: error: 'NanReturnValue' was not declared in this scope
     NanReturnValue(NanNew<Integer>(errorno));
                                            ^
iconv.target.mk:94: recipe for target 'Release/obj.target/iconv/src/binding.o' 
failed
make[2]: *** [Release/obj.target/iconv/src/binding.o] Error 1
make[2]: Leaving directory '/tmp/buildd/node-iconv-2.1.8/build'
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit 
(/usr/share/node-gyp/lib/build.js:267:23)
gyp ERR! stack     at ChildProcess.emit (events.js:98:17)
gyp ERR! stack     at Process.ChildProcess._handle.onexit 
(child_process.js:820:12)
gyp ERR! System Linux 3.16.0-4-amd64
gyp ERR! command "nodejs" "/usr/bin/node-gyp" "build"
gyp ERR! cwd /tmp/buildd/node-iconv-2.1.8
gyp ERR! node -v v0.10.38
gyp ERR! node-gyp -v v0.12.2
gyp ERR! not ok 
debian/rules:19: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 1
make[1]: Leaving directory '/tmp/buildd/node-iconv-2.1.8'
debian/rules:8: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
E: Failed autobuilding of package
I: unmounting /sys filesystem
I: unmounting /dev/shm filesystem
I: unmounting dev/pts filesystem
I: unmounting run/shm filesystem
I: unmounting proc filesystem
I: cleaning the build env 
I: removing directory /var/cache/pbuilder/build//28248 and its subdirectories
_______________________________________________
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Reply via email to