Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 539398 Details for
Bug 661080
dev-erlang/proper-1.2 : Uncaught error in rebar_core: { EXIT ,
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-erlang:proper-1.2:20180713-124358.log
dev-erlang:proper-1.2:20180713-124358.log (text/plain), 6.19 KB, created by
Toralf Förster
on 2018-07-13 16:01:08 UTC
(
hide
)
Description:
dev-erlang:proper-1.2:20180713-124358.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2018-07-13 16:01:08 UTC
Size:
6.19 KB
patch
obsolete
> * Package: dev-erlang/proper-1.2 > * Repository: gentoo > * Maintainer: aidecoe@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking proper-1.2.tar.gz to /var/tmp/portage/dev-erlang/proper-1.2/work >>>> Source unpacked in /var/tmp/portage/dev-erlang/proper-1.2/work >>>> Preparing source in /var/tmp/portage/dev-erlang/proper-1.2/work/proper-1.2 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-erlang/proper-1.2/work/proper-1.2 ... >Using Erlang's 'random' ('rand' in 19.0 and later) module >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-erlang/proper-1.2/work/proper-1.2 ... >Uncaught error in rebar_core: {'EXIT', > {undef, > [{rebar_getopt,parse, > [[{help,104,"help",undefined, > "Show the program options"}, > {commands,99,"commands",undefined, > "Show available commands"}, > {verbose,118,"verbose",integer, > "Verbosity level (-v, -vv)"}, > {quiet,113,"quiet",boolean, > "Quiet, only print error messages"}, > {version,86,"version",undefined, > "Show version information"}, > {force,102,"force",undefined,"Force"}, > {defines,68,undefined,string, > "Define compiler macro"}, > {jobs,106,"jobs",integer, > [78,117,109,98,101,114,32,111,102,32,99, > 111,110,99,117,114,114,101,110,116,32, > 119,111,114,107,101,114,115,32,97,32,99, > 111,109,109,97,110,100,32,109,97,121,32, > 117,115,101,46,32,68,101,102,97,117,108, > 116,58,32,"3"]}, > {config,67,"config",string, > "Rebar config file to use"}, > {profile,112,"profile",undefined, > "Profile this run of rebar. Via profiler= you can optionally select either fprof (default) or eflame. The result can be found in fprof.analysis or eflame.svg. Additionally, in fprof mode, if erlgrind can be found in $PATH, a Cachegrind file (fprof.cgrind) will be generated as well."}, > {keep_going,107,"keep-going",undefined, > "Keep running after a command fails"}, > {recursive,114,"recursive",boolean, > "Apply all commands recursively. Alternatively, you can selectively configure what other commands in addition to the always-recursive ones (compile, *-deps) should also be applied recursively. For example, to make 'eunit' recursive, add {recursive_cmds, [eunit]} to rebar.config."}], > ["-v","skip_deps=true","compile"]], > []}, > {rebar,parse_args,1, > [{file,"src/rebar.erl"},{line,304}]}, > {rebar,run,1, > [{file,"src/rebar.erl"},{line,101}]}, > {rebar,main,1, > [{file,"src/rebar.erl"},{line,58}]}, > {escript,run,2, > [{file,"escript.erl"},{line,759}]}, > {escript,start,1, > [{file,"escript.erl"},{line,277}]}, > {init,start_em,1,[]}, > {init,do_boot,3,[]}]}} > >=ERROR REPORT==== 13-Jul-2018::14:44:01 === >beam/beam_load.c(1863): Error loading module rebar_getopt: > This BEAM file was compiled for a later version of the run-time system than 20. > To fix this, please recompile this module with an 20 compiler. > (Use of opcode 162; this emulator supports only up to 159.) > > >=ERROR REPORT==== 13-Jul-2018::14:44:01 === >Loading of /usr/bin/rebar/rebar/ebin/rebar_getopt.beam failed: badfile > >=ERROR REPORT==== 13-Jul-2018::14:44:01 === >beam/beam_load.c(1863): Error loading module rebar_utils: > This BEAM file was compiled for a later version of the run-time system than 20. > To fix this, please recompile this module with an 20 compiler. > (Use of opcode 163; this emulator supports only up to 159.) > > >=ERROR REPORT==== 13-Jul-2018::14:44:01 === >Loading of /usr/bin/rebar/rebar/ebin/rebar_utils.beam failed: badfile >escript: exception error: undefined function rebar_utils:delayed_halt/1 > in function escript:run/2 (escript.erl, line 759) > in call from escript:start/1 (escript.erl, line 277) > in call from init:start_em/1 > in call from init:do_boot/3 > * ERROR: dev-erlang/proper-1.2::gentoo failed (compile phase): > * rebar compile failed > * > * Call stack: > * ebuild.sh, line 124: Called src_compile > * environment, line 512: Called rebar_src_compile > * environment, line 470: Called erebar 'compile' > * environment, line 392: Called die > * The specific snippet of code: > * rebar -v skip_deps=true "$@" || die -n "rebar $@ failed" > * > * If you need support, post the output of `emerge --info '=dev-erlang/proper-1.2::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-erlang/proper-1.2::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-erlang:proper-1.2:20180713-124358.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-erlang/proper-1.2/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-erlang/proper-1.2/temp/environment'. > * Working directory: '/var/tmp/portage/dev-erlang/proper-1.2/work/proper-1.2' > * S: '/var/tmp/portage/dev-erlang/proper-1.2/work/proper-1.2'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 661080
:
539396
| 539398 |
539400
|
539402
|
539404
|
539406