On 01/26/2018 08:05 AM, Samuel Sieb wrote:
On 01/25/2018 10:50 PM, Ralf Corsepius wrote:
Digging into details led me to this error:
...
cc1: error: fail to initialize plugin /usr/lib/gcc/x86_64-redhat-linux/7/plugin/annobin.so annobin: conftest.c: Error: plugin built for compiler version (7.3.1) but run with compiler version (7.2.1)
...

AFAIS, GCC in rawhide was updated to GCC-7.3.1, but apparently annobin wasn't rebuilt, resulting into rawhide now carrying an inconsistent GCC-toolchain.

Are you sure you're reading that correctly?
Yes, I am.

# rpm -qa gcc* anno*
annobin-3.1-1.fc28.x86_64
gcc-c++-7.3.1-1.fc28.x86_64
gcc-gfortran-7.3.1-1.fc28.x86_64
gcc-7.3.1-1.fc28.x86_64

# grep annobin: config.log
annobin: conftest.c: Error: plugin built for compiler version (7.3.1) but run with compiler version (7.2.1)

  That message tells me that annobin was rebuilt for 7.3.1, but the gcc in the build environment is still 7.2.1.

cf. above.

Ralf
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Reply via email to