Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836014 - sys-libs/talloc: Cross-emerge fails on src_configure
Summary: sys-libs/talloc: Cross-emerge fails on src_configure
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's SAMBA Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-25 21:25 UTC by Michael
Modified: 2022-03-27 00:53 UTC (History)
1 user (show)

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


Attachments
Build log (build.log,4.37 KB, text/x-log)
2022-03-25 21:25 UTC, Michael
Details
Output: emerge-aarch64-unknown-linux-gnu --info sys-libs/talloc (file_836014.txt,4.04 KB, text/plain)
2022-03-26 23:01 UTC, Michael
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael 2022-03-25 21:25:09 UTC
Created attachment 767814 [details]
Build log

Cross-emerging sys-libs/talloc fails with:

Checking simple C program                : not found

Running waf with -vvv shows that it tries to execute said simple C program, which is not possible due to the test program being compiled for aarch64 while being on amd64.

For samba it is possible specify --cross-execute=CROSS_EXECUTE , maybe something similar is possible for talloc, such that it can be executed by chrooting into the target-ROOT and running qemu in there.
Comment 1 Jonas Stein gentoo-dev 2022-03-26 21:30:08 UTC
Thank you for the report. We need to have all information at hand before ticket assignment. This includes
* a paste of the emerge info 
as described on https://wiki.gentoo.org/wiki/Attach_the_logs_to_the_bug_ticket

Please reopen this ticket (Status:UNCONFIRMED) afterwards.
Comment 2 Michael 2022-03-26 23:01:05 UTC
Created attachment 767939 [details]
Output: emerge-aarch64-unknown-linux-gnu --info sys-libs/talloc