Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 703976 - net-irc/unrealircd-5.0.0 with app-crypt/argon2-20190702 : configure: error: Package 'libargon2' has version 'ZERO', required version is '>= 0~20161029'
Summary: net-irc/unrealircd-5.0.0 with app-crypt/argon2-20190702 : configure: error: P...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michael Palimaka (kensington)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-27 14:02 UTC by Toralf Förster
Modified: 2021-12-07 19:33 UTC (History)
6 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.48 KB, text/plain)
2019-12-27 14:02 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,239.49 KB, text/plain)
2019-12-27 14:02 UTC, Toralf Förster
Details
environment (environment,28.07 KB, text/plain)
2019-12-27 14:02 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,19.29 KB, application/x-bzip)
2019-12-27 14:02 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,9.91 KB, application/x-bzip)
2019-12-27 14:02 UTC, Toralf Förster
Details
net-irc:unrealircd-5.0.0:20191227-111418.log (net-irc:unrealircd-5.0.0:20191227-111418.log,8.51 KB, text/plain)
2019-12-27 14:02 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,11.03 KB, application/x-bzip)
2019-12-27 14:02 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 2019-12-27 14:02:07 UTC
cp: cannot stat 'argon2-20181209.tar.gz.bak': No such file or directory
tar: argon2-20181209.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
compiling Argon2 library
./configure: line 6913: cd: argon2-20181209: No such file or directory
gmake: *** No targets specified and no makefile found.  Stop.

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib_hardened-libressl-20191222-151549

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.2.0 *

clang:
clang version 9.0.1 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/9/bin
llvm:
9.0.1
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)
  [4]   pypy3 (fallback)
  [5]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.40.0 *
java-config:
The following VMs are available for generation-2:


repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Fri, 27 Dec 2019 11:05:37 +0000

emerge -qpvO net-irc/unrealircd
[ebuild  N    ] net-irc/unrealircd-5.0.0  USE="libressl operoverride prefixaq -class-nofakelag -curl -operoverride-verify -showlistmodes"
Comment 1 Toralf Förster gentoo-dev 2019-12-27 14:02:10 UTC
Created attachment 601116 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-12-27 14:02:13 UTC
Created attachment 601118 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-12-27 14:02:15 UTC
Created attachment 601120 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-12-27 14:02:18 UTC
Created attachment 601122 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-12-27 14:02:21 UTC
Created attachment 601124 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-12-27 14:02:24 UTC
Created attachment 601126 [details]
net-irc:unrealircd-5.0.0:20191227-111418.log
Comment 7 Toralf Förster gentoo-dev 2019-12-27 14:02:26 UTC
Created attachment 601128 [details]
temp.tbz2
Comment 8 Jeroen Roovers (RETIRED) gentoo-dev 2019-12-27 14:43:56 UTC
!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/net-irc/unrealircd-5.0.0/work/unrealircd-5.0.0/config.log

plz
Comment 9 Jeroen Roovers (RETIRED) gentoo-dev 2019-12-27 14:44:41 UTC
(In reply to Toralf Förster from comment #5)
> Created attachment 601124 [details]
> logs.tbz2

Oh it must be in here.
Comment 10 Jeroen Roovers (RETIRED) gentoo-dev 2019-12-27 14:54:10 UTC
$ pkg-config --modversion libargon2
ZERO
Comment 11 Jeroen Roovers (RETIRED) gentoo-dev 2019-12-27 15:00:21 UTC
Oddly enough argon2-20171227-r1.ebuild does this more or less correctly (it could have just set the variable ARGON2_VERSION=${PV} in the ebuild environment):

       sed -i -e "s/lib\/@HOST_MULTIARCH@/$(get_libdir)/" -e "s/@UPSTREAM_VER@/${PV}/" lib${PN}.pc || die

but argon2-20190702.ebuild dropped that sed script.
Comment 12 Larry the Git Cow gentoo-dev 2019-12-28 19:44:45 UTC
The bug has been closed via the following commit(s):

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

commit c9459b190abe6af1c893177ab3d13fe9f40e2c32
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2019-12-28 19:39:25 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2019-12-28 19:44:16 +0000

    app-crypt/argon2: Fix version for pkg-config file
    
    Override upstream version number to '0~DATE' to match other
    distributions and fix compatibility with revdeps.
    
    Closes: https://bugs.gentoo.org/703976
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 app-crypt/argon2/argon2-20190702.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 13 Sergey 'L29Ah' Alirzaev 2021-12-07 19:06:36 UTC
no revbump :(
Comment 14 Larry the Git Cow gentoo-dev 2021-12-07 19:33:25 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=878132b91d1f8a9e14aca3392500352dcf40233f

commit 878132b91d1f8a9e14aca3392500352dcf40233f
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-12-07 19:32:57 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-12-07 19:32:57 +0000

    app-crypt/argon2: revbump for fixed pkg-config file
    
    Closes: https://bugs.gentoo.org/703976
    Signed-off-by: Sam James <sam@gentoo.org>

 app-crypt/argon2/{argon2-20190702.ebuild => argon2-20190702-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)