node-openjtalk icon indicating copy to clipboard operation
node-openjtalk copied to clipboard

インストール時のエラー

Open umentu opened this issue 9 years ago • 3 comments

お世話になります。

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

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

umentu avatar Apr 06 '15 14:04 umentu

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

$ gcc --version

hecomi avatar Apr 06 '15 16:04 hecomi

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

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

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 = 0 && rid = 0 is always
      true [-Wtautological-compare]
    return (lid >= 0 && lid = 0 && rid = 0 is always
      true [-Wtautological-compare]
    return (lid >= 0 && lid = 0 is always
      true [-Wtautological-compare]
            rid >= 0 && rid = 0 is always
      true [-Wtautological-compare]
    return (lid >= 0 && lid = 0 && rid = 0 is always
      true [-Wtautological-compare]
    return (lid >= 0 && lid = 0 && rid = 0 is always
      true [-Wtautological-compare]
    return (lid >= 0 && lid = 0 is always
      true [-Wtautological-compare]
            rid >= 0 && rid = 0 is always
      true [-Wtautological-compare]
    return (lid >= 0 && lid = 0 && rid = 0 is always
      true [-Wtautological-compare]
    return (lid >= 0 && lid = 0 && rid = 0 is always
      true [-Wtautological-compare]
    return (lid >= 0 && lid = 0 is always
      true [-Wtautological-compare]
            rid >= 0 && rid = 0 is always
      true [-Wtautological-compare]
    return (lid >= 0 && lid = 0 && rid = 0 is always
      true [-Wtautological-compare]
    return (lid >= 0 && lid = 0 && rid = 0 is always
      true [-Wtautological-compare]
    return (lid >= 0 && lid = 0 && rid = 0 is always
      true [-Wtautological-compare]
    return (lid >= 0 && lid = 0 && rid = 0 is always
      true [-Wtautological-compare]
    return (lid >= 0 && lid = 0 && rid = 0 is always
      true [-Wtautological-compare]
    return (lid >= 0 && lid = 0 && rid (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.0.3 =0.0.3 =0.0.3 =0.1.22 =0.1.22 =0.1.22 =0.1.22 =0.1.22 =0.0.3 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.0.3 =0.0.0 =0.0.0 =0.0.0 =0.0.0 =0.0.0 =0.0.0 =0.0.0 =0.0.0 =0.0.0 =0.0.0 =0.0.0 =0.0.0 =0.0.0 =0.0.0 =0.0.0 =0.0.0 =0.0.0 =0.0.0 =0.0.0 =0.0.0 =0.0.0  []\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.0.0 =0.0.0  (/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

umentu avatar Apr 06 '15 16:04 umentu

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

hecomi avatar Apr 08 '15 11:04 hecomi