Gentoo Archives: gentoo-dev

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] binutils-2.34 breakage
Date: Sun, 02 Feb 2020 20:28:39
Message-Id: 20200202202830.305e1f46@sf
1 Yesterday binutils-2.34 / binutils-libs-2.34 landed into gentoo.
2
3 binutils-2.34 should generally be fine.
4
5 binutils-libs-2.34 caused a bit of breakage like
6 "undefined reference to bfd_get_section_flags"
7
8 These are trivial to fix either via conditional patching (API usage is usually tiny)
9 or via a bit of #ifdef-ery.
10
11 Tracker bug: https://bugs.gentoo.org/707898
12 Tips to fix your packages: https://wiki.gentoo.org/wiki/Project:Toolchain#binutils-2.34
13
14 --
15
16 Sergei