#17099 closed defect (fixed)
Erlang : update to R12B-5
Reported by: | pguyot (Paul Guyot) | Owned by: | bfulgham@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | Cc: | febeling@… | |
Port: | erlang |
Description
erlang R12B-5 was announced yesterday. The attached patch updates the port, removes a patch made useless by upstream fix, and adds patches for additional bugs that are not fixed yet. It also includes a enhancement available in eunit port, since eunit is now included in erlang OTP. Once this is committed, eunit port should be removed.
References for the patches:
http://www.erlang.org/pipermail/erlang-questions/2008-November/039625.html
http://www.erlang.org/pipermail/erlang-bugs/2008-October/001023.html
http://www.erlang.org/pipermail/erlang-bugs/2008-October/001024.html
Attachments (2)
Change History (7)
Changed 16 years ago by pguyot (Paul Guyot)
Attachment: | R12B-5.diff added |
---|
Changed 16 years ago by nottwo (Trannie Carter)
Attachment: | R12B5-updated.diff added |
---|
comment:1 Changed 16 years ago by nottwo (Trannie Carter)
The original patch assumes that the eunit_xml.diff from process-one has already been put into the files directory and renamed to patch-eunit_xml.diff and so it wouldn't apply cleanly to r41597.
This new patch should apply with no problems.
comment:2 Changed 16 years ago by pguyot (Paul Guyot)
Also, I read that R12B-5 tarball was regenerated with a fix for eunit, and therefore the checksums are incorrect and the post-destroot addition to fix eunit by copying eunit.hrl is no longer necessary....
comment:3 Changed 16 years ago by bfulgham@…
Status: | new → assigned |
---|
The patch looks very good. I've tweaked it a bit for the new tarball and am running a clean build plus some tests. Thanks for your work on this patch!
comment:4 Changed 16 years ago by bfulgham@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Applied in @r41672
This patch does not assume that the P1 patch has been integrated into the erlang port