Advertisement
JasperTdev

Untitled

Oct 23rd, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.55 KB | None | 0 0
  1. C:\Users\terhe\Evolution>npm i node-opus
  2.  
  3. > node-opus@0.3.3 install C:\Users\terhe\Evolution\node_modules\node-opus
  4. > node-gyp rebuild
  5.  
  6.  
  7. C:\Users\terhe\Evolution\node_modules\node-opus>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )
  8. Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
  9. opus.c
  10. opus_decoder.c
  11. opus_encoder.c
  12. opus_multistream.c
  13. opus_multistream_encoder.c
  14. opus_multistream_decoder.c
  15. repacketizer.c
  16. analysis.c
  17. c:\users\terhe\evolution\node_modules\node-opus\deps\opus\src\opus_encoder.c(655): warning C4334: '<<': result of 32-bi
  18. t shift implicitly converted to 64 bits (was 64-bit shift intended?) [C:\Users\terhe\Evolution\node_modules\node-opus\b
  19. uild\deps\libopus.vcxproj]
  20. c:\users\terhe\evolution\node_modules\node-opus\deps\opus\src\opus_encoder.c(728): warning C4334: '<<': result of 32-bi
  21. t shift implicitly converted to 64 bits (was 64-bit shift intended?) [C:\Users\terhe\Evolution\node_modules\node-opus\b
  22. uild\deps\libopus.vcxproj]
  23. mlp.c
  24. mlp_data.c
  25. bands.c
  26. celt.c
  27. celt_encoder.c
  28. celt_decoder.c
  29. cwrs.c
  30. entcode.c
  31. entdec.c
  32. entenc.c
  33. kiss_fft.c
  34. laplace.c
  35. mathops.c
  36. mdct.c
  37. modes.c
  38. pitch.c
  39. celt_lpc.c
  40. quant_bands.c
  41. rate.c
  42. vq.c
  43. CNG.c
  44. code_signs.c
  45. init_decoder.c
  46. decode_core.c
  47. decode_frame.c
  48. decode_parameters.c
  49. decode_indices.c
  50. decode_pulses.c
  51. decoder_set_fs.c
  52. dec_API.c
  53. enc_API.c
  54. encode_indices.c
  55. encode_pulses.c
  56. gain_quant.c
  57. interpolate.c
  58. LP_variable_cutoff.c
  59. NLSF_decode.c
  60. NSQ.c
  61. NSQ_del_dec.c
  62. PLC.c
  63. shell_coder.c
  64. tables_gain.c
  65. tables_LTP.c
  66. tables_NLSF_CB_NB_MB.c
  67. tables_NLSF_CB_WB.c
  68. tables_other.c
  69. tables_pitch_lag.c
  70. tables_pulses_per_block.c
  71. VAD.c
  72. control_audio_bandwidth.c
  73. quant_LTP_gains.c
  74. VQ_WMat_EC.c
  75. HP_variable_cutoff.c
  76. NLSF_encode.c
  77. NLSF_VQ.c
  78. NLSF_unpack.c
  79. NLSF_del_dec_quant.c
  80. process_NLSFs.c
  81. stereo_LR_to_MS.c
  82. stereo_MS_to_LR.c
  83. check_control_input.c
  84. control_SNR.c
  85. init_encoder.c
  86. control_codec.c
  87. A2NLSF.c
  88. ana_filt_bank_1.c
  89. biquad_alt.c
  90. bwexpander_32.c
  91. bwexpander.c
  92. debug.c
  93. decode_pitch.c
  94. inner_prod_aligned.c
  95. lin2log.c
  96. log2lin.c
  97. LPC_analysis_filter.c
  98. LPC_inv_pred_gain.c
  99. table_LSF_cos.c
  100. NLSF2A.c
  101. NLSF_stabilize.c
  102. NLSF_VQ_weights_laroia.c
  103. pitch_est_tables.c
  104. resampler.c
  105. resampler_down2_3.c
  106. resampler_down2.c
  107. resampler_private_AR2.c
  108. resampler_private_down_FIR.c
  109. resampler_private_IIR_FIR.c
  110. resampler_private_up2_HQ.c
  111. resampler_rom.c
  112. sigm_Q15.c
  113. sort.c
  114. sum_sqr_shift.c
  115. stereo_decode_pred.c
  116. stereo_encode_pred.c
  117. stereo_find_predictor.c
  118. stereo_quant_pred.c
  119. apply_sine_window_FLP.c
  120. corrMatrix_FLP.c
  121. encode_frame_FLP.c
  122. find_LPC_FLP.c
  123. find_LTP_FLP.c
  124. find_pitch_lags_FLP.c
  125. find_pred_coefs_FLP.c
  126. LPC_analysis_filter_FLP.c
  127. LTP_analysis_filter_FLP.c
  128. LTP_scale_ctrl_FLP.c
  129. noise_shape_analysis_FLP.c
  130. prefilter_FLP.c
  131. process_gains_FLP.c
  132. regularize_correlations_FLP.c
  133. residual_energy_FLP.c
  134. solve_LS_FLP.c
  135. warped_autocorrelation_FLP.c
  136. wrappers_FLP.c
  137. autocorrelation_FLP.c
  138. burg_modified_FLP.c
  139. bwexpander_FLP.c
  140. energy_FLP.c
  141. inner_product_FLP.c
  142. k2a_FLP.c
  143. levinsondurbin_FLP.c
  144. LPC_inv_pred_gain_FLP.c
  145. pitch_analysis_core_FLP.c
  146. scale_copy_vector_FLP.c
  147. scale_vector_FLP.c
  148. schur_FLP.c
  149. sort_FLP.c
  150. win_delay_load_hook.cc
  151. libopus.vcxproj -> C:\Users\terhe\Evolution\node_modules\node-opus\build\Release\\libopus.lib
  152. node-opus.cc
  153. win_delay_load_hook.cc
  154. c:\users\terhe\evolution\node_modules\node-opus\src\node-opus.cc(41): warning C4099: 'OpusEncoder': type name first see
  155. n using 'struct' now seen using 'class' [C:\Users\terhe\Evolution\node_modules\node-opus\build\node-opus.vcxproj]
  156. c:\users\terhe\evolution\node_modules\node-opus\src\node-opus.cc(41): note: see declaration of 'OpusEncoder'
  157. C:\Users\terhe\.node-gyp\10.16.0\x64\node.lib : fatal error LNK1106: invalid file or disk full: cannot seek to 0x22F720
  158. [C:\Users\terhe\Evolution\node_modules\node-opus\build\node-opus.vcxproj]
  159. gyp ERR! build error
  160. gyp ERR! stack Error: `C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin\MSBuild.exe` failed with exit code: 1
  161. gyp ERR! stack at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:262:23)
  162. gyp ERR! stack at ChildProcess.emit (events.js:198:13)
  163. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
  164. gyp ERR! System Windows_NT 10.0.18362
  165. gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
  166. gyp ERR! cwd C:\Users\terhe\Evolution\node_modules\node-opus
  167. gyp ERR! node -v v10.16.0
  168. gyp ERR! node-gyp -v v3.8.0
  169. gyp ERR! not ok
  170. npm WARN discord.js@11.5.1 requires a peer of bufferutil@^4.0.0 but none is installed. You must install peer dependencies yourself.
  171. npm WARN discord.js@11.5.1 requires a peer of erlpack@discordapp/erlpack but none is installed. You must install peer dependencies yourself.
  172. npm WARN discord.js@11.5.1 requires a peer of libsodium-wrappers@^0.7.3 but none is installed. You must install peer dependencies yourself.
  173. npm WARN discord.js@11.5.1 requires a peer of node-opus@^0.2.7 but none is installed. You must install peer dependencies yourself.
  174. npm WARN discord.js@11.5.1 requires a peer of opusscript@^0.0.6 but none is installed. You must install peer dependencies yourself.
  175. npm WARN discord.js@11.5.1 requires a peer of sodium@^2.0.3 but none is installed. You must install peer dependencies yourself.
  176. npm WARN discord.js@11.5.1 requires a peer of @discordjs/uws@^10.149.0 but none is installed. You must install peer dependencies yourself.
  177. npm WARN Discord-Bot-Maker-Bot@1.3.0-beta.5 No repository field.
  178. npm WARN Discord-Bot-Maker-Bot@1.3.0-beta.5 No license field.
  179.  
  180. npm ERR! code ELIFECYCLE
  181. npm ERR! errno 1
  182. npm ERR! node-opus@0.3.3 install: `node-gyp rebuild`
  183. npm ERR! Exit status 1
  184. npm ERR!
  185. npm ERR! Failed at the node-opus@0.3.3 install script.
  186. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  187.  
  188. npm ERR! A complete log of this run can be found in:
  189. npm ERR! C:\Users\terhe\AppData\Roaming\npm-cache\_logs\2019-10-23T14_16_54_680Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement