[Mesa-dev] [PATCH] egl: Fix eglentrypoint.h sort order.
Mathias Fröhlich
Mathias.Froehlich at gmx.net
Thu Nov 1 16:37:57 UTC 2018
Hi,
On Thursday, 1 November 2018 17:28:48 CET Eric Engestrom wrote:
> Pushed now, but travis still fails:
> https://travis-ci.org/mesa3d/mesa/jobs/449405406
>
> I'm really confused here, because the LANG is now fixed, so it shouldn't
> behave differently on different environments?
>
> If anyone has any clue, I'm all ears :)
May be LC_ALL=C like the sort man page claims or as Michel meant,
LC_COLLATE=C which is finally the last specific variable to
overwrite the behavior?
> > Do I also remember right that the reson for sorting was a binary
> > search being done on the names for getprocaddress or something?
>
> That's exactly right :)
>
> > So, the ascii table sorting matters, right?
>
> Not sure what you mean? Are you talking about this issue, or something
> else?
If the binary search is the reason behind then all is answered.
Thanks!
best
Mathias
More information about the mesa-dev
mailing list