Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 680542 - app-text/openjade fails in configure phase when cross-compiling due to AC_CHECK_FILES usage
Summary: app-text/openjade fails in configure phase when cross-compiling due to AC_CHE...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2019-03-16 06:24 UTC by Wazco
Modified: 2019-09-17 07:15 UTC (History)
0 users

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


Attachments
crossdev-patch (crossdev.patch,711 bytes, patch)
2019-03-16 06:24 UTC, Wazco
Details | Diff
emerge --info (emerge-info.txt,6.07 KB, text/plain)
2019-03-16 06:25 UTC, Wazco
Details
build.log (openjade-build.log,4.75 KB, text/plain)
2019-03-16 06:26 UTC, Wazco
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Wazco 2019-03-16 06:24:24 UTC
Created attachment 569246 [details, diff]
crossdev-patch

openjade checks for OpenSP include files using AC_CHECK_FILES which fails when cross-compiling with:
configure: error: cannot check for file existence when cross compiling

Attached patch with suggested fix using AS_IF(test -r) instead.
Comment 1 Wazco 2019-03-16 06:25:25 UTC
Created attachment 569248 [details]
emerge --info
Comment 2 Wazco 2019-03-16 06:26:04 UTC
Created attachment 569250 [details]
build.log