Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 507362 - dev-lang/erlang-17.0 bump
Summary: dev-lang/erlang-17.0 bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Dirkjan Ochtman (RETIRED)
URL: http://www.erlang.org/download.html
Whiteboard:
Keywords:
Depends on:
Blocks: 508316
  Show dependency tree
 
Reported: 2014-04-11 03:59 UTC by Patrick Lauer
Modified: 2014-04-24 11:35 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2014-04-11 03:59:22 UTC
"Erlang/OTP 17.0 is a new major release with new features, characteristics improvements, as well as some minor incompatibilities. See the README file and the documentation for more details."
Comment 1 Patrick Lauer gentoo-dev 2014-04-11 04:59:45 UTC
Patches don't all apply.
Changes to SRC_URI etc.:

< MY_VER=($(get_version_components))
< MY_MAJ="${MY_VER[0]}"
< MY_MIN="${MY_VER[1]:+0}${MY_VER[1]}"
< MY_MIC="${MY_VER[2]:+-}${MY_VER[2]}"
< MY_PV="R${MY_MAJ}B${MY_MIN}${MY_MIC}"
---
> #MY_VER=($(get_version_components))
> #MY_MAJ="${MY_VER[0]}"
> #MY_MIN="${MY_VER[1]:+0}${MY_VER[1]}"
> #MY_MIC="${MY_VER[2]:+-}${MY_VER[2]}"
> #MY_PV="R${MY_MAJ}B${MY_MIN}${MY_MIC}"
21,23c21,23
< SRC_URI="http://www.erlang.org/download/otp_src_${MY_PV}.tar.gz
<       http://erlang.org/download/otp_doc_man_${MY_PV}.tar.gz
<       doc? ( http://erlang.org/download/otp_doc_html_${MY_PV}.tar.gz )"
---
> SRC_URI="http://www.erlang.org/download/otp_src_${PV}.tar.gz
>       http://erlang.org/download/otp_doc_man_${PV}.tar.gz
>       doc? ( http://erlang.org/download/otp_doc_html_${PV}.tar.gz )"
40c40
< S="${WORKDIR}/otp_src_${MY_PV}"
---
> S="${WORKDIR}/otp_src_${PV}"
Comment 2 Dirkjan Ochtman (RETIRED) gentoo-dev 2014-04-11 07:39:25 UTC
Ugh, I don't do old-school diffs.

Anyway, the tinfo patch not applying makes sense, I pushed that upstream.
Comment 3 Maxim Velesyuk 2014-04-19 17:17:16 UTC
Any progress on this ebuild?
Comment 4 Mikhail S. Pobolovets 2014-04-21 09:44:08 UTC
After replacing MY_PV with PV and removing epatch for tinfo I was able to build Erlang 17.0 and dependend Elixir 0.13.0. May be give this ebuild a try in real world? IMO: src_prepare might require additional clean up as fixes might be not required for now.
Comment 5 Dirkjan Ochtman (RETIRED) gentoo-dev 2014-04-21 13:34:20 UTC
  21 Apr 2014; Dirkjan Ochtman <djc@gentoo.org> +erlang-17.0.ebuild:
  Version bump erlang to 17.0 (bug 507362).
Comment 6 Mira Ressel 2014-04-24 09:25:31 UTC
Side note: The elog about the different versioning schemes can be dropped from the new ebuild.
Comment 7 Dirkjan Ochtman (RETIRED) gentoo-dev 2014-04-24 11:35:14 UTC
Ah yeah, done.