Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 723332 - dev-erlang/jose-1.9.0 : Compiling src/jose_chacha20_poly1305_crypto.erl failed:
Summary: dev-erlang/jose-1.9.0 : Compiling src/jose_chacha20_poly1305_crypto.erl failed:
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: ejabberd Project
URL:
Whiteboard:
Keywords:
: 729350 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-05-16 10:03 UTC by Toralf Förster
Modified: 2020-06-26 09:24 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.29 KB, text/plain)
2020-05-16 10:03 UTC, Toralf Förster
Details
dev-erlang:jose-1.9.0:20200516-053010.log (dev-erlang:jose-1.9.0:20200516-053010.log,2.99 KB, text/plain)
2020-05-16 10:03 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,163.00 KB, text/plain)
2020-05-16 10:03 UTC, Toralf Förster
Details
environment (environment,18.12 KB, text/plain)
2020-05-16 10:03 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,14.88 KB, application/x-bzip)
2020-05-16 10:04 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,7.07 KB, application/x-bzip)
2020-05-16 10:04 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-05-16 10:03:46 UTC
src/jose_chacha20_poly1305_crypto.erl:26: crypto:block_decrypt/4 is deprecated and will be removed in OTP 24; use use crypto:crypto_one_time/5, crypto:crypto_one_time_aead/6,7 or crypto:crypto_(dyn_iv)?_init + crypto:crypto_(dyn_iv)?_update + crypto:crypto_final instead
src/jose_chacha20_poly1305_crypto.erl:29: crypto:block_encrypt/4 is deprecated and will be removed in OTP 24; use use crypto:crypto_one_time/5, crypto:crypto_one_time_aead/6,7 or crypto:crypto_(dyn_iv)?_init + crypto:crypto_(dyn_iv)?_update + crypto:crypto_final instead
Compiling src/jose_chacha20_poly1305_crypto.erl failed:
ERROR: compile failed while processing /var/tmp/portage/dev-erlang/jose-1.9.0/work/erlang-jose-1.9.0: rebar_abort
 * ERROR: dev-erlang/jose-1.9.0::gentoo failed (compile phase):
 *   rebar compile failed

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd-20200512-121505

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-8.3.1
 [2] x86_64-pc-linux-gnu-10.1.0 *
clang version 10.0.0 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7 (fallback)
  [3]   python3.6 (fallback)
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.43.1
  [2]   rust-1.43.1 *
The Glorious Glasgow Haskell Compilation System, version 8.0.2

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sat 16 May 2020 05:05:22 AM UTC

emerge -qpvO dev-erlang/jose
[ebuild  N    ] dev-erlang/jose-1.9.0
Comment 1 Toralf Förster gentoo-dev 2020-05-16 10:03:49 UTC
Created attachment 639550 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-05-16 10:03:52 UTC
Created attachment 639552 [details]
dev-erlang:jose-1.9.0:20200516-053010.log
Comment 3 Toralf Förster gentoo-dev 2020-05-16 10:03:55 UTC
Created attachment 639554 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-05-16 10:03:57 UTC
Created attachment 639556 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-05-16 10:04:00 UTC
Created attachment 639558 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-05-16 10:04:03 UTC
Created attachment 639560 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2020-06-23 18:05:32 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d21e3aa4366432d35475172b5d10a008918b575

commit 8d21e3aa4366432d35475172b5d10a008918b575
Author:     Hanno Böck <hanno@gentoo.org>
AuthorDate: 2020-06-23 18:05:21 +0000
Commit:     Hanno Böck <hanno@gentoo.org>
CommitDate: 2020-06-23 18:05:21 +0000

    dev-erlang/jose: Bump.
    
    Disable errors on compile warnings due to deprecations.
    Remove base64 dependency, no longer needed.
    
    Signed-off-by: Hanno Böck <hanno@gentoo.org>
    Closes: https://bugs.gentoo.org/723332
    Package-Manager: Portage-2.3.102, Repoman-2.3.23

 dev-erlang/jose/Manifest           |  1 +
 dev-erlang/jose/jose-1.10.1.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)
Comment 8 Hanno Böck gentoo-dev 2020-06-26 09:24:29 UTC
*** Bug 729350 has been marked as a duplicate of this bug. ***