Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

インストール時のエラー #1

Open
umentu opened this issue Apr 6, 2015 · 3 comments
Open

インストール時のエラー #1

umentu opened this issue Apr 6, 2015 · 3 comments

Comments

@umentu
Copy link

umentu commented Apr 6, 2015

お世話になります。

npm install openjtalk

を実行すると以下のエラーが出力されます。

Making all in text2mecab
gcc -DHAVE_CONFIG_H -I. -I../mecab -D CHARSET_UTF_8    -O2 -Wall -g -g -O2 -finput-charset=UTF-8 -fexec-charset=UTF-8  -MT text2mecab.o -MD -MP -MF .deps/text2mecab.Tpo -c -o text2mecab.o text2mecab.c
clang: error: unknown argument: '-finput-charset=UTF-8'
clang: error: unknown argument: '-fexec-charset=UTF-8'
make[2]: *** [text2mecab.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [openjtalk] Error 2
npm ERR! Darwin 14.1.0
npm ERR! argv "node" "/usr/local/bin/npm" "install"
npm ERR! node v0.10.35
npm ERR! npm  v2.1.18
npm ERR! code ELIFECYCLE

npm ERR! [email protected] install: `make`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] install script 'make'.
npm ERR! This is most likely a problem with the openjtalk package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     make
npm ERR! You can get their info via:
npm ERR!     npm owner ls openjtalk
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/umentu/Dropbox/drone/ardrone-voice/npm-debug.log

助言をよろしくお願いいたします。

@hecomi
Copy link
Owner

hecomi commented Apr 6, 2015

全てのログを貼り付けてみて頂けないでしょうか?
また、お使いの gcc を教えていただきたく、以下のコマンドを実行してみて頂けないでしょうか。

$ gcc --version

@umentu
Copy link
Author

umentu commented Apr 6, 2015

お騒がせして申し訳ございませんでした。
解決しました。
ご回答ありがとうございました。

解決方法と全回答でご依頼いただいた情報を添付いたします。

https://github.com/senyoltw/ardrone-voice で一括インストールしようとした場合にopenjtalkのインストールが失敗しておりました。

npm install openjtalk

を行ったところ、最初のご報告とは異なる、下記エラーで止まりました。

$ npm install openjtalk
-
> [email protected] install /Users/umentu/Dropbox/drone/node_modules/openjtalk
> make
cd /Users/umentu/Dropbox/drone/node_modules/openjtalk/lib/hts_engine_API-1.09/ && \
    ./configure && \
    make
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... config/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking for ar... ar
checking for log in -lm... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for vprintf... yes
checking for _doprnt... no
checking for sqrt... yes
checking for strchr... yes
checking for strrchr... yes
checking for strstr... yes
checking whether to enable compiling for embedded devices... no
checking whether to use memory allocation/free functions of speech tools... no
checking build system type... x86_64-apple-darwin14.1.0
checking host system type... x86_64-apple-darwin14.1.0
checking whether byte ordering is bigendian... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bin/Makefile
config.status: creating lib/Makefile
config.status: executing depfiles commands
Making all in lib
gcc -DPACKAGE_NAME=\"hts_engine_API\" -DPACKAGE_TARNAME=\"hts_engine_API\" -DPACKAGE_VERSION=\"1.09\" -DPACKAGE_STRING=\"hts_engine_API\ 1.09\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hts_engine_API\" -DVERSION=\"1.09\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_VPRINTF=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -I.  -I ../include   -g -O2 -MT HTS_audio.o -MD -MP -MF .deps/HTS_audio.Tpo -c -o HTS_audio.o HTS_audio.c
mv -f .deps/HTS_audio.Tpo .deps/HTS_audio.Po
gcc -DPACKAGE_NAME=\"hts_engine_API\" -DPACKAGE_TARNAME=\"hts_engine_API\" -DPACKAGE_VERSION=\"1.09\" -DPACKAGE_STRING=\"hts_engine_API\ 1.09\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hts_engine_API\" -DVERSION=\"1.09\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_VPRINTF=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -I.  -I ../include   -g -O2 -MT HTS_engine.o -MD -MP -MF .deps/HTS_engine.Tpo -c -o HTS_engine.o HTS_engine.c
mv -f .deps/HTS_engine.Tpo .deps/HTS_engine.Po
gcc -DPACKAGE_NAME=\"hts_engine_API\" -DPACKAGE_TARNAME=\"hts_engine_API\" -DPACKAGE_VERSION=\"1.09\" -DPACKAGE_STRING=\"hts_engine_API\ 1.09\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hts_engine_API\" -DVERSION=\"1.09\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_VPRINTF=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -I.  -I ../include   -g -O2 -MT HTS_misc.o -MD -MP -MF .deps/HTS_misc.Tpo -c -o HTS_misc.o HTS_misc.c
mv -f .deps/HTS_misc.Tpo .deps/HTS_misc.Po
gcc -DPACKAGE_NAME=\"hts_engine_API\" -DPACKAGE_TARNAME=\"hts_engine_API\" -DPACKAGE_VERSION=\"1.09\" -DPACKAGE_STRING=\"hts_engine_API\ 1.09\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hts_engine_API\" -DVERSION=\"1.09\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_VPRINTF=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -I.  -I ../include   -g -O2 -MT HTS_pstream.o -MD -MP -MF .deps/HTS_pstream.Tpo -c -o HTS_pstream.o HTS_pstream.c
mv -f .deps/HTS_pstream.Tpo .deps/HTS_pstream.Po
gcc -DPACKAGE_NAME=\"hts_engine_API\" -DPACKAGE_TARNAME=\"hts_engine_API\" -DPACKAGE_VERSION=\"1.09\" -DPACKAGE_STRING=\"hts_engine_API\ 1.09\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hts_engine_API\" -DVERSION=\"1.09\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_VPRINTF=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -I.  -I ../include   -g -O2 -MT HTS_sstream.o -MD -MP -MF .deps/HTS_sstream.Tpo -c -o HTS_sstream.o HTS_sstream.c
mv -f .deps/HTS_sstream.Tpo .deps/HTS_sstream.Po
gcc -DPACKAGE_NAME=\"hts_engine_API\" -DPACKAGE_TARNAME=\"hts_engine_API\" -DPACKAGE_VERSION=\"1.09\" -DPACKAGE_STRING=\"hts_engine_API\ 1.09\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hts_engine_API\" -DVERSION=\"1.09\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_VPRINTF=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -I.  -I ../include   -g -O2 -MT HTS_model.o -MD -MP -MF .deps/HTS_model.Tpo -c -o HTS_model.o HTS_model.c
mv -f .deps/HTS_model.Tpo .deps/HTS_model.Po
gcc -DPACKAGE_NAME=\"hts_engine_API\" -DPACKAGE_TARNAME=\"hts_engine_API\" -DPACKAGE_VERSION=\"1.09\" -DPACKAGE_STRING=\"hts_engine_API\ 1.09\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hts_engine_API\" -DVERSION=\"1.09\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_VPRINTF=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -I.  -I ../include   -g -O2 -MT HTS_vocoder.o -MD -MP -MF .deps/HTS_vocoder.Tpo -c -o HTS_vocoder.o HTS_vocoder.c
mv -f .deps/HTS_vocoder.Tpo .deps/HTS_vocoder.Po
gcc -DPACKAGE_NAME=\"hts_engine_API\" -DPACKAGE_TARNAME=\"hts_engine_API\" -DPACKAGE_VERSION=\"1.09\" -DPACKAGE_STRING=\"hts_engine_API\ 1.09\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hts_engine_API\" -DVERSION=\"1.09\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_VPRINTF=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -I.  -I ../include   -g -O2 -MT HTS_gstream.o -MD -MP -MF .deps/HTS_gstream.Tpo -c -o HTS_gstream.o HTS_gstream.c
mv -f .deps/HTS_gstream.Tpo .deps/HTS_gstream.Po
gcc -DPACKAGE_NAME=\"hts_engine_API\" -DPACKAGE_TARNAME=\"hts_engine_API\" -DPACKAGE_VERSION=\"1.09\" -DPACKAGE_STRING=\"hts_engine_API\ 1.09\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hts_engine_API\" -DVERSION=\"1.09\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_VPRINTF=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -I.  -I ../include   -g -O2 -MT HTS_label.o -MD -MP -MF .deps/HTS_label.Tpo -c -o HTS_label.o HTS_label.c
mv -f .deps/HTS_label.Tpo .deps/HTS_label.Po
rm -f libHTSEngine.a
ar cru libHTSEngine.a HTS_audio.o HTS_engine.o HTS_misc.o HTS_pstream.o HTS_sstream.o HTS_model.o HTS_vocoder.o HTS_gstream.o HTS_label.o
ranlib libHTSEngine.a
Making all in bin
gcc -DPACKAGE_NAME=\"hts_engine_API\" -DPACKAGE_TARNAME=\"hts_engine_API\" -DPACKAGE_VERSION=\"1.09\" -DPACKAGE_STRING=\"hts_engine_API\ 1.09\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hts_engine_API\" -DVERSION=\"1.09\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_VPRINTF=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -I.  -I ../include   -g -O2 -MT hts_engine.o -MD -MP -MF .deps/hts_engine.Tpo -c -o hts_engine.o hts_engine.c
mv -f .deps/hts_engine.Tpo .deps/hts_engine.Po
gcc  -g -O2   -o hts_engine hts_engine.o ../lib/libHTSEngine.a -lm
make[2]: Nothing to be done for `all-am'.
cd /Users/umentu/Dropbox/drone/node_modules/openjtalk/lib/open_jtalk-1.08/ && \
    ./configure --with-charset=UTF-8 \
        --with-hts-engine-header-path=/Users/umentu/Dropbox/drone/node_modules/openjtalk/lib/hts_engine_API-1.09//include \
        --with-hts-engine-library-path=/Users/umentu/Dropbox/drone/node_modules/openjtalk/lib/hts_engine_API-1.09//lib && \
    make
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... config/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for ranlib... ranlib
checking for ar... ar
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking for log in -lm... yes
checking for main in -lstdc++... yes
checking for iconv_open in -liconv... yes
checking for iconv_open... no
checking for ANSI C header files... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for sys/stat.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for sys/types.h... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for sys/types.h... (cached) yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for sqrt... yes
checking for strstr... yes
checking for getenv... yes
checking for opendir... yes
checking for setjmp... yes
checking whether gcc needs -traditional... no
checking whether make sets $(MAKE)... (cached) yes
checking for library containing strerror... none required
checking build system type... x86_64-apple-darwin14.1.0
checking host system type... x86_64-apple-darwin14.1.0
checking for off_t... yes
checking for size_t... (cached) yes
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of size_t... 8
checking for size_t... (cached) yes
checking whether make is GNU Make... yes
checking if g++ supports template  (required)... yes
checking if g++ supports const_cast<> (required)... yes
checking if g++ supports static_cast<> (required)... yes
checking if g++ supports dynamic_cast<> (required)... yes
checking if g++ supports reinterpret_cast<> (required)... yes
checking if g++ supports exception handler (required)... yes
checking if g++ supports namespaces (required) ... yes
checking if g++ environment provides all required features... yes
checking for HTS_engine.h... /Users/umentu/Dropbox/drone/node_modules/openjtalk/lib/hts_engine_API-1.09//include/HTS_engine.h
checking for libHTSEngine.a... /Users/umentu/Dropbox/drone/node_modules/openjtalk/lib/hts_engine_API-1.09//lib/libHTSEngine.a
checking charset... UTF-8
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bin/Makefile
config.status: creating text2mecab/Makefile
config.status: creating mecab/Makefile
config.status: creating mecab/src/Makefile
config.status: creating mecab2njd/Makefile
config.status: creating njd/Makefile
config.status: creating njd_set_pronunciation/Makefile
config.status: creating njd_set_digit/Makefile
config.status: creating njd_set_accent_phrase/Makefile
config.status: creating njd_set_accent_type/Makefile
config.status: creating njd_set_unvoiced_vowel/Makefile
config.status: creating njd_set_long_vowel/Makefile
config.status: creating njd2jpcommon/Makefile
config.status: creating jpcommon/Makefile
config.status: creating mecab-naist-jdic/Makefile
config.status: creating mecab/config.h
config.status: executing depfiles commands
Making all in text2mecab
gcc -DHAVE_CONFIG_H -I. -I../mecab  -D CHARSET_UTF_8   -O2 -Wall -g -g -O2 -MT text2mecab.o -MD -MP -MF .deps/text2mecab.Tpo -c -o text2mecab.o text2mecab.c
mv -f .deps/text2mecab.Tpo .deps/text2mecab.Po
rm -f libtext2mecab.a
ar cru libtext2mecab.a text2mecab.o
ranlib libtext2mecab.a
Making all in mecab
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
Making all in src
g++ -DHAVE_CONFIG_H -I. -I../../mecab  -D DIC_VERSION=102 -D MECAB_USE_UTF8_ONLY -D MECAB_DEFAULT_RC="\"dummy\"" -D PACKAGE="\"open_jtalk\"" -D VERSION="\"1.08\""   -O3 -Wall -Wno-deprecated -g -O2  -MT char_property.o -MD -MP -MF .deps/char_property.Tpo -c -o char_property.o char_property.cpp
mv -f .deps/char_property.Tpo .deps/char_property.Po
g++ -DHAVE_CONFIG_H -I. -I../../mecab  -D DIC_VERSION=102 -D MECAB_USE_UTF8_ONLY -D MECAB_DEFAULT_RC="\"dummy\"" -D PACKAGE="\"open_jtalk\"" -D VERSION="\"1.08\""   -O3 -Wall -Wno-deprecated -g -O2  -MT connector.o -MD -MP -MF .deps/connector.Tpo -c -o connector.o connector.cpp
In file included from connector.cpp:9:
./connector.h:56:17: warning: comparison of unsigned expression >= 0 is always
      true [-Wtautological-compare]
    return (lid >= 0 && lid < rsize_ && rid >= 0 && rid < lsize_);
            ~~~ ^  ~
./connector.h:56:45: warning: comparison of unsigned expression >= 0 is always
      true [-Wtautological-compare]
    return (lid >= 0 && lid < rsize_ && rid >= 0 && rid < lsize_);
                                        ~~~ ^  ~
2 warnings generated.
mv -f .deps/connector.Tpo .deps/connector.Po
g++ -DHAVE_CONFIG_H -I. -I../../mecab  -D DIC_VERSION=102 -D MECAB_USE_UTF8_ONLY -D MECAB_DEFAULT_RC="\"dummy\"" -D PACKAGE="\"open_jtalk\"" -D VERSION="\"1.08\""   -O3 -Wall -Wno-deprecated -g -O2  -MT context_id.o -MD -MP -MF .deps/context_id.Tpo -c -o context_id.o context_id.cpp
In file included from context_id.cpp:7:
./context_id.h:45:17: warning: comparison of unsigned expression >= 0 is always
      true [-Wtautological-compare]
    return (lid >= 0 && lid < left_size() &&
            ~~~ ^  ~
./context_id.h:46:17: warning: comparison of unsigned expression >= 0 is always
      true [-Wtautological-compare]
            rid >= 0 && rid < right_size());
            ~~~ ^  ~
2 warnings generated.
mv -f .deps/context_id.Tpo .deps/context_id.Po
g++ -DHAVE_CONFIG_H -I. -I../../mecab  -D DIC_VERSION=102 -D MECAB_USE_UTF8_ONLY -D MECAB_DEFAULT_RC="\"dummy\"" -D PACKAGE="\"open_jtalk\"" -D VERSION="\"1.08\""   -O3 -Wall -Wno-deprecated -g -O2  -MT dictionary.o -MD -MP -MF .deps/dictionary.Tpo -c -o dictionary.o dictionary.cpp
In file included from dictionary.cpp:8:
./connector.h:56:17: warning: comparison of unsigned expression >= 0 is always
      true [-Wtautological-compare]
    return (lid >= 0 && lid < rsize_ && rid >= 0 && rid < lsize_);
            ~~~ ^  ~
./connector.h:56:45: warning: comparison of unsigned expression >= 0 is always
      true [-Wtautological-compare]
    return (lid >= 0 && lid < rsize_ && rid >= 0 && rid < lsize_);
                                        ~~~ ^  ~
In file included from dictionary.cpp:9:
./context_id.h:45:17: warning: comparison of unsigned expression >= 0 is always
      true [-Wtautological-compare]
    return (lid >= 0 && lid < left_size() &&
            ~~~ ^  ~
./context_id.h:46:17: warning: comparison of unsigned expression >= 0 is always
      true [-Wtautological-compare]
            rid >= 0 && rid < right_size());
            ~~~ ^  ~
4 warnings generated.
mv -f .deps/dictionary.Tpo .deps/dictionary.Po
g++ -DHAVE_CONFIG_H -I. -I../../mecab  -D DIC_VERSION=102 -D MECAB_USE_UTF8_ONLY -D MECAB_DEFAULT_RC="\"dummy\"" -D PACKAGE="\"open_jtalk\"" -D VERSION="\"1.08\""   -O3 -Wall -Wno-deprecated -g -O2  -MT dictionary_compiler.o -MD -MP -MF .deps/dictionary_compiler.Tpo -c -o dictionary_compiler.o dictionary_compiler.cpp
In file included from dictionary_compiler.cpp:10:
./connector.h:56:17: warning: comparison of unsigned expression >= 0 is always
      true [-Wtautological-compare]
    return (lid >= 0 && lid < rsize_ && rid >= 0 && rid < lsize_);
            ~~~ ^  ~
./connector.h:56:45: warning: comparison of unsigned expression >= 0 is always
      true [-Wtautological-compare]
    return (lid >= 0 && lid < rsize_ && rid >= 0 && rid < lsize_);
                                        ~~~ ^  ~
2 warnings generated.
mv -f .deps/dictionary_compiler.Tpo .deps/dictionary_compiler.Po
g++ -DHAVE_CONFIG_H -I. -I../../mecab  -D DIC_VERSION=102 -D MECAB_USE_UTF8_ONLY -D MECAB_DEFAULT_RC="\"dummy\"" -D PACKAGE="\"open_jtalk\"" -D VERSION="\"1.08\""   -O3 -Wall -Wno-deprecated -g -O2  -MT dictionary_generator.o -MD -MP -MF .deps/dictionary_generator.Tpo -c -o dictionary_generator.o dictionary_generator.cpp
In file included from dictionary_generator.cpp:13:
./context_id.h:45:17: warning: comparison of unsigned expression >= 0 is always
      true [-Wtautological-compare]
    return (lid >= 0 && lid < left_size() &&
            ~~~ ^  ~
./context_id.h:46:17: warning: comparison of unsigned expression >= 0 is always
      true [-Wtautological-compare]
            rid >= 0 && rid < right_size());
            ~~~ ^  ~
2 warnings generated.
mv -f .deps/dictionary_generator.Tpo .deps/dictionary_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../../mecab  -D DIC_VERSION=102 -D MECAB_USE_UTF8_ONLY -D MECAB_DEFAULT_RC="\"dummy\"" -D PACKAGE="\"open_jtalk\"" -D VERSION="\"1.08\""   -O3 -Wall -Wno-deprecated -g -O2  -MT dictionary_rewriter.o -MD -MP -MF .deps/dictionary_rewriter.Tpo -c -o dictionary_rewriter.o dictionary_rewriter.cpp
mv -f .deps/dictionary_rewriter.Tpo .deps/dictionary_rewriter.Po
g++ -DHAVE_CONFIG_H -I. -I../../mecab  -D DIC_VERSION=102 -D MECAB_USE_UTF8_ONLY -D MECAB_DEFAULT_RC="\"dummy\"" -D PACKAGE="\"open_jtalk\"" -D VERSION="\"1.08\""   -O3 -Wall -Wno-deprecated -g -O2  -MT eval.o -MD -MP -MF .deps/eval.Tpo -c -o eval.o eval.cpp
mv -f .deps/eval.Tpo .deps/eval.Po
g++ -DHAVE_CONFIG_H -I. -I../../mecab  -D DIC_VERSION=102 -D MECAB_USE_UTF8_ONLY -D MECAB_DEFAULT_RC="\"dummy\"" -D PACKAGE="\"open_jtalk\"" -D VERSION="\"1.08\""   -O3 -Wall -Wno-deprecated -g -O2  -MT feature_index.o -MD -MP -MF .deps/feature_index.Tpo -c -o feature_index.o feature_index.cpp
mv -f .deps/feature_index.Tpo .deps/feature_index.Po
g++ -DHAVE_CONFIG_H -I. -I../../mecab  -D DIC_VERSION=102 -D MECAB_USE_UTF8_ONLY -D MECAB_DEFAULT_RC="\"dummy\"" -D PACKAGE="\"open_jtalk\"" -D VERSION="\"1.08\""   -O3 -Wall -Wno-deprecated -g -O2  -MT iconv_utils.o -MD -MP -MF .deps/iconv_utils.Tpo -c -o iconv_utils.o iconv_utils.cpp
mv -f .deps/iconv_utils.Tpo .deps/iconv_utils.Po
g++ -DHAVE_CONFIG_H -I. -I../../mecab  -D DIC_VERSION=102 -D MECAB_USE_UTF8_ONLY -D MECAB_DEFAULT_RC="\"dummy\"" -D PACKAGE="\"open_jtalk\"" -D VERSION="\"1.08\""   -O3 -Wall -Wno-deprecated -g -O2  -MT lbfgs.o -MD -MP -MF .deps/lbfgs.Tpo -c -o lbfgs.o lbfgs.cpp
lbfgs.cpp:37:18: warning: unused variable 'lb3_1_mp' [-Wunused-const-variable]
static const int lb3_1_mp = 6;
                 ^
lbfgs.cpp:38:18: warning: unused variable 'lb3_1_lp' [-Wunused-const-variable]
static const int lb3_1_lp = 6;
                 ^
In file included from lbfgs.cpp:27:
./lbfgs.h:55:37: warning: private field 'maxfev' is not used
      [-Wunused-private-field]
  int iter, info, ispt, isyt, iypt, maxfev;
                                    ^
3 warnings generated.
mv -f .deps/lbfgs.Tpo .deps/lbfgs.Po
g++ -DHAVE_CONFIG_H -I. -I../../mecab  -D DIC_VERSION=102 -D MECAB_USE_UTF8_ONLY -D MECAB_DEFAULT_RC="\"dummy\"" -D PACKAGE="\"open_jtalk\"" -D VERSION="\"1.08\""   -O3 -Wall -Wno-deprecated -g -O2  -MT learner.o -MD -MP -MF .deps/learner.Tpo -c -o learner.o learner.cpp
mv -f .deps/learner.Tpo .deps/learner.Po
g++ -DHAVE_CONFIG_H -I. -I../../mecab  -D DIC_VERSION=102 -D MECAB_USE_UTF8_ONLY -D MECAB_DEFAULT_RC="\"dummy\"" -D PACKAGE="\"open_jtalk\"" -D VERSION="\"1.08\""   -O3 -Wall -Wno-deprecated -g -O2  -MT learner_tagger.o -MD -MP -MF .deps/learner_tagger.Tpo -c -o learner_tagger.o learner_tagger.cpp
learner_tagger.cpp:25:7: warning: unused function 'mystrdup' [-Wunused-function]
char *mystrdup(const std::string &str) {
      ^
1 warning generated.
mv -f .deps/learner_tagger.Tpo .deps/learner_tagger.Po
g++ -DHAVE_CONFIG_H -I. -I../../mecab  -D DIC_VERSION=102 -D MECAB_USE_UTF8_ONLY -D MECAB_DEFAULT_RC="\"dummy\"" -D PACKAGE="\"open_jtalk\"" -D VERSION="\"1.08\""   -O3 -Wall -Wno-deprecated -g -O2  -MT libmecab.o -MD -MP -MF .deps/libmecab.Tpo -c -o libmecab.o libmecab.cpp
libmecab.cpp:60:12: warning: unused variable 'kUnknownError'
      [-Wunused-const-variable]
const char kUnknownError[] = "Unknown Error";
           ^
1 warning generated.
mv -f .deps/libmecab.Tpo .deps/libmecab.Po
g++ -DHAVE_CONFIG_H -I. -I../../mecab  -D DIC_VERSION=102 -D MECAB_USE_UTF8_ONLY -D MECAB_DEFAULT_RC="\"dummy\"" -D PACKAGE="\"open_jtalk\"" -D VERSION="\"1.08\""   -O3 -Wall -Wno-deprecated -g -O2  -MT mecab.o -MD -MP -MF .deps/mecab.Tpo -c -o mecab.o mecab.cpp
mv -f .deps/mecab.Tpo .deps/mecab.Po
g++ -DHAVE_CONFIG_H -I. -I../../mecab  -D DIC_VERSION=102 -D MECAB_USE_UTF8_ONLY -D MECAB_DEFAULT_RC="\"dummy\"" -D PACKAGE="\"open_jtalk\"" -D VERSION="\"1.08\""   -O3 -Wall -Wno-deprecated -g -O2  -MT nbest_generator.o -MD -MP -MF .deps/nbest_generator.Tpo -c -o nbest_generator.o nbest_generator.cpp
mv -f .deps/nbest_generator.Tpo .deps/nbest_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../../mecab  -D DIC_VERSION=102 -D MECAB_USE_UTF8_ONLY -D MECAB_DEFAULT_RC="\"dummy\"" -D PACKAGE="\"open_jtalk\"" -D VERSION="\"1.08\""   -O3 -Wall -Wno-deprecated -g -O2  -MT param.o -MD -MP -MF .deps/param.Tpo -c -o param.o param.cpp
mv -f .deps/param.Tpo .deps/param.Po
g++ -DHAVE_CONFIG_H -I. -I../../mecab  -D DIC_VERSION=102 -D MECAB_USE_UTF8_ONLY -D MECAB_DEFAULT_RC="\"dummy\"" -D PACKAGE="\"open_jtalk\"" -D VERSION="\"1.08\""   -O3 -Wall -Wno-deprecated -g -O2  -MT string_buffer.o -MD -MP -MF .deps/string_buffer.Tpo -c -o string_buffer.o string_buffer.cpp
mv -f .deps/string_buffer.Tpo .deps/string_buffer.Po
g++ -DHAVE_CONFIG_H -I. -I../../mecab  -D DIC_VERSION=102 -D MECAB_USE_UTF8_ONLY -D MECAB_DEFAULT_RC="\"dummy\"" -D PACKAGE="\"open_jtalk\"" -D VERSION="\"1.08\""   -O3 -Wall -Wno-deprecated -g -O2  -MT tagger.o -MD -MP -MF .deps/tagger.Tpo -c -o tagger.o tagger.cpp
In file included from tagger.cpp:10:
./connector.h:56:17: warning: comparison of unsigned expression >= 0 is always
      true [-Wtautological-compare]
    return (lid >= 0 && lid < rsize_ && rid >= 0 && rid < lsize_);
            ~~~ ^  ~
./connector.h:56:45: warning: comparison of unsigned expression >= 0 is always
      true [-Wtautological-compare]
    return (lid >= 0 && lid < rsize_ && rid >= 0 && rid < lsize_);
                                        ~~~ ^  ~
2 warnings generated.
mv -f .deps/tagger.Tpo .deps/tagger.Po
g++ -DHAVE_CONFIG_H -I. -I../../mecab  -D DIC_VERSION=102 -D MECAB_USE_UTF8_ONLY -D MECAB_DEFAULT_RC="\"dummy\"" -D PACKAGE="\"open_jtalk\"" -D VERSION="\"1.08\""   -O3 -Wall -Wno-deprecated -g -O2  -MT tokenizer.o -MD -MP -MF .deps/tokenizer.Tpo -c -o tokenizer.o tokenizer.cpp
In file included from tokenizer.cpp:7:
./connector.h:56:17: warning: comparison of unsigned expression >= 0 is always
      true [-Wtautological-compare]
    return (lid >= 0 && lid < rsize_ && rid >= 0 && rid < lsize_);
            ~~~ ^  ~
./connector.h:56:45: warning: comparison of unsigned expression >= 0 is always
      true [-Wtautological-compare]
    return (lid >= 0 && lid < rsize_ && rid >= 0 && rid < lsize_);
                                        ~~~ ^  ~
2 warnings generated.
mv -f .deps/tokenizer.Tpo .deps/tokenizer.Po
g++ -DHAVE_CONFIG_H -I. -I../../mecab  -D DIC_VERSION=102 -D MECAB_USE_UTF8_ONLY -D MECAB_DEFAULT_RC="\"dummy\"" -D PACKAGE="\"open_jtalk\"" -D VERSION="\"1.08\""   -O3 -Wall -Wno-deprecated -g -O2  -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o utils.cpp
mv -f .deps/utils.Tpo .deps/utils.Po
g++ -DHAVE_CONFIG_H -I. -I../../mecab  -D DIC_VERSION=102 -D MECAB_USE_UTF8_ONLY -D MECAB_DEFAULT_RC="\"dummy\"" -D PACKAGE="\"open_jtalk\"" -D VERSION="\"1.08\""   -O3 -Wall -Wno-deprecated -g -O2  -MT viterbi.o -MD -MP -MF .deps/viterbi.Tpo -c -o viterbi.o viterbi.cpp
In file included from viterbi.cpp:11:
./connector.h:56:17: warning: comparison of unsigned expression >= 0 is always
      true [-Wtautological-compare]
    return (lid >= 0 && lid < rsize_ && rid >= 0 && rid < lsize_);
            ~~~ ^  ~
./connector.h:56:45: warning: comparison of unsigned expression >= 0 is always
      true [-Wtautological-compare]
    return (lid >= 0 && lid < rsize_ && rid >= 0 && rid < lsize_);
                                        ~~~ ^  ~
In file included from viterbi.cpp:14:
./param.h:30:13: warning: unused function 'lexical_cast' [-Wunused-function]
std::string lexical_cast(std::string arg) {
            ^
3 warnings generated.
mv -f .deps/viterbi.Tpo .deps/viterbi.Po
g++ -DHAVE_CONFIG_H -I. -I../../mecab  -D DIC_VERSION=102 -D MECAB_USE_UTF8_ONLY -D MECAB_DEFAULT_RC="\"dummy\"" -D PACKAGE="\"open_jtalk\"" -D VERSION="\"1.08\""   -O3 -Wall -Wno-deprecated -g -O2  -MT writer.o -MD -MP -MF .deps/writer.Tpo -c -o writer.o writer.cpp
writer.cpp:253:61: warning: adding 'const char' to a string does not append to
      the string [-Wstring-plus-int]
            const std::string error = "unknown meta char: " + *p;
                                      ~~~~~~~~~~~~~~~~~~~~~~^~~~
writer.cpp:253:61: note: use array indexing to silence this warning
            const std::string error = "unknown meta char: " + *p;
                                                            ^
                                      &                     [   ]
1 warning generated.
mv -f .deps/writer.Tpo .deps/writer.Po
rm -f libmecab.a
ar cru libmecab.a char_property.o connector.o context_id.o dictionary.o dictionary_compiler.o dictionary_generator.o dictionary_rewriter.o eval.o feature_index.o iconv_utils.o lbfgs.o learner.o learner_tagger.o libmecab.o mecab.o nbest_generator.o param.o string_buffer.o tagger.o tokenizer.o utils.o viterbi.o writer.o
ranlib libmecab.a
g++ -DHAVE_CONFIG_H -I. -I../../mecab  -D DIC_VERSION=102 -D MECAB_USE_UTF8_ONLY -D MECAB_DEFAULT_RC="\"dummy\"" -D PACKAGE="\"open_jtalk\"" -D VERSION="\"1.08\""   -O3 -Wall -Wno-deprecated -g -O2  -MT mecab-dict-index.o -MD -MP -MF .deps/mecab-dict-index.Tpo -c -o mecab-dict-index.o mecab-dict-index.cpp
mv -f .deps/mecab-dict-index.Tpo .deps/mecab-dict-index.Po
g++  -O3 -Wall -Wno-deprecated -g -O2    -o mecab-dict-index mecab-dict-index.o libmecab.a -lm  -lstdc++ -liconv
make[4]: Nothing to be done for `all-am'.
Making all in mecab2njd
gcc -DHAVE_CONFIG_H -I. -I../mecab  -I ../njd   -O2 -Wall -g -g -O2 -MT mecab2njd.o -MD -MP -MF .deps/mecab2njd.Tpo -c -o mecab2njd.o mecab2njd.c
mv -f .deps/mecab2njd.Tpo .deps/mecab2njd.Po
rm -f libmecab2njd.a
ar cru libmecab2njd.a mecab2njd.o
ranlib libmecab2njd.a
Making all in njd
gcc -DHAVE_CONFIG_H -I. -I../mecab  -D CHARSET_UTF_8   -O2 -Wall -g -g -O2 -MT njd.o -MD -MP -MF .deps/njd.Tpo -c -o njd.o njd.c
mv -f .deps/njd.Tpo .deps/njd.Po
gcc -DHAVE_CONFIG_H -I. -I../mecab  -D CHARSET_UTF_8   -O2 -Wall -g -g -O2 -MT njd_node.o -MD -MP -MF .deps/njd_node.Tpo -c -o njd_node.o njd_node.c
mv -f .deps/njd_node.Tpo .deps/njd_node.Po
rm -f libnjd.a
ar cru libnjd.a njd.o njd_node.o
ranlib libnjd.a
Making all in njd_set_pronunciation
gcc -DHAVE_CONFIG_H -I. -I../mecab  -I ../njd -D CHARSET_UTF_8   -O2 -Wall -g -g -O2 -MT njd_set_pronunciation.o -MD -MP -MF .deps/njd_set_pronunciation.Tpo -c -o njd_set_pronunciation.o njd_set_pronunciation.c
mv -f .deps/njd_set_pronunciation.Tpo .deps/njd_set_pronunciation.Po
rm -f libnjd_set_pronunciation.a
ar cru libnjd_set_pronunciation.a njd_set_pronunciation.o
ranlib libnjd_set_pronunciation.a
Making all in njd_set_digit
gcc -DHAVE_CONFIG_H -I. -I../mecab  -I ../njd -D CHARSET_UTF_8   -O2 -Wall -g -g -O2 -MT njd_set_digit.o -MD -MP -MF .deps/njd_set_digit.Tpo -c -o njd_set_digit.o njd_set_digit.c
mv -f .deps/njd_set_digit.Tpo .deps/njd_set_digit.Po
rm -f libnjd_set_digit.a
ar cru libnjd_set_digit.a njd_set_digit.o
ranlib libnjd_set_digit.a
Making all in njd_set_accent_phrase
gcc -DHAVE_CONFIG_H -I. -I../mecab  -I ../njd -D CHARSET_UTF_8   -O2 -Wall -g -g -O2 -MT njd_set_accent_phrase.o -MD -MP -MF .deps/njd_set_accent_phrase.Tpo -c -o njd_set_accent_phrase.o njd_set_accent_phrase.c
mv -f .deps/njd_set_accent_phrase.Tpo .deps/njd_set_accent_phrase.Po
rm -f libnjd_set_accent_phrase.a
ar cru libnjd_set_accent_phrase.a njd_set_accent_phrase.o
ranlib libnjd_set_accent_phrase.a
Making all in njd_set_accent_type
gcc -DHAVE_CONFIG_H -I. -I../mecab  -I ../njd -D CHARSET_UTF_8   -O2 -Wall -g -g -O2 -MT njd_set_accent_type.o -MD -MP -MF .deps/njd_set_accent_type.Tpo -c -o njd_set_accent_type.o njd_set_accent_type.c
mv -f .deps/njd_set_accent_type.Tpo .deps/njd_set_accent_type.Po
rm -f libnjd_set_accent_type.a
ar cru libnjd_set_accent_type.a njd_set_accent_type.o
ranlib libnjd_set_accent_type.a
Making all in njd_set_unvoiced_vowel
gcc -DHAVE_CONFIG_H -I. -I../mecab  -I ../njd -D CHARSET_UTF_8   -O2 -Wall -g -g -O2 -MT njd_set_unvoiced_vowel.o -MD -MP -MF .deps/njd_set_unvoiced_vowel.Tpo -c -o njd_set_unvoiced_vowel.o njd_set_unvoiced_vowel.c
mv -f .deps/njd_set_unvoiced_vowel.Tpo .deps/njd_set_unvoiced_vowel.Po
rm -f libnjd_set_unvoiced_vowel.a
ar cru libnjd_set_unvoiced_vowel.a njd_set_unvoiced_vowel.o
ranlib libnjd_set_unvoiced_vowel.a
Making all in njd_set_long_vowel
gcc -DHAVE_CONFIG_H -I. -I../mecab  -I ../njd -D CHARSET_UTF_8   -O2 -Wall -g -g -O2 -MT njd_set_long_vowel.o -MD -MP -MF .deps/njd_set_long_vowel.Tpo -c -o njd_set_long_vowel.o njd_set_long_vowel.c
mv -f .deps/njd_set_long_vowel.Tpo .deps/njd_set_long_vowel.Po
rm -f libnjd_set_long_vowel.a
ar cru libnjd_set_long_vowel.a njd_set_long_vowel.o
ranlib libnjd_set_long_vowel.a
Making all in njd2jpcommon
gcc -DHAVE_CONFIG_H -I. -I../mecab  -I ../njd -I ../jpcommon -D CHARSET_UTF_8   -O2 -Wall -g -g -O2 -MT njd2jpcommon.o -MD -MP -MF .deps/njd2jpcommon.Tpo -c -o njd2jpcommon.o njd2jpcommon.c
mv -f .deps/njd2jpcommon.Tpo .deps/njd2jpcommon.Po
rm -f libnjd2jpcommon.a
ar cru libnjd2jpcommon.a njd2jpcommon.o
ranlib libnjd2jpcommon.a
Making all in jpcommon
gcc -DHAVE_CONFIG_H -I. -I../mecab  -D CHARSET_UTF_8   -O2 -Wall -g -g -O2 -MT jpcommon.o -MD -MP -MF .deps/jpcommon.Tpo -c -o jpcommon.o jpcommon.c
mv -f .deps/jpcommon.Tpo .deps/jpcommon.Po
gcc -DHAVE_CONFIG_H -I. -I../mecab  -D CHARSET_UTF_8   -O2 -Wall -g -g -O2 -MT jpcommon_node.o -MD -MP -MF .deps/jpcommon_node.Tpo -c -o jpcommon_node.o jpcommon_node.c
mv -f .deps/jpcommon_node.Tpo .deps/jpcommon_node.Po
gcc -DHAVE_CONFIG_H -I. -I../mecab  -D CHARSET_UTF_8   -O2 -Wall -g -g -O2 -MT jpcommon_label.o -MD -MP -MF .deps/jpcommon_label.Tpo -c -o jpcommon_label.o jpcommon_label.c
mv -f .deps/jpcommon_label.Tpo .deps/jpcommon_label.Po
rm -f libjpcommon.a
ar cru libjpcommon.a jpcommon.o jpcommon_node.o jpcommon_label.o
ranlib libjpcommon.a
Making all in bin
gcc -DHAVE_CONFIG_H -I. -I../mecab  -I ../text2mecab -I ../mecab/src -I ../mecab2njd -I ../njd -I ../njd_set_pronunciation -I ../njd_set_digit -I ../njd_set_accent_phrase -I ../njd_set_accent_type -I ../njd_set_unvoiced_vowel -I ../njd_set_long_vowel -I ../njd2jpcommon -I ../jpcommon -I /Users/umentu/Dropbox/drone/node_modules/openjtalk/lib/hts_engine_API-1.09//include   -O2 -Wall -g -g -O2 -MT open_jtalk.o -MD -MP -MF .deps/open_jtalk.Tpo -c -o open_jtalk.o open_jtalk.c
mv -f .deps/open_jtalk.Tpo .deps/open_jtalk.Po
gcc  -O2 -Wall -g -g -O2   -o open_jtalk open_jtalk.o ../text2mecab/libtext2mecab.a ../mecab/src/libmecab.a ../mecab2njd/libmecab2njd.a ../njd/libnjd.a ../njd_set_pronunciation/libnjd_set_pronunciation.a ../njd_set_digit/libnjd_set_digit.a ../njd_set_accent_phrase/libnjd_set_accent_phrase.a ../njd_set_accent_type/libnjd_set_accent_type.a ../njd_set_unvoiced_vowel/libnjd_set_unvoiced_vowel.a ../njd_set_long_vowel/libnjd_set_long_vowel.a ../njd2jpcommon/libnjd2jpcommon.a ../jpcommon/libjpcommon.a /Users/umentu/Dropbox/drone/node_modules/openjtalk/lib/hts_engine_API-1.09//lib/libHTSEngine.a -lstdc++ -lm  -lstdc++ -liconv
Making all in mecab-naist-jdic
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all-am'.
cp /Users/umentu/Dropbox/drone/node_modules/openjtalk/lib/open_jtalk-1.08//bin/open_jtalk bin/.
cp: bin/.: No such file or directory
make: *** [openjtalk] Error 1
npm ERR! Darwin 14.1.0
npm ERR! argv "node" "/usr/local/bin/npm" "install" "openjtalk"
npm ERR! node v0.10.35
npm ERR! npm  v2.1.18
npm ERR! code ELIFECYCLE
npm ERR! [email protected] install: `make`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] install script 'make'.
npm ERR! This is most likely a problem with the openjtalk package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     make
npm ERR! You can get their info via:
npm ERR!     npm owner ls openjtalk
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR!     /Users/umentu/Dropbox/drone/node_modules/npm-debug.log

binディレクトリがない、もしくは生成されていないために起こったものと思われます。
そのため、

git clone https://github.com/hecomi/node-openjtalk

でダウンロードし、

cd node-openjtalk
mkdir bin
npm install 

を実行したところ正常にインストールされました。

参考情報として、投稿時のエラーのログとgccのバージョンをお送りいたします。

$ gcc --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin14.1.0
Thread model: posix
1581 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/mecab-naist-jdic/pos-id.def
1582 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/mecab-naist-jdic/rewrite.def
1583 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/mecab-naist-jdic/right-id.def
1584 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/mecab-naist-jdic/sys.dic
1585 silly gunzTarPerm extractEntry julius-4.3/msvc/config/config-msvc-julius.h
1586 silly gunzTarPerm extractEntry julius-4.3/msvc/config/config-msvc-libjulius.h
1587 silly gunzTarPerm extractEntry julius-4.3/msvc/config/config-msvc-libsent.h
1588 silly gunzTarPerm extractEntry julius-4.3/msvc/config/version.c
1589 silly gunzTarPerm extractEntry julius-4.3/msvc/00README-ja.txt
1590 silly gunzTarPerm extractEntry julius-4.3/msvc/Debug/LICENSE_portaudio.txt
1591 silly gunzTarPerm extractEntry julius-4.3/msvc/Debug/portaudio_x86.dll
1592 silly gunzTarPerm extractEntry julius-4.3/msvc/JuliusLib.sln
1593 silly gunzTarPerm extractEntry julius-4.3/msvc/Release/LICENSE_portaudio.txt
1594 silly gunzTarPerm extractEntry julius-4.3/msvc/Release/portaudio_x86.dll
1595 silly gunzTarPerm extractEntry julius-4.3/msvc/SampleApp/Julius.cpp
1596 silly gunzTarPerm extractEntry julius-4.3/msvc/SampleApp/Julius.h
1597 silly gunzTarPerm extractEntry julius-4.3/msvc/SampleApp/Resource.h
1598 silly gunzTarPerm extractEntry julius-4.3/msvc/SampleApp/SampleApp.cpp
1599 silly gunzTarPerm extractEntry julius-4.3/msvc/SampleApp/SampleApp.h
1600 silly gunzTarPerm extractEntry julius-4.3/msvc/SampleApp/SampleApp.rc
1601 silly gunzTarPerm extractEntry julius-4.3/msvc/SampleApp/SampleApp.vcproj
1602 silly gunzTarPerm extractEntry julius-4.3/msvc/SampleApp/stdafx.cpp
1603 silly gunzTarPerm extractEntry julius-4.3/msvc/SampleApp/stdafx.h
1604 silly gunzTarPerm extractEntry julius-4.3/msvc/SampleApp/targetver.h
1605 silly gunzTarPerm extractEntry julius-4.3/msvc/00README.txt
1606 silly gunzTarPerm extractEntry julius-4.3/msvc/julius/julius.vcproj
1607 silly gunzTarPerm extractEntry julius-4.3/msvc/libjulius/libjulius.vcproj
1608 silly gunzTarPerm extractEntry julius-4.3/msvc/libsent/libsent.vcproj
1609 silly gunzTarPerm extractEntry julius-4.3/msvc/portaudio/pa_win_wmme.h
1610 silly gunzTarPerm extractEntry julius-4.3/msvc/portaudio/pa_asio.h
1611 silly gunzTarPerm extractEntry julius-4.3/msvc/portaudio/pa_linux_alsa.h
1612 silly gunzTarPerm extractEntry julius-4.3/msvc/portaudio/pa_mac_core.h
1613 silly gunzTarPerm extractEntry julius-4.3/msvc/portaudio/pa_win_ds.h
1614 silly gunzTarPerm extractEntry julius-4.3/msvc/portaudio/pa_win_waveformat.h
1615 silly gunzTarPerm extractEntry julius-4.3/msvc/portaudio/pa_jack.h
1616 silly gunzTarPerm extractEntry julius-4.3/msvc/portaudio/portaudio.h
1617 silly gunzTarPerm extractEntry julius-4.3/msvc/portaudio/portaudio_x86.dll
1618 silly gunzTarPerm extractEntry julius-4.3/msvc/portaudio/portaudio_x86.dll.intermediate.manifest
1619 silly gunzTarPerm extractEntry julius-4.3/msvc/portaudio/portaudio_x86.exp
1620 silly gunzTarPerm extractEntry julius-4.3/msvc/portaudio/portaudio_x86.lib
1621 silly gunzTarPerm extractEntry julius-4.3/msvc/zlib/zconf.h
1622 silly gunzTarPerm extractEntry julius-4.3/msvc/zlib/zdll.exp
1623 silly gunzTarPerm extractEntry julius-4.3/msvc/zlib/zdll.lib
1624 silly gunzTarPerm extractEntry julius-4.3/msvc/zlib/zlib.h
1625 silly gunzTarPerm extractEntry julius-4.3/msvc/zlib/zlib.lib
1626 silly gunzTarPerm extractEntry julius-4.3/msvc/zlib/zlib1.dll
1627 silly gunzTarPerm extractEntry julius-4.3/plugin/calcmix.c
1628 silly gunzTarPerm extractEntry julius-4.3/plugin/00readme-ja.txt
1629 silly gunzTarPerm extractEntry julius-4.3/plugin/Makefile
1630 silly gunzTarPerm extractEntry julius-4.3/plugin/Makefile.darwin
1631 silly gunzTarPerm extractEntry julius-4.3/plugin/adin_oss.c
1632 silly gunzTarPerm extractEntry julius-4.3/plugin/audio_postprocess.c
1633 silly gunzTarPerm extractEntry julius-4.3/plugin/00readme.txt
1634 silly gunzTarPerm extractEntry julius-4.3/plugin/feature_postprocess.c
1635 silly gunzTarPerm extractEntry julius-4.3/plugin/fvin.c
1636 silly gunzTarPerm extractEntry julius-4.3/plugin/generic_callback.c
1637 silly gunzTarPerm extractEntry julius-4.3/plugin/plugin_defs.h
1638 silly gunzTarPerm extractEntry julius-4.3/plugin/result.c
1639 silly gunzTarPerm extractEntry julius-4.3/support/config.sub
1640 silly gunzTarPerm extractEntry julius-4.3/support/build-all.sh
1641 silly gunzTarPerm extractEntry julius-4.3/support/cflags.i686-pc-cygwin
1642 silly gunzTarPerm extractEntry julius-4.3/support/cflags.i686-pc-linux
1643 silly gunzTarPerm extractEntry julius-4.3/support/cflags.i686-pc-linux-gnu
1644 silly gunzTarPerm extractEntry julius-4.3/support/cflags.i686-pc-mingw32
1645 silly gunzTarPerm extractEntry julius-4.3/support/cflags.x86_64-unknown-linux-gnu
1646 silly gunzTarPerm extractEntry julius-4.3/support/config.guess
1647 silly gunzTarPerm extractEntry julius-4.3/support/cflags.i686-apple-darwin
1648 silly gunzTarPerm extractEntry julius-4.3/support/doxygen.conf.en
1649 silly gunzTarPerm extractEntry julius-4.3/support/doxygen.conf.ja
1650 silly gunzTarPerm extractEntry julius-4.3/support/doxygen_erasefilter
1651 silly gunzTarPerm extractEntry julius-4.3/support/install-sh
1652 silly gunzTarPerm extractEntry julius-4.3/support/makeman.sh
1653 silly gunzTarPerm extractEntry julius-4.3/support/modrev.sh
1654 silly gunzTarPerm extractEntry julius-4.3/support/update-mantxt.sh
1655 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/mecab-naist-jdic/unk.def
1656 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/mecab2njd/Makefile.am
1657 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/mecab2njd/Makefile.in
1658 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/mecab2njd/Makefile.mak
1659 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/mecab2njd/mecab2njd.c
1660 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/mecab2njd/mecab2njd.h
1661 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/NEWS
1662 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd/Makefile.am
1663 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd/Makefile.in
1664 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd/Makefile.mak
1665 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd/njd.c
1666 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd/njd.h
1667 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd/njd_node.c
1668 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd/njd_rule_euc_jp.h
1669 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd/njd_rule_shift_jis.h
1670 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd/njd_rule_utf_8.h
1671 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd2jpcommon/Makefile.am
1672 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd2jpcommon/Makefile.in
1673 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd2jpcommon/Makefile.mak
1674 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd2jpcommon/njd2jpcommon.c
1675 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd2jpcommon/njd2jpcommon.h
1676 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd2jpcommon/njd2jpcommon_rule_euc_jp.h
1677 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd2jpcommon/njd2jpcommon_rule_shift_jis.h
1678 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd2jpcommon/njd2jpcommon_rule_utf_8.h
1679 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_accent_phrase/Makefile.am
1680 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_accent_phrase/Makefile.in
1681 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_accent_phrase/Makefile.mak
1682 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_accent_phrase/njd_set_accent_phrase.c
1683 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_accent_phrase/njd_set_accent_phrase.h
1684 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_accent_phrase/njd_set_accent_phrase_rule_euc_jp.h
1685 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_accent_phrase/njd_set_accent_phrase_rule_shift_jis.h
1686 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_accent_phrase/njd_set_accent_phrase_rule_utf_8.h
1687 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_accent_type/Makefile.am
1688 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_accent_type/Makefile.in
1689 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_accent_type/Makefile.mak
1690 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_accent_type/njd_set_accent_type.c
1691 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_accent_type/njd_set_accent_type.h
1692 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_accent_type/njd_set_accent_type_rule_euc_jp.h
1693 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_accent_type/njd_set_accent_type_rule_shift_jis.h
1694 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_accent_type/njd_set_accent_type_rule_utf_8.h
1695 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_digit/Makefile.am
1696 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_digit/Makefile.in
1697 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_digit/Makefile.mak
1698 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_digit/njd_set_digit.c
1699 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_digit/njd_set_digit.h
1700 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_digit/njd_set_digit_rule_euc_jp.h
1701 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_digit/njd_set_digit_rule_shift_jis.h
1702 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_digit/njd_set_digit_rule_utf_8.h
1703 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_long_vowel/Makefile.am
1704 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_long_vowel/Makefile.in
1705 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_long_vowel/Makefile.mak
1706 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_long_vowel/njd_set_long_vowel.c
1707 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_long_vowel/njd_set_long_vowel.h
1708 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_long_vowel/njd_set_long_vowel_rule_euc_jp.h
1709 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_long_vowel/njd_set_long_vowel_rule_shift_jis.h
1710 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_long_vowel/njd_set_long_vowel_rule_utf_8.h
1711 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_pronunciation/Makefile.am
1712 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_pronunciation/Makefile.in
1713 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_pronunciation/Makefile.mak
1714 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_pronunciation/njd_set_pronunciation.c
1715 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_pronunciation/njd_set_pronunciation.h
1716 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_pronunciation/njd_set_pronunciation_rule_euc_jp.h
1717 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_pronunciation/njd_set_pronunciation_rule_shift_jis.h
1718 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_pronunciation/njd_set_pronunciation_rule_utf_8.h
1719 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_unvoiced_vowel/Makefile.am
1720 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_unvoiced_vowel/Makefile.in
1721 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_unvoiced_vowel/Makefile.mak
1722 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_unvoiced_vowel/njd_set_unvoiced_vowel.c
1723 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_unvoiced_vowel/njd_set_unvoiced_vowel.h
1724 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_unvoiced_vowel/njd_set_unvoiced_vowel_rule_euc_jp.h
1725 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_unvoiced_vowel/njd_set_unvoiced_vowel_rule_shift_jis.h
1726 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/njd_set_unvoiced_vowel/njd_set_unvoiced_vowel_rule_utf_8.h
1727 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/aclocal.m4
1728 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/text2mecab/Makefile.am
1729 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/text2mecab/Makefile.in
1730 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/text2mecab/Makefile.mak
1731 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/text2mecab/text2mecab.c
1732 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/text2mecab/text2mecab.h
1733 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/text2mecab/text2mecab_rule_euc_jp.h
1734 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/text2mecab/text2mecab_rule_shift_jis.h
1735 silly gunzTarPerm extractEntry lib/open_jtalk-1.05/text2mecab/text2mecab_rule_utf_8.h
1736 silly gunzTarPerm extractEntry Makefile
1737 silly gunzTarPerm extractEntry test/test.js
1738 silly gunzTarPerm extractEntry test/test2.js
1739 silly gunzTarPerm extractEntry voice/mei_angry/mgc.pdf
1740 silly gunzTarPerm extractEntry voice/mei_angry/COPYRIGHT.txt
1741 silly gunzTarPerm extractEntry voice/mei_angry/gv-lf0.pdf
1742 silly gunzTarPerm extractEntry voice/mei_angry/gv-mgc.pdf
1743 silly gunzTarPerm extractEntry voice/mei_angry/gv-switch.inf
1744 silly gunzTarPerm extractEntry voice/mei_angry/lf0.pdf
1745 silly gunzTarPerm extractEntry voice/mei_angry/lf0.win1
1746 silly gunzTarPerm extractEntry voice/mei_angry/lf0.win2
1747 silly gunzTarPerm extractEntry voice/mei_angry/lf0.win3
1748 silly gunzTarPerm extractEntry voice/mei_angry/lpf.pdf
1749 silly gunzTarPerm extractEntry voice/mei_angry/lpf.win1
1750 silly gunzTarPerm extractEntry voice/mei_angry/dur.pdf
1751 silly gunzTarPerm extractEntry voice/mei_angry/mgc.win1
1752 silly gunzTarPerm extractEntry voice/mei_angry/mgc.win2
1753 silly gunzTarPerm extractEntry voice/mei_angry/mgc.win3
1754 silly gunzTarPerm extractEntry voice/mei_angry/README.txt
1755 silly gunzTarPerm extractEntry voice/mei_angry/tree-dur.inf
1756 silly gunzTarPerm extractEntry voice/mei_angry/tree-gv-lf0.inf
1757 silly gunzTarPerm extractEntry voice/mei_angry/tree-gv-mgc.inf
1758 silly gunzTarPerm extractEntry voice/mei_angry/tree-lf0.inf
1759 silly gunzTarPerm extractEntry voice/mei_angry/tree-lpf.inf
1760 silly gunzTarPerm extractEntry voice/mei_angry/tree-mgc.inf
1761 silly gunzTarPerm extractEntry voice/mei_bashful/mgc.pdf
1762 silly gunzTarPerm extractEntry voice/mei_bashful/COPYRIGHT.txt
1763 silly gunzTarPerm extractEntry voice/mei_bashful/gv-lf0.pdf
1764 silly gunzTarPerm extractEntry voice/mei_bashful/gv-mgc.pdf
1765 silly gunzTarPerm extractEntry voice/mei_bashful/gv-switch.inf
1766 silly gunzTarPerm extractEntry voice/mei_bashful/lf0.pdf
1767 silly gunzTarPerm extractEntry voice/mei_bashful/lf0.win1
1768 silly gunzTarPerm extractEntry voice/mei_bashful/lf0.win2
1769 silly gunzTarPerm extractEntry voice/mei_bashful/lf0.win3
1770 silly gunzTarPerm extractEntry voice/mei_bashful/lpf.pdf
1771 silly gunzTarPerm extractEntry voice/mei_bashful/lpf.win1
1772 silly gunzTarPerm extractEntry voice/mei_bashful/dur.pdf
1773 silly gunzTarPerm extractEntry voice/mei_bashful/mgc.win1
1774 silly gunzTarPerm extractEntry voice/mei_bashful/mgc.win2
1775 silly gunzTarPerm extractEntry voice/mei_bashful/mgc.win3
1776 silly gunzTarPerm extractEntry voice/mei_bashful/README.txt
1777 silly gunzTarPerm extractEntry voice/mei_bashful/tree-dur.inf
1778 silly gunzTarPerm extractEntry voice/mei_bashful/tree-gv-lf0.inf
1779 silly gunzTarPerm extractEntry voice/mei_bashful/tree-gv-mgc.inf
1780 silly gunzTarPerm extractEntry voice/mei_bashful/tree-lf0.inf
1781 silly gunzTarPerm extractEntry voice/mei_bashful/tree-lpf.inf
1782 silly gunzTarPerm extractEntry voice/mei_bashful/tree-mgc.inf
1783 silly gunzTarPerm extractEntry voice/mei_happy/mgc.pdf
1784 silly gunzTarPerm extractEntry voice/mei_happy/COPYRIGHT.txt
1785 silly gunzTarPerm extractEntry voice/mei_happy/gv-lf0.pdf
1786 silly gunzTarPerm extractEntry voice/mei_happy/gv-mgc.pdf
1787 silly gunzTarPerm extractEntry voice/mei_happy/gv-switch.inf
1788 silly gunzTarPerm extractEntry voice/mei_happy/lf0.pdf
1789 silly gunzTarPerm extractEntry voice/mei_happy/lf0.win1
1790 silly gunzTarPerm extractEntry voice/mei_happy/lf0.win2
1791 silly gunzTarPerm extractEntry voice/mei_happy/lf0.win3
1792 silly gunzTarPerm extractEntry voice/mei_happy/lpf.pdf
1793 silly gunzTarPerm extractEntry voice/mei_happy/lpf.win1
1794 silly gunzTarPerm extractEntry voice/mei_happy/dur.pdf
1795 silly gunzTarPerm extractEntry voice/mei_happy/mgc.win1
1796 silly gunzTarPerm extractEntry voice/mei_happy/mgc.win2
1797 silly gunzTarPerm extractEntry voice/mei_happy/mgc.win3
1798 silly gunzTarPerm extractEntry voice/mei_happy/README.txt
1799 silly gunzTarPerm extractEntry voice/mei_happy/tree-dur.inf
1800 silly gunzTarPerm extractEntry voice/mei_happy/tree-gv-lf0.inf
1801 silly gunzTarPerm extractEntry voice/mei_happy/tree-gv-mgc.inf
1802 silly gunzTarPerm extractEntry voice/mei_happy/tree-lf0.inf
1803 silly gunzTarPerm extractEntry voice/mei_happy/tree-lpf.inf
1804 silly gunzTarPerm extractEntry voice/mei_happy/tree-mgc.inf
1805 silly gunzTarPerm extractEntry voice/mei_normal/mgc.pdf
1806 silly gunzTarPerm extractEntry voice/mei_normal/COPYRIGHT.txt
1807 silly gunzTarPerm extractEntry voice/mei_normal/gv-lf0.pdf
1808 silly gunzTarPerm extractEntry voice/mei_normal/gv-mgc.pdf
1809 silly gunzTarPerm extractEntry voice/mei_normal/gv-switch.inf
1810 silly gunzTarPerm extractEntry voice/mei_normal/lf0.pdf
1811 silly gunzTarPerm extractEntry voice/mei_normal/lf0.win1
1812 silly gunzTarPerm extractEntry voice/mei_normal/lf0.win2
1813 silly gunzTarPerm extractEntry voice/mei_normal/lf0.win3
1814 silly gunzTarPerm extractEntry voice/mei_normal/lpf.pdf
1815 silly gunzTarPerm extractEntry voice/mei_normal/lpf.win1
1816 silly gunzTarPerm extractEntry voice/mei_normal/dur.pdf
1817 silly gunzTarPerm extractEntry voice/mei_normal/mgc.win1
1818 silly gunzTarPerm extractEntry voice/mei_normal/mgc.win2
1819 silly gunzTarPerm extractEntry voice/mei_normal/mgc.win3
1820 silly gunzTarPerm extractEntry voice/mei_normal/README.txt
1821 silly gunzTarPerm extractEntry voice/mei_normal/tree-dur.inf
1822 silly gunzTarPerm extractEntry voice/mei_normal/tree-gv-lf0.inf
1823 silly gunzTarPerm extractEntry voice/mei_normal/tree-gv-mgc.inf
1824 silly gunzTarPerm extractEntry voice/mei_normal/tree-lf0.inf
1825 silly gunzTarPerm extractEntry voice/mei_normal/tree-lpf.inf
1826 silly gunzTarPerm extractEntry voice/mei_normal/tree-mgc.inf
1827 silly gunzTarPerm extractEntry voice/mei_sad/mgc.pdf
1828 silly gunzTarPerm extractEntry voice/mei_sad/COPYRIGHT.txt
1829 silly gunzTarPerm extractEntry voice/mei_sad/gv-lf0.pdf
1830 silly gunzTarPerm extractEntry voice/mei_sad/gv-mgc.pdf
1831 silly gunzTarPerm extractEntry voice/mei_sad/gv-switch.inf
1832 silly gunzTarPerm extractEntry voice/mei_sad/lf0.pdf
1833 silly gunzTarPerm extractEntry voice/mei_sad/lf0.win1
1834 silly gunzTarPerm extractEntry voice/mei_sad/lf0.win2
1835 silly gunzTarPerm extractEntry voice/mei_sad/lf0.win3
1836 silly gunzTarPerm extractEntry voice/mei_sad/lpf.pdf
1837 silly gunzTarPerm extractEntry voice/mei_sad/lpf.win1
1838 silly gunzTarPerm extractEntry voice/mei_sad/dur.pdf
1839 silly gunzTarPerm extractEntry voice/mei_sad/mgc.win1
1840 silly gunzTarPerm extractEntry voice/mei_sad/mgc.win2
1841 silly gunzTarPerm extractEntry voice/mei_sad/mgc.win3
1842 silly gunzTarPerm extractEntry voice/mei_sad/README.txt
1843 silly gunzTarPerm extractEntry voice/mei_sad/tree-dur.inf
1844 silly gunzTarPerm extractEntry voice/mei_sad/tree-gv-lf0.inf
1845 silly gunzTarPerm extractEntry voice/mei_sad/tree-gv-mgc.inf
1846 silly gunzTarPerm extractEntry voice/mei_sad/tree-lf0.inf
1847 silly gunzTarPerm extractEntry voice/mei_sad/tree-lpf.inf
1848 silly gunzTarPerm extractEntry voice/mei_sad/tree-mgc.inf
1849 info postinstall [email protected]
1850 verbose unlock done using /Users/umentu/.npm/_locks/ws-2b534a46c86d771b.lock for /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/dronestream/node_modules/ws
1851 verbose about to build /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/dronestream
1852 info build /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/dronestream
1853 verbose linkStuff [ false,
1853 verbose linkStuff   false,
1853 verbose linkStuff   false,
1853 verbose linkStuff   '/Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules' ]
1854 info linkStuff [email protected]
1855 verbose linkBins [email protected]
1856 verbose linkMans [email protected]
1857 verbose rebuildBundles [email protected]
1858 verbose rebuildBundles [ '.bin', 'ar-drone', 'buffy', 'ws' ]
1859 info install [email protected]
1860 info postinstall [email protected]
1861 verbose unlock done using /Users/umentu/.npm/_locks/dronestream-0e50043d180744a8.lock for /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/dronestream
1862 info preinstall [email protected]
1863 silly prepareForInstallMany adding mecab-async@~0.0.3 from julius dependencies
1864 silly prepareForInstallMany adding async@~0.1.22 from julius dependencies
1865 silly cache add args [ 'mecab-async@~0.0.3', null ]
1866 verbose cache add spec mecab-async@~0.0.3
1867 silly cache add args [ 'async@~0.1.22', null ]
1868 verbose cache add spec async@~0.1.22
1869 silly cache add parsed spec { raw: 'mecab-async@~0.0.3',
1869 silly cache add   scope: null,
1869 silly cache add   name: 'mecab-async',
1869 silly cache add   rawSpec: '~0.0.3',
1869 silly cache add   spec: '>=0.0.3 <0.1.0',
1869 silly cache add   type: 'range' }
1870 verbose addNamed mecab-async@>=0.0.3 <0.1.0
1871 silly addNamed semver.valid null
1872 silly addNamed semver.validRange >=0.0.3 <0.1.0
1873 silly addNameRange { name: 'mecab-async', range: '>=0.0.3 <0.1.0', hasData: false }
1874 silly mapToRegistry name mecab-async
1875 silly mapToRegistry using default registry
1876 silly mapToRegistry registry https://registry.npmjs.org/
1877 silly mapToRegistry uri https://registry.npmjs.org/mecab-async
1878 verbose addNameRange registry:https://registry.npmjs.org/mecab-async not in flight; fetching
1879 silly cache add parsed spec { raw: 'async@~0.1.22',
1879 silly cache add   scope: null,
1879 silly cache add   name: 'async',
1879 silly cache add   rawSpec: '~0.1.22',
1879 silly cache add   spec: '>=0.1.22 <0.2.0',
1879 silly cache add   type: 'range' }
1880 verbose addNamed async@>=0.1.22 <0.2.0
1881 silly addNamed semver.valid null
1882 silly addNamed semver.validRange >=0.1.22 <0.2.0
1883 silly addNameRange { name: 'async', range: '>=0.1.22 <0.2.0', hasData: false }
1884 silly mapToRegistry name async
1885 silly mapToRegistry using default registry
1886 silly mapToRegistry registry https://registry.npmjs.org/
1887 silly mapToRegistry uri https://registry.npmjs.org/async
1888 verbose addNameRange registry:https://registry.npmjs.org/async not in flight; fetching
1889 verbose request uri https://registry.npmjs.org/mecab-async
1890 verbose request no auth needed
1891 info attempt registry request try #1 at 01:48:42
1892 verbose etag "9KOWUUO2RF5QZCWY5DNBINHDB"
1893 http request GET https://registry.npmjs.org/mecab-async
1894 verbose request uri https://registry.npmjs.org/async
1895 verbose request no auth needed
1896 info attempt registry request try #1 at 01:48:42
1897 verbose etag "ZAWC8IJ3CSTE2ZVK48J01K9F"
1898 http request GET https://registry.npmjs.org/async
1899 http 304 https://registry.npmjs.org/async
1900 silly get cb [ 304,
1900 silly get   { date: 'Mon, 06 Apr 2015 16:48:42 GMT',
1900 silly get     server: 'Apache',
1900 silly get     via: '1.1 varnish',
1900 silly get     'last-modified': 'Mon, 06 Apr 2015 16:48:42 GMT',
1900 silly get     'cache-control': 'max-age=60',
1900 silly get     etag: '"ZAWC8IJ3CSTE2ZVK48J01K9F"',
1900 silly get     age: '17',
1900 silly get     'x-served-by': 'cache-nrt6135-NRT',
1900 silly get     'x-cache': 'HIT',
1900 silly get     'x-cache-hits': '1',
1900 silly get     'x-timer': 'S1428338922.855903,VS0,VE1',
1900 silly get     vary: 'Accept',
1900 silly get     'content-length': '0',
1900 silly get     'keep-alive': 'timeout=10, max=50',
1900 silly get     connection: 'Keep-Alive' } ]
1901 verbose etag https://registry.npmjs.org/async from cache
1902 silly addNameRange number 2 { name: 'async', range: '>=0.1.22 <0.2.0', hasData: true }
1903 silly addNameRange versions [ 'async',
1903 silly addNameRange   [ '0.1.0',
1903 silly addNameRange     '0.1.1',
1903 silly addNameRange     '0.1.2',
1903 silly addNameRange     '0.1.3',
1903 silly addNameRange     '0.1.4',
1903 silly addNameRange     '0.1.5',
1903 silly addNameRange     '0.1.6',
1903 silly addNameRange     '0.1.7',
1903 silly addNameRange     '0.1.8',
1903 silly addNameRange     '0.1.9',
1903 silly addNameRange     '0.1.10',
1903 silly addNameRange     '0.1.11',
1903 silly addNameRange     '0.1.12',
1903 silly addNameRange     '0.1.13',
1903 silly addNameRange     '0.1.14',
1903 silly addNameRange     '0.1.15',
1903 silly addNameRange     '0.1.16',
1903 silly addNameRange     '0.1.17',
1903 silly addNameRange     '0.1.18',
1903 silly addNameRange     '0.1.19',
1903 silly addNameRange     '0.1.20',
1903 silly addNameRange     '0.1.21',
1903 silly addNameRange     '0.1.22',
1903 silly addNameRange     '0.2.0',
1903 silly addNameRange     '0.2.1',
1903 silly addNameRange     '0.2.2',
1903 silly addNameRange     '0.2.3',
1903 silly addNameRange     '0.2.4',
1903 silly addNameRange     '0.2.5',
1903 silly addNameRange     '0.2.6',
1903 silly addNameRange     '0.2.7',
1903 silly addNameRange     '0.2.8',
1903 silly addNameRange     '0.2.9',
1903 silly addNameRange     '0.2.10',
1903 silly addNameRange     '0.3.0',
1903 silly addNameRange     '0.4.0',
1903 silly addNameRange     '0.4.1',
1903 silly addNameRange     '0.5.0',
1903 silly addNameRange     '0.6.0',
1903 silly addNameRange     '0.6.1',
1903 silly addNameRange     '0.6.2',
1903 silly addNameRange     '0.7.0',
1903 silly addNameRange     '0.8.0',
1903 silly addNameRange     '0.9.0' ] ]
1904 verbose addNamed [email protected]
1905 silly addNamed semver.valid 0.1.22
1906 silly addNamed semver.validRange 0.1.22
1907 silly cache afterAdd [email protected]
1908 verbose afterAdd /Users/umentu/.npm/async/0.1.22/package/package.json not in flight; writing
1909 verbose afterAdd /Users/umentu/.npm/async/0.1.22/package/package.json written
1910 http 304 https://registry.npmjs.org/mecab-async
1911 silly get cb [ 304,
1911 silly get   { date: 'Mon, 06 Apr 2015 16:48:42 GMT',
1911 silly get     server: 'Apache',
1911 silly get     via: '1.1 varnish',
1911 silly get     'last-modified': 'Mon, 06 Apr 2015 16:48:43 GMT',
1911 silly get     'cache-control': 'max-age=60',
1911 silly get     etag: '"9KOWUUO2RF5QZCWY5DNBINHDB"',
1911 silly get     age: '0',
1911 silly get     'x-served-by': 'cache-nrt6131-NRT',
1911 silly get     'x-cache': 'MISS',
1911 silly get     'x-cache-hits': '0',
1911 silly get     'x-timer': 'S1428338922.852895,VS0,VE470',
1911 silly get     vary: 'Accept',
1911 silly get     'content-length': '0',
1911 silly get     'keep-alive': 'timeout=10, max=50',
1911 silly get     connection: 'Keep-Alive' } ]
1912 verbose etag https://registry.npmjs.org/mecab-async from cache
1913 silly addNameRange number 2 { name: 'mecab-async', range: '>=0.0.3 <0.1.0', hasData: true }
1914 silly addNameRange versions [ 'mecab-async',
1914 silly addNameRange   [ '0.0.1',
1914 silly addNameRange     '0.0.2',
1914 silly addNameRange     '0.0.3',
1914 silly addNameRange     '0.0.4',
1914 silly addNameRange     '0.0.5',
1914 silly addNameRange     '0.0.6',
1914 silly addNameRange     '0.0.7',
1914 silly addNameRange     '0.0.8',
1914 silly addNameRange     '0.0.9',
1914 silly addNameRange     '0.1.0' ] ]
1915 verbose addNamed [email protected]
1916 silly addNamed semver.valid 0.0.9
1917 silly addNamed semver.validRange 0.0.9
1918 silly cache afterAdd [email protected]
1919 verbose afterAdd /Users/umentu/.npm/mecab-async/0.0.9/package/package.json not in flight; writing
1920 verbose afterAdd /Users/umentu/.npm/mecab-async/0.0.9/package/package.json written
1921 silly install resolved [ { name: 'async',
1921 silly install resolved     description: 'Higher-order functions and common patterns for asynchronous code',
1921 silly install resolved     main: './index',
1921 silly install resolved     author: { name: 'Caolan McMahon' },
1921 silly install resolved     version: '0.1.22',
1921 silly install resolved     repository: { type: 'git', url: 'git://github.com/caolan/async.git' },
1921 silly install resolved     bugs: { url: 'http://github.com/caolan/async/issues' },
1921 silly install resolved     licenses: [ [Object] ],
1921 silly install resolved     devDependencies: { nodeunit: '>0.0.0', 'uglify-js': '1.2.x', nodelint: '>0.0.0' },
1921 silly install resolved     _npmUser: { name: 'caolan', email: '[email protected]' },
1921 silly install resolved     _id: '[email protected]',
1921 silly install resolved     dependencies: {},
1921 silly install resolved     optionalDependencies: {},
1921 silly install resolved     engines: { node: '*' },
1921 silly install resolved     _engineSupported: true,
1921 silly install resolved     _npmVersion: '1.1.21',
1921 silly install resolved     _nodeVersion: 'v0.6.18',
1921 silly install resolved     _defaultsLoaded: true,
1921 silly install resolved     dist:
1921 silly install resolved      { shasum: '0fc1aaa088a0e3ef0ebe2d8831bab0dcf8845061',
1921 silly install resolved        tarball: 'http://registry.npmjs.org/async/-/async-0.1.22.tgz' },
1921 silly install resolved     maintainers: [ [Object] ],
1921 silly install resolved     directories: {},
1921 silly install resolved     _shasum: '0fc1aaa088a0e3ef0ebe2d8831bab0dcf8845061',
1921 silly install resolved     _resolved: 'https://registry.npmjs.org/async/-/async-0.1.22.tgz',
1921 silly install resolved     _from: 'async@>=0.1.22 <0.2.0',
1921 silly install resolved     readme: 'ERROR: No README data found!',
1921 silly install resolved     homepage: 'https://github.com/caolan/async' },
1921 silly install resolved   { name: 'mecab-async',
1921 silly install resolved     version: '0.0.9',
1921 silly install resolved     author: { name: 'hecomi', email: '[email protected]' },
1921 silly install resolved     main: 'mecab',
1921 silly install resolved     dependencies: { execsync: '*', 'shell-quote': '*' },
1921 silly install resolved     description: 'Asynchronous japanese morphological analyzer using MeCab.',
1921 silly install resolved     repository:
1921 silly install resolved      { type: 'git',
1921 silly install resolved        url: 'https://github.com/hecomi/node-mecab-async.git' },
1921 silly install resolved     bugs: { url: 'http://github.com/hecomi/node-mecab-async/issues' },
1921 silly install resolved     gitHead: 'c366c62d8a08f884230ede2270718573bb2d01fa',
1921 silly install resolved     homepage: 'https://github.com/hecomi/node-mecab-async',
1921 silly install resolved     _id: '[email protected]',
1921 silly install resolved     scripts: {},
1921 silly install resolved     _shasum: 'b910d73c04720cf23f4017bfc3e45ad627a2f8fb',
1921 silly install resolved     _from: 'mecab-async@>=0.0.3 <0.1.0',
1921 silly install resolved     _npmVersion: '1.4.14',
1921 silly install resolved     _npmUser: { name: 'hecomi', email: '[email protected]' },
1921 silly install resolved     maintainers: [ [Object] ],
1921 silly install resolved     dist:
1921 silly install resolved      { shasum: 'b910d73c04720cf23f4017bfc3e45ad627a2f8fb',
1921 silly install resolved        tarball: 'http://registry.npmjs.org/mecab-async/-/mecab-async-0.0.9.tgz' },
1921 silly install resolved     directories: {},
1921 silly install resolved     _resolved: 'https://registry.npmjs.org/mecab-async/-/mecab-async-0.0.9.tgz',
1921 silly install resolved     readme: 'ERROR: No README data found!' } ]
1922 info install [email protected] into /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius
1923 info install [email protected] into /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius
1924 info installOne [email protected]
1925 verbose installOne of async to /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius not in flight; installing
1926 info installOne [email protected]
1927 verbose installOne of mecab-async to /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius not in flight; installing
1928 verbose lock using /Users/umentu/.npm/_locks/async-cbfd97826e1f98d3.lock for /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/async
1929 silly install write writing async 0.1.22 to /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/async
1930 silly cache addNamed cb [email protected]
1931 verbose unbuild node_modules/julius/node_modules/async
1932 verbose lock using /Users/umentu/.npm/_locks/mecab-async-d0dbcf66cf590af8.lock for /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async
1933 silly install write writing mecab-async 0.0.9 to /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async
1934 silly cache addNamed cb [email protected]
1935 verbose unbuild node_modules/julius/node_modules/mecab-async
1936 verbose gentlyRm vacuuming /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/async
1937 verbose tar unpack /Users/umentu/.npm/async/0.1.22/package.tgz
1938 verbose tar unpacking to /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/async
1939 verbose gentlyRm vacuuming /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/async
1940 verbose gentlyRm vacuuming /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async
1941 silly gunzTarPerm modes [ '755', '644' ]
1942 verbose tar unpack /Users/umentu/.npm/mecab-async/0.0.9/package.tgz
1943 verbose tar unpacking to /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async
1944 verbose gentlyRm vacuuming /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async
1945 silly gunzTarPerm modes [ '755', '644' ]
1946 silly gunzTarPerm extractEntry package.json
1947 silly gunzTarPerm extractEntry package.json
1948 silly gunzTarPerm extractEntry .npmignore
1949 silly gunzTarPerm extractEntry README.md
1950 silly gunzTarPerm extractEntry .npmignore
1951 silly gunzTarPerm extractEntry README.md
1952 silly gunzTarPerm extractEntry LICENSE
1953 silly gunzTarPerm extractEntry mecab.js
1954 silly gunzTarPerm extractEntry test.js
1955 silly gunzTarPerm extractEntry index.js
1956 silly gunzTarPerm extractEntry Makefile
1957 silly gunzTarPerm extractEntry lib/async.js
1958 silly gunzTarPerm extractEntry .gitmodules
1959 info preinstall [email protected]
1960 silly prepareForInstallMany adding execsync@* from mecab-async dependencies
1961 silly prepareForInstallMany adding shell-quote@* from mecab-async dependencies
1962 silly cache add args [ 'execsync@*', null ]
1963 verbose cache add spec execsync@*
1964 silly cache add args [ 'shell-quote@*', null ]
1965 verbose cache add spec shell-quote@*
1966 silly cache add parsed spec { raw: 'execsync@*',
1966 silly cache add   scope: null,
1966 silly cache add   name: 'execsync',
1966 silly cache add   rawSpec: '*',
1966 silly cache add   spec: '*',
1966 silly cache add   type: 'range' }
1967 verbose addNamed execsync@*
1968 silly addNamed semver.valid null
1969 silly addNamed semver.validRange *
1970 silly addNameRange { name: 'execsync', range: '*', hasData: false }
1971 silly mapToRegistry name execsync
1972 silly mapToRegistry using default registry
1973 silly mapToRegistry registry https://registry.npmjs.org/
1974 silly mapToRegistry uri https://registry.npmjs.org/execsync
1975 verbose addNameRange registry:https://registry.npmjs.org/execsync not in flight; fetching
1976 silly cache add parsed spec { raw: 'shell-quote@*',
1976 silly cache add   scope: null,
1976 silly cache add   name: 'shell-quote',
1976 silly cache add   rawSpec: '*',
1976 silly cache add   spec: '*',
1976 silly cache add   type: 'range' }
1977 verbose addNamed shell-quote@*
1978 silly addNamed semver.valid null
1979 silly addNamed semver.validRange *
1980 silly addNameRange { name: 'shell-quote', range: '*', hasData: false }
1981 silly mapToRegistry name shell-quote
1982 silly mapToRegistry using default registry
1983 silly mapToRegistry registry https://registry.npmjs.org/
1984 silly mapToRegistry uri https://registry.npmjs.org/shell-quote
1985 verbose addNameRange registry:https://registry.npmjs.org/shell-quote not in flight; fetching
1986 verbose request uri https://registry.npmjs.org/execsync
1987 verbose request no auth needed
1988 info attempt registry request try #1 at 01:48:43
1989 verbose etag "3YZW5MG5HZTGCNB2YWF7RW3WY"
1990 http request GET https://registry.npmjs.org/execsync
1991 verbose request uri https://registry.npmjs.org/shell-quote
1992 verbose request no auth needed
1993 info attempt registry request try #1 at 01:48:43
1994 verbose etag "ENYWQ1GI2E6WH5E0XCHLH1RWK"
1995 http request GET https://registry.npmjs.org/shell-quote
1996 info preinstall [email protected]
1997 silly install resolved []
1998 verbose about to build /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/async
1999 info build /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/async
2000 verbose linkStuff [ false,
2000 verbose linkStuff   false,
2000 verbose linkStuff   false,
2000 verbose linkStuff   '/Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules' ]
2001 info linkStuff [email protected]
2002 verbose linkBins [email protected]
2003 verbose linkMans [email protected]
2004 verbose rebuildBundles [email protected]
2005 info install [email protected]
2006 info postinstall [email protected]
2007 verbose unlock done using /Users/umentu/.npm/_locks/async-cbfd97826e1f98d3.lock for /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/async
2008 http 304 https://registry.npmjs.org/shell-quote
2009 silly get cb [ 304,
2009 silly get   { date: 'Mon, 06 Apr 2015 16:48:43 GMT',
2009 silly get     server: 'Apache',
2009 silly get     via: '1.1 varnish',
2009 silly get     'last-modified': 'Mon, 06 Apr 2015 16:48:43 GMT',
2009 silly get     'cache-control': 'max-age=60',
2009 silly get     etag: '"ENYWQ1GI2E6WH5E0XCHLH1RWK"',
2009 silly get     age: '0',
2009 silly get     'x-served-by': 'cache-nrt6128-NRT',
2009 silly get     'x-cache': 'HIT',
2009 silly get     'x-cache-hits': '1',
2009 silly get     'x-timer': 'S1428338923.464355,VS0,VE375',
2009 silly get     vary: 'Accept',
2009 silly get     'content-length': '0',
2009 silly get     'keep-alive': 'timeout=10, max=50',
2009 silly get     connection: 'Keep-Alive' } ]
2010 verbose etag https://registry.npmjs.org/shell-quote from cache
2011 silly addNameRange number 2 { name: 'shell-quote', range: '*', hasData: true }
2012 silly addNameRange versions [ 'shell-quote',
2012 silly addNameRange   [ '0.0.0',
2012 silly addNameRange     '0.0.1',
2012 silly addNameRange     '0.1.0',
2012 silly addNameRange     '0.1.1',
2012 silly addNameRange     '1.0.0',
2012 silly addNameRange     '1.1.0',
2012 silly addNameRange     '1.2.0',
2012 silly addNameRange     '1.3.0',
2012 silly addNameRange     '1.3.1',
2012 silly addNameRange     '1.3.2',
2012 silly addNameRange     '1.3.3',
2012 silly addNameRange     '1.4.0',
2012 silly addNameRange     '1.4.1',
2012 silly addNameRange     '1.4.2',
2012 silly addNameRange     '1.4.3' ] ]
2013 verbose addNamed [email protected]
2014 silly addNamed semver.valid 1.4.3
2015 silly addNamed semver.validRange 1.4.3
2016 silly cache afterAdd [email protected]
2017 verbose afterAdd /Users/umentu/.npm/shell-quote/1.4.3/package/package.json not in flight; writing
2018 verbose afterAdd /Users/umentu/.npm/shell-quote/1.4.3/package/package.json written
2019 http 304 https://registry.npmjs.org/execsync
2020 silly get cb [ 304,
2020 silly get   { date: 'Mon, 06 Apr 2015 16:48:43 GMT',
2020 silly get     server: 'Apache',
2020 silly get     via: '1.1 varnish',
2020 silly get     'last-modified': 'Mon, 06 Apr 2015 16:48:44 GMT',
2020 silly get     'cache-control': 'max-age=60',
2020 silly get     etag: '"3YZW5MG5HZTGCNB2YWF7RW3WY"',
2020 silly get     age: '0',
2020 silly get     'x-served-by': 'cache-nrt6121-NRT',
2020 silly get     'x-cache': 'MISS',
2020 silly get     'x-cache-hits': '0',
2020 silly get     'x-timer': 'S1428338923.461293,VS0,VE725',
2020 silly get     vary: 'Accept',
2020 silly get     'content-length': '0',
2020 silly get     'keep-alive': 'timeout=10, max=50',
2020 silly get     connection: 'Keep-Alive' } ]
2021 verbose etag https://registry.npmjs.org/execsync from cache
2022 silly addNameRange number 2 { name: 'execsync', range: '*', hasData: true }
2023 silly addNameRange versions [ 'execsync',
2023 silly addNameRange   [ '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0.0.6' ] ]
2024 verbose addNamed [email protected]
2025 silly addNamed semver.valid 0.0.6
2026 silly addNamed semver.validRange 0.0.6
2027 silly cache afterAdd [email protected]
2028 verbose afterAdd /Users/umentu/.npm/execsync/0.0.6/package/package.json not in flight; writing
2029 verbose afterAdd /Users/umentu/.npm/execsync/0.0.6/package/package.json written
2030 silly install resolved [ { name: 'shell-quote',
2030 silly install resolved     version: '1.4.3',
2030 silly install resolved     description: 'quote and parse shell commands',
2030 silly install resolved     main: 'index.js',
2030 silly install resolved     devDependencies: { tape: '~2.3.0' },
2030 silly install resolved     scripts: { test: 'tape test/*.js' },
2030 silly install resolved     repository:
2030 silly install resolved      { type: 'git',
2030 silly install resolved        url: 'http://github.com/substack/node-shell-quote.git' },
2030 silly install resolved     keywords: [ 'shell', 'command', 'quote', 'parse' ],
2030 silly install resolved     testling: { files: 'test/*.js', browsers: [Object] },
2030 silly install resolved     author:
2030 silly install resolved      { name: 'James Halliday',
2030 silly install resolved        email: '[email protected]',
2030 silly install resolved        url: 'http://substack.net' },
2030 silly install resolved     license: 'MIT',
2030 silly install resolved     dependencies:
2030 silly install resolved      { jsonify: '~0.0.0',
2030 silly install resolved        'array-filter': '~0.0.0',
2030 silly install resolved        'array-reduce': '~0.0.0',
2030 silly install resolved        'array-map': '~0.0.0' },
2030 silly install resolved     gitHead: '88c9b82e446c32bf782461059d2cb8b147e037d8',
2030 silly install resolved     bugs: { url: 'https://github.com/substack/node-shell-quote/issues' },
2030 silly install resolved     homepage: 'https://github.com/substack/node-shell-quote',
2030 silly install resolved     _id: '[email protected]',
2030 silly install resolved     _shasum: '952c44e0b1ed9013ef53958179cc643e8777466b',
2030 silly install resolved     _from: 'shell-quote@*',
2030 silly install resolved     _npmVersion: '2.3.0',
2030 silly install resolved     _nodeVersion: '0.12.0',
2030 silly install resolved     _npmUser: { name: 'substack', email: '[email protected]' },
2030 silly install resolved     maintainers: [ [Object] ],
2030 silly install resolved     dist:
2030 silly install resolved      { shasum: '952c44e0b1ed9013ef53958179cc643e8777466b',
2030 silly install resolved        tarball: 'http://registry.npmjs.org/shell-quote/-/shell-quote-1.4.3.tgz' },
2030 silly install resolved     directories: {},
2030 silly install resolved     _resolved: 'https://registry.npmjs.org/shell-quote/-/shell-quote-1.4.3.tgz',
2030 silly install resolved     readme: 'ERROR: No README data found!' },
2030 silly install resolved   { name: 'execsync',
2030 silly install resolved     version: '0.0.6',
2030 silly install resolved     author: { name: 'hecomi', email: '[email protected]' },
2030 silly install resolved     main: 'execsync',
2030 silly install resolved     dependencies: {},
2030 silly install resolved     description: 'synchronous exec command',
2030 silly install resolved     repository:
2030 silly install resolved      { type: 'git',
2030 silly install resolved        url: 'https://github.com/hecomi/node-execsync.git' },
2030 silly install resolved     bugs: { url: 'http://github.com/hecomi/node-execsync/issues' },
2030 silly install resolved     scripts: { install: 'node-gyp rebuild' },
2030 silly install resolved     gypfile: true,
2030 silly install resolved     gitHead: 'f0eb5176324fe11dad6f7fa4ca64429040b23d44',
2030 silly install resolved     homepage: 'https://github.com/hecomi/node-execsync',
2030 silly install resolved     _id: '[email protected]',
2030 silly install resolved     _shasum: '6615d1c7d8ccce91f95d3a5832ceccb4a21b6de9',
2030 silly install resolved     _from: 'execsync@*',
2030 silly install resolved     _npmVersion: '1.4.14',
2030 silly install resolved     _npmUser: { name: 'hecomi', email: '[email protected]' },
2030 silly install resolved     maintainers: [ [Object] ],
2030 silly install resolved     dist:
2030 silly install resolved      { shasum: '6615d1c7d8ccce91f95d3a5832ceccb4a21b6de9',
2030 silly install resolved        tarball: 'http://registry.npmjs.org/execsync/-/execsync-0.0.6.tgz' },
2030 silly install resolved     directories: {},
2030 silly install resolved     _resolved: 'https://registry.npmjs.org/execsync/-/execsync-0.0.6.tgz',
2030 silly install resolved     readme: 'ERROR: No README data found!' } ]
2031 info install [email protected] into /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async
2032 info install [email protected] into /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async
2033 info installOne [email protected]
2034 verbose installOne of shell-quote to /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async not in flight; installing
2035 info installOne [email protected]
2036 verbose installOne of execsync to /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async not in flight; installing
2037 verbose lock using /Users/umentu/.npm/_locks/shell-quote-da36fd9dd6f1ff94.lock for /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote
2038 silly install write writing shell-quote 1.4.3 to /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote
2039 silly cache addNamed cb [email protected]
2040 verbose unbuild node_modules/julius/node_modules/mecab-async/node_modules/shell-quote
2041 verbose lock using /Users/umentu/.npm/_locks/execsync-a746492335546a13.lock for /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/execsync
2042 silly install write writing execsync 0.0.6 to /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/execsync
2043 silly cache addNamed cb [email protected]
2044 verbose unbuild node_modules/julius/node_modules/mecab-async/node_modules/execsync
2045 verbose gentlyRm vacuuming /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote
2046 verbose tar unpack /Users/umentu/.npm/shell-quote/1.4.3/package.tgz
2047 verbose tar unpacking to /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote
2048 verbose gentlyRm vacuuming /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote
2049 verbose gentlyRm vacuuming /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/execsync
2050 silly gunzTarPerm modes [ '755', '644' ]
2051 verbose tar unpack /Users/umentu/.npm/execsync/0.0.6/package.tgz
2052 verbose tar unpacking to /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/execsync
2053 verbose gentlyRm vacuuming /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/execsync
2054 silly gunzTarPerm modes [ '755', '644' ]
2055 silly gunzTarPerm extractEntry package.json
2056 silly gunzTarPerm extractEntry package.json
2057 silly gunzTarPerm extractEntry LICENSE
2058 silly gunzTarPerm extractEntry index.js
2059 silly gunzTarPerm extractEntry .npmignore
2060 silly gunzTarPerm extractEntry README.md
2061 silly gunzTarPerm extractEntry .travis.yml
2062 silly gunzTarPerm extractEntry example/env.js
2063 silly gunzTarPerm extractEntry execsync.js
2064 silly gunzTarPerm extractEntry binding.gyp
2065 silly gunzTarPerm extractEntry execsync.cc
2066 silly gunzTarPerm extractEntry example/op.js
2067 silly gunzTarPerm extractEntry example/parse.js
2068 silly gunzTarPerm extractEntry example/quote.js
2069 silly gunzTarPerm extractEntry readme.markdown
2070 silly gunzTarPerm extractEntry test/env.js
2071 silly gunzTarPerm extractEntry test/env_fn.js
2072 silly gunzTarPerm extractEntry test/op.js
2073 info preinstall [email protected]
2074 silly gunzTarPerm extractEntry test/parse.js
2075 silly gunzTarPerm extractEntry test/quote.js
2076 silly install resolved []
2077 verbose about to build /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/execsync
2078 info build /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/execsync
2079 verbose linkStuff [ false,
2079 verbose linkStuff   false,
2079 verbose linkStuff   false,
2079 verbose linkStuff   '/Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules' ]
2080 info linkStuff [email protected]
2081 verbose linkBins [email protected]
2082 verbose linkMans [email protected]
2083 verbose rebuildBundles [email protected]
2084 info install [email protected]
2085 verbose unsafe-perm in lifecycle true
2086 silly gunzTarPerm extractEntry test/set.js
2087 info preinstall [email protected]
2088 silly prepareForInstallMany adding jsonify@~0.0.0 from shell-quote dependencies
2089 silly prepareForInstallMany adding array-filter@~0.0.0 from shell-quote dependencies
2090 silly prepareForInstallMany adding array-reduce@~0.0.0 from shell-quote dependencies
2091 silly prepareForInstallMany adding array-map@~0.0.0 from shell-quote dependencies
2092 silly cache add args [ 'jsonify@~0.0.0', null ]
2093 verbose cache add spec jsonify@~0.0.0
2094 silly cache add args [ 'array-filter@~0.0.0', null ]
2095 verbose cache add spec array-filter@~0.0.0
2096 silly cache add parsed spec { raw: 'jsonify@~0.0.0',
2096 silly cache add   scope: null,
2096 silly cache add   name: 'jsonify',
2096 silly cache add   rawSpec: '~0.0.0',
2096 silly cache add   spec: '>=0.0.0 <0.1.0',
2096 silly cache add   type: 'range' }
2097 verbose addNamed jsonify@>=0.0.0 <0.1.0
2098 silly addNamed semver.valid null
2099 silly addNamed semver.validRange >=0.0.0 <0.1.0
2100 silly addNameRange { name: 'jsonify', range: '>=0.0.0 <0.1.0', hasData: false }
2101 silly mapToRegistry name jsonify
2102 silly mapToRegistry using default registry
2103 silly mapToRegistry registry https://registry.npmjs.org/
2104 silly mapToRegistry uri https://registry.npmjs.org/jsonify
2105 verbose addNameRange registry:https://registry.npmjs.org/jsonify not in flight; fetching
2106 silly cache add parsed spec { raw: 'array-filter@~0.0.0',
2106 silly cache add   scope: null,
2106 silly cache add   name: 'array-filter',
2106 silly cache add   rawSpec: '~0.0.0',
2106 silly cache add   spec: '>=0.0.0 <0.1.0',
2106 silly cache add   type: 'range' }
2107 verbose addNamed array-filter@>=0.0.0 <0.1.0
2108 silly addNamed semver.valid null
2109 silly addNamed semver.validRange >=0.0.0 <0.1.0
2110 silly addNameRange { name: 'array-filter', range: '>=0.0.0 <0.1.0', hasData: false }
2111 silly mapToRegistry name array-filter
2112 silly mapToRegistry using default registry
2113 silly mapToRegistry registry https://registry.npmjs.org/
2114 silly mapToRegistry uri https://registry.npmjs.org/array-filter
2115 verbose addNameRange registry:https://registry.npmjs.org/array-filter not in flight; fetching
2116 silly cache add args [ 'array-reduce@~0.0.0', null ]
2117 verbose cache add spec array-reduce@~0.0.0
2118 silly cache add parsed spec { raw: 'array-reduce@~0.0.0',
2118 silly cache add   scope: null,
2118 silly cache add   name: 'array-reduce',
2118 silly cache add   rawSpec: '~0.0.0',
2118 silly cache add   spec: '>=0.0.0 <0.1.0',
2118 silly cache add   type: 'range' }
2119 verbose addNamed array-reduce@>=0.0.0 <0.1.0
2120 silly addNamed semver.valid null
2121 silly addNamed semver.validRange >=0.0.0 <0.1.0
2122 silly addNameRange { name: 'array-reduce', range: '>=0.0.0 <0.1.0', hasData: false }
2123 silly mapToRegistry name array-reduce
2124 silly mapToRegistry using default registry
2125 silly mapToRegistry registry https://registry.npmjs.org/
2126 silly mapToRegistry uri https://registry.npmjs.org/array-reduce
2127 verbose addNameRange registry:https://registry.npmjs.org/array-reduce not in flight; fetching
2128 silly cache add args [ 'array-map@~0.0.0', null ]
2129 verbose cache add spec array-map@~0.0.0
2130 silly cache add parsed spec { raw: 'array-map@~0.0.0',
2130 silly cache add   scope: null,
2130 silly cache add   name: 'array-map',
2130 silly cache add   rawSpec: '~0.0.0',
2130 silly cache add   spec: '>=0.0.0 <0.1.0',
2130 silly cache add   type: 'range' }
2131 verbose addNamed array-map@>=0.0.0 <0.1.0
2132 silly addNamed semver.valid null
2133 silly addNamed semver.validRange >=0.0.0 <0.1.0
2134 silly addNameRange { name: 'array-map', range: '>=0.0.0 <0.1.0', hasData: false }
2135 silly mapToRegistry name array-map
2136 silly mapToRegistry using default registry
2137 silly mapToRegistry registry https://registry.npmjs.org/
2138 silly mapToRegistry uri https://registry.npmjs.org/array-map
2139 verbose addNameRange registry:https://registry.npmjs.org/array-map not in flight; fetching
2140 verbose request uri https://registry.npmjs.org/jsonify
2141 verbose request no auth needed
2142 info attempt registry request try #1 at 01:48:44
2143 verbose etag "2FCTXRPP4H152KNABZ4FUHTXI"
2144 http request GET https://registry.npmjs.org/jsonify
2145 verbose request uri https://registry.npmjs.org/array-reduce
2146 verbose request no auth needed
2147 info attempt registry request try #1 at 01:48:44
2148 verbose etag "D0HABZTTDFMICFSVY2K76UWZ5"
2149 http request GET https://registry.npmjs.org/array-reduce
2150 verbose request uri https://registry.npmjs.org/array-map
2151 verbose request no auth needed
2152 info attempt registry request try #1 at 01:48:44
2153 verbose etag "2IB91QD4KHMWOUJDOTWREDI5I"
2154 http request GET https://registry.npmjs.org/array-map
2155 verbose request uri https://registry.npmjs.org/array-filter
2156 verbose request no auth needed
2157 info attempt registry request try #1 at 01:48:44
2158 verbose etag "5BWRJVIOIMPVTO5WAUJS5JH9E"
2159 http request GET https://registry.npmjs.org/array-filter
2160 http 304 https://registry.npmjs.org/jsonify
2161 silly get cb [ 304,
2161 silly get   { date: 'Mon, 06 Apr 2015 16:48:44 GMT',
2161 silly get     server: 'Apache',
2161 silly get     via: '1.1 varnish',
2161 silly get     'last-modified': 'Mon, 06 Apr 2015 16:48:44 GMT',
2161 silly get     'cache-control': 'max-age=60',
2161 silly get     etag: '"2FCTXRPP4H152KNABZ4FUHTXI"',
2161 silly get     age: '0',
2161 silly get     'x-served-by': 'cache-nrt6134-NRT',
2161 silly get     'x-cache': 'HIT',
2161 silly get     'x-cache-hits': '1',
2161 silly get     'x-timer': 'S1428338924.424464,VS0,VE488',
2161 silly get     vary: 'Accept',
2161 silly get     'content-length': '0',
2161 silly get     'keep-alive': 'timeout=10, max=50',
2161 silly get     connection: 'Keep-Alive' } ]
2162 verbose etag https://registry.npmjs.org/jsonify from cache
2163 silly addNameRange number 2 { name: 'jsonify', range: '>=0.0.0 <0.1.0', hasData: true }
2164 silly addNameRange versions [ 'jsonify', [ '0.0.0' ] ]
2165 verbose addNamed [email protected]
2166 silly addNamed semver.valid 0.0.0
2167 silly addNamed semver.validRange 0.0.0
2168 silly cache afterAdd [email protected]
2169 verbose afterAdd /Users/umentu/.npm/jsonify/0.0.0/package/package.json not in flight; writing
2170 verbose afterAdd /Users/umentu/.npm/jsonify/0.0.0/package/package.json written
2171 http 304 https://registry.npmjs.org/array-filter
2172 silly get cb [ 304,
2172 silly get   { date: 'Mon, 06 Apr 2015 16:48:44 GMT',
2172 silly get     server: 'Apache',
2172 silly get     via: '1.1 varnish',
2172 silly get     'last-modified': 'Mon, 06 Apr 2015 16:48:45 GMT',
2172 silly get     'cache-control': 'max-age=60',
2172 silly get     etag: '"5BWRJVIOIMPVTO5WAUJS5JH9E"',
2172 silly get     age: '0',
2172 silly get     'x-served-by': 'cache-nrt6128-NRT',
2172 silly get     'x-cache': 'HIT',
2172 silly get     'x-cache-hits': '1',
2172 silly get     'x-timer': 'S1428338924.402494,VS0,VE736',
2172 silly get     vary: 'Accept',
2172 silly get     'content-length': '0',
2172 silly get     'keep-alive': 'timeout=10, max=50',
2172 silly get     connection: 'Keep-Alive' } ]
2173 verbose etag https://registry.npmjs.org/array-filter from cache
2174 silly addNameRange number 2 { name: 'array-filter', range: '>=0.0.0 <0.1.0', hasData: true }
2175 silly addNameRange versions [ 'array-filter', [ '0.0.0', '0.0.1', '0.1.0', '0.2.0' ] ]
2176 verbose addNamed [email protected]
2177 silly addNamed semver.valid 0.0.1
2178 silly addNamed semver.validRange 0.0.1
2179 silly cache afterAdd [email protected]
2180 verbose afterAdd /Users/umentu/.npm/array-filter/0.0.1/package/package.json not in flight; writing
2181 http 304 https://registry.npmjs.org/array-map
2182 silly get cb [ 304,
2182 silly get   { date: 'Mon, 06 Apr 2015 16:48:44 GMT',
2182 silly get     server: 'Apache',
2182 silly get     via: '1.1 varnish',
2182 silly get     'last-modified': 'Mon, 06 Apr 2015 16:48:45 GMT',
2182 silly get     'cache-control': 'max-age=60',
2182 silly get     etag: '"2IB91QD4KHMWOUJDOTWREDI5I"',
2182 silly get     age: '0',
2182 silly get     'x-served-by': 'cache-nrt6134-NRT',
2182 silly get     'x-cache': 'HIT',
2182 silly get     'x-cache-hits': '1',
2182 silly get     'x-timer': 'S1428338924.411979,VS0,VE735',
2182 silly get     vary: 'Accept',
2182 silly get     'content-length': '0',
2182 silly get     'keep-alive': 'timeout=10, max=50',
2182 silly get     connection: 'Keep-Alive' } ]
2183 verbose etag https://registry.npmjs.org/array-map from cache
2184 verbose afterAdd /Users/umentu/.npm/array-filter/0.0.1/package/package.json written
2185 silly addNameRange number 2 { name: 'array-map', range: '>=0.0.0 <0.1.0', hasData: true }
2186 silly addNameRange versions [ 'array-map', [ '0.0.0' ] ]
2187 verbose addNamed [email protected]
2188 silly addNamed semver.valid 0.0.0
2189 silly addNamed semver.validRange 0.0.0
2190 silly cache afterAdd [email protected]
2191 verbose afterAdd /Users/umentu/.npm/array-map/0.0.0/package/package.json not in flight; writing
2192 verbose afterAdd /Users/umentu/.npm/array-map/0.0.0/package/package.json written
2193 http 304 https://registry.npmjs.org/array-reduce
2194 silly get cb [ 304,
2194 silly get   { date: 'Mon, 06 Apr 2015 16:48:44 GMT',
2194 silly get     server: 'Apache',
2194 silly get     via: '1.1 varnish',
2194 silly get     'last-modified': 'Mon, 06 Apr 2015 16:48:45 GMT',
2194 silly get     'cache-control': 'max-age=60',
2194 silly get     etag: '"D0HABZTTDFMICFSVY2K76UWZ5"',
2194 silly get     age: '0',
2194 silly get     'x-served-by': 'cache-nrt6127-NRT',
2194 silly get     'x-cache': 'HIT',
2194 silly get     'x-cache-hits': '1',
2194 silly get     'x-timer': 'S1428338924.409461,VS0,VE756',
2194 silly get     vary: 'Accept',
2194 silly get     'content-length': '0',
2194 silly get     'keep-alive': 'timeout=10, max=50',
2194 silly get     connection: 'Keep-Alive' } ]
2195 verbose etag https://registry.npmjs.org/array-reduce from cache
2196 silly addNameRange number 2 { name: 'array-reduce', range: '>=0.0.0 <0.1.0', hasData: true }
2197 silly addNameRange versions [ 'array-reduce', [ '0.0.0' ] ]
2198 verbose addNamed [email protected]
2199 silly addNamed semver.valid 0.0.0
2200 silly addNamed semver.validRange 0.0.0
2201 silly cache afterAdd [email protected]
2202 verbose afterAdd /Users/umentu/.npm/array-reduce/0.0.0/package/package.json not in flight; writing
2203 verbose afterAdd /Users/umentu/.npm/array-reduce/0.0.0/package/package.json written
2204 silly install resolved [ { name: 'jsonify',
2204 silly install resolved     version: '0.0.0',
2204 silly install resolved     description: 'JSON without touching any globals',
2204 silly install resolved     main: 'index.js',
2204 silly install resolved     directories: { lib: '.', test: 'test' },
2204 silly install resolved     devDependencies: { tap: '0.0.x', garbage: '0.0.x' },
2204 silly install resolved     scripts: { test: 'tap test' },
2204 silly install resolved     repository: { type: 'git', url: 'git://github.com/substack/jsonify.git' },
2204 silly install resolved     keywords: [ 'json', 'browser' ],
2204 silly install resolved     author: { name: 'Douglas Crockford', url: 'http://crockford.com/' },
2204 silly install resolved     license: 'Public Domain',
2204 silly install resolved     _id: '[email protected]',
2204 silly install resolved     dependencies: {},
2204 silly install resolved     engines: { node: '*' },
2204 silly install resolved     _engineSupported: true,
2204 silly install resolved     _npmVersion: '1.0.10',
2204 silly install resolved     _nodeVersion: 'v0.5.0-pre',
2204 silly install resolved     _defaultsLoaded: true,
2204 silly install resolved     dist:
2204 silly install resolved      { shasum: '2c74b6ee41d93ca51b7b5aaee8f503631d252a73',
2204 silly install resolved        tarball: 'http://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz' },
2204 silly install resolved     maintainers: [ [Object] ],
2204 silly install resolved     _shasum: '2c74b6ee41d93ca51b7b5aaee8f503631d252a73',
2204 silly install resolved     _resolved: 'https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz',
2204 silly install resolved     _from: 'jsonify@>=0.0.0 <0.1.0',
2204 silly install resolved     bugs: { url: 'https://github.com/substack/jsonify/issues' },
2204 silly install resolved     readme: 'ERROR: No README data found!',
2204 silly install resolved     homepage: 'https://github.com/substack/jsonify' },
2204 silly install resolved   { name: 'array-filter',
2204 silly install resolved     description: 'Array#filter for older browsers.',
2204 silly install resolved     version: '0.0.1',
2204 silly install resolved     repository:
2204 silly install resolved      { type: 'git',
2204 silly install resolved        url: 'git://github.com/juliangruber/array-filter.git' },
2204 silly install resolved     homepage: 'https://github.com/juliangruber/array-filter',
2204 silly install resolved     main: 'index.js',
2204 silly install resolved     scripts: { test: 'tape test/*.js' },
2204 silly install resolved     dependencies: {},
2204 silly install resolved     devDependencies: { tape: '~2.3.2' },
2204 silly install resolved     keywords: [ 'array', 'filter', 'browser', 'html', 'browserify' ],
2204 silly install resolved     author:
2204 silly install resolved      { name: 'Julian Gruber',
2204 silly install resolved        email: '[email protected]',
2204 silly install resolved        url: 'http://juliangruber.com' },
2204 silly install resolved     license: 'MIT',
2204 silly install resolved     testling: { files: 'test/*.js', browsers: [Object] },
2204 silly install resolved     readme: '\n# array-filter\n\n`Array#filter` for older browsers.\n\n[![testling badge](https://ci.testling.com/juliangruber/array-filter.png)](https://ci.testling.com/juliangruber/array-filter)\n\n[![build status](https://secure.travis-ci.org/juliangruber/array-filter.png)](http://travis-ci.org/juliangruber/array-filter)\n\n## Usage\n\n```js\nvar filter = require(\'array-filter\');\n\nvar array = [1, 2, 3];\nconsole.log(filter(array, function (el, i, arr) {\n  return false; // I throw it on the ground!\n}));\n// => []\n```\n\n## Installation\n\nWith [npm](http://npmjs.org) do\n\n```bash\n$ npm install array-filter\n```\n\nThen bundle for the browser with [browserify](https://github.com/substack/browserify).\n\n## License\n\n(MIT)\n\nCopyright (c) 2013 Julian Gruber <[email protected]>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n',
2204 silly install resolved     readmeFilename: 'README.md',
2204 silly install resolved     bugs: { url: 'https://github.com/juliangruber/array-filter/issues' },
2204 silly install resolved     _id: '[email protected]',
2204 silly install resolved     dist:
2204 silly install resolved      { shasum: '7da8cf2e26628ed732803581fd21f67cacd2eeec',
2204 silly install resolved        tarball: 'http://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz' },
2204 silly install resolved     _from: 'array-filter@>=0.0.0 <0.1.0',
2204 silly install resolved     _npmVersion: '1.3.11',
2204 silly install resolved     _npmUser: { name: 'juliangruber', email: '[email protected]' },
2204 silly install resolved     maintainers: [ [Object] ],
2204 silly install resolved     directories: {},
2204 silly install resolved     _shasum: '7da8cf2e26628ed732803581fd21f67cacd2eeec',
2204 silly install resolved     _resolved: 'https://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz' },
2204 silly install resolved   { name: 'array-map',
2204 silly install resolved     version: '0.0.0',
2204 silly install resolved     description: '`[].map(f)` for older browsers',
2204 silly install resolved     main: 'index.js',
2204 silly install resolved     devDependencies: { tape: '~2.3.2' },
2204 silly install resolved     scripts: { test: 'tape test/*.js' },
2204 silly install resolved     repository: { type: 'git', url: 'git://github.com/substack/array-map.git' },
2204 silly install resolved     homepage: 'https://github.com/substack/array-map',
2204 silly install resolved     keywords: [ 'array', 'map', 'browser', 'es5', 'shim', 'ie6', 'ie7', 'ie8' ],
2204 silly install resolved     author:
2204 silly install resolved      { name: 'James Halliday',
2204 silly install resolved        email: '[email protected]',
2204 silly install resolved        url: 'http://substack.net' },
2204 silly install resolved     license: 'MIT',
2204 silly install resolved     testling: { files: 'test/*.js', browsers: [Object] },
2204 silly install resolved     readme: '# array-map\n\n`[].map(f)` for older browsers\n\n[![testling badge](https://ci.testling.com/substack/array-map.png)](https://ci.testling.com/substack/array-map)\n\n[![build status](https://secure.travis-ci.org/substack/array-map.png)](http://travis-ci.org/substack/array-map)\n\n# example\n\n``` js\nvar map = require(\'array-map\');\nvar letters = map([97,98,99], function (c) {\n    return String.fromCharCode(c);\n});\nconsole.log(letters.join(\'\'));\n```\n\noutput:\n\n```\nabc\n```\n\n# methods\n\n``` js\nvar map = require(\'array-map\')\n```\n\n## var ys = map(xs, f)\n\nCreate a new array `ys` by applying `f(xs[i], i, xs)` to each element in `xs` at\nindex `i`.\n\n# install\n\nWith [npm](https://npmjs.org) do:\n\n```\nnpm install array-map\n```\n\n# license\n\nMIT\n',
2204 silly install resolved     readmeFilename: 'readme.markdown',
2204 silly install resolved     bugs: { url: 'https://github.com/substack/array-map/issues' },
2204 silly install resolved     _id: '[email protected]',
2204 silly install resolved     dist:
2204 silly install resolved      { shasum: '88a2bab73d1cf7bcd5c1b118a003f66f665fa662',
2204 silly install resolved        tarball: 'http://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz' },
2204 silly install resolved     _from: 'array-map@>=0.0.0 <0.1.0',
2204 silly install resolved     _npmVersion: '1.3.21',
2204 silly install resolved     _npmUser: { name: 'substack', email: '[email protected]' },
2204 silly install resolved     maintainers: [ [Object] ],
2204 silly install resolved     directories: {},
2204 silly install resolved     _shasum: '88a2bab73d1cf7bcd5c1b118a003f66f665fa662',
2204 silly install resolved     _resolved: 'https://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz' },
2204 silly install resolved   { name: 'array-reduce',
2204 silly install resolved     version: '0.0.0',
2204 silly install resolved     description: '`[].reduce()` for old browsers',
2204 silly install resolved     main: 'index.js',
2204 silly install resolved     devDependencies: { tape: '~2.3.2' },
2204 silly install resolved     scripts: { test: 'tape test/*.js' },
2204 silly install resolved     repository:
2204 silly install resolved      { type: 'git',
2204 silly install resolved        url: 'git://github.com/substack/array-reduce.git' },
2204 silly install resolved     homepage: 'https://github.com/substack/array-reduce',
2204 silly install resolved     keywords: [ 'array', 'reduce', 'es5', 'ie6', 'ie7', 'ie8', 'fold' ],
2204 silly install resolved     author:
2204 silly install resolved      { name: 'James Halliday',
2204 silly install resolved        email: '[email protected]',
2204 silly install resolved        url: 'http://substack.net' },
2204 silly install resolved     license: 'MIT',
2204 silly install resolved     testling: { files: 'test/*.js', browsers: [Object] },
2204 silly install resolved     readme: '# array-reduce\n\n`[].reduce()` for old browsers\n\n[![testling badge](https://ci.testling.com/substack/array-reduce.png)](https://ci.testling.com/substack/array-reduce)\n\n[![build status](https://secure.travis-ci.org/substack/array-reduce.png)](http://travis-ci.org/substack/array-reduce)\n\n# example\n\n```\nvar reduce = require(\'array-reduce\');\nvar xs = [ 1, 2, 3, 4 ];\nvar sum = reduce(xs, function (acc, x) { return acc + x }, 0);\nconsole.log(sum);\n```\n\noutput:\n\n```\n10\n```\n\n# methods\n\n``` js\nvar reduce = require(\'array-reduce\')\n```\n\n## var res = reduce(xs, f, init)\n\nCreate a result `res` by folding `acc = f(acc, xs[i], i)` over each element in\nthe array `xs` at element `i`. If `init` is given, the first `acc` value is\n`init`, otherwise `xs[0]` is used.\n\n# install\n\nWith [npm](https://npmjs.org) do:\n\n```\nnpm install array-reduce\n```\n\n# license\n\nMIT\n',
2204 silly install resolved     readmeFilename: 'readme.markdown',
2204 silly install resolved     bugs: { url: 'https://github.com/substack/array-reduce/issues' },
2204 silly install resolved     _id: '[email protected]',
2204 silly install resolved     dist:
2204 silly install resolved      { shasum: '173899d3ffd1c7d9383e4479525dbe278cab5f2b',
2204 silly install resolved        tarball: 'http://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz' },
2204 silly install resolved     _from: 'array-reduce@>=0.0.0 <0.1.0',
2204 silly install resolved     _npmVersion: '1.3.21',
2204 silly install resolved     _npmUser: { name: 'substack', email: '[email protected]' },
2204 silly install resolved     maintainers: [ [Object] ],
2204 silly install resolved     directories: {},
2204 silly install resolved     _shasum: '173899d3ffd1c7d9383e4479525dbe278cab5f2b',
2204 silly install resolved     _resolved: 'https://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz' } ]
2205 info install [email protected] into /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote
2206 info install [email protected] into /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote
2207 info install [email protected] into /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote
2208 info install [email protected] into /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote
2209 info installOne [email protected]
2210 verbose installOne of jsonify to /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote not in flight; installing
2211 info installOne [email protected]
2212 verbose installOne of array-filter to /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote not in flight; installing
2213 info installOne [email protected]
2214 verbose installOne of array-map to /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote not in flight; installing
2215 info installOne [email protected]
2216 verbose installOne of array-reduce to /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote not in flight; installing
2217 verbose lock using /Users/umentu/.npm/_locks/jsonify-22a6fa15b92da9bc.lock for /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/jsonify
2218 verbose lock using /Users/umentu/.npm/_locks/array-filter-a781aeac56958385.lock for /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/array-filter
2219 silly install write writing jsonify 0.0.0 to /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/jsonify
2220 silly cache addNamed cb [email protected]
2221 verbose unbuild node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/jsonify
2222 verbose lock using /Users/umentu/.npm/_locks/array-map-8eff6ee2a1472571.lock for /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/array-map
2223 verbose lock using /Users/umentu/.npm/_locks/array-reduce-eaf8f88ca76288b8.lock for /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/array-reduce
2224 silly install write writing array-filter 0.0.1 to /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/array-filter
2225 silly cache addNamed cb [email protected]
2226 verbose unbuild node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/array-filter
2227 silly install write writing array-map 0.0.0 to /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/array-map
2228 silly cache addNamed cb [email protected]
2229 verbose unbuild node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/array-map
2230 silly install write writing array-reduce 0.0.0 to /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/array-reduce
2231 silly cache addNamed cb [email protected]
2232 verbose unbuild node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/array-reduce
2233 verbose gentlyRm vacuuming /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/jsonify
2234 verbose gentlyRm vacuuming /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/array-filter
2235 verbose tar unpack /Users/umentu/.npm/jsonify/0.0.0/package.tgz
2236 verbose tar unpacking to /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/jsonify
2237 verbose gentlyRm vacuuming /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/jsonify
2238 verbose gentlyRm vacuuming /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/array-map
2239 verbose gentlyRm vacuuming /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/array-reduce
2240 verbose tar unpack /Users/umentu/.npm/array-filter/0.0.1/package.tgz
2241 verbose tar unpacking to /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/array-filter
2242 verbose gentlyRm vacuuming /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/array-filter
2243 silly gunzTarPerm modes [ '755', '644' ]
2244 verbose tar unpack /Users/umentu/.npm/array-map/0.0.0/package.tgz
2245 verbose tar unpacking to /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/array-map
2246 verbose gentlyRm vacuuming /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/array-map
2247 verbose tar unpack /Users/umentu/.npm/array-reduce/0.0.0/package.tgz
2248 verbose tar unpacking to /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/array-reduce
2249 verbose gentlyRm vacuuming /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/array-reduce
2250 silly gunzTarPerm modes [ '755', '644' ]
2251 silly gunzTarPerm modes [ '755', '644' ]
2252 silly gunzTarPerm modes [ '755', '644' ]
2253 silly gunzTarPerm extractEntry index.js
2254 silly gunzTarPerm extractEntry package.json
2255 silly gunzTarPerm extractEntry package.json
2256 silly gunzTarPerm extractEntry package.json
2257 silly gunzTarPerm extractEntry package.json
2258 silly gunzTarPerm extractEntry README.markdown
2259 silly gunzTarPerm extractEntry .npmignore
2260 silly gunzTarPerm extractEntry README.md
2261 silly gunzTarPerm extractEntry LICENSE
2262 silly gunzTarPerm extractEntry index.js
2263 silly gunzTarPerm extractEntry LICENSE
2264 silly gunzTarPerm extractEntry index.js
2265 silly gunzTarPerm extractEntry test/stringify.js
2266 silly gunzTarPerm extractEntry test/parse.js
2267 silly gunzTarPerm extractEntry index.js
2268 silly gunzTarPerm extractEntry .travis.yml
2269 silly gunzTarPerm extractEntry .travis.yml
2270 silly gunzTarPerm extractEntry example/sum.js
2271 silly gunzTarPerm extractEntry .travis.yml
2272 silly gunzTarPerm extractEntry example/map.js
2273 silly gunzTarPerm extractEntry lib/stringify.js
2274 silly gunzTarPerm extractEntry lib/parse.js
2275 silly gunzTarPerm extractEntry test/filter.js
2276 silly gunzTarPerm extractEntry test/holes.js
2277 silly gunzTarPerm extractEntry readme.markdown
2278 silly gunzTarPerm extractEntry test/reduce.js
2279 silly gunzTarPerm extractEntry readme.markdown
2280 silly gunzTarPerm extractEntry test/map.js
2281 info preinstall [email protected]
2282 info preinstall [email protected]
2283 info preinstall [email protected]
2284 silly install resolved []
2285 verbose about to build /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/array-filter
2286 info build /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/array-filter
2287 verbose linkStuff [ false,
2287 verbose linkStuff   false,
2287 verbose linkStuff   false,
2287 verbose linkStuff   '/Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules' ]
2288 info linkStuff [email protected]
2289 verbose linkBins [email protected]
2290 verbose linkMans [email protected]
2291 verbose rebuildBundles [email protected]
2292 silly install resolved []
2293 verbose about to build /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/array-map
2294 info build /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/array-map
2295 verbose linkStuff [ false,
2295 verbose linkStuff   false,
2295 verbose linkStuff   false,
2295 verbose linkStuff   '/Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules' ]
2296 info linkStuff [email protected]
2297 verbose linkBins [email protected]
2298 verbose linkMans [email protected]
2299 verbose rebuildBundles [email protected]
2300 info install [email protected]
2301 silly install resolved []
2302 verbose about to build /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/array-reduce
2303 info build /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/array-reduce
2304 verbose linkStuff [ false,
2304 verbose linkStuff   false,
2304 verbose linkStuff   false,
2304 verbose linkStuff   '/Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules' ]
2305 info linkStuff [email protected]
2306 verbose linkBins [email protected]
2307 verbose linkMans [email protected]
2308 verbose rebuildBundles [email protected]
2309 info install [email protected]
2310 info install [email protected]
2311 info postinstall [email protected]
2312 info postinstall [email protected]
2313 info postinstall [email protected]
2314 verbose unlock done using /Users/umentu/.npm/_locks/array-filter-a781aeac56958385.lock for /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/array-filter
2315 verbose unlock done using /Users/umentu/.npm/_locks/array-map-8eff6ee2a1472571.lock for /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/array-map
2316 verbose unlock done using /Users/umentu/.npm/_locks/array-reduce-eaf8f88ca76288b8.lock for /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/array-reduce
2317 info preinstall [email protected]
2318 silly install resolved []
2319 verbose about to build /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/jsonify
2320 info build /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/jsonify
2321 verbose linkStuff [ false,
2321 verbose linkStuff   false,
2321 verbose linkStuff   false,
2321 verbose linkStuff   '/Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules' ]
2322 info linkStuff [email protected]
2323 verbose linkBins [email protected]
2324 verbose linkMans [email protected]
2325 verbose rebuildBundles [email protected]
2326 info install [email protected]
2327 info postinstall [email protected]
2328 verbose unlock done using /Users/umentu/.npm/_locks/jsonify-22a6fa15b92da9bc.lock for /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote/node_modules/jsonify
2329 verbose about to build /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote
2330 info build /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote
2331 verbose linkStuff [ false,
2331 verbose linkStuff   false,
2331 verbose linkStuff   false,
2331 verbose linkStuff   '/Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules' ]
2332 info linkStuff [email protected]
2333 verbose linkBins [email protected]
2334 verbose linkMans [email protected]
2335 verbose rebuildBundles [email protected]
2336 verbose rebuildBundles [ 'array-filter', 'array-map', 'array-reduce', 'jsonify' ]
2337 info install [email protected]
2338 info postinstall [email protected]
2339 verbose unlock done using /Users/umentu/.npm/_locks/shell-quote-da36fd9dd6f1ff94.lock for /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/shell-quote
2340 info postinstall [email protected]
2341 verbose unlock done using /Users/umentu/.npm/_locks/execsync-a746492335546a13.lock for /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async/node_modules/execsync
2342 verbose about to build /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async
2343 info build /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async
2344 verbose linkStuff [ false,
2344 verbose linkStuff   false,
2344 verbose linkStuff   false,
2344 verbose linkStuff   '/Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules' ]
2345 info linkStuff [email protected]
2346 verbose linkBins [email protected]
2347 verbose linkMans [email protected]
2348 verbose rebuildBundles [email protected]
2349 verbose rebuildBundles [ 'execsync', 'shell-quote' ]
2350 info install [email protected]
2351 info postinstall [email protected]
2352 verbose unlock done using /Users/umentu/.npm/_locks/mecab-async-d0dbcf66cf590af8.lock for /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius/node_modules/mecab-async
2353 verbose about to build /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius
2354 info build /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius
2355 verbose linkStuff [ false,
2355 verbose linkStuff   false,
2355 verbose linkStuff   false,
2355 verbose linkStuff   '/Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules' ]
2356 info linkStuff [email protected]
2357 verbose linkBins [email protected]
2358 verbose linkMans [email protected]
2359 verbose rebuildBundles [email protected]
2360 verbose rebuildBundles [ 'async', 'mecab-async' ]
2361 info install [email protected]
2362 verbose unsafe-perm in lifecycle true
2363 info preinstall [email protected]
2364 silly prepareForInstallMany adding uuid-v4@* from openjtalk dependencies
2365 silly cache add args [ 'uuid-v4@*', null ]
2366 verbose cache add spec uuid-v4@*
2367 silly cache add parsed spec { raw: 'uuid-v4@*',
2367 silly cache add   scope: null,
2367 silly cache add   name: 'uuid-v4',
2367 silly cache add   rawSpec: '*',
2367 silly cache add   spec: '*',
2367 silly cache add   type: 'range' }
2368 verbose addNamed uuid-v4@*
2369 silly addNamed semver.valid null
2370 silly addNamed semver.validRange *
2371 silly addNameRange { name: 'uuid-v4', range: '*', hasData: false }
2372 silly mapToRegistry name uuid-v4
2373 silly mapToRegistry using default registry
2374 silly mapToRegistry registry https://registry.npmjs.org/
2375 silly mapToRegistry uri https://registry.npmjs.org/uuid-v4
2376 verbose addNameRange registry:https://registry.npmjs.org/uuid-v4 not in flight; fetching
2377 verbose request uri https://registry.npmjs.org/uuid-v4
2378 verbose request no auth needed
2379 info attempt registry request try #1 at 01:48:55
2380 verbose etag "9RD92XQME59YRKC5OZNR1JRHJ"
2381 http request GET https://registry.npmjs.org/uuid-v4
2382 http 304 https://registry.npmjs.org/uuid-v4
2383 silly get cb [ 304,
2383 silly get   { date: 'Mon, 06 Apr 2015 16:48:55 GMT',
2383 silly get     server: 'Apache',
2383 silly get     via: '1.1 varnish',
2383 silly get     'last-modified': 'Mon, 06 Apr 2015 16:48:56 GMT',
2383 silly get     'cache-control': 'max-age=60',
2383 silly get     etag: '"9RD92XQME59YRKC5OZNR1JRHJ"',
2383 silly get     age: '0',
2383 silly get     'x-served-by': 'cache-nrt6123-NRT',
2383 silly get     'x-cache': 'MISS',
2383 silly get     'x-cache-hits': '0',
2383 silly get     'x-timer': 'S1428338935.458407,VS0,VE738',
2383 silly get     vary: 'Accept',
2383 silly get     'content-length': '0',
2383 silly get     'keep-alive': 'timeout=10, max=50',
2383 silly get     connection: 'Keep-Alive' } ]
2384 verbose etag https://registry.npmjs.org/uuid-v4 from cache
2385 silly addNameRange number 2 { name: 'uuid-v4', range: '*', hasData: true }
2386 silly addNameRange versions [ 'uuid-v4', [ '0.0.1', '0.0.2', '0.0.3', '0.1.0' ] ]
2387 verbose addNamed [email protected]
2388 silly addNamed semver.valid 0.1.0
2389 silly addNamed semver.validRange 0.1.0
2390 silly cache afterAdd [email protected]
2391 verbose afterAdd /Users/umentu/.npm/uuid-v4/0.1.0/package/package.json not in flight; writing
2392 verbose afterAdd /Users/umentu/.npm/uuid-v4/0.1.0/package/package.json written
2393 silly install resolved [ { author:
2393 silly install resolved      { name: 'James Brumond',
2393 silly install resolved        email: '[email protected]',
2393 silly install resolved        url: 'http://jbrumond.me' },
2393 silly install resolved     name: 'uuid-v4',
2393 silly install resolved     description: 'A simple v4 UUID generator',
2393 silly install resolved     version: '0.1.0',
2393 silly install resolved     main: 'index.js',
2393 silly install resolved     dependencies: {},
2393 silly install resolved     devDependencies: {},
2393 silly install resolved     optionalDependencies: {},
2393 silly install resolved     engines: { node: '*' },
2393 silly install resolved     _id: '[email protected]',
2393 silly install resolved     dist:
2393 silly install resolved      { shasum: '62d7b310406f6cecfea1528c69f1e8e0bcec5a3a',
2393 silly install resolved        tarball: 'http://registry.npmjs.org/uuid-v4/-/uuid-v4-0.1.0.tgz' },
2393 silly install resolved     _npmVersion: '1.1.65',
2393 silly install resolved     _npmUser: { name: 'tauren', email: '[email protected]' },
2393 silly install resolved     maintainers: [ [Object], [Object] ],
2393 silly install resolved     directories: {},
2393 silly install resolved     _shasum: '62d7b310406f6cecfea1528c69f1e8e0bcec5a3a',
2393 silly install resolved     _resolved: 'https://registry.npmjs.org/uuid-v4/-/uuid-v4-0.1.0.tgz',
2393 silly install resolved     _from: 'uuid-v4@*',
2393 silly install resolved     readme: 'ERROR: No README data found!' } ]
2394 info install [email protected] into /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/openjtalk
2395 info installOne [email protected]
2396 verbose installOne of uuid-v4 to /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/openjtalk not in flight; installing
2397 verbose lock using /Users/umentu/.npm/_locks/uuid-v4-8458d92064ffd500.lock for /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/openjtalk/node_modules/uuid-v4
2398 silly install write writing uuid-v4 0.1.0 to /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/openjtalk/node_modules/uuid-v4
2399 silly cache addNamed cb [email protected]
2400 verbose unbuild node_modules/openjtalk/node_modules/uuid-v4
2401 verbose gentlyRm vacuuming /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/openjtalk/node_modules/uuid-v4
2402 verbose tar unpack /Users/umentu/.npm/uuid-v4/0.1.0/package.tgz
2403 verbose tar unpacking to /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/openjtalk/node_modules/uuid-v4
2404 verbose gentlyRm vacuuming /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/openjtalk/node_modules/uuid-v4
2405 silly gunzTarPerm modes [ '755', '644' ]
2406 silly gunzTarPerm extractEntry package.json
2407 silly gunzTarPerm extractEntry index.js
2408 silly gunzTarPerm extractEntry readme.md
2409 info preinstall [email protected]
2410 silly install resolved []
2411 verbose about to build /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/openjtalk/node_modules/uuid-v4
2412 info build /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/openjtalk/node_modules/uuid-v4
2413 verbose linkStuff [ false,
2413 verbose linkStuff   false,
2413 verbose linkStuff   false,
2413 verbose linkStuff   '/Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/openjtalk/node_modules' ]
2414 info linkStuff [email protected]
2415 verbose linkBins [email protected]
2416 verbose linkMans [email protected]
2417 verbose rebuildBundles [email protected]
2418 info install [email protected]
2419 info postinstall [email protected]
2420 verbose unlock done using /Users/umentu/.npm/_locks/uuid-v4-8458d92064ffd500.lock for /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/openjtalk/node_modules/uuid-v4
2421 verbose about to build /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/openjtalk
2422 info build /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/openjtalk
2423 verbose linkStuff [ false,
2423 verbose linkStuff   false,
2423 verbose linkStuff   false,
2423 verbose linkStuff   '/Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules' ]
2424 info linkStuff [email protected]
2425 verbose linkBins [email protected]
2426 verbose linkMans [email protected]
2427 verbose rebuildBundles [email protected]
2428 verbose rebuildBundles [ 'uuid-v4' ]
2429 info install [email protected]
2430 verbose unsafe-perm in lifecycle true
2431 info postinstall [email protected]
2432 verbose unlock done using /Users/umentu/.npm/_locks/julius-b4afcb9ad012b24f.lock for /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/julius
2433 info [email protected] Failed to exec install script
2434 verbose unlock done using /Users/umentu/.npm/_locks/openjtalk-bd34571d16657c44.lock for /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/openjtalk
2435 verbose stack Error: [email protected] install: `make`
2435 verbose stack Exit status 2
2435 verbose stack     at EventEmitter. (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:212:16)
2435 verbose stack     at EventEmitter.emit (events.js:98:17)
2435 verbose stack     at ChildProcess. (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:14:12)
2435 verbose stack     at ChildProcess.emit (events.js:98:17)
2435 verbose stack     at maybeClose (child_process.js:766:16)
2435 verbose stack     at Process.ChildProcess._handle.onexit (child_process.js:833:5)
2436 verbose pkgid [email protected]
2437 verbose cwd /Users/umentu/Dropbox/drone/node_modules/ardrone-voice
2438 error Darwin 14.1.0
2439 error argv "node" "/usr/local/bin/npm" "install"
2440 error node v0.10.35
2441 error npm  v2.1.18
2442 error code ELIFECYCLE
2443 error [email protected] install: `make`
2443 error Exit status 2
2444 error Failed at the [email protected] install script 'make'.
2444 error This is most likely a problem with the openjtalk package,
2444 error not with npm itself.
2444 error Tell the author that this fails on your system:
2444 error     make
2444 error You can get their info via:
2444 error     npm owner ls openjtalk
2444 error There is likely additional logging output above.
2445 verbose exit [ 1, true ]
2446 verbose unbuild node_modules/openjtalk
2447 info preuninstall [email protected]
2448 info uninstall [email protected]
2449 verbose unbuild rmStuff [email protected] from /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules
2450 info postuninstall [email protected]
2451 verbose gentlyRm vacuuming /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/openjtalk
2452 silly gentlyRm purging /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules/openjtalk
2453 silly gentlyRm quitting because other entries in /Users/umentu/Dropbox/drone/node_modules/ardrone-voice/node_modules

@hecomi
Copy link
Owner

hecomi commented Apr 8, 2015

ありがとうございます!
./bin に関するエラーは Makefile のバグなので修正いたします。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants