Otavio Salvador a écrit : > Hello, > > Some builds are failing; those failures looks to be due changes in glibc > package. > > The logs that can be used as reference are: > > - http://d-i.debian.org/daily-images/amd64/daily/build_netboot.log > (missing symbol) > - http://d-i.debian.org/daily-images/ia64/daily/build_netboot.log > (locale issue) > > Aurelien, do you have any idea what caused it? >
glibc 2.11 has introduced support for IFUNC symbols, which are basically like FUNC ones, except the relocation is delayed, so that the run-time can select between multiple versions of the implementation of a specific function (e.g. optimized SSE version, etc.) index is one of these IFUNC symbols, my guess is that mklibs should be taught about such symbols. -- Aurelien Jarno GPG: 1024D/F1BCDB73 [email protected] http://www.aurel32.net -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

