Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 677214 - dev-erlang/meck-0.8.4: src/meck_code_gen.erl:185: erlang:get_stacktrace/0: deprecated; use the new try/catch syntax for retrieving the stack backtrace
Summary: dev-erlang/meck-0.8.4: src/meck_code_gen.erl:185: erlang:get_stacktrace/0: de...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-03 18:14 UTC by ernsteiswuerfel
Modified: 2020-04-30 06:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (meck-0.8.4:20190203-180655.log,2.43 KB, text/plain)
2019-02-03 18:14 UTC, ernsteiswuerfel
Details
emerge --info (file_677214.txt,5.83 KB, text/plain)
2019-02-03 18:14 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ernsteiswuerfel archtester 2019-02-03 18:14:21 UTC
Created attachment 563682 [details]
build.log

# emerge -pqv erlang
[ebuild   R   ] dev-lang/erlang-21.1.1  USE="hipe kpoll ssl systemd wxwidgets -doc -emacs (-java) -libressl -odbc -pgo -sctp -tk"

>>> Compiling source in /var/tmp/portage/dev-erlang/meck-0.8.4/work/meck-0.8.4 ...
==> meck-0.8.4 (compile)
Compiled src/meck_util.erl
Compiled src/meck_matcher.erl
Compiled src/meck_expect.erl
Compiled src/meck_code.erl
src/meck_code_gen.erl:185: erlang:get_stacktrace/0: deprecated; use the new try/catch syntax for retrieving the stack backtrace
Compiling src/meck_code_gen.erl failed:
ERROR: compile failed while processing /var/tmp/portage/dev-erlang/meck-0.8.4/work/meck-0.8.4: rebar_abort
 * ERROR: dev-erlang/meck-0.8.4::gentoo failed (compile phase):
 *   rebar compile failed
Comment 1 ernsteiswuerfel archtester 2019-02-03 18:14:50 UTC
Created attachment 563684 [details]
emerge --info
Comment 2 Hanno Böck gentoo-dev 2020-04-30 06:17:44 UTC
I believe this and all similar bugs should be covered by the subslot changes to the rebar eclass that should make sure we always rebuild for the right erlang version.