Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 594120 - app-cdr/cdrtools-3.02_alpha06 does not cross-compile
Summary: app-cdr/cdrtools-3.02_alpha06 does not cross-compile
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Daniel Pielmeier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-17 19:27 UTC by Felix Janda
Modified: 2016-09-22 08:00 UTC (History)
0 users

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


Attachments
build.log illustrating the align-test issue (build.log,36.44 KB, text/plain)
2016-09-17 19:27 UTC, Felix Janda
Details

Note You need to log in before you can comment on or make changes to this bug.
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.