| Summary: | app-arch/xar-1.8-r4 calls commands that do not exist (so fails to compile) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
| Component: | Current packages | Assignee: | Gentoo Prefix <prefix> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | sam |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log | ||
|
Description
Agostino Sarubbo
2021-04-13 09:09:08 UTC
Created attachment 699657 [details]
build.log
build log and emerge --info
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 My fault, I’ll fix shortly. *** Bug 782646 has been marked as a duplicate of this bug. *** 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(-) |