Tom-python0121 commented on issue #4259: URL: https://github.com/apache/couchdb/issues/4259#issuecomment-1365868175
@big-r81 When I compile the master version or 3.3.0-RC2, the following error is reported: ### Steps to reproduce the issue ```console [root@bigdata ~]# spack install --keep-stage -v [email protected] ===> Compiling ssl_verify_fun ===> Compiling rebar ===> Building escript for rebar... Cloning into '/home/stage/root/spack-stage-couchdb-3.3.0-RC2-pp6mytoamrlxeaykdrgpytuslzbxyo63/spack-src/src/erlfmt'... ===> Verifying dependencies... ===> Failed to update package getopt from repo hexpm ===> Package not found in any repo: getopt ==> Error: ProcessError: Command exited with status 1: '/home/stage/root/spack-stage-couchdb-3.3.0-RC2-pp6mytoamrlxeaykdrgpytuslzbxyo63/spack-src/configure' '--prefix=/home/spack/opt/spack/linux-centos8-aarch64/gcc-8.5.0/couchdb-3.3.0-RC2-pp6mytoamrlxeaykdrgpytuslzbxyo63' '--disable-docs' 3 warnings found in build log: >> 4 WARNING: Unknown option '--prefix=/home/spack/opt/spack/linux-centos8-aarch64/gcc-8.5.0/couchdb-3.3.0-RC2-pp6mytoamrlxeaykdrgpytuslzbxyo63', ignoring 5 ==> configuring couchdb in rel/couchdb.config 6 Cloning into '/home/stage/root/spack-stage-couchdb-3.3.0-RC2-pp6mytoamrlxeaykdrgpytuslzbxyo63/spack-src/src/rebar'... 7 make: Entering directory '/home/stage/root/spack-stage-couchdb-3.3.0-RC2-pp6mytoamrlxeaykdrgpytuslzbxyo63/spack-src/src/rebar' 8 ./bootstrap 9 No beam files found. 10 Recompile: src/rebar ... 15 Recompile: src/rebar_base_compiler 16 Recompile: src/rebar_cleaner 17 Recompile: src/rebar_config 18 Recompile: src/rebar_core 19 Recompile: src/rebar_cover_utils 20 Recompile: src/rebar_ct >> 21 src/rebar_ct.erl:291: Warning: crypto:rand_uniform/2 is deprecated and will be removed in a future release; use rand:uniform/1 22 Recompile: src/rebar_deps 23 Recompile: src/rebar_dia_compiler 24 Recompile: src/rebar_dialyzer 25 Recompile: src/rebar_edoc 26 Recompile: src/rebar_erlc_compiler 27 Recompile: src/rebar_erlydtl_compiler 28 Recompile: src/rebar_escripter 29 Recompile: src/rebar_eunit >> 30 src/rebar_eunit.erl:282: Warning: crypto:rand_uniform/2 is deprecated and will be removed in a future release; use rand:uniform/1 31 Recompile: src/rebar_file_utils 32 Recompile: src/rebar_getopt 33 Recompile: src/rebar_lfe_compiler 34 Recompile: src/rebar_log 35 Recompile: src/rebar_metacmds 36 Recompile: src/rebar_mustache ``` How can I solve this problem? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
