FS#26832 - liblto_plugin.so not found during kernel compilation

Attached to Project: Arch Linux
Opened by Marcel Korpel (Marcel-) - Thursday, 10 November 2011, 16:38 GMT
Last edited by Andrea Scarpino (BaSh) - Saturday, 21 January 2012, 18:25 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: during compilation of the Linux kernel gcc reports an error:

CC arch/x86/mm/srat.o
gcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found
compilation terminated.

Additional info:
* linux 3.1-4

Steps to reproduce:

- Download kernel PKGBUILD et al. from ABS
- Issue makepkg

Issue is worked around when installing gcc-avr-4.6.2-1, which provides liblto_plugin.so
This task depends upon

Closed by  Andrea Scarpino (BaSh)
Saturday, 21 January 2012, 18:25 GMT
Reason for closing:  Not a bug
Comment by Jan de Groot (JGC) - Thursday, 10 November 2011, 17:13 GMT
The official package contains that file, so either you deleted it or you're running some unofficial gcc package. Besides that, we recently compiled this kernel with the gcc package from our repositories, so if it was a bug in gcc, it would have failed for us too.
Comment by Marcel Korpel (Marcel-) - Thursday, 10 November 2011, 17:30 GMT
Indeed it is, but in my case, it is in /usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.2

I think it couldn't be found.
Comment by Jelle van der Waa (jelly) - Sunday, 08 January 2012, 20:43 GMT
[jelle@P8][~]%pkgfile liblto_plugin.so
core/gcc


Is this still an issue?

Loading...