Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 782649 - app-arch/xar-1.8-r4 calls commands that do not exist (so fails to compile)
Summary: app-arch/xar-1.8-r4 calls commands that do not exist (so fails to compile)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
: 782646 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-04-13 09:09 UTC by Agostino Sarubbo
Modified: 2021-04-13 15:00 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,37.14 KB, text/plain)
2021-04-13 09:09 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-04-13 09:09:08 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-arch/xar-1.8-r4 calls commands that do not exist.
Discovered on: amd64 (internal ref: ci)

NOTE:
Please look for 'command not found' and/or 'no such file or directory'.
Comment 1 Agostino Sarubbo gentoo-dev 2021-04-13 09:09:10 UTC
Created attachment 699657 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-04-13 09:09:12 UTC
Possible context of error(s):

/var/tmp/portage/app-arch/xar-1.8-r4/temp/environment: line 2022: tc_getPKG_CONFIG: command not found
/var/tmp/portage/app-arch/xar-1.8-r4/temp/environment: line 2022: --libs: command not found
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: lib/librxar.so.1: undefined reference to `EVP_DigestInit'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: lib/librxar.so.1: undefined reference to `OPENSSL_init_crypto'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: lib/librxar.so.1: undefined reference to `EVP_MD_CTX_free'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: lib/librxar.so.1: undefined reference to `EVP_get_digestbyname'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: lib/librxar.so.1: undefined reference to `EVP_DigestFinal'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: lib/librxar.so.1: undefined reference to `EVP_MD_CTX_new'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: lib/librxar.so.1: undefined reference to `EVP_DigestUpdate'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: lib/libxar.so.1: undefined reference to `EVP_DigestInit'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: lib/libxar.so.1: undefined reference to `OPENSSL_init_crypto'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: lib/libxar.so.1: undefined reference to `EVP_MD_CTX_free'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: lib/libxar.so.1: undefined reference to `EVP_get_digestbyname'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: lib/libxar.so.1: undefined reference to `EVP_DigestFinal'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: lib/libxar.so.1: undefined reference to `EVP_MD_CTX_new'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: lib/libxar.so.1: undefined reference to `EVP_DigestUpdate'
collect2: error: ld returned 1 exit status
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-04-13 13:51:00 UTC
My fault, I’ll fix shortly.
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-04-13 13:51:29 UTC
*** Bug 782646 has been marked as a duplicate of this bug. ***
Comment 5 Larry the Git Cow gentoo-dev 2021-04-13 15:00:07 UTC
The bug has been closed via the following commit(s):

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

commit 39bd0aeaca1ece542f8050a9f921c77193374511
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-04-13 14:50:08 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-04-13 14:58:27 +0000

    app-arch/xar: add toolchain-funcs
    
    Fixes: 5b8909f23c0a764a9a481adbb27bfa161229775e
    Closes: https://bugs.gentoo.org/782649
    Signed-off-by: Sam James <sam@gentoo.org>

 app-arch/xar/xar-1.8-r2.ebuild | 2 +-
 app-arch/xar/xar-1.8-r3.ebuild | 2 +-
 app-arch/xar/xar-1.8-r4.ebuild | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)