Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 594120

Summary: app-cdr/cdrtools-3.02_alpha06 does not cross-compile
Product: Gentoo Linux Reporter: Felix Janda <felix.janda>
Component: Current packagesAssignee: Daniel Pielmeier <billie>
Status: UNCONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log illustrating the align-test issue

Description Felix Janda 2016-09-17 19:27:52 UTC
Created attachment 446198 [details]
build.log illustrating the align-test issue

cdrtools configure tries to execute a large number of run-time tests,
which cannot be run in a cross-compiling scenario (see bug 486680).
With cdrtools-3.02_alpha06, new run-time tests have been added. On at
least arm linux with glibc or musl, the answers to these tests seem to
be:

export ac_cv_func_printf_z="yes"
export ac_cv_wnowait_waitpid="no"
export ac_cv_func_waitid="no"

However this does not yet fix cross-compilation: A script "align-test"
is compiled, and cannot be executed in the cross-compilation scenario.