Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 611188 - sys-apps/findutils-4.6.0: cross-compiling for mingw fails: configure: error: could not determine how to read list of mounted file systems
Summary: sys-apps/findutils-4.6.0: cross-compiling for mingw fails: configure: error: ...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-28 10:09 UTC by hanetzer
Modified: 2017-06-19 02:16 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,32.44 KB, text/x-log)
2017-02-28 10:09 UTC, hanetzer
Details
config.log (config.log.gz,62.03 KB, application/gzip)
2017-02-28 10:12 UTC, hanetzer
Details
emerge --info (emerge.info,3.49 KB, application/x-info)
2017-02-28 10:13 UTC, hanetzer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hanetzer 2017-02-28 10:09:02 UTC
Created attachment 465500 [details]
build.log

Failure during econf, difficult to find a fix for since this is apparently
a gentoo specific thing, so third party fixes like the one I found for
https://bugs.gentoo.org/show_bug.cgi?id=611172
Comment 1 hanetzer 2017-02-28 10:12:40 UTC
Created attachment 465502 [details]
config.log
Comment 2 hanetzer 2017-02-28 10:13:13 UTC
Created attachment 465504 [details]
emerge --info
Comment 3 SpanKY gentoo-dev 2017-03-01 22:36:34 UTC
checking whether it is possible to resort to fread on /etc/mnttab... no
configure: error: could not determine how to read list of mounted file systems

these sort of reports really should be sent upstream.  you're talking about porting a package to a new OS.  in this case, the error is coming from gnulib because findutils uses AC_FUNC_GETMNTENT.
Comment 4 hanetzer 2017-06-19 02:16:17 UTC
For reference: do not use the winnt prefix profile. Copy the embedded profile into place as mentioned on the mingw wiki and edit it, assuming all you're after
is a straight up mingw-w64 toolchain.