Article 5DDEV regression on -current with binutils-2.36

regression on -current with binutils-2.36

by
nobodino
from LinuxQuestions.org on (#5DDEV)
the first package not building with binutils-2.36 is strace:
---------------------
checking whether to enable symbols demangling in stack trace... yes
checking gnu/stubs-32.h usability... no
checking gnu/stubs-32.h presence... no
checking for gnu/stubs-32.h... no
configure: Created empty gnu/stubs-32.h
checking for m32 personality compile support (using gcc -I. -m32)... yes
checking for m32 personality runtime support... no
checking whether mpers.sh m32 -m32 works... mpers-m32/sample_struct.d2: index [ ] without special
no
checking whether to enable m32 personality support... no
configure: error: Cannot enable m32 personality support
--------------------
If you downgrade to binutils-2.35.1, it builds fine.
--------------------
A solution I suggest is to modify the SlackBuild as follow (add "--enable-mpers=check")
--------------------
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--enable-mpers=check \
--mandir=/usr/man \
--build=$ARCH-slackware-linux || exit 1
--------------------latest?d=yIl2AUoC8zA latest?i=LG6cUjFfO_U:kCVN-uYuwR4:F7zBnMy latest?i=LG6cUjFfO_U:kCVN-uYuwR4:V_sGLiP latest?d=qj6IDK7rITs latest?i=LG6cUjFfO_U:kCVN-uYuwR4:gIN9vFwLG6cUjFfO_U
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments