Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 695882 - app-text/texlive-core-2019-r4 - configure: error: Unknown float word ordering. You need to manually preset ax_cv_c_float_words_bigendian=no (or yes) according to your system.
Summary: app-text/texlive-core-2019-r4 - configure: error: Unknown float word orderi...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-29 20:02 UTC by fkater
Modified: 2019-09-30 15:15 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,223.12 KB, text/plain)
2019-09-29 20:02 UTC, fkater
Details
emerge-info.txt (emerge-info.txt,4.73 KB, text/plain)
2019-09-29 20:03 UTC, fkater
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fkater 2019-09-29 20:02:21 UTC
Created attachment 591266 [details]
build.log

texlive-core-2019-r4 build fails essentially with this error:

> checking whether float word ordering is bigendian... unknown
> configure: error:
> 
> Unknown float word ordering. You need to manually preset
> ax_cv_c_float_words_bigendian=no (or yes) according to your system.


emerge -pqv '=app-text/texlive-core-2019-r4::gentoo':

> 
> [ebuild     U ] app-text/texlive-core-2019-r4 [2017-r4] USE="-X -cjk -doc -luajittex -source -tk -xetex" 
>

See attachements.
Comment 1 fkater 2019-09-29 20:03:31 UTC
Created attachment 591268 [details]
emerge-info.txt
Comment 2 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2019-09-30 05:32:42 UTC
You have lto enabled while this is noyt about to be supported by system libraries texlive compiles against, like cairo and others (I see you hit the cairo case exactly).
Comment 3 fkater 2019-09-30 15:15:12 UTC
(In reply to Mikle Kolyada from comment #2)

> You have lto enabled while this is noyt about to be supported by system
> libraries texlive compiles against, like cairo and others (I see you hit the
> cairo case exactly).

For cairo and various other stuff I have no-lto.conf exceptions. You probably
cannot see that from the build.log.

But I had indeed lto on for texlive-core. While that has been working up to
texlive-2017, disabling lto for texlive-2019 fixed the issue.

Thanks for the pointer.